/*-----------------------------------------------------------------------------------

    Author: WebTechnix
    Version: 1

-----------------------------------------------------------------------------------*/
/*=======  COMMON CSS  =======*/
/* rajdhani-regular - latin */
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rajdhani-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rajdhani-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rajdhani-v15-latin-regular.woff2") format("woff2"), url("../fonts/rajdhani-v15-latin-regular.woff") format("woff"), url("../fonts/rajdhani-v15-latin-regular.ttf") format("truetype"), url("../fonts/rajdhani-v15-latin-regular.svg#Rajdhani") format("svg");
  /* Legacy iOS */
}
/* rajdhani-600 - latin */
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rajdhani-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rajdhani-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/rajdhani-v15-latin-600.woff2") format("woff2"), url("../fonts/rajdhani-v15-latin-600.woff") format("woff"), url("../fonts/rajdhani-v15-latin-600.ttf") format("truetype"), url("../fonts/rajdhani-v15-latin-600.svg#Rajdhani") format("svg");
  /* Legacy iOS */
}
/* rajdhani-700 - latin */
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rajdhani-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rajdhani-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/rajdhani-v15-latin-700.woff2") format("woff2"), url("../fonts/rajdhani-v15-latin-700.woff") format("woff"), url("../fonts/rajdhani-v15-latin-700.ttf") format("truetype"), url("../fonts/rajdhani-v15-latin-700.svg#Rajdhani") format("svg");
  /* Legacy iOS */
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1d2122;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
}

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

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

input,
textarea,
button,
select {
  border: none;
}

input,
textarea,
select {
  width: 100%;
  background-color: #f3f3f3;
  padding: 0 30px;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  color: #1d2122;
}

textarea {
  height: 200px;
  padding-top: 20px;
  resize: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #a5a5a5;
  background: #f3f3f3 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='a5a5a5'/></g></svg>") no-repeat;
  background-position: right 30px top 50%;
}
select::-ms-expand {
  display: none;
}

select option {
  color: #333;
}

::placeholder {
  opacity: 1;
  color: inherit;
}

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #1d2122;
}

.input-group {
  position: relative;
  display: block;
}
.input-group input,
.input-group textarea,
.input-group select {
  padding-right: 45px;
  padding-left: 25px;
}
.input-group .icon {
  position: absolute;
  right: 25px;
  font-size: 14px;
  color: #ffaa17;
  top: 50%;
  transform: translateY(-50%);
}
.input-group.textarea .icon {
  top: 20px;
  transform: translateY(0);
}

.slick-slide img {
  display: inline-block;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin: 0px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #1d2122;
}

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

p {
  margin: 0px;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a, a:hover {
  color: #ffaa17;
}

/*=======  Common Classes  =======*/
@media (min-width: 1600px) {
  .container-1500 {
    max-width: 1530px;
  }
}
@media (min-width: 1350px) and (max-width: 1599px) {
  .container-1500 {
    max-width: 1330px;
  }
}

@media (min-width: 1350px) {
  .container-1320 {
    max-width: 1350px;
  }
}

.main-btn {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 45px;
  background-color: #ffaa17;
  color: #1d2122;
  line-height: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 575px) {
  .main-btn {
    padding: 0 40px;
    line-height: 55px;
    height: 55px;
    font-size: 15px;
  }
}
.main-btn .icon {
  margin-left: 10px;
  line-height: 1;
}
.main-btn .icon-left {
  margin-right: 10px;
}
.main-btn:hover {
  color: #fff;
  background-color: #1d2122;
}
.main-btn.main-btn-2 {
  border: 2px solid #f1f1f1;
  background-color: transparent;
}
.main-btn.main-btn-2:hover {
  color: #fff;
  background-color: #1d2122;
  border-color: #1d2122;
}
.main-btn.main-btn-3 {
  background-color: #fff;
}
.main-btn.main-btn-3:hover {
  background-color: #1d2122;
  color: #fff;
}
.main-btn.main-btn-4 {
  color: #fff;
  background-color: #1d2122;
}
.main-btn.main-btn-4:hover {
  background-color: #ffaa17;
  color: #1d2122;
}
.main-btn.gradient-btn {
  background: linear-gradient(90deg, #ffaa17 1.43%, #fd7e14 100%);
  position: relative;
  z-index: 1;
}
.main-btn.gradient-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fd7e14 1.43%, #ffaa17 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.main-btn.gradient-btn:hover {
  color: #1d2122;
}
.main-btn.gradient-btn:hover::before {
  opacity: 1;
  visibility: visible;
}
.main-btn:focus {
  box-shadow: #0d1b3b 0px 0px 12px 1px;
}

.section-title .title-tag {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffaa17;
  margin-bottom: 15px;
}
.section-title .title-tag-two {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #ffaa17;
  margin-bottom: 15px;
}
.section-title .title {
  font-size: 60px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .section-title .title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .section-title .title {
    font-size: 32px;
  }
}
.section-title .title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px #1d2122;
  opacity: 0.2;
}
.section-title p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  line-height: 1.4;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .section-title p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .section-title p {
    font-size: 17px;
  }
}
.section-title.white-color .title,
.section-title.white-color p {
  color: #fff;
}
.section-title.white-color .title span {
  -webkit-text-stroke: 1px #fff;
  opacity: 0.4;
}

.section-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-gap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.section-gap-bottom {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-gap-bottom {
    padding-bottom: 90px;
  }
}

.section-gap-top {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .section-gap-top {
    padding-top: 90px;
  }
}

.section-gap-less-top {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-gap-less-top {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.section-gap-less-bottom {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-gap-less-bottom {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.grey-bg {
  background-color: #f4f9fa;
}

.smoke-bg {
  background-color: #f6f6f6;
}

.dark-bg {
  background-color: #1d2122;
}

.border-top {
  border-top: 2px solid #efefef !important;
}

.body-clippy-shape {
  position: absolute;
  z-index: -1;
  width: 100%;
  background-color: #ffaa17;
  clip-path: polygon(65% 0, 0 0, 0 100%);
  height: 2085px;
}
@media (max-width: 1349px) {
  .body-clippy-shape {
    clip-path: polygon(70% 0, 0 0, 0 100%);
    height: 1600px;
  }
}
@media (max-width: 767px) {
  .body-clippy-shape {
    clip-path: polygon(60% 0, 0 0, 0 100%);
    height: 1500px;
  }
}

.body-color-2 {
  color: #777a7a;
}

/*======= Preloader =======*/
div#preloader {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #1d2122;
  z-index: 9999999;
}
div#preloader .line {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  width: 60px;
  height: 4px;
  background: #fff;
  animation: spin 1.5s infinite ease;
}
div#preloader .line:nth-of-type(2) {
  animation-delay: 0.1s;
}
div#preloader .line:nth-of-type(3) {
  animation-delay: 0.2s;
}
div#preloader .line:nth-of-type(4) {
  animation-delay: 0.3s;
}

/*=======  Utilitis =======*/
.mt-30 {
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=======  Animations  =======*/
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*======= Header =======*/
header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: transparent;
}
header .header-nav {
  position: relative;
}
header .nav-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
  background-color: #fff;
  width: calc(100% - 300px);
}
@media (max-width: 1349px) {
  header .nav-container {
    width: calc(100% - 270px);
    padding: 0px 40px;
  }
}
@media (max-width: 1199px) {
  header .nav-container {
    width: calc(100% - 240px);
    padding: 0px 30px;
  }
}
@media (max-width: 991px) {
  header .nav-container {
    width: 100%;
    padding: 15px 20px;
  }
}
header .nav-container .navbar-toggler {
  border: 1px solid #1d2122;
  background-color: transparent;
  cursor: pointer;
  display: none;
  padding: 15px;
  margin-left: 30px;
}
header .nav-container .navbar-toggler span {
  position: relative;
  background-color: #1d2122;
  border-radius: 0;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}
