@charset "UTF-8";
/*-- Google Font Import 
-----------------------------------------*/

@font-face {
    font-family:Gilroy;
    src:url(../fonts/Gilroy-Thin-6d99991a.woff) format(woff);
    font-weight:100
}
@font-face {
    font-family:Gilroy;
    src:url(../fonts/Gilroy-UltraLight-4832a904.woff) format(woff);
    font-weight:200
}
@font-face {
    font-family:Gilroy;
    src:url(../fonts/Gilroy-Light-2521625c.woff) format(woff);
    font-weight:300
}
@font-face {
    font-family:Gilroy;
    src:url(../fonts/Gilroy-Regular-65aaefc7.woff) format(woff);
    font-weight:400
}
@font-face {
    font-family:Gilroy;
    src:url(../fonts/Gilroy-Medium-119e6666.woff) format(woff);
    font-weight:500
}
@font-face {
    font-family:Gilroy;
    src:url(../fonts/Gilroy-Semibold-75bd5a29.woff) format(woff);
    font-weight:600
}
@font-face {
    font-family:Gilroy;
    src:url(../fonts/Gilroy-Bold-d27594f8.woff) format(woff);
    font-weight:700
}
@font-face {
    font-family:Gilroy;
    src:url(../fonts/Gilroy-Heavy-0dec76ab.woff) format(woff);
    font-weight:800
}
@font-face {
    font-family:Gilroy;
    src:url(../fonts/Gilroy-Black-6a3b4aaf.woff) format(woff);
    font-weight:900
}


/*-- Typography -----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
.main-root{
	background-color: rgb(243, 244, 246, 1);
}
body {
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  cursor: pomont;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
  color: #C5851A;
}
a:hover {
  color: #2B2211;
}

p {
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #242424;
  position: relative;
  margin-bottom: 15px;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
  font-size: 16px;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table,
th,
tr,
td {
  border: 1px solid #fff;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #263B38;
  margin-top: 0;
}

::selection {
  background: #F6D273;
}

.fix {
  overflow: hidden;
}

/*Section Padding CSS*/
.section-padding {
  padding: 100px 0;
}
/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}

.section-title h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 15px 0;
  }
}

@media (max-width: 767px) {
  .section-title h2 br {
    display: none;
  }
}

.section-title h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

/*Button Style */
.theme-btn, .primary-btn, .bordered-btn {
  display: inline-flex;
  background: #17181B;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 15px 30px;
  border: 1.5px solid #17181B;
  border-radius: 50px;
  text-align: center;
  cursor: pomont;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.theme-btn::before, .primary-btn::before, .bordered-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #C5851A;
  border-radius: 50px;
  z-index: -1;
}
.theme-btn:hover, .primary-btn:hover, .bordered-btn:hover {
  background: #3b311e;
  border-color: #3b311e;
  color: #fff;
}

.bordered-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.bordered-btn:hover {
  background: #C5851A;
  color: #fff;
  border-color: #C5851A;
}

.primary-btn {
  background: #C5851A;
  padding: 12px 14px;
  border-color: #C5851A;
  color: #fff;
}
.primary-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #C5851A;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #ddd;
  padding: 13px 20px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=submit],
button[type=submit] {
  background: #1887c7;
  border-color: #1887c7;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  width: 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pomont;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  font-weight: 400;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #2B2211;
  color: #fff;
}
input::placeholder,
textarea::placeholder {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}
/*Bootstrap Customize CSS*/
.container {
  max-width: 1300px;
}
.container-fluid{
	padding-left: 40px;
	padding-right: 40px;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}
.text-dark {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}
/* Bacground Color 
============== */
.theme-bg {
  background: #C5851A;
}

.primary-bg {
  background: #2B2211;
}

.secondary-bg {
  background: #523A13;
}
.dark-bg {
  background: #000;
}
.dark-bg-1 {
  background: #0F0F0F;
}
.dark-bg-2 {
  background: #121212;
}

.white-bg {
  background: #fff !important;
}

.overlay, .overlay-5, .overlay-4, .overlay-3, .overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #090A1A;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active, .active.overlay-2, .active.overlay-3, .active.overlay-4, .active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}
.mobile-nav-bar .overlay.active{
	position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0;
  visibility: visible;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.fix {
  overflow: hidden;
}

.alignleft {
  display: inline-flex;
  vertical-align: top;
  float: left;
  margin-right: 1.7em !important;
  margin-bottom: 1em !important;
  margin-top: 0.5em !important;
}

.alignright {
  display: inline-flex;
  vertical-align: top;
  float: right;
  margin-left: 1.7em !important;
  margin-bottom: 1em !important;
  margin-top: 0.5em !important;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 1;
  visibility: visible;
  width: 100%;  
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: #C5851A;
}

.circle-button {
  position: absolute;
  display: inline-block;
  left: -40px;
  bottom: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 1px solid;
}

.circle-button .rotate-circle svg {
  width: 190px;
  fill: #C5851A;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 32px !important;
  font-weight: 400;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-300 {
  padding-top: 300px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pt-400 {
  padding-top: 400px;
}

.pb-400 {
  padding-bottom: 400px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pl-250 {
  padding-left: 250px;
}

.pr-250 {
  padding-right: 250px;
}

.pl-300 {
  padding-left: 300px;
}

.pr-300 {
  padding-right: 300px;
}

.pl-350 {
  padding-left: 350px;
}

.pr-350 {
  padding-right: 350px;
}

.pl-400 {
  padding-left: 400px;
}

.pr-400 {
  padding-right: 400px;
}

.pl-450 {
  padding-left: 450px;
}

.pr-450 {
  padding-right: 450px;
}

.pl-500 {
  padding-left: 500px;
}

.pr-500 {
  padding-right: 500px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mt-250 {
  margin-top: 250px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mt-300 {
  margin-top: 300px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mt-350 {
  margin-top: 350px;
}

.mb-350 {
  margin-bottom: 350px;
}

.mt-400 {
  margin-top: 400px;
}

.mb-400 {
  margin-bottom: 400px;
}

.mt-450 {
  margin-top: 450px;
}

.mb-450 {
  margin-bottom: 450px;
}

.mt-500 {
  margin-top: 500px;
}

.mb-500 {
  margin-bottom: 500px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-150 {
  margin-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.ml-250 {
  margin-left: 250px;
}

.mr-250 {
  margin-right: 250px;
}

.ml-300 {
  margin-left: 300px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-350 {
  margin-left: 350px;
}

.mr-350 {
  margin-right: 350px;
}

.ml-400 {
  margin-left: 400px;
}

.mr-400 {
  margin-right: 400px;
}

.ml-450 {
  margin-left: 450px;
}

.mr-450 {
  margin-right: 450px;
}

.ml-500 {
  margin-left: 500px;
}

.mr-500 {
  margin-right: 500px;
}

/*-- Search Form --*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #142220;
  padding: 45px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 400px;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 80px;
  top: 60px;
  font-size: 30px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
  color: #fff;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #888E9B;
  width: 100%;
  padding-top: 140px;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: -140px;
  bottom: 5px;
  background: transparent !important;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #888E9B;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.form-group input::placeholder {
  font-size: 30px;
  color: #888E9B;
}

.menu-trigger:hover {
  cursor: pointer;
}

.menu-trigger span {
  background-color: #fff;
  display: block;
  height: 2px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #121212 none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  padding-top: 10px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #1C1E36;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  opacity: 0.5;
}

/* Preloader*/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #523A13;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before, #loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #C5851A;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 1s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #F6D273;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

#header-2 {
  position: relative;
  z-index: 9;
}

.header-area .navigation {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
    border-right: none;
  }
}

.main-menu ul {
  line-height: 1;
}
.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 15px;
  position: relative;
}
.main-menu ul > li > a {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  padding: 25px 0;
  overflow: hidden;
  color: #fff;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 290px;
  background-color: #000;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}
.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.main-menu ul > li > ul li a {
  display: block;
  /*color: rgba(255, 255, 255, 0.9) !important;*/
  color:#fff;
  padding: 10px 15px;
  font-size: 0.9rem;
  font-weight: 400;
}
.main-menu ul > li > ul li a:hover {
  color: #fff !important;
}
.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}
.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}
.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li a.navlink:hover::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.main-menu ul li a.navlink::before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #f97316;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.main-menu ul li {
  position: relative;
}
.main-menu ul li a.dropdown-tg:after{
  font-family: FontAwesome;
  content: "\f107";
  padding-left: 5px;
  color: #aaa;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: #fff;
}
.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f97316;
}
.mobile-nav {
  position: fixed;
  right: -100%;
  width: 100%;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #000;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  top: 8%;
  padding: 20px;
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 40px;
}
.mobile-nav .la-times:before {
    font-size: 24px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255);
  outline-width: 0;
  font-size: 1rem;
}
.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  content: "\f061";
  transition: all 0.3s ease-in-out;
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #dddddd;
  background: #2B2211;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

#hamburger i::before {
  font-size: 30px;
  color: #fff;
}

.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn, .action-bar .bordered-btn, .action-bar .primary-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-right {
  display: flex;
  align-items: center;
  height: 110px;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-right {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-right {
    display: none;
  }
}
.header-right a {
  color: #1B2927;
  text-decoration: underline;
  margin-right: 35px;
  margin-left: 15px;
  text-underline-offset: 6px;
}

.header-right .search-trigger i {
  font-size: 18px;
  font-weight: 500;
  margin-right: 40px;
  position: relative;
  top: 2px;
  color: #060922;
}
.header-right .search-trigger i:hover {
  cursor: pointer;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right .search-trigger i {
    display: none;
  }
}

.absolute-header .header-right .search-trigger i {
  color: #fff;
}

.hero-content-wrap {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-wrap {
    padding-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .hero-content-wrap {
    padding-left: 0;
    margin-top: 60px;
  }
}

.hero-text-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .hero-text-wrap {
    flex-direction: column;
    margin-top: 0;
    gap: 0;
  }
}

.link-btn {
  flex: 0 0 150px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .link-btn {
    flex: 0;
  }
}
@media (max-width: 767px) {
  .link-btn {
    flex: 0;
  }
}

.text-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .text-wrap {
    text-align: center;
    margin-top: 30px;
  }
}

.text-wrap:before {
  position: absolute;
  content: "";
  top: -15px;
  left: 0;
  width: 200px;
  height: 1px;
  background: #E89B19;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-wrap:before {
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .text-wrap:before {
    display: none;
  }
}

.hero-img-wrap {
  position: relative;
  z-index: 1;
}

.direction-icon {
  position: absolute;
  bottom: -40px;
  right: -95px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .direction-icon {
    right: 0;
  }
}

.single-service-item {
  margin-bottom: 30px;
}

.single-service-item h5 {
  margin: 20px 0;
}

.service-icon {
  width: 60px;
}

.service-bg {
  position: relative;
  z-index: 1;
}

.service-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 100px 30px;
  margin: 30px;
  background: #171717;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .service-info {
    padding: 20px;
    margin: 20px;
  }
}

.single-service-item:hover .service-info {
  background: #171717;
  opacity: 1;
}

#service-2 .service-content-wrap {
  max-width: calc(100% - 40px);
}
#service-2 .single-service-item {
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-top: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
  padding: 40px 0;
}
@media (max-width: 767px) {
  #service-2 .single-service-item {
    flex-direction: column;
    align-items: first baseline;
    gap: 20px;
  }
}
#service-2 .single-service-item .service-title {
  flex: 0 0 155px;
}
@media (max-width: 767px) {
  #service-2 .single-service-item .service-title {
    flex: 0;
  }
}
#service-2 .single-service-item .service-title h5 {
  font-size: 20px;
  line-height: 30px;
}
#service-2 .single-service-item .details-link i {
  font-size: 24px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
#service-2 .single-service-item:hover .details-link i {
  transform: rotate(0);
  color: #C5851A;
}

#service-2 .service-line-two .service-content-wrap {
  max-width: calc(100% - 0px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-2 .service-line-two .service-content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #service-2 .service-line-two .service-content-wrap {
    padding-left: 0;
  }
}

.feature-img {
  margin-bottom: 30px;
}
.feature-img img {
  width: 100%;
}

.service-details-wrap h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 20px 0;
}

.service-details-wrap p {
  text-align: justify;
}

.service-details-img {
  margin-bottom: 30px;
}

.sidebar-wrap {
  padding: 45px 35px;
  position: sticky;
  top: 100px;
  transition: top 0.3s ease;
  background: #2B2211;
}
.sidebar-wrap h5 {
  font-size: 20px;
  font-weight: 600;
}
.sidebar-wrap input, .sidebar-wrap textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
}
.sidebar-wrap textarea {
  height: 150px;
}
.sidebar-wrap form {
  margin-top: 30px;
}

.sidebar-wrap input[type=submit] {
  width: 180px;
  margin-top: 30px;
}

.contact-info {
  margin-top: 50px;
}

.contact-list-item {
  margin-top: 20px;
}
.contact-list-item li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 17px;
}
.contact-list-item li i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 24px;
  color: #C5851A;
}

.service-page .play-btn a i {
  font-size: 30px;
  color: #fff;
}
.service-page .play-btn {
  background: #C5851A;
  width: 90px;
  height: 90px;
}

.video-section {
  background-image: url(../img/video-bg.png);
  background-size: cover;
  background-position: center;
  height: 500px;
}

.video-section {
  position: relative;
  z-index: 1;
}

.play-btn {
  width: 100px;
  height: 100px;
  border: 5px solid #fbfbfb;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  z-index: 99;
  transform: translate(-50px, -50px);
  background: #FFAA19;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-btn {
    width: 100px;
    height: 100px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .play-btn {
    width: 100px;
    height: 100px;
  }
}
.play-btn a {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  z-index: 999;
}
.play-btn a:hover {
  color: #fff;
}
.play-btn a i {
  font-size: 24px;
  position: relative;
  left: 2px;
  color: #fff;
}
.play-btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #C5851A;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.video-text-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: rgba(255, 170, 25, 0.4392156863);
  width: 600px;
  height: 250px;
  text-align: center;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .video-text-box {
    width: 300px;
  }
}
.video-text-box p {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 767px) {
  .video-text-box p {
    font-size: 24px;
  }
}
.about-tab .nav-tabs {
  border-bottom: none;
}