header .nav-container .navbar-toggler span:first-child {
  margin-top: 0;
}
header .nav-container .navbar-toggler.active span:nth-of-type(1) {
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}
header .nav-container .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
header .nav-container .navbar-toggler.active span:nth-of-type(3) {
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}
@media (max-width: 991px) {
  header .nav-container .navbar-toggler {
    display: block;
  }
}
header .nav-container .menu-items {
  position: relative;
}
@media (max-width: 991px) {
  header .nav-container .menu-items {
    display: none;
  }
}
header .nav-container .menu-items .menu-badge {
  font-size: 10px;
  margin-left: 5px;
  background-color: #ffaa17;
  line-height: 1;
  padding: 4px 9px;
  border-radius: 5px;
  transition: 0.3s;
}
header .nav-container .menu-items li {
  display: inline-block;
  position: relative;
}
header .nav-container .menu-items li a {
  color: #1d2122;
  padding: 0 15px;
  margin: 0 10px;
  line-height: 100px;
  position: relative;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1349px) {
  header .nav-container .menu-items li a {
    margin: 0px 5px;
    padding: 0px 10px;
  }
}
@media (max-width: 1199px) {
  header .nav-container .menu-items li a {
    margin: 0px 5px;
    padding: 0px 5px;
    font-size: 15px;
  }
}
header .nav-container .menu-items li:first-child a {
  padding-left: 0;
  margin-left: 0;
}
header .nav-container .menu-items li:last-child a {
  padding-right: 0;
  margin-right: 0;
}
header .nav-container .menu-items li .dd-trigger {
  font-weight: 400;
  position: absolute;
  right: 5px;
  display: block;
  color: #ffaa17;
  top: 48%;
  font-size: 16px;
  z-index: 5;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 1349px) {
  header .nav-container .menu-items li .dd-trigger {
    right: 0;
  }
}
@media (max-width: 1199px) {
  header .nav-container .menu-items li .dd-trigger {
    font-size: 14px;
  }
}
header .nav-container .menu-items li .submenu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 220px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
header .nav-container .menu-items li .submenu li {
  display: block;
}
header .nav-container .menu-items li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .nav-container .menu-items li .submenu li .dd-trigger {
  right: 20px;
}
header .nav-container .menu-items li .submenu li .dd-trigger i {
  transform: rotate(-90deg);
}
header .nav-container .menu-items li .submenu li a {
  display: block;
  padding: 8px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px !important;
  color: #1d2122;
}
header .nav-container .menu-items li .submenu li a:hover {
  background-color: #ffaa17;
  color: #fff !important;
}
header .nav-container .menu-items li .submenu li a:hover ~ .dd-trigger {
  color: #fff;
}
header .nav-container .menu-items li .submenu li a:hover .menu-badge {
  background-color: #fff;
  color: #1d2122;
}
header .nav-container .menu-items li .submenu li .submenu {
  left: 100%;
  top: 50%;
}
header .nav-container .menu-items li .submenu li:hover .submenu {
  top: 0;
}
header .nav-container .menu-items li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header .nav-container .menu-items li.current a,
header .nav-container .menu-items li a:hover {
  color: #ffaa17;
}
header .contact-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 300px;
  background-color: #ffaa17;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1349px) {
  header .contact-btn {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  header .contact-btn {
    width: 220px;
  }
}
@media (max-width: 991px) {
  header .contact-btn {
    display: none;
  }
}
header .contact-btn .contact-info {
  color: #1d2122;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  padding-left: 18px;
}
header .contact-btn .contact-info i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
}
header .contact-btn .contact-info .info {
  display: block;
  font-size: 20px;
  margin-top: 5px;
}
@media (max-width: 1349px) {
  header .contact-btn .contact-info .info {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  header .contact-btn .contact-info .info {
    font-size: 18px;
  }
}
header .mobile-menu {
  background-color: #1d2122;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 99;
  width: 300px;
  height: 100%;
  transition-duration: 500ms;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
}
header .mobile-menu.menu-on {
  left: 0;
  opacity: 1;
  visibility: visible;
}
header .mobile-menu .site-logo {
  padding: 40px 25px 30px;
}
header .mobile-menu .menu-items {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .mobile-menu .menu-items .menu-badge {
  font-size: 10px;
  margin-left: 5px;
  color: #1d2122;
  background-color: #ffaa17;
  line-height: 1;
  padding: 4px 9px;
  border-radius: 5px;
  transition: 0.3s;
}
header .mobile-menu .menu-items ul li {
  display: block;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
header .mobile-menu .menu-items ul li a {
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
header .mobile-menu .menu-items ul li .submenu {
  display: none;
}
header .mobile-menu .menu-items ul li .submenu li a {
  font-size: 14px;
  margin-left: 20px;
  text-transform: capitalize;
}
header .mobile-menu .menu-items ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
header .mobile-menu .menu-items ul li .dd-trigger i {
  transform: rotate(-90deg);
  transition: all 500ms ease;
}
header .mobile-menu .menu-items ul li .dd-trigger.open i {
  transform: rotate(0);
}
header .mobile-menu .menu-items ul li.current {
  border-left: 2px solid #ffaa17;
}
header .mobile-menu .navbar-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 12;
}
header .mobile-menu .navbar-close .cross-wrap {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}
header .mobile-menu .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
}
header .mobile-menu .navbar-close .cross-wrap span:first-child {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .mobile-menu .navbar-close .cross-wrap span:last-child {
  bottom: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .mobile-menu .contact-btn {
  display: flex;
  position: relative;
  width: 80%;
  margin: 50px auto 0;
  height: 75px;
}
header .mobile-menu .contact-btn a {
  color: black;
}
header.header {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}
header .site-logo .site-logo-img {
  width: 120px;
}
@media (max-width: 767px) {
  header .site-logo .site-logo-img {
    width: 100px;
  }
}
header.sticky-header.sticky-on {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  animation: sticky 1.2s;
}
header.sticky-header.sticky-on .nav-container,
header.sticky-header.sticky-on .contact-btn {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
header.sticky-header.sticky-on .header-nav > .contact-btn {
  height: 80px;
}
header.sticky-header.sticky-on .nav-container .menu-items li a {
  line-height: 80px;
}

/*======= Off Canvas menu =======*/
.off-canvas-items {
  position: fixed;
  right: 0;
  height: 100vh;
  width: 400px;
  background-color: #1d2122;
  top: 0;
  padding: 60px 50px 50px;
  z-index: 999;
  font-size: 15px;
  color: #fff;
  margin-right: -400px;
  transition-duration: 0.5s;
}
.off-canvas-items .contact-block-title {
  font-size: 18px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #fff;
}
.off-canvas-items .social-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
.off-canvas-items .social-icons a {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0px 4px;
}
.off-canvas-items .social-icons a:hover {
  background-color: #fff;
  color: #1d2122;
}
.off-canvas-items .canvas-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #fff;
  transition-duration: 0.6s;
  transform: rotate(360deg);
  padding: 15px;
}
.off-canvas-items.off-canvas-show {
  margin-right: 0;
}
.off-canvas-items.off-canvas-show .canvas-close {
  transform: rotate(0);
}

.canvas-overly {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #1d2122;
  z-index: 998;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.canvas-overly.off-canvas-show {
  visibility: visible;
  opacity: 0.3;
}

/*======= Banner =======*/
.banner-section {
  position: relative;
  z-index: 1;
}
.banner-section .single-banner {
  background-size: cover;
  background-position: center;
  background-color: #000;
  padding-top: 360px;
  padding-bottom: 260px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-section .single-banner {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}
@media (max-width: 575px) {
  .banner-section .single-banner {
    padding-top: 240px;
    padding-bottom: 120px;
  }
}
.banner-section .single-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #1d2122;
  opacity: 0.6;
}
.banner-section .single-banner .banner-text {
  text-align: center;
}
.banner-section .single-banner .banner-text .title {
  font-size: 120px;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -1px;
  color: #fff;
}
@media (max-width: 1349px) {
  .banner-section .single-banner .banner-text .title {
    font-size: 110px;
  }
}
@media (max-width: 1199px) {
  .banner-section .single-banner .banner-text .title {
    font-size: 92px;
  }
}
@media (max-width: 991px) {
  .banner-section .single-banner .banner-text .title {
    font-size: 62px;
  }
}
@media (max-width: 575px) {
  .banner-section .single-banner .banner-text .title {
    font-size: 40px;
    line-height: 1;
  }
}
.banner-section .single-banner .banner-text .title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px #ebeeee;
  opacity: 0.2;
}
.banner-section .single-banner .banner-text .banner-tags {
  margin-bottom: 30px;
}
.banner-section .single-banner .banner-text .banner-tags li {
  display: inline-block;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #ffaa17;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  position: relative;
  margin: 0 30px;
}
@media (max-width: 991px) {
  .banner-section .single-banner .banner-text .banner-tags li {
    margin: 0 15px;
  }
}
@media (max-width: 575px) {
  .banner-section .single-banner .banner-text .banner-tags li {
    margin: 0 8px;
    font-size: 14px;
  }
}
.banner-section .single-banner .banner-text .banner-tags li:not(:last-child)::after {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(50%, -50%);
  content: "|";
}
@media (max-width: 991px) {
  .banner-section .single-banner .banner-text .banner-tags li:not(:last-child)::after {
    right: -15px;
  }
}
@media (max-width: 575px) {
  .banner-section .single-banner .banner-text .banner-tags li:not(:last-child)::after {
    right: -8px;
  }
}
.banner-section .single-banner .banner-text .banner-btns {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .banner-section .single-banner .banner-text .banner-btns {
    display: block;
  }
}
.banner-section .single-banner .banner-text .banner-btns li {
  margin: 0px 20px;
}
@media (max-width: 575px) {
  .banner-section .single-banner .banner-text .banner-btns li {
    margin: 0 0 20px;
  }
}
.banner-section .single-banner .banner-text .banner-btns li .video-btn {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  color: #fff;
  z-index: 1;
  font-size: 18px;
}
@media (max-width: 575px) {
  .banner-section .single-banner .banner-text .banner-btns li .video-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}
.banner-section .single-banner .banner-text .banner-btns li .video-btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.06);
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: pulse-border 1500ms ease-out infinite;
}
.banner-section .single-banner .banner-text .banner-btns li .video-btn-2 {
  position: relative;
  z-index: 1;
  margin-right: 60px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.banner-section .single-banner .banner-text .banner-btns li .video-btn-2 i {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #1d2122;
  margin-right: 20px;
}
.banner-section .single-banner .banner-text .banner-btns li .video-btn-2::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #c4c4c4;
}
.banner-section.banner-style-two .single-banner {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .banner-section.banner-style-two .single-banner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.banner-section.banner-style-two .single-banner .banner-text {
  text-align: left;
}
.banner-section.banner-style-two .single-banner .banner-text .banner-tags li:first-child {
  margin-left: 0;
}
.banner-section.banner-style-two .single-banner .banner-text .banner-btns {
  justify-content: flex-start;
}
.banner-section.banner-style-two .single-banner .banner-text .banner-btns li:first-child {
  margin-left: 0;
}
.banner-section.banner-style-three .single-banner {
  padding-top: 240px;
  padding-bottom: 210px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .banner-section.banner-style-three .single-banner {
    padding-top: 190px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .banner-section.banner-style-three .single-banner {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
.banner-section.banner-style-three .single-banner::before {
  display: none;
}
.banner-section.banner-style-three .single-banner .banner-text {
  text-align: left;
  position: relative;
  z-index: 1;
}
.banner-section.banner-style-three .single-banner .banner-text::after {
  position: absolute;
  left: -50px;
  top: -130px;
  bottom: -130px;
  content: "";
  background-color: #ffaa17;
  width: 78%;
  z-index: -1;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .banner-section.banner-style-three .single-banner .banner-text::after {
    top: -80px;
    bottom: -80px;
    width: 65%;
  }
}
@media (max-width: 767px) {
  .banner-section.banner-style-three .single-banner .banner-text::after {
    left: -15px;
    width: 85%;
  }
}
@media (max-width: 575px) {
  .banner-section.banner-style-three .single-banner .banner-text::after {
    left: -15px;
    width: 90%;
    bottom: -60px;
    top: -60px;
  }
}
.banner-section.banner-style-three .single-banner .banner-text .title {
  color: #1d2122;
}
.banner-section.banner-style-three .single-banner .banner-text .title span {
  -webkit-text-stroke: 2px #1d2122;
  opacity: 0.3;
}
.banner-section.banner-style-three .single-banner .banner-text .banner-tags li {
  color: #1d2122;
}
.banner-section.banner-style-three .single-banner .banner-text .banner-tags li:first-child {
  margin-left: 0;
}
.banner-section.banner-style-three .single-banner .banner-text .banner-btns {
  justify-content: flex-start;
}
.banner-section.banner-style-three .single-banner .banner-text .banner-btns li:first-child {
  margin-left: 0;
}
.banner-section.banner-style-three .single-banner .banner-text .banner-btns li .video-btn {
  background-color: #fff;
  color: #1d2122;
}
.banner-section.banner-style-three .single-banner .banner-text .banner-btns li .video-btn::before {
  background-color: #fff;
}
.banner-section.banner-style-three .single-banner .banner-bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: -2px;
  width: 63%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .banner-section.banner-style-three .single-banner .banner-bg {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-section.banner-style-three .single-banner .banner-bg {
    width: 65%;
  }
}
@media (max-width: 575px) {
  .banner-section.banner-style-three .single-banner .banner-bg {
    width: 70%;
  }
}
.banner-section .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  letter-spacing: -1px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
  .banner-section .slick-arrow {
    font-size: 15px;
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
}
.banner-section .slick-arrow.next-arrow {
  left: auto;
  right: 0;
}
.banner-section .slick-arrow:hover {
  background-color: #ffaa17;
  color: #1d2122;
}
.banner-section.banner-style-two .slick-arrow {
  display: none !important;
}
.banner-section.banner-style .single-banner {
  background-color: #fff;
  padding: 160px 0 100px;
}
.banner-section.banner-style .single-banner::before {
  display: none;
}
.banner-section.banner-style .single-banner .banner-text {
  text-align: left;
}
@media (max-width: 991px) {
  .banner-section.banner-style .single-banner .banner-text {
    margin-bottom: 50px;
  }
}
.banner-section.banner-style .single-banner .banner-text .title-tag {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #ffaa17;
  font-weight: 700;
  margin-bottom: 30px;
}
.banner-section.banner-style .single-banner .banner-text .title {
  font-size: 98px;
  text-transform: unset;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1d2122;
}
@media (max-width: 1199px) {
  .banner-section.banner-style .single-banner .banner-text .title {
    font-size: 74px;
  }
}
@media (max-width: 575px) {
  .banner-section.banner-style .single-banner .banner-text .title {
    font-size: 46px;
  }
}
.banner-section.banner-style .single-banner .banner-text .title span {
  display: block;
  color: #ffaa17;
  opacity: 1;
  -webkit-text-stroke: 0px;
}
.banner-section.banner-style .single-banner .banner-text .banner-btns {
  justify-content: flex-start;
}
.banner-section.banner-style .single-banner .banner-text .banner-btns li {
  margin: 0px 20px 0 0;
}
@media (max-width: 575px) {
  .banner-section.banner-style .single-banner .banner-text .banner-btns li {
    margin: 20px 0 0;
  }
}
@media (max-width: 575px) {
  .banner-section.banner-style .single-banner .banner-text .banner-btns .main-btn {
    padding: 0 30px;
  }
}
.banner-section.banner-style .single-banner .banner-img {
  display: flex;
  justify-content: flex-end;
  z-index: 2;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .banner-section.banner-style .single-banner .banner-img {
    padding-right: 0;
    justify-content: center;
  }
}
.banner-section.banner-style .single-banner .banner-img::before {
  content: "";
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 455px;
  height: 475px;
  background-color: #ffaa17;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .banner-section.banner-style .single-banner .banner-img::before {
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner-section.banner-style .single-banner .banner-img .dots-icon {
  position: absolute;
  right: -40px;
  top: 45px;
  z-index: -2;
}
@media (max-width: 575px) {
  .banner-section.banner-style .single-banner .banner-img .dots-icon {
    display: none;
  }
}
.banner-section.banner-style .single-banner .banner-img .dots-icon-2 {
  position: absolute;
  z-index: -1;
  bottom: 30px;
  right: 355px;
}
@media (max-width: 575px) {
  .banner-section.banner-style .single-banner .banner-img .dots-icon-2 {
    display: none;
  }
}
.banner-section.banner-style .single-banner .banner-img .author-png-img img {
  max-width: 350px;
  max-height: 565px;
}
@media (max-width: 575px) {
  .banner-section.banner-style .single-banner .banner-img .author-png-img img {
    max-width: 100%;
    max-height: auto;
  }
}
.banner-section.banner-style .single-banner .banner-img .experience-tag {
  position: absolute;
  bottom: 65px;
  right: -40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.16);
  padding: 16px 24px 16px 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
@media (max-width: 1349px) {
  .banner-section.banner-style .single-banner .banner-img .experience-tag {
    right: -15px;
  }
}
.banner-section.banner-style .single-banner .banner-img .experience-tag span.big {
  font-size: 68px;
  letter-spacing: -0.03em;
  margin-right: 14px;
  line-height: 1;
}
.banner-section.banner-style-five .single-banner {
  padding-top: 340px;
  padding-bottom: 220px;
}
@media (max-width: 991px) {
  .banner-section.banner-style-five .single-banner {
    padding-top: 300px;
    padding-bottom: 210px;
  }
}
@media (max-width: 575px) {
  .banner-section.banner-style-five .single-banner {
    padding-top: 280px;
    padding-bottom: 150px;
  }
}
.banner-section.banner-style-five .single-banner::before {
  background: linear-gradient(90deg, #040404 0%, rgba(4, 4, 4, 0.9) 100%);
  opacity: 0.8;
}
.banner-section.banner-style-five .single-banner .banner-text {
  text-align: left;
}
.banner-section.banner-style-five .single-banner .banner-text .banner-btns {
  justify-content: flex-start;
}
.banner-section.banner-style-five .single-banner .banner-text .title-tag {
  color: #ffaa17;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}
.banner-section.banner-style-five .single-banner .banner-text .title {
  line-height: 1;
}
@media (max-width: 575px) {
  .banner-section.banner-style-five .single-banner .banner-text .title {
    font-size: 48px;
  }
}
.banner-section.banner-style-five .single-banner .banner-btns {
  margin-top: 50px;
}
.banner-section .slick-dots {
  position: absolute;
  bottom: 100px;
  right: 5%;
  line-height: 1;
  display: flex !important;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .banner-section .slick-dots {
    display: none;
  }
}
.banner-section .slick-dots li {
  display: inline-block;
  margin: 0 15px;
}
.banner-section .slick-dots li,
.banner-section .slick-dots li button,
.banner-section .slick-dots li button:after {
  transition: 0.3s;
}
.banner-section .slick-dots li button {
  background-color: transparent;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.banner-section .slick-dots li button::before {
  content: "0";
}
.banner-section .slick-dots li button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ffaa17;
  visibility: hidden;
  opacity: 0;
}
.banner-section .slick-dots li:nth-child(n+10) button::before {
  content: none;
}
.banner-section .slick-dots li.slick-active {
  padding-bottom: 8px;
}
.banner-section .slick-dots li.slick-active button {
  padding-bottom: 8px;
  color: #ffaa17;
}
.banner-section .slick-dots li.slick-active button::after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

/*======= About =======*/
@media (min-width: 992px) {
  .about-text.p-left {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .about-text.p-right {
    padding-right: 30px;
  }
}
.about-text ul li {
  width: 40%;
  float: left;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .about-text ul li {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .about-text ul li {
    width: 100%;
    float: none;
  }
}
.about-text ul li span {
  margin-right: 12px;
  color: #ffaa17;
}
.about-text .founder-info {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  gap: 20px;
}
.about-text .founder-info h3 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .about-text .founder-info h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .about-text .founder-info h3 {
    font-size: 20px;
  }
}
.about-text .founder-info span {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #ffaa17;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-tag-img {
  position: relative;
}
@media (max-width: 991px) {
  .about-tag-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .about-tag-img {
    margin-bottom: 140px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .about-tag-img {
    margin-bottom: 100px;
  }
}
.about-tag-img .experience-tag {
  position: absolute;
  right: 0;
  top: 50%;
  height: 180px;
  width: 180px;
  background-color: #ffaa17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border: 10px solid #fff;
  transform: translate(50%, -50%);
}
@media (max-width: 767px) {
  .about-tag-img .experience-tag {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 50%);
  }
}
@media (max-width: 575px) {
  .about-tag-img .experience-tag {
    width: 130px;
    height: 130px;
    border-width: 6px;
    font-size: 13px;
  }
}
.about-tag-img .experience-tag .big {
  display: block;
  font-size: 80px;
  position: relative;
}
@media (max-width: 575px) {
  .about-tag-img .experience-tag .big {
    font-size: 42px;
  }
}
.about-tag-img .experience-tag .big::after {
  content: "+";
  font-size: 16px;
}
.about-tag-img .experience-tag.style-two {
  height: auto;
  width: auto;
  border: none;
  border-left: 4px solid #ffaa17;
  box-shadow: 0px 8px 16px 0px rgba(7, 28, 31, 0.04);
  background-color: #fff;
  right: auto;
  left: -110px;
  top: auto;
  bottom: 70px;
  line-height: 1.2;
  padding: 20px 175px 20px 30px;
  text-align: left;
  transform: translate(0);
  display: block;
}
@media (max-width: 1199px) {
  .about-tag-img .experience-tag.style-two {
    left: -80px;
  }
}
@media (max-width: 767px) {
  .about-tag-img .experience-tag.style-two {
    top: auto;
    bottom: 0;
    left: 50px;
    transform: translate(0, 50%);
    right: 50px;
    padding: 20px 120px 20px 30px;
  }
}
@media (max-width: 575px) {
  .about-tag-img .experience-tag.style-two {
    left: 20px;
    right: 20px;
    padding: 20px 65px 20px 20px;
  }
}
.about-tag-img .experience-tag.style-two > div {
  display: flex;
  align-items: center;
}
.about-tag-img .experience-tag.style-two .big {
  color: #ffaa17;
  margin-right: 20px;
  line-height: 1;
}

.about-gallery {
  position: relative;
  height: 600px;
}
@media (max-width: 991px) {
  .about-gallery {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .about-gallery {
    height: 460px;
  }
}
.about-gallery .image-one,
.about-gallery .image-two,
.about-gallery .image-three {
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  position: absolute;
}
.about-gallery .image-one {
  left: 0;
  top: 0;
  width: 370px;
  height: 350px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-gallery .image-one {
    width: 350px;
  }
}
@media (max-width: 575px) {
  .about-gallery .image-one {
    width: 270px;
    height: 250px;
  }
}
.about-gallery .image-two {
  bottom: 0;
  right: 0;
  width: 400px;
  height: 355px;
  box-shadow: 0px 8px 16px 0px rgba(7, 28, 31, 0.04);
  border: 10px solid #fff;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-gallery .image-two {
    width: 355px;
  }
}
@media (max-width: 575px) {
  .about-gallery .image-two {
    width: 250px;
    height: 250px;
  }
}
.about-gallery .image-three {
  left: 25px;
  bottom: 80px;
  width: 115px;
  height: 115px;
  z-index: 1;
}
@media (max-width: 575px) {
  .about-gallery .image-three {
    left: 15px;
    bottom: 40px;
  }
}
.about-gallery::before, .about-gallery::after {
  position: absolute;
  content: "";
  background-color: #ffaa17;
}
.about-gallery::before {
  top: 70px;
  left: 370px;
  height: 20px;
  width: 20px;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-gallery::before {
    left: 350px;
  }
}
@media (max-width: 575px) {
  .about-gallery::before {
    left: 270px;
  }
}
.about-gallery::after {
  top: 120px;
  right: 70px;
  width: 85px;
  height: 85px;
  opacity: 0.15;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-gallery::after {
    right: 30px;
  }
}
@media (max-width: 575px) {
  .about-gallery::after {
    right: 0;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .about-img {
    margin-bottom: 50px;
  }
}

.about-content-box .about-img {
  height: 100%;
  margin: 0;
}
.about-content-box .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.about-content-box .about-text {
  background-color: #fff;
  padding: 60px 90px 25px;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-content-box .about-text {
    padding: 60px 60px 25px;
  }
}
@media (max-width: 767px) {
  .about-content-box .about-text {
    padding: 60px 40px 25px;
  }
}
.about-content-box .about-text::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}
.about-content-box .note {
  font-size: 24px;
  color: #ffaa17;
  text-transform: uppercase;
  margin: 30px 0;
}
@media (max-width: 575px) {
  .about-content-box .note {
    font-size: 20px;
  }
}

/*======= Services =======*/
.service-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid #f1f1f1;
  border-left: 2px solid #f1f1f1;
}
@media (max-width: 991px) {
  .service-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .service-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-boxes .service-box {
  background-color: #fff;
  padding: 45px 40px;
  border-right: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
}
.service-boxes .service-box .icon {
  font-size: 60px;
  color: #ffaa17;
  margin-bottom: 35px;
  line-height: 1;
}
.service-boxes .service-box .title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .service-boxes .service-box .title {
    margin-bottom: 40px;
  }
}
.service-boxes .service-box .service-link {
  color: #d5d9da;
  font-size: 24px;
  line-height: 1;
}
.service-boxes .service-box .service-link:hover {
  color: #1d2122;
}

.service-section {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .service-section.with-counter-box .service-boxes {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .service-section.with-counter-box .counter-boxes {
    margin-bottom: 40px;
  }
}
.service-section.with-counter-box .counter-boxes .counter-box {
  font-size: 16px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1199px) {
  .service-section.with-counter-box .counter-boxes .counter-box {
    text-align: center;
  }
}
.service-section.with-counter-box .counter-boxes .counter-box .count {
  display: block;
  font-size: 55px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .service-section.with-counter-box .counter-boxes .counter-box .count {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
.service-section.with-counter-box .counter-boxes .counter-box .count::after {
  content: "+";
  color: #ffaa17;
  font-size: 16px;
  margin-left: 2px;
}
.service-section.with-counter-box .counter-boxes > [class*=col-]:not(:last-child) .counter-box {
  margin-bottom: 30px;
}

.service-gallery {
  width: 100%;
  height: 535px;
  position: relative;
}
@media (max-width: 575px) {
  .service-gallery {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .service-gallery {
    margin-bottom: 50px;
  }
}
.service-gallery .image-one,
.service-gallery .image-two {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  width: 400px;
}
@media (max-width: 575px) {
  .service-gallery .image-one,
.service-gallery .image-two {
    width: 75%;
  }
}
.service-gallery .image-one {
  top: 0;
  right: 0;
  height: 320px;
}
@media (max-width: 575px) {
  .service-gallery .image-one {
    height: 260px;
  }
}
.service-gallery .image-two {
  bottom: 0;
  left: 35px;
  height: 270px;
  border: 10px solid #fff;
}
@media (max-width: 575px) {
  .service-gallery .image-two {
    height: 240px;
  }
}
@media (max-width: 575px) {
  .service-gallery .image-two {
    left: 0;
  }
}

.frameworks-list {
  margin-top: 40px;
}
.frameworks-list li {
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  float: left;
  margin-bottom: 15px;
  width: 30.33%;
}
@media (max-width: 1199px) {
  .frameworks-list li {
    width: 33.33%;
  }
}
@media (max-width: 575px) {
  .frameworks-list li {
    width: 50%;
  }
}
.frameworks-list li i {
  color: #ffaa17;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .frameworks-list li i {
    margin-right: 10px;
  }
}
.frameworks-list.white-color li {
  color: #fff;
}

.service-boxes-two .service-box {
  padding: 50px 40px;
  border: 2px solid #f4f9fa;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .service-boxes-two .service-box {
    padding: 50px 35px;
  }
}
.service-boxes-two .service-box > * {
  transition: 0.3s;
}
.service-boxes-two .service-box .icon {
  line-height: 1;
  margin-bottom: 35px;
}
.service-boxes-two .service-box .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.service-boxes-two .service-box .service-link {
  color: #1d2122;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 30px;
}
.service-boxes-two .service-box .service-link i {
  color: #ffaa17;
  font-size: 15px;
  margin-right: 10px;
}
.service-boxes-two .service-box .service-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.service-boxes-two .service-box .service-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
  transform: scale(1.1);
}
.service-boxes-two .service-box .service-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #1d2122;
  opacity: 0.1;
  transition: 0.3s;
}
.service-boxes-two .service-box:hover .title a {
  color: #fff;
}
.service-boxes-two .service-box:hover .service-link {
  color: #ffaa17;
}
.service-boxes-two .service-box:hover p {
  color: #e8e9e9;
}
.service-boxes-two .service-box:hover .service-bg {
  opacity: 1;
  visibility: visible;
}
.service-boxes-two .service-box:hover .service-bg img {
  transform: scale(1);
}
.service-boxes-two .service-box:hover .service-bg::before {
  opacity: 0.85;
}

.service-arrow .slick-arrow,
.testimonial-arrow .slick-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  background-color: #1d2122;
  color: #fff;
  position: relative;
  z-index: 1;
}
.service-arrow .slick-arrow.next-arrow,
.testimonial-arrow .slick-arrow.next-arrow {
  margin-left: 10px;
  background: linear-gradient(90deg, #ffaa17 1.43%, #fd7e14 100%);
}

/*=======  Feature  =======*/
.feature-section {
  position: relative;
  z-index: 1;
}
.feature-section.square-shape::after {
  position: absolute;
  height: calc(100% + 100px);
  width: 38.5%;
  content: "";
  bottom: 0;
  right: 0;
  background-color: #ffaa17;
  z-index: -1;
}
@media (max-width: 991px) {
  .feature-section.square-shape::after {
    width: 50%;
    height: 40%;
    top: -100px;
    bottom: auto;
  }
}

@media (min-width: 576px) {
  .feature-lists {
    padding-right: 50px;
  }
}
.feature-lists li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
}
@media (max-width: 575px) {
  .feature-lists li {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .feature-lists li {
    grid-template-columns: 60px 1fr;
  }
}
.feature-lists li:not(:last-child) {
  margin-bottom: 30px;
}
.feature-lists li .icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  background-color: #1d2122;
}
.feature-lists li .icon.color-2 {
  color: #1d2122;
  background-color: #ffaa17;
}
@media (max-width: 1199px) {
  .feature-lists li .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 32px;
  }
}
.feature-lists li .desc {
  padding-top: 10px;
}
@media (max-width: 575px) {
  .feature-lists li .desc {
    font-size: 15px;
  }
}
.feature-lists li .desc h5 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .feature-gallery {
    margin-bottom: 50px;
  }
}
.feature-gallery img {
  display: block;
}
.feature-gallery img:first-child {
  margin-left: auto;
}
@media (max-width: 575px) {
  .feature-gallery img:first-child {
    max-width: 85%;
  }
}
.feature-gallery img:last-child {
  margin-right: auto;
  border: 10px solid #fff;
  position: relative;
  z-index: 1;
  margin-top: -120px;
}
@media (max-width: 575px) {
  .feature-gallery img:last-child {
    max-width: 85%;
    margin-top: -80px;
    border-width: 8px;
  }
}

.feature-boxes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .feature-boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .feature-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .feature-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-boxes .feature-box {
  background-color: #fff;
  text-align: center;
  padding: 40px 25px;
  position: relative;
  z-index: 1;
}
.feature-boxes .feature-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -2;
  background-color: #1d2122;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  border-bottom: 3px solid #ffaa17;
}
.feature-boxes .feature-box .icon {
  line-height: 1;
  font-size: 60px;
  color: #ffaa17;
  margin-bottom: 20px;
}
.feature-boxes .feature-box .title {
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.feature-boxes .feature-box:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.feature-boxes .feature-box:hover .title {
  color: #fff;
}
.feature-boxes.masonry-layout .feature-box {
  margin: 0;
}
.feature-boxes.masonry-layout .feature-box:nth-child(even) {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .feature-boxes.masonry-layout .feature-box:nth-child(even) {
    margin-top: 0;
  }
}

.feature-boxes-two.row {
  margin-left: -10px;
  margin-right: -10px;
}
.feature-boxes-two.row > .col, .feature-boxes-two.row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.feature-boxes-two .feature-box {
  margin-top: 20px;
  background-color: #fff;
  padding: 40px;
  position: relative;
  z-index: 1;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .feature-boxes-two .feature-box {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .feature-boxes-two .feature-box {
    padding: 35px;
  }
}
.feature-boxes-two .feature-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #1d2122;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.feature-boxes-two .feature-box .icon {
  line-height: 1;
  font-size: 40px;
  color: #ffaa17;
  margin-bottom: 20px;
}
.feature-boxes-two .feature-box .title {
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .feature-boxes-two .feature-box .title {
    font-size: 16px;
  }
}
.feature-boxes-two .feature-box:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.feature-boxes-two .feature-box:hover,
.feature-boxes-two .feature-box:hover .title {
  color: #fff;
}

.feature-boxes-three .feature-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 50px 28px 35px;
  margin-bottom: 30px;
  min-height: 390px;
}
@media (max-width: 1199px) {
  .feature-boxes-three .feature-box {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .feature-boxes-three .feature-box {
    min-height: auto;
  }
}
.feature-boxes-three .feature-box .icon {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 30px;
}
.feature-boxes-three .feature-box .icon img {
  max-width: 70px;
}
.feature-boxes-three .feature-box .title {
  margin-bottom: 20px;
  font-size: 24px;
}
.feature-boxes-three .feature-box .feature-link {
  font-size: 24px;
  line-height: 1;
  color: #d5d9da;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.feature-boxes-three .feature-box .feature-link:hover {
  color: #ffaa17;
}

.feature-boxes-three-section {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.feature-boxes-three-section::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 225px;
  background-color: #f4f9fa;
}

.feature-tag-img {
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .feature-tag-img {
    margin-bottom: 110px;
    text-align: center;
  }
}
.feature-tag-img .experience-tag {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 130px;
  width: 130px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 1.1;
  transform: translate(-50%, 50%);
}
@media (min-width: 1350px) {
  .feature-tag-img .experience-tag {
    left: 0;
    bottom: 50%;
  }
}
.feature-tag-img .experience-tag .big {
  display: block;
  font-size: 50px;
  position: relative;
}
.feature-tag-img .experience-tag .big::after {
  content: "+";
  font-size: 14px;
  color: #ffaa17;
}

.process-section {
  position: relative;
  z-index: 1;
}
.process-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/process-line.png);
  background-size: auto;
  background-position: center 58%;
  background-repeat: no-repeat;
  content: "";
}

.feature-boxes-four .feature-box {
  position: relative;
  z-index: 1;
  padding: 40px;
  border: 2px solid #f4f9fa;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .feature-boxes-four .feature-box {
    padding: 40px 30px;
  }
}
.feature-boxes-four .feature-box .icon-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  line-height: 1;
}
.feature-boxes-four .feature-box .plus-link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f4f9fa;
  text-align: center;
  line-height: 48px;
  color: #1d2122;
  font-size: 18px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.feature-boxes-four .feature-box .plus-link::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: linear-gradient(90deg, #FD7E14 0%, #FFC107 100%);
  z-index: -1;
  opacity: 0;
  visibility: visible;
  transition: 0.3s;
  border-radius: 50%;
}
.feature-boxes-four .feature-box .title {
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
}
.feature-boxes-four .feature-box .count {
  font-family: "Rajdhani", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: -1;
  right: 40px;
  bottom: 15px;
  opacity: 0.1;
  color: #1d2122;
}
@media (max-width: 575px) {
  .feature-boxes-four .feature-box .count {
    font-size: 45px;
    right: 30px;
  }
}
.feature-boxes-four .feature-box::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 40px;
  width: 2px;
  height: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #FD7E14 0%, #FFC107 100%);
  transition: 0.3s;
  opacity: 1;
  visibility: hidden;
}
.feature-boxes-four .feature-box:hover {
  border-color: transparent;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.04);
}
.feature-boxes-four .feature-box:hover::before {
  height: 55px;
  opacity: 1;
  visibility: visible;
}
.feature-boxes-four .feature-box:hover .plus-link {
  color: #fff;
}
.feature-boxes-four .feature-box:hover .plus-link::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}

/*=======  Call to Action  =======*/
.cta-section {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 350px;
}
@media (max-width: 1199px) {
  .cta-section {
    padding-bottom: 230px;
  }
}
.cta-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #1d2122;
  opacity: 0.6;
}
.cta-section .cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cta-section .cta-btns li {
  padding: 0px 10px;
}
@media (max-width: 575px) {
  .cta-section .cta-btns li {
    margin-bottom: 10px;
  }
}
.cta-section .cta-btns .main-btn.main-btn-2 {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.cta-section .cta-btns .main-btn.main-btn-2:hover {
  border-color: #1d2122;
}

.cta-section-two .cta-inner {
  background-color: #ffaa17;
  text-align: center;
  padding: 130px 100px;
}
@media (max-width: 991px) {
  .cta-section-two .cta-inner {
    padding: 130px 50px;
  }
}
@media (max-width: 575px) {
  .cta-section-two .cta-inner {
    padding: 100px 30px;
  }
}
.cta-section-two .cta-inner .title-tag {
  color: #1d2122;
}
@media (max-width: 575px) {
  .cta-section-two .cta-inner .title {
    font-size: 28px;
  }
}
.cta-section-two .cta-inner .cta-btns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cta-section-two .cta-inner .cta-btns {
    display: block;
  }
}
.cta-section-two .cta-inner .cta-btns li {
  margin: 5px 5px 0;
}
@media (max-width: 767px) {
  .cta-section-two .cta-inner .cta-btns .main-btn {
    padding: 0 30px;
  }
}
.cta-section-two .cta-inner .cta-btns .main-btn .main-btn-2 {
  border-color: #1d2122;
}