.about-tab .nav-link {
  background: transparent;
  border: none;
  border-radius: 4px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab .nav-link {
    font-size: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .about-tab .nav-link {
    font-size: 16px;
    margin-right: 20px;
  }
}

.about-tab .nav-link.active {
  background: transparent;
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 0px;
  border-bottom:3px solid #f97316;
  border-radius:0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab .nav-link.active {
    font-size: 18px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .about-tab .nav-link.active {
    font-size: 16px;
    margin-right: 20px;
  }
}

.nav-item i {
  font-size: 18px;
  transform: rotate(-45deg);
  margin-left: 10px;
}

.about-list-item {
  margin-top: 30px;
}

.about-list-item li {
  color: #e2e2e2;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-list-item li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about-list-item li {
    font-size: 15px;
  }
}

.about-list-item li i {
  font-size: 20px;
  color: #C5851A;
  font-weight: 500;
  margin-right: 30px;
  margin-bottom: 15px;
}

.service_line {
  position: relative;
}
@media (max-width: 767px) {
  .service_item {
    
  }
}

.service_item h5 {
  font-size: 36px;
  font-weight: 500;
  color: #C5851A;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .service_item h5 {
    font-size: 18px;
  }
}

.service_item h5.stroke {
  -webkit-text-stroke: 0.8px #fff;
  -webkit-text-fill-color: #000;
}

.service_item img {
  display: inline-block;
}

.slick-slide img {
  margin-right: 30px;
}

.team-title {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-team-member {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .single-team-member {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .team-section .mt-60 {
    margin-top: 0;
  }
}

.single-funfact-wrap {
  border: 1px solid #151515;
  width: 300px;
  height: 300px;
  text-align: center;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  transition: 0.3s ease-in-out;
}
.single-funfact-wrap:hover {
  border: 1px dashed #C5851A;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-funfact-wrap {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .single-funfact-wrap {
    width: 210px;
    height: 210px;
    margin-bottom: 30px;
  }
}

.single-funfact-wrap h2 {
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  color: #ffaa19;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-funfact-wrap h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.single-funfact-wrap h2 span {
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  font-size: 80px;
  color: #ffaa19;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-funfact-wrap h2 {
    font-size: 40px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .single-funfact-wrap h2 {
    font-size: 40px;
    margin: 0;
  }
}

.single-funfact-wrap p {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-funfact-wrap p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .single-funfact-wrap p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-icon img {
    width: 35px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .funfact-icon img {
    width: 35px;
    height: auto;
  }
}

.single-testimonial-item {
  background: #0F0F0F;
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}

.testimonial-author img {
  width: 90px !important;
  height: 90px;
}

.testimonial-text p {
  font-size: 15px;
}

.quote-wrap img {
  width: 60px !important;
}

.testimonial-author {
  margin-top: 30px;
}

.quote-wrap {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.testimonial-rating i {
  color: #D08C18;
}

.testimonial-rating {
  position: relative;
  top: -80px;
  left: 115px;
}

.single-testimonial-item:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 500px;
  height: 100px;
  background: #C5851A;
  z-index: -1;
  border-radius: 0 0 0 12px;
  clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
}

.blog-img img {
  width: 100%;
}

.blog-meta span {
  margin-right: 10px;
  font-size: 14px;
}

.blog-meta i {
  color: #C5851A;
  margin-right: 10px;
}

.blog-content-wrap {
  background: #121212;
}

.blog-title h5 {
  font-size: 24px;
  margin: 20px 0;
}

.read-more-btn {
  border: 1px solid #342A2A;
  padding: 10px 20px;
  color: #fff;
  border-radius: 6px;
}

.single-blog-item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-blog-item {
    margin-bottom: 30px;
  }
}

.breadcrumb-inner .blog-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.breadcrumb-inner .author-info p {
  margin: 0;
}

.breadcrumb-inner .author-info {
  text-align: left;
  padding-left: 25px;
}

.breadcrumb-inner .author-info p {
  margin: 0;
}

.breadcrumb-inner .author-info h6 {
  margin: 0 !important;
}

blockquote {
  background: #2B2211;
  padding: 40px;
  margin-top: 30px;
}

blockquote p {
  font-style: italic;
  color: #fff;
  font-weight: 500;
}

.quote-icon img {
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
}

.quote-author span {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 18px;
  font-weight: 500;
}

.blog-details-final h3 {
  color: #fff;
  margin: 20px 0;
}

.blog-details-wrap p {
  text-align: justify;
}

@media (max-width: 767px) {
  .blog-tag-wrap {
    margin-bottom: 30px;
  }
}

.blog-tag-wrap span {
  background: #fff;
  color: #0e0e0e;
  padding: 10px 16px;
  border-radius: 5px;
  margin-left: 15px;
}

.blog-details-wrap .social-icon i {
  font-size: 18px;
  color: #0e0e0e;
  margin-right: 10px;
  background: #fff;
  border-color: #ddd;
  border-radius: 50%;
  padding: 10px;
}

.blog-details-wrap .social-icon i:hover {
  background: #0e0e0e;
  border-color: #0e0e0e;
  color: #fff;
}

.single-comments-wrap {
  background: #2B2211;
  border-radius: 7px;
  padding: 35px 25px;
  margin: 35px 0px;
  border-radius: 10px;
  position: relative;
}
.single-comments-wrap .single-comments-inner {
  display: flex;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner {
    flex-direction: column;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb {
  flex: 0 0 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb img {
  border-radius: 7px;
}
.single-comments-wrap .single-comments-inner .comments-content {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner .comments-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content h6 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.single-comments-wrap .single-comments-inner .comments-content p.comments-date {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin: 14px 0;
}
.single-comments-wrap a.reply-btn {
  background: #523A13;
  color: #fff;
  padding: 6px 15px;
  border-radius: 7px;
  position: absolute;
  top: 35px;
  right: 55px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-comments-wrap a.reply-btn {
    position: static;
    right: 25px;
  }
}
.single-comments-wrap a.reply-btn:hover {
  background: #f7f7f7;
  color: #0E0E0E;
}

.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  background: #fff;
  border: none;
  border-radius: 5px;
  margin-bottom: 30px;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
}
.comments-form-wrap .comments-form input[type=submit] {
  background: #2B2211;
}
.comments-form-wrap .comments-form input[type=submit]:hover {
  background: #C5851A;
  color: #fff;
}
.newsletter-form {
  display: flex;
}
.newsletter-form input {
  border: none;
  color: #fff;
  padding-bottom: 10px;
  background:#1f2937;
  padding-left: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.subscribe-input{
   border-top-left-radius: .25rem;
   border-bottom-left-radius: .25rem;
}
.newsletter-form input[type=submit] {
  border: none;
  background: #1887c7;
  padding: 12px;
}
.submit-btn{
	border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}
.newsletter-form input[type=submit]:hover {
  background: #121212;
  opacity: 0.7;
}

.newsletter-form input::placeholder {
  color: #fff;
}

/*.footer-logo-wrap {
  max-width: calc(100% - 40px);
}*/

.footer-logo-wrap p {
  margin: 30px 0;
  color: #666;
  font-size: 14px;
}

.footer-widget ul li {
  display: block;
  margin-top: .8rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.footer-widget ul li a {
  color: #666;
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight:400;
}

.footer-widget h5 {
  margin-bottom: 30px;
  font-size: 1rem;
}

.footer-widget p a {
  margin: 15px 0;
  color: #374151;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.footer-area {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area::after {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-area::after {
    display: none;
  }
}

.footer-area .social-icon i {
  color: orange;
  margin-right: 1.5rem;
}

.breadcrumb-area {
  background-image: url(../img/bread-bg.jpg);
}

.breadcrumb-area {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: -50px;
}

.breadcrumb-area .breadcrumb-title h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 50px;
}

.breadcrumb-area h6 a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.breadcrumb-area h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}

.header-area.header-two.bread-header .header-inner-box {
  background: #fff;
}

.header-area.header-two.bread-header .header-btn {
  background: #013B4F;
  color: #fff;
}

.header-area.header-two.bread-header .header-btn span {
  background: #fff;
}

.header-area.header-two.bread-header.header-sticky {
  background: #fff;
}

.header-area.header-two.bread-header .main-menu li:hover > a {
  color: #523A13;
}

.contact-form-wrap input, .contact-form-wrap textarea {
  width: 100%;
  border-color: #C4C9D0;
  border-radius: 5px;
  margin-bottom: 20px;
}

.contact-form-wrap input[type=submit] {
  width: 100%;
}
.contact-form-wrap input[type=submit]:hover {
  background: #2B2211;
  color: #fff;
}

.contact-form-wrap {
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap {
    margin-bottom: 60px;
  }
}

.contact-form-wrap .nice-select {
  width: 100%;
  margin-bottom: 20px;
}

.contact-form-wrap .nice-select span {
  font-size: .875rem;;
}

.theme-bg .contact-form-wrap .nice-select span {
  color: #fff;
}

ul.list li {
  width: 100%;
}

.contact-form-wrap .nice-select .option {
  width: 100% !important;
}

.contact-form-wrap input[type=submit] {
  width: auto;
}

.contact-page .contact-form-wrap input[type=submit] {
  border: none;
}

.contact-page iframe {
  width: 100%;
  height: 600px;
  filter: grayscale(1);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-page .contact-info-wrap {
    padding: 53px 30px;
  }
}
.contact-page .contact-info-wrap h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.contact-page .info-icon {
  display: inline-flex;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-page .info-icon i {
  color: #2B2211;
  font-size: 24px;
}
.contact-page .single-contact-wrap {
  position: relative;
  margin-bottom: 1.5rem;
}
.contact-page .info-content {
  padding-left: 40px;
}
.contact-page .info-content p {
  margin: 0;
}
.contact-page .info-content h4 {
  font-size: 1rem;
  line-height: 1.75rem;
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  font-weight: 600;
}
.contact-page .info-content p {
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.contact-info-inner .contact-phone p, .contact-info-inner .contact-email p{
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.75rem;
}

/* CSS By Rajeev */
.nav-brand-logo-height{
  height: 3rem;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  color: #fff !important;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 10px;
}
.owl-nav button.owl-next {
  right: 10px;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav button i{
	font-size:24px;
	color: #ccc;
}

/* Contents on Banner*/
.banner-top-contents{

}
.swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-banner-fixed-height{
	height:942px;
}
.owl-text-overlay {
  position: absolute;
  width: 960px;
  top: 10%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 25px;
}
.banner-top-contents .contents-on-banner h1{
	font-size:28px;
	color: #f97316;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	margin-bottom: 15px;
	font-weight:600;
}
.banner-top-contents .contents-on-banner p{
	font-size: 1rem;
    line-height: 1.5rem;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	color:#ffffffe6;
}
.banner-bottom-area{
	position: absolute;
    width: 100%;
    bottom: 5%;
	color: #fff;
    padding: 15px;
	text-align: center;
}
.banner-bottom-area ul{
	display: inline-flex;
    gap: 1.5rem;
}
.banner-bottom-area .btn-book-demo{
	background : #1887c7;
    border: 1px solid #1887c7;
    padding: 15px 35px;
    color: #fff;
    border-radius: 3px;
}
.banner-bottom-area .btn-contact-us{
    background : transparent;
	border: 1px solid #fff;
    padding: 15px 35px;
    color: #fff;
    border-radius: 3px;
}

/* Video Section CSS */
.video-full-width{
	object-fit: cover;
	width:100%;
}
.empty-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.alternate-section-title {
	width:70%;
}
.alternate-section-title h2{
	color: #000;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 600;
}

.alternate-download-btn{
	font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 3rem;
    padding-right: 3rem;
	background:#1887c7;
	border-width: 1px;
    border-radius: .25rem;
    margin-top: 3rem;
	border-color:#1887c7;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	color:#fff;
}
.section-title-2{
	margin-bottom:20px;
}
.section-title-2 h2{
	font-size: 1.875rem;
    line-height: 2.25rem;
}
.single-blog-item{
	position: relative;
}
.blog-content-wrap .blog-title p{
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #0009;
	color:#fff;
}
.hidden {
  display: none;
}
.single-blog-item:hover .blog-hover{
  display: block;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}
.section-blog-grid-4{
	grid-template-columns: repeat(4,minmax(0,1fr));
	grid-template-rows: repeat(3,minmax(0,1fr));
	display: grid;
	position: relative;
    gap: .75rem;
	min-height: 100vh;
}
.blog-background-overlay{
	background-color: #000000b3;
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.blog-item-column{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.blog-item-overlay{
	opacity: 1;
	background-color: #0009;
	position: absolute;
	height: 100%;
	width: 100%;
}
.blog-item-overlay:hover{
  opacity: 0;
}

.blog-img:hover img{
	transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.pd-all-0{
	padding:0px;
}
.bg-gray{
	background-color: rgb(243, 244, 246, 1);
}
/* Footer Area CSS */
.footer-area .row > *{
	padding-right: calc(var(--bs-gutter-x) * .9);
	padding-left: calc(var(--bs-gutter-x) * .9);
}

.footer-single-blog ul{
	font-size: .875rem;
    line-height: 1.25rem;
	margin-top: 1.5rem;
}
.footer-single-blog ul li{
  display: block;
  margin-top: 1rem;
}
.footer-blog-head{
	flex-direction: row;
	justify-content: space-between;
	display: flex;
	color:#1887c7;
	font-weight: 600;
	margin-bottom: 5px;	
}
.footer-blog-dated p{
	font-size: 10px;
	white-space: nowrap;
	margin-right: 12px;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.footer-blog-section{
	position: relative;
	display: flex;
	gap: .75rem;
	color: #000;
}
/*.footer-blog-section:hover{
	opacity: .75;
}*/
.footer-single-blog img {
  height: 5rem;
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
}
.footer-single-blog .footer-blog-contents p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.25rem;
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  color: #666;
  margin-bottom: 0px;
}
.footer-blog-btn{
    height:32px;
	display: inline-flex;
    align-items: center;
    font-size: .875rem !important;
	line-height: 1.25rem !important;
    font-weight: 500 !important;
    letter-spacing: .01em;
    text-align: center;
    background-color: #1887c7;
    color: #fff !important;
    border-radius: 6px;
    padding: 0.75rem 40px 0.75rem 10px;
    text-decoration: none !important;
    position: relative;
	border:1px solid #1887c7;
	margin-top: 5px;
}
.footer-blog-btn{
    &::after {
        content: "\f105";
        width: 20px;
        height: 20px;
        background: #116798;
        color: #f97316;
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        position: absolute;
        right: 7px;
        transition: transform 0.5s ease-in-out;
        transform-origin: center;
		font-family: "Font Awesome 6 Pro";
    }
}
.footer-blog-btn {
    &:hover {
        &::after {
            width: 23px;
            height: 23px;
            transform: scale(1.08);
            right: 5px;
			color:#f97316;
        }
    }
}

.list-style-three {
    position: relative;
    list-style: none !important;
}
.list-style-three li {
    position: relative;
    color: #666666;
    font-size: 14px;
    padding-left: 30px;
    font-weight: 400;
    margin-bottom: 20px;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.list-style-three li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #5c5d5e;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
}
.list-style-three li strong {
    position: relative;
    color: #111827;
    font-weight: 700;
    display: block;	
	font-size: .875rem;
	line-height: 1.25rem;
}

.newsletter-form input::placeholder,
.newsletter-form textarea::placeholder {
	font-size: .875rem;
    line-height: 1.25rem;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	letter-spacing: 0px;
}
.newsletter-form input[type="submit"]{
	width:20% !important;
}
.footer-area .social-icon{
	margin-top: 2rem;
}
.footer-area .social-icon i{
	width: 25px;
	height: 25px;
	color: #5c5d5e;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
}
.footer-area .container-fluid{
	padding-left: 9rem;
    padding-right: 9rem;
}
.footer-copyright{
	font-size: .75rem;
    line-height: 1rem;
	color: #6b7280;
}
.footer-designed-by{
	font-size: .75rem;
    line-height: 1rem;
	color: #6b7280;
	text-align:right;
}
.footer-designed-by a{
	font-size: .75rem;
    line-height: 1rem;
	color: #6b7280;
	text-align:right;
}
.footer-logo-wrap img{
	height: 2.5rem;
}
/* Scroll Triggers CSS */
.scroll-img-w-text .zoomer .img-container {
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  transform: scale(.6);
}

.scroll-img-w-text .zoomer {
  position: relative;
  /*width: 100vw;*/
}

.scroll-img-w-text .zoomer .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  /*width: 100vw;*/
  aspect-ratio: 2560/1200;
  overflow: hidden;
  z-index: -1;
}

.scroll-img-w-text .zoomer .img-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	height:900px;
  width: 100%;
  height: auto;
}

.scroll-img-w-text .zoomer .text-container {
  margin-left: var(--grid-padding);
  padding-bottom: var(--grid-padding);
  width: 100%;
}	
.title-of-video h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  font-weight:600;
}
/*Home Page Blog CSS*/
.width-45{
   width:45%;
}
.modalBlogTitle{
	padding: 8px;
}
.modalBlogTitle h3{
	font-size: 1.775rem;
    line-height: 2.25rem;
	margin-bottom: 2.5rem;
	margin-top: 2rem;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	font-weight: 600;
}
.modalBlogContent{
	flex: 1 1 0%;
	margin-top: 1.1rem;
}
.blogDes{
	padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.modalBlogContent p{
	text-align:justify;
	margin-bottom:15px;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.scrollbar {
    height: 100vh;
    overflow-y: scroll;
}
#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.blog-modal-close{
	position:relative;
}
.ebcf_modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #0009; /* Black w/ opacity */
}
.ebcf_modal-content {
    background-color: #fefefe;
    padding: 2.5rem;
    width: 75%;
	height: 100%;
}
.ebcf_close {
	width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    right: 0px;
	transform: translate(80%, -51%);
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 22px;
    color: #000;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.ebcf_close:hover,
.ebcf_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.myBlogModal img{
	width:100%;
}
.share-blog-icon {
    margin-top: 2rem;
}
.share-blog-icon i {
  color: #5c5d5e;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;  
  margin-right: 1.5rem;
  font-style: normal;
}

/* Header Top */
.header-top{
	padding: 5px 0px;
}
.header-top ul{
	
}
.header-top .header-top-list li{
	display:inline-block;
	margin: 0px 15px;
	color:#fff;
	font-size: 0.9rem;
	font-weight: 400;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.header-top .header-top-list li a{
	display:inline-block;
	margin: 0px 15px;
	color:#fff;
	font-size: 0.9rem;
	font-weight: 400;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.header-top .header-top-list li a:hover{
	display:inline-block;
	margin: 0px 15px;
	color:#fff;
	font-size: 0.9rem;
	font-weight: 400;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.header-top .header-top-list li i{
	margin-right: 8px;
	color:#fff;
	font-size: 0.9rem;
}
/* Language Selector */
.language-picker select{
	border:none !important;
}
.btn--subtle {
    color: #fff;
    border: none;
	color: #fff;
	border: none;
	background: transparent;
	line-height: 1.5;
	vertical-align: middle;
}
.btn--subtle:hover {
    border: none;
}
.language-picker {
    display: inline-block;
    position: relative
}
.js .language-picker__form {
    display: none
}
.language-picker__button .icon {
    height: 16px;
    width: 16px;
    margin-left: .25rem;
	fill: currentColor;
}
.language-picker__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
    border-radius: .25em;
    z-index: 9999;    
    font-size: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}
.language-picker__dropdown ul li{
	margin: 0px !important;
    width: 100%;
}
.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    transition: opacity .2s, -webkit-transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}
.language-picker__item {
    text-decoration: none;
    padding: .5em 2em .5em 1.25em;
    color: #313135;
}
.language-picker__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.language-picker__item:hover {
    background-color: #f2f2f2;
}
.language-picker__item[aria-selected=true] {
    position: relative;
    background-color: #2a6df4;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.language-picker__item[aria-selected=true]::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    right: .75rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjZmZmZmZmJyBmaWxsPSdub25lJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHBvaW50cz0nMSw5IDUsMTMgMTUsMyAnLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.language-picker__flag {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}
.language-picker__flag::before {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    height: 16px;
    width: 16px;
    margin-right: .375rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.language-picker__dropdown .language-picker__flag::before {
    margin-right: .5rem;
}
.language-picker__flag--english::before {
    background-image: url(../img/english-flag.png);
}
.language-picker__flag--japanese::before {
    background-image: url(../img/japanise-flag.png);
}
.language-picker--hide-label .language-picker__button .icon {
    margin-left: 0
}
.language-picker--hide-label .language-picker__button em {
    display: none
}
.language-picker--hide-label .language-picker__button .language-picker__flag::before {
    margin-right: .25rem;
}
.language-picker em{
	font-style: normal !important;
	font-size: 0.9rem;
}
/* Inner Page Container Fluid Width */
.inner-container .container-fluid {
  padding-left: 9rem;
  padding-right: 9rem;
}
.contact-form-wrap .form-contact-input input, .contact-form-wrap .form-contact-input textarea{
	color: #444;
	font-size: .875rem;
	line-height: 1.25rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	border-radius: .375rem;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e7eb;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.contact-page .contact-info-wrap .contact-us-title h3{
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.contact-page .contact-info-wrap .contact-us-title p{
	padding-top: 1.5rem;
}
.contact-page .contact-info-wrap h5{
	font-size: 1.25rem;
    line-height: 1.75rem;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	font-weight: 600;
	padding-top: 1.5rem;	
}
.contact-info-inner{
	padding-top: 1.5rem;
}
.video-breadcrumb-area .inner-breadcrumb-video .video-full-width{
	max-height: 575px;
}
.video-breadcrumb-area .inner-breadcrumb-video .title-of-video h1{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: none;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2.25rem;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
/* Blog Listing */
.blog-listing-footer{
	flex-direction: row;
	justify-content: space-between;
	display: flex;
	color: #1887c7;
	font-weight: 600;
}
.blog-listing-footer p{
	font-size: 12px;
	color: #6b7280;
}
.blog-listing-footer a{
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	color: #1887c7;
}
.blog-section .blog-listing-title h3 a{
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	color: #000;
}
.blog-section .blog-listing-title p{
	font-size:12px;
	color: #6b7280;
}

.blog-listing-sidebar{
	
}
.blog-listing-sidebar-social .social-icon a{
	margin-right: 24px;
	color: #000;
}
.blog-listing-sidebar-social .social-icon a i{
	font-size: 25px;
	color: #000;
}
.blog-sidebar-pd{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.blog-listing-d-flex{
	flex-direction: row;
	display: flex;
	gap: 1.25rem;
	
}
.blog-listing-d-flex img{
	width:26% !important;
}
.blog-listing-right .blog-listing-title {
	margin-bottom: 1.25rem;
}
.blog-listing-sidebar-category ul li{
	padding: .5rem;
	color:#000;
}
.blog-listing-sidebar-category ul li a{
	color:#000;
}
.blog-listing-sidebar-category ul li a:hover{
	text-decoration: underline;
    text-decoration-color: currentcolor;
	text-underline-offset: 5px;
	text-decoration-color: #1887c7;
	color:#000;	
}
.pdr-20{
	padding-right:20px;
}
.blog-search-box{
	background: #f3f4f5;
	color: #444;
	font-size: .875rem;
	line-height: 1.25rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	border-radius: .375rem;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e7eb;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.sidebar-head{
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 2rem;
}
.blog-breadcrumb{
	min-height: calc(90vh - 4rem);
	max-width: 100vw;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column-reverse;
	color: #fff;
	align-items: center;
	font-weight: 500;
	text-align: center;
	padding-bottom: 5rem;
	background-image: url(../img/resources/blog-banner.png);
}
.blog-breadcrumb .breadcrumb-title h1{
	font-size: 1.5rem;
	line-height: 2.25rem;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}
.w-full {
  width: 100%;
}

.text-blue-600 {
  color: #1887c7;
}
.uppercase {
  text-transform: uppercase;
}
.blog-listing-cat{
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif !important;
	font-weight:500;
}
.pdall{
	padding: 2.5rem;
}
.blog-listing-slider .blog-listing-title a p{
	font-size: 1.5rem;
	line-height: 1.9rem;
	color: #fff;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	font-weight: 600;
}
.blog-slider .owl-item img {
    height: 100%;
    object-fit: cover;
}
.owl-theme .owl-dots{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.blog-details-breadcrumb{
	min-height: calc(100vh - 4rem);
	max-width: 100vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column-reverse;
	color: #fff;
	align-items: center;
	font-weight: 500;
	text-align: center;
	padding-bottom: 5rem;
	position: relative;
}
.blog-details-breadcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 16, 54, 0.3);
}
.blog-details-breadcrumb .breadcrumb-title h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-family: Gilroy, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 2.5rem;
    top: 2%;
	left: 0;
    right: 0;
}
.blog-detail-description h3{
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	color: #242424;
	position: relative;
}
.blog-detail-description p{
	margin-bottom: 30px;
	text-align:justify;
}
.blog-details-right{
	padding:20px;
	justify-content: space-between;
	display: flex;
	flex-direction: column;  
}
.blog-details-right p {
  font-size: .775rem;
  color:#fff;
  font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
  font-weight:500;
  line-height: 18px;
}
.blog-details-right h4{
	color:#fff;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 24px;
}
/* Internal Pages CSS who we are */
/* Common Breadcrumb Area */
.h-screen {
	height: 90vh;
}
.relative {
	position: relative;
}

.inner-page-breadcrumb h1{
	position: absolute;
	width: 100%;
	text-align: center;	
	font-size: 1.5rem;
	line-height: 2.25rem;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	font-weight: 600;
	color:#fff;
	padding: 2.5rem;
	top: 2%;
}
.inner-page-breadcrumb img{
	height: 90vh;
	width: 100%;
	object-fit: cover;
}
.inner-page-breadcrumb .banner-bottom-area{
	bottom:5% !important;
}
.grid-column-2{
	grid-template-columns: repeat(2,minmax(0,1fr));
	display: grid;
	gap: 9rem;
}
.common-inner-section .top-title-desc h3{
	font-size: 1.5rem;
    line-height: 2rem;
	margin-bottom:0.5rem;
}
.common-inner-section .common-inner-img-section img{
	max-width: 42rem;
}
.common-inner-section .grid-column-2 .grid-column-left, .common-inner-section .grid-column-2 .grid-column-right{
	gap: .5rem;
	flex-direction: column;
	display: flex;
	text-align: center;
}
.common-inner-section .grid-column-2 .grid-column-left h3, .common-inner-section .grid-column-2 .grid-column-right h3{
	font-size: 1.25rem;
    line-height: 1.75rem;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
	font-weight: 600;
}
.-text-white{
	color:#fff;
}
.benefits-section{
	padding-top:110px;
	padding-bottom:110px;
}
.benefits-section .benefits-icon img{
	width: 5rem;
}
.benefits-section .benefits-title h4{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5rem;
	font-family:Gilroy,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
}

.justify-between {
  justify-content: space-between;
}
.custom-anchor {
    height: 60px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .01em;
    text-align: center;
    background-color: #1887c7;
    color: #fff;
    border-radius: 16px;
    padding: 0 60px 0 24px;
    text-decoration: none;
    position: relative;
	min-width: 200px;
}
.custom-anchor{
    &::after {
        content: "\f105";
        width: 48px;
        height: 48px;
        background: #116798;
        color: #f97316;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        position: absolute;
        right: 7px;
        transition: transform 0.5s ease-in-out;
        transform-origin: center;
		font-family: "Font Awesome 6 Pro";
    }
}
.custom-anchor {
    &:hover {
        &::after {
            width: 51px;
            height: 51px;
            transform: scale(1.08);
            right: 5px;
        }
    }
}
.custom-anchor:hover {   
	color:#fff;
}
.custom-anchor-1 {
    height: 60px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .01em;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border-radius: 16px;
    padding: 0 75px 0 24px;
    text-decoration: none;
    position: relative;
	border:2px solid #1887c7;
	min-width: 200px;
}
.custom-anchor-1 {
    &::after {
        content: "\f105";
        width: 48px;
        height: 48px;
        background: #116798;
        color: #f97316;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        position: absolute;
        right: 7px;
        transition: transform 0.5s ease-in-out;
        transform-origin: center;
		font-family: "Font Awesome 6 Pro";
    }
}
.custom-anchor-1 {
    &:hover {
        &::after {
            width: 51px;
            height: 51px;
            transform: scale(1.08);
            right: 5px;
			color:#f97316;
        }
    }
}
.custom-anchor-1:hover {   
	color:#fff;
}
.alternate-download-brochure-btn{
    height:60px;
	display: inline-flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    letter-spacing: .01em;
    text-align: center;
    background-color: #1887c7;
    color: #fff;
    border-radius: 10px;
    padding: 0.75rem 75px 0.75rem 24px;
    text-decoration: none;
    position: relative;
	border:1px solid #1887c7;
	margin-top: 3rem;
}
.alternate-download-brochure-btn{
    &::after {
        content: "\f105";
        width: 48px;
        height: 48px;
        background: #116798;
        color: #f97316;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        position: absolute;
        right: 7px;
        transition: transform 0.5s ease-in-out;
        transform-origin: center;
		font-family: "Font Awesome 6 Pro";
    }
}
.alternate-download-brochure-btn {
    &:hover {
        &::after {
            width: 50px;
            height: 50px;
            transform: scale(1.08);
            right: 5px;
			color:#f97316;
        }
    }
}

/* Partnership Page CSS*/
.partnership-section .partners-content-wrap .section-title h2{
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.txt-clr-golden{
	color:#fd8f00;
}
.-font-20 {
  font-size: 20px;
}
.partners-image-wrap {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-gap: 30px;
}
.our-partners-section .impact-partner-item img{
	width:200px;
}
.success-partner-item{
	border: 1px solid #ccc;
}
.success-partner-content-wrap {
  padding: 30px;
}
.success-partner-category .success-partner-btn{
	border: 1px solid #707070;
	padding: 5px 30px;
	color: #707070;
	border-radius: 6px;
}
.success-partner-content-wrap .success-partner-read-more-btn{
	color:#1148fa;
}
.partner-bottom-banner-btn ul {
	display: inline-flex;
	gap: 3rem;
}
.partner-bottom-banner-btn .partner-bottom-btn{
	display: inline-flex;
	align-items: center;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.75rem;
	letter-spacing: .01em;
	text-align: center;
	background-color: #1887c7;
	color: #fff;
	border-radius: 10px;
	padding: 15px;
	text-decoration: none;
	position: relative;
	border: 1px solid #1887c7;
	margin-top: 3rem;
	max-width: 280px;
}
.partner-bottom-banner-btn .partner-bottom-btn-1{
	display: inline-flex;
	align-items: center;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.75rem;
	letter-spacing: .01em;
	text-align: center;
	background-color: transparent;
	color: #fff;
	border-radius: 10px;
	padding: 15px;
	text-decoration: none;
	position: relative;
	border: 1px solid #fff;
	margin-top: 3rem;
	max-width: 280px;
}
.partner-bottom-area{
    position: relative;
}
.partner-bottom-wrap{
    position: absolute;
    top: 25%;
    left: 0;
	right:0;
    padding: 20px;
}
.partner-breadcrumb-area{
    position: relative;
}
.partner-breadcrumb-wrap{	
	position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    padding: 20px;
    max-width: 1140px;
    margin: auto;
}
/* Digital Journey */
.digital-journey-breadcrumb-area {
  position: relative;
}
.digital-journey-breadcrumb-wrap {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  padding: 20px;
  max-width: 800px;
  margin: auto;
}
.digital-journey-bottom-wrap{
    position: absolute;
    bottom: 45%;
    left: 0;
	right:0;
    padding: 20px;
	width: 500px;
	margin:auto;
}
.digital-journey-nav-tabs{
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-gap: 30px;
}
/*.digital-journey-nav-tabs .nav-link.active {
  border-bottom: 4px solid #ea7a24;
}*/
.road-map-list-style{
	margin-top:10px;
}
.road-map-list-style li{
	color:#000;
	margin-bottom:10px;
	font-weight:600;
}

/* Digital Journey Vertical Tab */
.vertical-tabs {
  position: relative;
  margin-left: 200px;
}
.tabs {
  position: relative;
  float: left;
  width: 200px;
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -200px;
}
.tabs li {
  position: relative;
  list-style: none;
}
.tabs li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  background-color: #c6c6c6;
  margin-bottom: 15px;
  color: #000;
  font-weight:600;
}
.tabs li.active a{
	background-color: #1887c7;
	color: #fff;
}
.tabs-content .content {
  display: none;
}
.tabs-content .content.active {
  display: block;
}
/* Digital Journey Accordian */
.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}
.panel:last-child {
  border-bottom: none;
}
.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-heading {
  background-color: #009688;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}
.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.panel-body {
  background: #fff;
}
.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}
.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}
.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

/* Careers Page */
.careers-breadcrumb-area {
  position: relative;
}
.careers-breadcrumb-area img{
    height: 90vh;
    width: 100%;
    object-fit: cover;
}
.careers-breadcrumb-wrap {
  position: absolute;
  top: 30%;
  left: 5%;
  padding: 20px;
  max-width: 700px;
  margin: auto;
}
.grid-column-three{
	grid-template-columns: repeat(3,minmax(0,1fr));
	display: grid;
	gap: 15rem;
}
.core-values-section .core-values-btn-1{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .01em;
  text-align: center;
  background-color: #ff6700;
  color: #fff;
  border-radius: 100px;
  padding: 20px;
  text-decoration: none;
}
.core-values-section .core-values-btn-2{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .01em;
  text-align: center;
  background-color: #525252;
  color: #fff;
  border-radius: 100px;
  padding: 20px;
  text-decoration: none;
}
.core-values-section .core-values-btn-3{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .01em;
  text-align: center;
  background-color: #557ea5;
  color: #fff;
  border-radius: 100px;
  padding: 20px;
  text-decoration: none;
}
.core-values-section .core-values-btn-1 p, .core-values-section .core-values-btn-2 p, .core-values-section .core-values-btn-3 p{
	font-size:24px;
	font-weight:600;
	color:#fff;
	margin-bottom: 0px;
}
.working-thriving-section .thriving-sec-bx{
	padding: 10px;
	text-align:center;
}
.working-thriving-section .thriving-sec-bx.border-none{
	border-right:none;	
}
.working-thriving-section .thriving-sec-bx h3{
	font-size: 24px;
}
/* Career Page Title */
.openings-sections .career-section-title h3 {
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 text-align: center;
	 font-size: 1.5rem;
}
.openings-sections .career-section-title h3:before, .openings-sections .career-section-title h3:after {
	 background-color: #ccc;
	 content: '';
	 flex-grow: 1;
	 height: 2px;
	 position: relative;
	 top: 20px;
}
.openings-sections .career-section-title h3:before {
	 margin-right: 20px;
}
.openings-sections .career-section-title h3:after {
	 margin-left: 20px;
}
/* Job Listing Section */
.job-listing-item .job-item {
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    background: #fff;
	padding: 12px;
}
.job-listing-item .job-item {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    gap: 1rem;
	align-items: center !important;
}

.job-listing-item .job-item h2.job-post-title{
    margin: 0px;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}
.job-listing-item .job-list-right-col {
    text-align: right;
}
.job-listing-item .job-location-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.job-listing-item .job-location-wrapper p{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.job-listing-item .apply-job-wrapper {
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    margin-left: 58px;
}
.career-bg{
	background:#f6f6f6;
}
.career-opportunities{
	background: url(../img/resources/carrier-opportinities.png) left bottom no-repeat #000;
}
.job-search-filter {
  grid-template-columns: repeat(5,minmax(0,1fr));
  display: grid;
  gap:3rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .01em;
  text-align: center;
  background-color: #fff;
  border-radius:10px;
  padding:30px;
  text-decoration:none;
  border:1px solid #000;
  margin-top: -7rem;
}
.job-search-filter p{
	margin-bottom:0px;
}
.careers-bottom-area {
  position: relative;
}
.careers-bottom-wrap {
	position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    padding: 20px;
    max-width: 1140px;
    margin: auto;
}
.home-news-section .section-title-2{
	padding-left: 3rem;
}
.height-full{
	height:100%;
}
.img-cover{
	object-fit: cover;
}

/* Download Modal Form */
.brochure-enq .modal-header{
	padding-top: 10px;
    padding-bottom: 10px;
}
.brochure-enq .modal-header img{
	width:150px;
}
.modal-download-brochure-btn{
    height:60px;
	display: inline-flex !important;
    align-items: center;
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    line-height: 1.75rem !important;
    letter-spacing: .01em !important;
    text-align: center;
    background-color: #1887c7 !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 0.75rem 75px 0.75rem 24px !important;
    text-decoration: none;
    position: relative;
	border:1px solid #1887c7;
	width: auto !important;
}
.modal-download-brochure-btn{
    &::after {
        content: "\f105";
        width: 48px;
        height: 48px;
        background: #116798;
        color: #f97316;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        position: absolute;
        right: 7px;
        transition: transform 0.5s ease-in-out;
        transform-origin: center;
		font-family: "Font Awesome 6 Pro";
    }
}
.modal-download-brochure-btn {
    &:hover {
        &::after {
            width: 50px;
            height: 50px;
            transform: scale(1.08);
            right: 5px;
			color:#f97316;
        }
    }
}
.pagination_area .pagination{
	justify-content: center;
}
.tabular-title-head h2{
	font-size: 1.5rem;
    line-height: 2rem;
}
.img-w-full{
	width: 100%;
    object-fit: cover;
}
.ssh-blog-listing-slider{
	display:flex;
	flex-direction: row;
	gap: 1.25rem;
}
.ssh-blog-slider-left{
	width:33%;
}
.ssh-blog-slider-right{
	width:67%;
}
.openings-sections{
	margin-top:-4rem;
}
/* Job Details Page */
.job-description h3{
	font-size: 1.25rem;
	line-height: 2rem;
	margin-bottom: 0.5rem;
}
.job-description p{
	margin-bottom:15px;
}
.sidebar-wrap{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.single-job-details{
	grid-template-columns: repeat(2, minmax(0, 1fr));
	display: grid;
	gap: 3rem;
	border-bottom: 2px solid #999;
	margin-bottom:20px;
}
.single-job-expiry h3{
	text-align:right;
}
.single-job-details h3{
	font-size: 1.25rem;
	line-height: 2rem;
}
.job-id h4{
	font-size: 1rem;
}
.single-job-breadcrumb{
	height: 250px;
	background-size: cover;
	background-position: center;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.single-job-breadcrumb .breadcrumb-title h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 1px;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.partnership-content-p p{
	color: #fff;
}
/* Common Styling */
.pd-right-10{
	padding-right:10px;
}
.pd-right-20{
	padding-right:20px;
}
.pd-right-30{
	padding-right:30px;
}
.pd-right-40{
	padding-right:40px;
}
.pd-right-50{
	padding-right:50px;
}
.pd-left-10{
	padding-left:10px;
}
.pd-left-20{
	padding-left:20px;
}
.pd-left-30{
	padding-left:30px;
}
.pd-left-40{
	padding-left:40px;
}
.pd-left-50{
	padding-left:50px;
}
.phased-transition .accordion-header .accordion-button{
	color: #000 !important;
    font-weight: 500;
}
.partner-btm-btn{
	margin-top: 3rem;
    max-width: 280px;
}
.inner-page-breadcrumb .partner-breadcrumb-wrap h2{
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-family: Gilroy, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
}

.inner-page-breadcrumb::before{ 
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.careers-breadcrumb-area .careers-breadcrumb-wrap h2{
	font-size: 1.5rem;
    line-height: 2.25rem;
    font-family: Gilroy, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
}
.careers-breadcrumb-area::before{ 
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 16, 54, 0.3);
}
.core-values-section p{
	color:#fff;
}
.round-10{
	border-radius:10px;
}
.our-partners-section-title h3, .core-values-section-title h3, .careers-title h3, .contact-us-title h3, .partner-bottom-title h3{
	font-size:1.5rem;
}
.blog-section .sm-pg-back{
	display:none;
}
.privacy-policy{
	padding-top:50px;
	padding-bottom:50px;
	background:#fff;
}
.privacy-policy-section-title h3{
	font-size:1.5rem;
    margin-bottom: 5px;
}
.privacy-policy-section-title h4 {
    font-size: 1.25rem;
    margin-bottom: 5px;
}
.mr-auto{
	margin:0 auto;
}
.book-a-demo-breadcrumb{
	height: 50vh;
}
.book-a-demo-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 16, 54, 0.3);
}
.book-a-demo-breadcrumb h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-family: Gilroy, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    top: 48%;
}
.book-a-demo-breadcrumb img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
}
.partner-bottom-title h1{
	font-size: 1.5rem;
}
.ssh-future-works-box h3{
	font-size: 1.5rem;
}
.book-demo-form label{
	color: #666;
    font-size: 14px;
}

/* Part-2 CSS By Rajeev */
.bottom-banner-wrap{
	background: #000;
}
.bottom-banner-wrap {
	background: #000;
	padding: 50px 0px;
}
.bottom-banner-wrap h4{
	margin-bottom:0px;
	
}
.thriving-grid-column-three{
	grid-template-columns: repeat(3,minmax(0,1fr));
	display: grid;
	gap:4rem;
}
.thriving-grid-column-three .gcol-1, .thriving-grid-column-three .gcol-2{
	border-right: 2px solid #000 ;
}
.blog-listing-category p{
	font-size: 13px;
    color: #6b7280;
}
.blog-listing-slider .ssh-blog-listing-slider p{
	margin-bottom:0px;
	font-size:14px;
}
.blog-listing-slider .ssh-blog-listing-slider .blog-listing-footer{
	justify-content: flex-start !important;
}
.blog-listing-slider .ssh-blog-listing-slider .ssh-blog-slider-right span{
	padding-right:10px;
	padding-left:10px;
	color:#6b7280;
}
.book-demo-form .nice-select{
	padding: .70rem .70rem;
}
@media (min-width: 1280px) {
	{
		.width-full{
			width:100%;
		}
	}

}