.cta-section-three {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cta-section-three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #040404;
  opacity: 0.75;
}
.cta-section-three .cta-title {
  font-size: 110px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .cta-section-three .cta-title {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  .cta-section-three .cta-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .cta-section-three .cta-title {
    font-size: 44px;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 575px) {
  .cta-section-three .cta-title {
    font-size: 34px;
  }
}

/*=======  Gallery  =======*/
.gallery-section {
  position: relative;
  z-index: 2;
  margin-top: -225px;
}
@media (max-width: 1199px) {
  .gallery-section {
    margin-top: -110px;
  }
}
.gallery-section .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .gallery-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gallery-section .gallery-images {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 1199px) {
  .gallery-section .gallery-images {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  .gallery-section .gallery-images {
    flex-wrap: wrap;
  }
}
.gallery-section .gallery-images .images {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .gallery-section .gallery-images .images {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .gallery-section .gallery-images .images {
    order: 2;
    max-width: 50%;
    flex: 0 0 50%;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .gallery-section .gallery-images .images {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .gallery-section .gallery-images .images:nth-child(2) {
    order: 1;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/*=======  Portfolio  =======*/
.portfolio-items.portfolio-filter.row {
  margin-left: -5px;
  margin-right: -5px;
}
.portfolio-items.portfolio-filter.row > .col, .portfolio-items.portfolio-filter.row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1200px) {
  .portfolio-items.portfolio-items-three.row {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (min-width: 1200px) {
  .portfolio-items.portfolio-items-three.row > .col, .portfolio-items.portfolio-items-three.row > [class*=col-] {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.portfolio-items.portfolio-items-three.row > .col:nth-child(even) .portfolio-item, .portfolio-items.portfolio-items-three.row > [class*=col-]:nth-child(even) .portfolio-item {
  margin-top: -90px;
}
@media (max-width: 767px) {
  .portfolio-items.portfolio-items-three.row > .col:nth-child(even) .portfolio-item, .portfolio-items.portfolio-items-three.row > [class*=col-]:nth-child(even) .portfolio-item {
    margin-top: 30px;
  }
}
.portfolio-items .portfolio-item {
  margin-bottom: 10px;
  position: relative;
}
.portfolio-items .portfolio-item .portfolio-thumb {
  overflow: hidden;
  width: 100%;
  height: 280px;
}
.portfolio-items .portfolio-item .portfolio-thumb .thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  transition: 0.3s;
}
.portfolio-items .portfolio-item .portfolio-desc {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -10px;
  background-color: #fff;
  z-index: 2;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-items .portfolio-item .portfolio-desc .cat {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ffaa17;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 6px;
}
.portfolio-items .portfolio-item .portfolio-desc .title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
}
.portfolio-items .portfolio-item:hover .portfolio-thumb .thumb {
  transform: scale(1.1);
}
.portfolio-items .portfolio-item:hover .portfolio-desc {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
@media (min-width: 576px) {
  .portfolio-items .portfolio-item.big-item .portfolio-thumb {
    height: 570px;
  }
}
.portfolio-items .portfolio-item.portfolio-style-two {
  margin: 0 0 76px;
}
.portfolio-items .portfolio-item.portfolio-style-two .portfolio-thumb {
  height: 460px;
}
@media (max-width: 575px) {
  .portfolio-items .portfolio-item.portfolio-style-two .portfolio-thumb {
    height: 370px;
  }
}
.portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc {
  bottom: -70px;
  box-shadow: 0px 8px 16px 0px rgba(7, 28, 31, 0.04);
  padding: 35px;
  right: 40px;
  left: 40px;
}
@media (max-width: 1199px) {
  .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc {
    left: 30px;
    right: 30px;
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc {
    left: 20px;
    right: 20px;
    padding: 35px 25px;
  }
}
.portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc .title {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc .title {
    font-size: 20px;
  }
}
.portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc .portfolio-link {
  position: absolute;
  z-index: 3;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffaa17;
  color: #1d2122;
  top: -30px;
  right: 30px;
  font-size: 18px;
  text-align: center;
}
.portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc .portfolio-link:hover {
  background-color: #1d2122;
  color: #fff;
}
.portfolio-items .portfolio-item.portfolio-style-two:hover .portfolio-desc {
  visibility: visible;
  opacity: 1;
  bottom: -60px;
}
.portfolio-items .portfolio-item.portfolio-style-three {
  margin: 70px 0 0;
}
@media (max-width: 1199px) {
  .portfolio-items .portfolio-item.portfolio-style-three {
    margin-top: 30px;
  }
}
.portfolio-items .portfolio-item.portfolio-style-three .portfolio-thumb {
  height: 355px;
}
@media (max-width: 575px) {
  .portfolio-items .portfolio-item.portfolio-style-three .portfolio-thumb {
    height: 320px;
  }
}
.portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc {
  bottom: 60px;
  left: 60px;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1199px) {
  .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc {
    bottom: 30px;
    left: 30px;
  }
}
.portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .cat {
  font-size: 16px;
  color: #1d2122;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .cat {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .cat {
    font-size: 13px;
  }
}
.portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .title {
  font-size: 30px;
}
@media (max-width: 991px) {
  .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .title {
    font-size: 22px;
  }
}
.portfolio-items .portfolio-item.portfolio-style-four {
  margin-bottom: 100px;
}
.portfolio-items .portfolio-item.portfolio-style-four:last-child {
  margin: 0;
}
.portfolio-items .portfolio-item.portfolio-style-four .portfolio-thumb {
  height: auto;
  width: auto;
}
.portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc {
  visibility: visible;
  opacity: 1;
  padding: 0 0 0 100px;
  position: relative;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc {
    padding: 0;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc {
    margin-top: 40px;
  }
}
.portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .count {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -0.03em;
  color: #ffaa17;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .count {
    position: relative;
    margin-bottom: 5px;
  }
}
.portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .line {
  background-color: #1d2122;
  height: 1px;
  width: 170px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 991px) {
  .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .line {
    display: none;
  }
}
.portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .title {
  font-size: 30px;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .completed-date {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
}
.portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .portfolio-link {
  line-height: 1;
  text-decoration: underline;
  font-size: 16px;
  padding: 20px 40px;
  border: 2px solid #e5e8ea;
  color: #1d2122;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  margin-top: 30px;
}
.portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .portfolio-link:hover {
  background-color: #ffaa17;
  border-color: #ffaa17;
}
.portfolio-items.portfolio-items-four.row {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-items.portfolio-items-four.row > .col, .portfolio-items.portfolio-items-four.row > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.portfolio-items.portfolio-items-four.row .portfolio-item {
  margin-bottom: 30px;
}
.portfolio-items.portfolio-items-four.row .portfolio-item .portfolio-thumb {
  height: 370px;
}
@media (max-width: 767px) {
  .portfolio-items.portfolio-items-four.row .portfolio-item .portfolio-thumb {
    height: 300px;
  }
}
.portfolio-items .slick-current.slick-center .portfolio-style-two .portfolio-desc {
  visibility: visible;
  opacity: 1;
  bottom: -60px;
}

.portfolio-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .portfolio-nav ul {
    justify-content: center;
    margin-top: 50px;
  }
}
.portfolio-nav ul li {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 12px 22px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .portfolio-nav ul li {
    margin-left: 30px;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .portfolio-nav ul li {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .portfolio-nav ul li {
    margin: 5px 10px;
  }
}
.portfolio-nav ul li.active, .portfolio-nav ul li:hover {
  background-color: #ffaa17;
}
.portfolio-nav ul li:not(:first-child)::before {
  content: "--";
  color: #ffaa17;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .portfolio-nav ul li:not(:first-child)::before {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .portfolio-nav ul li:not(:first-child)::before {
    left: -10px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .portfolio-nav ul li:not(:first-child)::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .portfolio-nav ul li:first-child {
    margin-left: 0;
  }
}
.portfolio-nav.portfolio-page-nav ul {
  justify-content: center;
  margin-top: 0 !important;
}
.portfolio-nav.portfolio-page-nav ul li {
  margin: 0px 25px;
}
@media (max-width: 991px) {
  .portfolio-nav.portfolio-page-nav ul li {
    margin: 5px 20px;
  }
}
@media (max-width: 575px) {
  .portfolio-nav.portfolio-page-nav ul li {
    margin: 5px 10px;
  }
}
.portfolio-nav.nav-style-two ul {
  justify-content: center;
}
.portfolio-nav.nav-style-two ul li {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: -0.03em;
  margin: 0 20px;
  padding: 0;
}
@media (max-width: 767px) {
  .portfolio-nav.nav-style-two ul li {
    margin: 0 10px;
  }
}
.portfolio-nav.nav-style-two ul li::before {
  display: none;
}
.portfolio-nav.nav-style-two ul li::after {
  content: "";
  background-color: #d00b2b;
  width: 4px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 1;
}
.portfolio-nav.nav-style-two ul li:hover {
  background-color: transparent;
}
.portfolio-nav.nav-style-two ul li.active {
  background-color: transparent;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .portfolio-nav.nav-style-two ul li.active {
    padding-left: 20px;
  }
}
.portfolio-nav.nav-style-two ul li.active::after {
  visibility: visible;
  opacity: 1;
}

.portfolio-section {
  position: relative;
  z-index: 2;
}

/*=======  Portfolio Details =======*/
.portfolio-details-content p {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .portfolio-details-content p {
    font-size: 15px;
  }
}
.portfolio-details-content p::after {
  clear: both;
  display: block;
  content: "";
}
.portfolio-details-content p:last-child {
  margin-bottom: 0;
}
.portfolio-details-content p.dropcap:first-letter {
  float: left;
  background-color: #ffaa17;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 66px;
  line-height: 1;
  margin-right: 30px;
  padding: 3px 25px;
}
@media (max-width: 575px) {
  .portfolio-details-content p.dropcap:first-letter {
    font-size: 32px;
    padding: 10px 16px;
    margin-right: 20px;
  }
}
.portfolio-details-content blockquote {
  margin: 50px 0;
  padding: 60px;
  text-align: center;
  font-size: 24px;
  line-height: 1.417;
  color: #fff;
  background-color: #1d2122;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .portfolio-details-content blockquote {
    padding: 40px 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .portfolio-details-content blockquote {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  .portfolio-details-content blockquote {
    padding: 30px 25px;
  }
}
.portfolio-details-content blockquote::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
.portfolio-details-content blockquote .thumb {
  margin-bottom: 30px;
}
.portfolio-details-content blockquote .thumb img {
  max-width: 100px;
  max-height: 100px;
  border: 8px solid #fff;
}
@media (max-width: 575px) {
  .portfolio-details-content blockquote .thumb img {
    max-width: 80px;
    max-height: 80px;
    border-width: 5px;
  }
}
.portfolio-details-content blockquote P {
  margin: 0;
}
.portfolio-details-content blockquote cite {
  margin-top: 25px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -1px;
  font-style: normal;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1199px) {
  .portfolio-details-content blockquote cite {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .portfolio-details-content blockquote cite {
    font-size: 20px;
  }
}
.portfolio-details-content blockquote cite span {
  display: block;
  font-size: 16px;
  color: #ffaa17;
  letter-spacing: 2px;
  margin-top: 10px;
}
.portfolio-details-content .portfolio-gallery {
  margin: 50px 0 30px;
}
.portfolio-details-content .portfolio-gallery img {
  margin-bottom: 20px;
}
.portfolio-details-content .portfolio-video {
  margin: 50px 0;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .portfolio-details-content .portfolio-video {
    height: 320px;
  }
}
.portfolio-details-content .portfolio-video .popup-video {
  height: 100px;
  width: 100px;
  color: #1d2122;
  text-align: center;
  line-height: 100px;
  font-size: 18px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .portfolio-details-content .portfolio-video .popup-video {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.portfolio-details-content .portfolio-video .popup-video::before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: pulse-border 1500ms ease-out infinite;
}

.portfolio-post-nav {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #f0f0f0;
}
.portfolio-post-nav .prev-post,
.portfolio-post-nav .next-post {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.portfolio-post-nav .prev-post span,
.portfolio-post-nav .next-post span {
  display: block;
  letter-spacing: 2px;
  color: #ffaa17;
  margin-bottom: 5px;
}
.portfolio-post-nav .prev-post a,
.portfolio-post-nav .next-post a {
  font-size: 40px;
  letter-spacing: -1px;
  color: #1d2122;
}
@media (max-width: 1199px) {
  .portfolio-post-nav .prev-post a,
.portfolio-post-nav .next-post a {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .portfolio-post-nav .prev-post a,
.portfolio-post-nav .next-post a {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .portfolio-post-nav .prev-post a,
.portfolio-post-nav .next-post a {
    font-size: 22px;
  }
}
.portfolio-post-nav .next-post {
  text-align: right;
}
@media (max-width: 575px) {
  .portfolio-post-nav .next-post {
    text-align: left;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .portfolio-sidebar {
    margin-top: 50px;
  }
}
.portfolio-sidebar .services-list {
  margin-bottom: 32px;
}
.portfolio-sidebar .services-list a {
  display: block;
  position: relative;
  padding: 20px 40px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  background-color: #1d2122;
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-sidebar .services-list a {
    padding: 20px 25px;
  }
}
@media (max-width: 575px) {
  .portfolio-sidebar .services-list a {
    padding: 18px 20px;
    font-size: 16px;
  }
}
.portfolio-sidebar .services-list a i {
  float: right;
}
.portfolio-sidebar .services-list a:hover {
  background-color: #ffaa17;
  color: #1d2122;
}
.portfolio-sidebar .appointment-form {
  background-color: #1d2122;
  padding: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-sidebar .appointment-form {
    padding: 40px 25px;
  }
}
@media (max-width: 575px) {
  .portfolio-sidebar .appointment-form {
    padding: 30px 20px;
  }
}
.portfolio-sidebar .appointment-form span {
  color: #ffaa17;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.portfolio-sidebar .appointment-form .title {
  font-size: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .portfolio-sidebar .appointment-form .title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .portfolio-sidebar .appointment-form .title {
    font-size: 28px;
  }
}
.portfolio-sidebar .appointment-form .input-group {
  margin-bottom: 10px;
}
.portfolio-sidebar .appointment-form input,
.portfolio-sidebar .appointment-form textarea {
  background-color: #2a3031;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.portfolio-sidebar .appointment-form ::placeholder {
  color: #868f90;
}
.portfolio-sidebar .appointment-form .main-btn {
  margin-top: 10px;
}
.portfolio-sidebar .appointment-form .main-btn:hover {
  background-color: #fff;
  color: #1d2122;
}

/*=======  Portfolio Two =======*/
.portfolio-item-boxes .portfolio-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portfolio-item-boxes .portfolio-item .thumb img {
  width: 100%;
}
.portfolio-item-boxes .portfolio-item .portfolio-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 45px;
  background-color: #121111;
  padding: 45px 40px 35px;
  transition: 0.3s;
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .portfolio-item-boxes .portfolio-item .portfolio-desc {
    right: 30px;
    padding: 45px 30px 35px;
  }
}
.portfolio-item-boxes .portfolio-item .portfolio-desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 3px;
  background: linear-gradient(90deg, #fcd700 0%, #ff9c00 100%);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.portfolio-item-boxes .portfolio-item .portfolio-desc:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.portfolio-item-boxes .portfolio-item .plus-link {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(90deg, #ffaa17 1.43%, #fd7e14 100%);
  color: #fff;
  position: absolute;
  left: 40px;
  top: -25px;
  z-index: 2;
}
.portfolio-item-boxes .portfolio-item .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 28px;
  margin-bottom: 5px;
}
.portfolio-item-boxes .portfolio-item .title a {
  color: #fff;
}
@media (max-width: 575px) {
  .portfolio-item-boxes .portfolio-item .title {
    font-size: 24px;
  }
}
.portfolio-item-boxes .portfolio-item .cat {
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #a5a6a7;
  text-transform: uppercase;
  line-height: 1;
}
.portfolio-item-boxes .portfolio-item:hover .portfolio-desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.portfolio-page-link {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1d2122;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 20px;
}
.portfolio-page-link i {
  margin-right: 10px;
  font-size: 14px;
  color: #ffaa17;
}
.portfolio-page-link:hover {
  color: #ffaa17;
  text-decoration: underline;
}

/*======= Team =======*/
.team-members .team-member {
  text-align: center;
  margin-top: 30px;
}
.team-members .team-member .member-desc {
  padding: 40px;
  border: 2px solid #f5f9fa;
  border-top: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
  .team-members .team-member .member-desc {
    padding: 35px 20px;
  }
}
.team-members .team-member .member-desc .name {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .team-members .team-member .member-desc .name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .team-members .team-member .member-desc .name {
    font-size: 22px;
  }
}
.team-members .team-member .member-desc .position {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffaa17;
  margin-bottom: 5px;
}
.team-members .team-member .member-desc .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-members .team-member .member-desc .social-links a {
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #f5f9fa;
  color: #1d2122;
  font-size: 16px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
@media (max-width: 767px) {
  .team-members .team-member .member-desc .social-links a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 2px;
  }
}
.team-members .team-member .member-desc .social-links a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #ffaa17;
  content: "";
}
.team-members .team-member .member-desc .social-links a:hover::before {
  height: 100%;
  width: 100%;
}
.team-members .team-member .member-image {
  overflow: hidden;
}
.team-members .team-member:hover .member-desc {
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.04);
  border-color: transparent;
}
.team-members .team-member:hover .member-image img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  lottie-player.lottie-player {
    height: 350px !important;
    width: 350px !important;
  }
}

/*=======  partner  =======*/
@media (min-width: 1600px) {
  .partner-section .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.partner-section .partner-slider .partners-img {
  text-align: center;
  padding: 0px 15px;
}
.partner-section .partner-slider .partners-img img {
  max-width: 225px;
}
@media (min-width: 768px) and (max-width: 1349px) {
  .partner-section .partner-slider .partners-img img {
    max-width: 185px;
  }
}
.partner-section .partner-slider-two .partner-img {
  text-align: center;
}
.partner-section .partner-slider-two .partner-img img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.5;
}
.partner-section .partner-slider-two .partner-img img:hover {
  opacity: 1;
}
.partner-section .partner-slider .slick-track,
.partner-section .partner-slider-two .slick-track {
  display: flex;
  align-items: center;
}

.author .partner-img {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.07));
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.author .partner-img:hover {
  transform: scale(1.5);
}
.author .fa-question-circle {
  transform: scale(2.25);
}

/*======= Counter =======*/
.counter-section {
  padding-top: 120px;
  padding-bottom: 80px;
}
.counter-section.counter-boxed-style {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  margin-bottom: -110px;
}
.counter-section.counter-boxed-style .counter-boxed-innter {
  background-color: #1d2122;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.counter-section.counter-boxed-style .counter-boxed-innter::after {
  position: absolute;
  right: 20px;
  bottom: -20px;
  left: 20px;
  height: 20px;
  content: "";
  z-index: -1;
  background-color: #ffaa17;
}
.counter-section .counter-boxes .counter-box {
  font-size: 16px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .counter-section .counter-boxes .counter-box {
    font-size: 15px;
  }
}
.counter-section .counter-boxes .counter-box .icon {
  font-size: 55px;
  margin-bottom: 25px;
  line-height: 1;
  color: #ffaa17;
}
.counter-section .counter-boxes .counter-box .count {
  display: block;
  font-size: 55px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .counter-section .counter-boxes .counter-box .count {
    font-size: 42px;
  }
}
.counter-section .counter-boxes .counter-box .count::after {
  content: "+";
  color: #ffaa17;
  font-size: 16px;
  margin-left: 2px;
}
.counter-section .counter-boxes .counter-box.white-style {
  color: #fff;
}
.counter-section .counter-boxes .counter-box.icon-boxed-left {
  display: flex;
  align-items: center;
  color: #4a4d4e;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-section .counter-boxes .counter-box.icon-boxed-left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.counter-section .counter-boxes .counter-box.icon-boxed-left .icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 50px;
}
.counter-section .counter-boxes .counter-box.icon-boxed-left .icon img {
  max-width: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-section .counter-boxes .counter-box.icon-boxed-left .icon {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .counter-section .counter-boxes .counter-box.icon-boxed-left .icon {
    width: 80px;
    height: 80px;
  }
}
.counter-section .counter-boxes .counter-box.icon-boxed-left .count {
  color: #1d2122;
  margin-bottom: 8px;
}
.counter-section .counter-boxes .counter-box.icon-boxed-left .count::after {
  color: #1d2122;
  font-size: 80%;
  font-weight: 600;
}
.counter-section .counter-boxes.counter-boxes-border .counter-box {
  border-right: 2px solid #e8e8e8;
}
@media (max-width: 991px) {
  .counter-section .counter-boxes.counter-boxes-border .counter-box {
    border: none;
  }
}
.counter-section .counter-boxes.counter-boxes-border > [class*=col-]:last-child .counter-box {
  border: none;
}
.counter-section .counter-boxes.counter-boxes-two .counter-box {
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  padding: 45px 30px;
  position: relative;
  z-index: 1;
}
.counter-section .counter-boxes.counter-boxes-two .counter-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.counter-section .counter-boxes.counter-boxes-two .counter-box .count {
  display: block;
  font-size: 80px;
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-section .counter-boxes.counter-boxes-two .counter-box .count {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .counter-section .counter-boxes.counter-boxes-two .counter-box .count {
    font-size: 54px;
  }
}
.counter-section .counter-boxes.counter-boxes-two .counter-box .count::after {
  display: none;
}
.counter-section .counter-boxes.counter-boxes-two .counter-box .title {
  font-size: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-section .counter-boxes.counter-boxes-two .counter-box .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .counter-section .counter-boxes.counter-boxes-two .counter-box .title {
    font-size: 18px;
  }
}
.counter-section.counter-section-two {
  padding-top: 40px;
  margin-top: 0px;
  background-color: #f4f9fa;
  position: relative;
  z-index: 1;
}
.counter-section.counter-section-two::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.counter-section.counter-section-tools {
  padding-top: 40px;
  margin-top: 0px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.counter-section.counter-section-tools::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.counter-section.counter-section-three {
  background-color: #ffaa17;
  padding-top: 100px;
  padding-bottom: 70px;
}
.counter-section.counter-border-top .container {
  position: relative;
  z-index: 1;
}
.counter-section.counter-border-top .container::before {
  content: "";
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  height: 1px;
  background-color: #e8e9e9;
}

/*=======  Contact  =======*/
.contact-section.with-pattern {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 90px;
}
.contact-section.with-pattern::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 485px;
  background-color: #1d2122;
  z-index: -1;
}

.contact-info .section-title .title {
  font-size: 40px;
}
@media (min-width: 992px) {
  .contact-info .contact-info-list {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .contact-info .contact-info-list {
    margin-bottom: 50px;
  }
}
.contact-info .contact-info-list li {
  font-weight: 600;
}
.contact-info .contact-info-list li:not(:last-child) {
  border-bottom: 2px solid #efefef;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.contact-info .contact-info-list li a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-image: linear-gradient(to right, #ffaa17, #ffaa17, 50%, #aeb5b7 50%);
  background-size: 200% 100%;
  background-position: 100%;
}
.contact-info .contact-info-list li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ffaa17, #ffaa17, 50%, #aeb5b7 50%);
  background-size: 200% 100%;
  background-position: 100%;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-info .contact-info-list li a:hover, .contact-info .contact-info-list li a:hover::before {
  background-position: 0% 100%;
}

.contact-maps {
  width: 100%;
  height: 700px;
  background-color: #ddd;
}
@media (max-width: 1199px) {
  .contact-maps {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .contact-maps {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .contact-maps {
    height: 320px;
  }
}
.contact-maps iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 991px) {
  .contact-img {
    margin-bottom: 50px;
  }
}

/*=======  Breadcrumb  =======*/
.breadcrumb-section {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffaa17;
  letter-spacing: -1px;
}
.breadcrumb-section .container {
  padding-top: 250px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 991px) {
  .breadcrumb-section .container {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.breadcrumb-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1d2122;
  content: "";
  opacity: 0.6;
}
.breadcrumb-section .page-tag {
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .breadcrumb-section .page-tag {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .page-tag {
    letter-spacing: 1px;
  }
}
.breadcrumb-section .page-title {
  font-size: 120px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .breadcrumb-section .page-title {
    font-size: 92px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section .page-title {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .page-title {
    font-size: 42px;
  }
}
.breadcrumb-section .breadcrumb-nav {
  background-color: #fff;
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 0;
  padding: 22px 40px 20px;
  line-height: 1;
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-nav {
    padding: 18px 30px 15px;
  }
}
.breadcrumb-section .breadcrumb-nav li {
  position: relative;
  margin: 0px 10px;
  display: inline-block;
  position: relative;
}
.breadcrumb-section .breadcrumb-nav li:not(:last-child)::after {
  content: "|";
  color: #1d2122;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(50%, -50%);
}
.breadcrumb-section .breadcrumb-nav li a {
  color: #1d2122;
}

.back-button-wrapper {
  margin-bottom: 30px;
}

/*=======  History  =======*/
.history-section {
  padding-top: 240px;
  padding-bottom: 120px;
}

.timeline-btn-with-progess {
  position: relative;
  z-index: 1;
}
.timeline-btn-with-progess .progress {
  height: 4px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .timeline-btn-with-progess .progress {
    display: none;
  }
}
.timeline-btn-with-progess .progress .progress-bar {
  background-color: #ffaa17;
  width: 20%;
}

.timeline-tab-btns {
  padding: 0px 100px;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1349px) {
  .timeline-tab-btns {
    padding: 0px 50px;
  }
}
@media (max-width: 991px) {
  .timeline-tab-btns {
    padding: 0px 30px;
  }
}
@media (max-width: 575px) {
  .timeline-tab-btns {
    padding: 0;
    justify-content: center;
  }
}
.timeline-tab-btns li a {
  background-color: #fff;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 35px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  color: #1d2122;
}
@media (max-width: 991px) {
  .timeline-tab-btns li a {
    padding: 15px 28px;
  }
}
@media (max-width: 767px) {
  .timeline-tab-btns li a {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .timeline-tab-btns li a {
    margin: 5px;
  }
}
.timeline-tab-btns li a.active, .timeline-tab-btns li a:hover {
  background-color: #ffaa17;
}

@media (max-width: 991px) {
  .timeline-text {
    margin-top: 50px;
  }
}
.timeline-text .timeline-tag {
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #ffaa17;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.timeline-text .timeline-title {
  font-size: 48px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .timeline-text .timeline-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .timeline-text .timeline-title {
    font-size: 32px;
  }
}
.timeline-text a.main-btn {
  margin-top: 40px;
}

/*======= Partner Section =======*/
.partner-section .testimonials-inner {
  background-color: #ffaa17;
  padding: 100px 170px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .partner-section .testimonials-inner {
    padding: 100px 100px;
  }
}
@media (max-width: 991px) {
  .partner-section .testimonials-inner {
    padding: 80px 50px;
  }
}
@media (max-width: 767px) {
  .partner-section .testimonials-inner {
    padding: 80px 30px;
  }
}
@media (max-width: 575px) {
  .partner-section .testimonials-inner {
    padding: 80px 15px;
  }
}
.partner-section .testimonials-inner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-image: url(../img/testi-illustration.png);
  background-size: cover;
  background-position: center;
}
.partner-section .testimonials-inner .single-testimonial {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .partner-section .testimonials-inner .single-testimonial {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .partner-section .testimonials-inner .single-testimonial {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .partner-section .testimonials-inner .single-testimonial {
    font-size: 16px;
    line-height: 1.6;
  }
}
.partner-section .testimonials-inner .single-testimonial .atuthor-thumb {
  margin-bottom: 50px;
}
.partner-section .testimonials-inner .single-testimonial .atuthor-thumb img {
  max-width: 120px;
  max-height: 120px;
}
.partner-section .testimonials-inner .single-testimonial .atuthor-info {
  margin-top: 40px;
  line-height: 1;
}
.partner-section .testimonials-inner .single-testimonial .atuthor-info .name {
  font-size: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767px) {
  .partner-section .testimonials-inner .single-testimonial .atuthor-info .name {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .partner-section .testimonials-inner .single-testimonial .atuthor-info .name {
    font-size: 20px;
  }
}
.partner-section .testimonials-inner .single-testimonial .atuthor-info span {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
.partner-section.style-two {
  position: relative;
}
.partner-section.style-two .testimonials-inner {
  background-color: transparent;
}
.partner-section.style-two .testimonials-inner::before {
  opacity: 0.3;
}
.partner-section.style-two .testimonials-inner .single-testimonial .atuthor-thumb img {
  box-shadow: 0px 8px 16px 0px rgba(7, 28, 31, 0.06);
  border: 10px solid #fff;
}
.partner-section.style-two .testimonials-inner .single-testimonial .atuthor-info span {
  color: #ffaa17;
}
.partner-section.style-two .thumb-images img {
  position: absolute;
  z-index: 2;
  max-width: 80px;
  max-height: 80px;
}
@media (max-width: 991px) {
  .partner-section.style-two .thumb-images img {
    max-width: 50px;
    max-height: 50px;
  }
}
@media (max-width: 575px) {
  .partner-section.style-two .thumb-images img {
    display: none;
  }
}
.partner-section.style-two .thumb-images img:nth-child(1) {
  left: 25%;
  top: 15%;
}
@media (max-width: 1349px) {
  .partner-section.style-two .thumb-images img:nth-child(1) {
    left: 15%;
  }
}
@media (max-width: 1199px) {
  .partner-section.style-two .thumb-images img:nth-child(1) {
    left: 10%;
  }
}
.partner-section.style-two .thumb-images img:nth-child(2) {
  left: 15%;
  bottom: 15%;
}
@media (max-width: 1349px) {
  .partner-section.style-two .thumb-images img:nth-child(2) {
    left: 8%;
  }
}
@media (max-width: 1199px) {
  .partner-section.style-two .thumb-images img:nth-child(2) {
    left: 5%;
  }
}
.partner-section.style-two .thumb-images img:nth-child(3) {
  right: 15%;
  top: 15%;
}
@media (max-width: 1349px) {
  .partner-section.style-two .thumb-images img:nth-child(3) {
    right: 8%;
  }
}
@media (max-width: 1199px) {
  .partner-section.style-two .thumb-images img:nth-child(3) {
    right: 5%;
  }
}
.partner-section.style-two .thumb-images img:nth-child(4) {
  right: 25%;
  bottom: 15%;
}
@media (max-width: 1349px) {
  .partner-section.style-two .thumb-images img:nth-child(4) {
    right: 15%;
  }
}
@media (max-width: 1199px) {
  .partner-section.style-two .thumb-images img:nth-child(4) {
    right: 10%;
  }
}
.partner-section .partner-box {
  min-height: 325px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 55px 40px 40px;
}
.partner-section .partner-box .name {
  font-size: 20px;
  margin-bottom: 15px;
}
.partner-section .partner-box .author {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
}
.partner-section .partner-box .author img {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.07));
  height: 80px;
  width: 80px;
}
.partner-section .partner-box:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.partner-section.with-pattern {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 90px;
}
.partner-section.with-pattern::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 485px;
  background-color: #1d2122;
  z-index: -1;
}

.partner-box-two {
  background-color: #f6f6f6;
  padding: 50px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .partner-box-two {
    padding: 50px 40px;
  }
}
.partner-box-two .content {
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.partner-box-two .content::before, .partner-box-two .content::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: -1;
  height: 50px;
  width: 25px;
  background-color: #e8e9e9;
  clip-path: polygon(0 0, 100% 0, 100% 25px, 0% 100%);
}
.partner-box-two .content::after {
  left: 35px;
}
.partner-box-two .author-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .partner-box-two .author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.partner-box-two .author-wrapper .author {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .partner-box-two .author-wrapper .author {
    margin-bottom: 20px;
  }
}
.partner-box-two .author-wrapper .author img {
  border-radius: 50%;
}
.partner-box-two .author-wrapper .name {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.partner-box-two .author-wrapper .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #a5a6a7;
}

.testimonial-arrow {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .testimonial-arrow {
    margin-bottom: 50px;
  }
}

/*======= Testimonial CTA Area =======*/
.testimonial-cta-area .cta-section-three {
  padding-top: 120px;
  padding-bottom: 325px;
}
@media (max-width: 767px) {
  .testimonial-cta-area .cta-section-three {
    padding-top: 90px;
    padding-bottom: 290px;
  }
}
.testimonial-cta-area .faq-content-box {
  position: relative;
  z-index: 2;
  margin-top: -205px;
}
.testimonial-cta-area .faq-testimonials-area {
  position: relative;
  z-index: 1;
}
.testimonial-cta-area .faq-testimonials-area::before {
  content: "";
  position: absolute;
  left: 0;
  left: 0;
  top: 205px;
  width: 100%;
  height: calc(100% - 205px);
  z-index: -1;
  opacity: 0.3;
}

/*=======  Version changing  =======*/
.changing-version .changing-header {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 25px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .changing-version .changing-header {
    gap: 15px;
  }
}
.changing-version .changing-header .icon {
  color: #ffaa17;
  line-height: 1;
  font-size: 55px;
}
.changing-version .changing-header .version-num {
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  color: #ffaa17;
}
.changing-version .changing-header .title {
  font-size: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1199px) {
  .changing-version .changing-header .title {
    font-size: 24px;
  }
}
.changing-version li {
  color: #b5bbbd;
}
.changing-version li:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #353b3c;
}

.version-video {
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 385px;
  position: relative;
}
@media (max-width: 991px) {
  .version-video {
    margin-bottom: 80px;
  }
}
.version-video .popup-video {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #fff;
  color: #1d2122;
  font-size: 16px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 991px) {
  .version-video .popup-video {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}

/*=======  Advanced Tab  =======*/
.advanced-tab-btns {
  margin-top: 60px;
  justify-content: center;
}
.advanced-tab-btns li {
  margin: 10px 10px 0;
}
.advanced-tab-btns li a {
  position: relative;
  padding: 25px 70px;
  border: 2px solid #f3f3f3;
  font-size: 14px;
  color: #1d2122;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
  .advanced-tab-btns li a {
    padding: 25px 30px 25px 70px;
    font-size: 12px;
  }
}
.advanced-tab-btns li a .title {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
  .advanced-tab-btns li a .title {
    font-size: 20px;
  }
}
.advanced-tab-btns li a .icon {
  position: absolute;
  left: 20px;
  top: 25px;
  color: #ffaa17;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.advanced-tab-btns li a::after {
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  background-color: #1d2122;
  content: "";
  width: 30px;
  height: 15px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .advanced-tab-btns li a::after {
    display: none;
  }
}
.advanced-tab-btns li a:hover, .advanced-tab-btns li a.active {
  background-color: #1d2122;
  border-color: #1d2122;
}
.advanced-tab-btns li a:hover,
.advanced-tab-btns li a:hover .title, .advanced-tab-btns li a.active,
.advanced-tab-btns li a.active .title {
  color: #fff;
}
.advanced-tab-btns li a.active:after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .advanced-tab-text {
    margin-top: 50px;
  }
}

/*=======  Advanced Tab Two  =======*/
.advanced-tab-two .advanced-tab-btns-two {
  justify-content: center;
  margin: -15px;
  position: relative;
  z-index: 2;
}
.advanced-tab-two .advanced-tab-btns-two li {
  padding: 15px;
}
.advanced-tab-two .advanced-tab-btns-two li a {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 35px;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1d2122;
  position: relative;
}
@media (max-width: 1199px) {
  .advanced-tab-two .advanced-tab-btns-two li a {
    padding: 20px;
    font-size: 18px;
  }
}
.advanced-tab-two .advanced-tab-btns-two li a span {
  display: block;
}
.advanced-tab-two .advanced-tab-btns-two li a span.icon {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .advanced-tab-two .advanced-tab-btns-two li a span.icon {
    font-size: 50px;
  }
}
.advanced-tab-two .advanced-tab-btns-two li a span.icon img {
  max-width: 70px;
}
@media (max-width: 1199px) {
  .advanced-tab-two .advanced-tab-btns-two li a span.icon img {
    max-width: 50px;
  }
}
.advanced-tab-two .advanced-tab-btns-two li a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background-color: #fff;
  height: 20px;
  width: 40px;
  clip-path: polygon(100% 0, 0 0, 51% 100%);
  filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.06));
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
.advanced-tab-two .advanced-tab-btns-two li a.active {
  filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.06));
}
.advanced-tab-two .advanced-tab-btns-two li a.active::before {
  opacity: 1;
  visibility: visible;
}
.advanced-tab-two .tab-content {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.advanced-tab-two .tab-pane {
  background-color: #fff;
  padding: 70px 50px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0);
  border-radius: 5px;
}
@media (max-width: 575px) {
  .advanced-tab-two .tab-pane {
    padding: 50px 20px;
  }
}
.advanced-tab-two .tab-pane .title {
  font-size: 40px;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .advanced-tab-two .tab-pane .title {
    font-size: 28px;
  }
}
.advanced-tab-two .tab-pane .big-text {
  font-size: 24px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .advanced-tab-two .tab-pane .big-text {
    font-size: 18px;
  }
}
.advanced-tab-two .tab-pane .advanced-tab-img {
  text-align: right;
}
@media (max-width: 991px) {
  .advanced-tab-two .tab-pane .advanced-tab-img {
    margin-bottom: 50px;
    text-align: center;
  }
}
.advanced-tab-two .tab-pane#tabShops {
  padding-top: 120px;
}
.advanced-tab-two .tab-pane#tabCustomDev, .advanced-tab-two .tab-pane#tabApps, .advanced-tab-two .tab-pane#tabSmarthome {
  padding-top: 20px;
}
.advanced-tab-two .dot-icon {
  position: absolute;
  right: -20px;
  top: 40px;
  z-index: -1;
}
.advanced-tab-two .blob-icon {
  position: absolute;
  bottom: -40px;
  left: -75px;
  z-index: -1;
}

/*======= Accordion =======*/
.accordion .accordion-item {
  background-color: #f4f9fa;
  padding: 20px 30px;
}
@media (max-width: 575px) {
  .accordion .accordion-item {
    padding: 20px;
  }
}
.accordion .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion .accordion-item .accordion-header button {
  position: relative;
  z-index: 1;
  background-color: transparent;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding-right: 25px;
  width: 100%;
  text-align: left;
}
.accordion .accordion-item .accordion-header button span {
  color: #ffaa17;
  margin-right: 5px;
}
.accordion .accordion-item .accordion-header button::after {
  content: "\f068";
  position: absolute;
  right: 0;
  top: 50%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 15px;
  transform: translateY(-50%);
}
.accordion .accordion-item .accordion-header button.collapsed::after {
  content: "\f067";
}
.accordion .accordion-item .accordion-body {
  padding: 15px 0 0;
  color: #777a7a;
  font-size: 16px;
}

/*======= Faq Accordion =======*/
.faq-content-box {
  background-color: #fff;
  padding: 70px 50px;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.04);
}
@media (max-width: 575px) {
  .faq-content-box {
    padding: 60px 25px;
  }
}
.faq-content-box .accordion {
  padding-right: 70px;
}
@media (max-width: 1199px) {
  .faq-content-box .accordion {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .faq-content-box .accordion {
    margin-bottom: 50px;
  }
}
.faq-content-box .contact-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .faq-content-box .contact-btn {
    font-size: 14px;
  }
}
.faq-content-box .contact-btn span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.3;
}
.faq-content-box .contact-btn a {
  color: #1d2122;
  font-size: 34px;
}
@media (max-width: 575px) {
  .faq-content-box .contact-btn a {
    font-size: 22px;
  }
}
.faq-content-box .contact-btn .icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  text-align: center;
  line-height: 60px;
  background-color: #ffaa17;
  border-radius: 50%;
  margin-right: 30px;
  font-size: 24px;
  color: #1d2122;
}
.faq-content-box .contact-btn .icon i {
  transform: rotate(320deg);
}

.info-modal {
  top: 100px !important;
}
.info-modal .copyright-info {
  color: #777a7a;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  display: none;
}

.spinner.tools-start-uuid-spinner {
  display: block;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.card.tool-card:hover:hover, .card.tool-card:hover:active, .card.tool-card:hover:focus, .card.tool-card:hover:focus-within {
  transition: box-shadow 0.25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.contact-form, .tools-form {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 75px 45px;
}
@media (max-width: 575px) {
  .contact-form, .tools-form {
    padding: 50px 20px;
  }
}
.contact-form input,
.contact-form textarea, .tools-form input,
.tools-form textarea {
  background-color: #fff;
  border: 2px solid #f1f1f1;
  color: #1d2122;
  font-weight: 400;
}
.contact-form input:focus,
.contact-form textarea:focus, .tools-form input:focus,
.tools-form textarea:focus {
  border: 2px dotted #ffaa17;
}
.contact-form textarea, .tools-form textarea {
  height: 170px;
}
.contact-form .input-group .icon, .tools-form .input-group .icon {
  color: #1d2122;
  opacity: 0.4;
}
.contact-form .input-group #textAreaIcon, .tools-form .input-group #textAreaIcon {
  position: absolute;
  top: 45px;
}
.contact-form:hover, .contact-form:active, .contact-form:focus, .contact-form:focus-within, .tools-form:hover, .tools-form:active, .tools-form:focus, .tools-form:focus-within {
  transition: box-shadow 0.25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.contact-form .form-group.row, .tools-form .form-group.row {
  margin-left: 0;
  margin-right: 0;
}

/*======= Footer =======*/
footer {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
footer::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
footer .footer-widgets {
  padding-top: 100px;
  padding-bottom: 50px;
}
footer .footer-widgets .widget {
  margin-bottom: 50px;
}
footer .footer-widgets .widget .widget-title {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  footer .footer-widgets .widget.text-block-widget {
    padding-right: 40px;
  }
}
footer .footer-widgets .widget.text-block-widget .footer-logo {
  margin-bottom: 20px;
}
footer .footer-widgets .widget.text-block-widget .read-more-btn {
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
  line-height: 1;
  color: #1d2122;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-image: linear-gradient(to right, #ffaa17, #ffaa17, 50%, #1d2122 50%);
  background-size: 200% 100%;
  background-position: 100%;
}
footer .footer-widgets .widget.text-block-widget .read-more-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ffaa17, #ffaa17, 50%, #1d2122 50%);
  background-size: 200% 100%;
  background-position: 100%;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
footer .footer-widgets .widget.text-block-widget .read-more-btn:hover, footer .footer-widgets .widget.text-block-widget .read-more-btn:hover::before {
  background-position: 0% 100%;
}
footer .footer-widgets .widget.menu-widget li:not(:last-child) {
  margin-bottom: 15px;
}
footer .footer-widgets .widget.menu-widget li a {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #1d2122;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-image: linear-gradient(to right, #ffaa17, #ffaa17, 50%, #1d2122 50%);
  background-size: 200% 100%;
  background-position: 100%;
}
footer .footer-widgets .widget.menu-widget li a:hover {
  background-position: 0% 100%;
  padding-left: 5px;
}
footer .footer-widgets .widget.newsletter-widget .input-group {
  margin-bottom: 10px;
}
footer .footer-widgets .widget.newsletter-widget .main-btn {
  width: 100%;
  height: 50px;
  line-height: 52px;
}
footer .footer-widgets .widget.newsletter-widget input {
  background-color: #f5f9fa;
  font-size: 14px;
}
footer .footer-widgets .widget.latest-post-widget li {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 15px;
}
footer .footer-widgets .widget.latest-post-widget li:not(:last-child) {
  margin-bottom: 20px;
}
footer .footer-widgets .widget.latest-post-widget li .post-thumb {
  background-size: cover;
  background-position: center;
  height: 60px;
  width: 70px;
}
footer .footer-widgets .widget.latest-post-widget li span {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffaa17;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
footer .footer-widgets .widget.latest-post-widget li h5 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
footer .footer-widgets .widget.latest-post-widget li h5 a {
  color: #fff;
}
footer .footer-widgets .widget.newsletter-widget-two {
  background-color: #fff;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-widgets .widget.newsletter-widget-two {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-widgets .widget.newsletter-widget-two {
    margin-top: 50px;
  }
}
footer .footer-widgets .widget.newsletter-widget-two::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  bottom: -55px;
  background-color: #fff;
  z-index: -1;
}
footer .footer-widgets .widget.newsletter-widget-two .contact-info li {
  line-height: 1;
}
footer .footer-widgets .widget.newsletter-widget-two .contact-info li:not(:last-child) {
  margin-bottom: 15px;
}
footer .footer-widgets .widget.newsletter-widget-two .contact-info li a {
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d2122;
}
footer .footer-widgets .widget.newsletter-widget-two .contact-info li a i {
  margin-right: 10px;
  font-size: 15px;
  color: #ffaa17;
}
footer .footer-widgets .widget.newsletter-widget-two .newsletter-form {
  margin-top: 30px;
  position: relative;
}
footer .footer-widgets .widget.newsletter-widget-two .newsletter-form input {
  background-color: #f4f9fa;
  width: 100%;
  height: 55px;
  padding: 0 60px 0 20px;
  color: #a5a6a7;
  transition: 0.3s;
}
footer .footer-widgets .widget.newsletter-widget-two .newsletter-form input:focus {
  color: #1d2122;
}
footer .footer-widgets .widget.newsletter-widget-two .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55px;
  background: linear-gradient(90deg, #ffaa17 1.43%, #fd7e14 100%);
  color: #fff;
  font-size: 18px;
  z-index: 1;
}
footer .footer-bottom {
  padding: 25px 0;
  background-color: #f5f9fa;
}
footer .footer-bottom .copyright {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d2122;
}
@media (max-width: 767px) {
  footer .footer-bottom .copyright {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  footer .footer-bottom .copyright {
    font-size: 14px;
  }
}
footer .footer-bottom .copyright a {
  color: #ffaa17;
}
footer .footer-bottom .footer-bottom-nav li {
  display: inline-block;
  position: relative;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
footer .footer-bottom .footer-bottom-nav li,
footer .footer-bottom .footer-bottom-nav li a {
  color: #1d2122;
}
footer .footer-bottom .footer-bottom-nav li a:hover {
  color: #ffaa17;
}
footer .footer-bottom .footer-bottom-nav li::before {
  content: "|";
  position: absolute;
  left: -10px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-bottom .footer-bottom-nav li:not(:first-child) {
  margin-left: 15px;
}
footer .footer-bottom .footer-bottom-nav li:not(:first-child)::before {
  opacity: 1;
}
footer .footer-cta {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
}
footer .footer-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #121111;
  opacity: 0.5;
}
@media (max-width: 767px) {
  footer .footer-cta .main-btn {
    margin-top: 30px;
  }
}
footer.footer-main::before {
  display: none;
}
footer.footer-main .about-widget {
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 2px solid #f1f1f1;
  text-align: center;
}
footer.footer-main .about-widget .logo {
  margin-bottom: 25px;
}
footer.footer-main .about-widget .logo img {
  width: 250px;
}
footer.footer-main .about-widget .mail {
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 20px 0;
  font-size: 30px;
}
@media (max-width: 575px) {
  footer.footer-main .about-widget .mail {
    font-size: 24px;
  }
}
footer.footer-main .about-widget .social-icons {
  display: flex;
  justify-content: center;
}
footer.footer-main .about-widget .social-icons li {
  margin: 0 5px;
}
footer.footer-main .about-widget .social-icons li a {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  color: #1d2122;
  border: 2px solid #f4f9fa;
}
footer.footer-main .about-widget .social-icons li a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background-color: #ffaa17;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
footer.footer-main .about-widget .social-icons li a:hover {
  border-color: #ffaa17;
}
footer.footer-main .about-widget .social-icons li a:hover::before {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
