/*
	Template name : Buconz - Multi-Purpose Consulting Business HTML5 Template
	Description : Multi-Purpose Consulting Business HTML5 Template
	Keywors : consulting, digital consultancy, Multi-Purpose, html, shop, ecommerce, digital agency, finance, consult agency
	Author name : OrdainIT
	Version: 1.0
*/
/*------------------------------------------------------------------
[Table of contents]

	1. Typhography
	2. top header
	3. main menu area
	4. banner section
	5. contactc section
	6. about us section
	7. service section
	8. choose us section
	9. work section
	10. case study section
	11. skill section
	12. team section
	13. testimonial section
	14. blog nsection
	15. brand section
	16. newslatter section
	17. footer section start
-------------------------------------------------------------------*/
/*====================================================
	1. Typhography
====================================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&amp;family=Nunito:wght@400;600;700&amp;display=swap");

html {
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
body {
  background: var(--color-offwhite);
  overflow-x: hidden;
  box-sizing: border-box;
  color: var(--color-gray);
  font-family: "Nunito", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  color: var(--color-charcoal);
}
p {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  color: var(--color-gray);
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}
/*=================================================
	Common style
================================================*/
a:focus,
a:hover {
  color: var(--color-gold);
}
a {
  font-family: "Nunito Sans", sans-serif;
  color: var(--color-navy);
  font-weight: 600;
  text-decoration: none;
  opacity: 0.9 !important;
  transition: all 0.4s ease;
}
.img {
  max-width: 100%;
  height: auto;
}
::selection {
  background: var(--color-gold);
  color: var(--color-navy);
  text-shadow: none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 62px;
  font-weight: 800;
  line-height: 75px;
}
h2 {
  font-size: 52px;
  font-weight: 800;
  color: #262449;
  line-height: 62px;
}
h3 {
  font-size: 37px;
  font-weight: 700;
  line-height: 47px;
}
h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}
h6 {
  font-size: 16px;
  line-height: 26px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
.b-primary {
  background-color: var(--color-gold);
  padding: 20px 26px;
  display: inline-block;
  border-radius: 4px;
  color: var(--color-navy);
  line-height: 17px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.9s ease;
  box-shadow: 0 0 0 0 #041b52 inset;
}
.b-primary:hover {
  background-color: #d4af37;
  color: var(--color-navy);
  box-shadow:
    0 0 0 4em #041b52 inset,
    0 5px 15px rgba(0, 0, 0, 0.1);
}
.b-primary i {
  transform: translateX(0px);
  padding-left: 10px;
  color: var(--color-navy);
  transition: all 0.3s ease;
}
.b-primary:hover i {
  transform: translateX(10px);
  color: var(--color-navy);
}
.b-primary:focus {
  color: #ffffff;
}
.btn-view {
  display: block;
  text-align: center;
  color: var(--color-gold);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease;
}
.btn-view i {
  padding-left: 10px;
  transform: translateX(0px);
  transition: all 0.7s ease;
}
.btn-view:hover i {
  transform: translateX(10px);
  color: var(--color-gold);
}
.btn-view-theme i {
  background-color: var(--color-offwhite);
  text-align: center;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: var(--color-gold);
}
.btn-view-theme i:hover {
  background-color: var(--color-navy);
  color: var(--color-gold);
}
.sub-heading {
  color: var(--color-gold);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 60px;
  font-family: "Nunito", sans-serif;
  display: inline-block;
}
.bar {
  position: relative;
}
.bar:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-gold);
}
.bar:after {
  position: absolute;
  content: "";
  top: 13px;
  left: 15px;
  width: 30px;
  height: 2px;
  background-color: var(--color-gold);
}
.pos-relative {
  position: relative;
}
.fix {
  overflow: hidden;
}
form {
  width: 100%;
  height: auto;
  position: relative;
}
/*=======================================
	Spacing
=======================================*/
.section-padding {
  padding: 120px 0;
}
.top-spacing {
  padding-top: 120px;
}
.bottom-spacing {
  padding-bottom: 120px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-64 {
  padding-bottom: 64px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.p-20 {
  padding: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-10 {
  margin-right: 10px;
}

.feature-section.section-padding {
  padding-bottom: 50px;
}
.feature-section + .aboutus-section {
  padding-top: 25px;
  margin-top: 0;
}

.faq-section.section-padding {
  padding-bottom: 50px;
}
.faq-section + .testimonial-section.top-spacing {
  padding-top: 35px;
}
.testimonial-section + .faq-section.section-padding {
  padding-top: 50px;
}
.faq-section + .case-study-section.section-padding {
  padding-top: 50px;
}
.case-study-section + .faq-section.section-padding {
  padding-top: 50px;
}

.recent-project.section-padding {
  padding-bottom: 50px;
}
.recent-project + .case-study-section.section-padding {
  padding-top: 50px;
}
.case-study-section + .recent-project.section-padding {
  padding-top: 50px;
}
/*===============================
	2. top header
===============================*/
.top-header {
  width: 100%;
  height: auto;
  background-color: var(--color-navy);
  line-height: 35px;
}
.header-location p {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.9;
}
.top-header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-right-portion {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-right-portion a {
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 400;
}
.header-right-portion a:hover {
  color: #d4af37;
}
.header-email {
  padding-left: 30px;
  padding-right: 65px;
}
.social-icon ul li {
  display: inline-block;
  margin: 4px;
}
.social-icon ul li a i {
  text-align: center;
  display: inline-block;
}
.header-socials ul li a i {
  width: 20px;
  height: 20px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  background-color: var(--color-offwhite);
  border-radius: 4px;
  color: var(--color-gold);
  font-size: 10px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 0 #041b52 inset;
  transition: all 0.3s ease;
}
.header-socials ul li a:hover i {
  color: var(--color-navy);
  border: 1px solid #ffffff;
  box-shadow:
    0 0 0 4em #041b52 inset,
    0 5px 15px rgba(0, 0, 0, 0.1);
}
/*===================================
	3. main menu area
===================================*/
.sticky {
  position: fixed;
  top: -25px;
  right: 0;
  width: 100%;
  z-index: 2;
  margin-top: 25px;
  margin-bottom: 5px;
  background-color: var(--color-navy);
  transition: all 0.7s ease;
  box-shadow: 1px 1px 3px #bac0c5;
}
.main-menu-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 80px;
  position: relative;
}
.main-menu ul {
  text-align: center;
  z-index: 1;
}
.main-menu ul.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
  line-height: 40px;
  padding-right: 0;
}
.main-menu ul li:last-child {
  padding: 0;
}
.main-menu ul li a {
  color: var(--color-offwhite);
  display: block;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 20px 15px;
}
.main-menu ul.nav-links > li > a {
  padding: 20px 0;
}
.main-menu ul li a:last-child {
  padding: 0;
}
.main-menu ul li a:hover {
  color: var(--color-gold);
}
.main-menu ul ul {
  text-align: left !important;
  background: #002258;
  width: 280px;
  display: block;
  position: absolute;
  content: "";
  top: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.2s ease;
}
.main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 80px;
}
.main-menu ul ul li {
  display: block;
}
.main-menu ul ul li ul {
  text-align: left !important;
  background: #002258;
  width: 180px;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 180px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.2s ease;
}
.main-menu ul li ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.main-menu ul ul li:hover a {
  background-color: var(--color-navy);
  color: #ffffff;
}
.main-menu ul ul li a {
  color: #ffffff;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}
.main-menu ul li:hover ul ul {
  opacity: 0;
  visibility: hidden;
}
.main-menu ul li ul li:hover ul {
  left: 180px;
  opacity: 1;
  visibility: visible;
}
.main-menu ul ul li:hover ul li a {
  background: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.main-menu ul ul li ul li a:hover {
  background-color: var(--color-navy);
  color: #ffffff;
}
.nav-links li a .fa-angle-down {
  padding-left: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover .fa-angle-down {
  transform: translateY(5px);
}
.drop-down li a i {
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.drop-down li a:hover i {
  opacity: 1;
  visibility: visible;
  color: #ffffff;
}
.btn-search {
  padding-right: 30px;
  font-size: 20px;
  color: var(--color-navy);
  cursor: pointer;
}
/* search popup start  */
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
  z-index: 9999;
}
.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
  outline: 0;
  box-shadow: none;
}
.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 3px;
  width: 60px;
  height: 57px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: var(--color-gold);
  background: none;
  font-size: 20px;
}
.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
  outline: 0;
  box-shadow: none;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  cursor:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
    progress;
}
.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
}
/*=====================================
 	header area Ends
 ====================================*/
/*===================================
	4. banner section start
====================================*/
.banner-section {
  background: transparent !important;
  padding-top: 55px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 94px;
  overflow: hidden;
}
.banner-section .container {
  position: relative;
  z-index: 5;
}
.banner-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.banner-slide.active {
  opacity: 1 !important;
}
.banner-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #ffeadc;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: -1;
}
.banner-content .text-type {
  color: var(--color-gold);
  font-size: 65px;
  font-weight: 800;
  line-height: 75px;
}
.banner-content p {
  padding-top: 10px;
  padding-bottom: 50px;
  font-size: 20px;
}
.video-play-btn {
  color: #ffffff;
  transition: all 0.4s ease;
}
.video-play-btn i {
  width: 50px;
  height: 50px;
  margin-left: 25px;
  border-radius: 50%;
  color: #ffffff;
  background-color: var(--color-gold);
  display: inline-block;
  line-height: 50px;
  position: relative;
  z-index: 0;
  text-align: center;
  animation: video 2.5s linear infinite;
}
.banner-thumnail img {
  width: 100%;
  height: auto;
}
@keyframes video {
  0% {
    box-shadow:
      0 0 0 0 rgba(201, 164, 76, 0.08),
      0 0 0 10px rgba(201, 164, 76, 0.08),
      0 0 0 20px rgba(201, 164, 76, 0.08);
  }
  100% {
    box-shadow:
      0 0 0 10px rgba(201, 164, 76, 0.16),
      0 0 0 20px rgba(201, 164, 76, 0.16),
      0 0 0 100px rgba(201, 164, 76, 0.16);
  }
}
/*===================================
	banner section Ends
====================================*/
/*===================================
	5.contact-section start
====================================*/
.contact-section {
  position: absolute;
  content: "";
  left: 390px;
  top: 100.5%;
  width: 60.6%;
  height: auto;
  animation: move 4s linear infinite;
  transform-origin: bottom;
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.contact-bg {
  background-image: url("../images/banner/shape.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 58px 70px;
  margin-top: -100px;
  box-shadow: rgb(0 0 0 / 10%) 3px 5px 15px;
  border-radius: 8px;
}
.contact-icon i {
  font-size: 70px;
  color: #ffffff;
}
.contact-text p {
  color: #ffffff;
  padding-bottom: 20px;
}
.contact-text h4 {
  color: #ffffff;
}
/*===================================
	contact-section Ends
====================================*/
/*===================================
 	6. about us section start
 ==================================*/
.aboutus-thumb {
  margin-right: 30px;
}
.aboutus-thumb-1 img {
  width: 100%;
  height: auto;
  padding: 70px;
  border-radius: 80px;
  margin-top: -30px;
}
.aboutus-thumb-2 img {
  border: 20px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.06) 3px 8px 20px;
  position: absolute;
  right: 10px;
  bottom: -30px;
  border-radius: 8px;
}
.aboutus-experience {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.15) 0 20px 50px;
  position: absolute;
  left: -60px;
  bottom: -10px;
  animation: move-top 4s linear infinite;
  transform-origin: bottom;
  z-index: 10;
  max-width: 280px;
}
.aboutus-experience img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.circle-shape {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  animation: circle 7s infinite;
}
@keyframes circle {
  0% {
    left: 0;
    top: 0;
  }
  25% {
    left: 50px;
    top: 0;
  }
  50% {
    left: 50px;
    top: 50px;
  }
  75% {
    left: 0px;
    top: 50px;
  }
  100% {
    left: 0;
    top: 0;
  }
}

@keyframes move-top {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.aboutus-experience h2 {
  color: var(--color-gold);
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.aboutus-experience span {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-navy);
  display: block;
  opacity: 0.8;
}
.aboutus-experience h2:after {
  position: absolute;
  content: "+";
  top: -2px;
  font-size: 60px;
}
.feature-item {
  border-bottom: 2px solid #d2d2d2;
  padding: 20px 0;
}
.feature-item:last-child {
  border: none;
}
.feature-icon {
  width: 90px;
  height: 65px;
  border-radius: 4px;
  background-color: #ffeadc;
  line-height: 60px;
  text-align: center;
  box-shadow: rgb(0 0 0 / 10%) 2px 5px 10px;
}
.feature-icon img {
  width: 40px;
  height: 40px;
  padding: 4px;
  transition: all 0.4s ease;
}
.icon-1:hover img {
  transform: rotate(360deg);
}
.icon-2:hover img {
  transform: rotateY(-180deg);
}
/*===================================
 	about us section Ends
 ==================================*/
/*===================================
	7. service section start
====================================*/
.service-box {
  background-color: #ffffff;
  padding: 40px 25px;
  box-shadow: rgb(0 0 0 / 6%) 3px 8px 20px;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.service-box:hover {
  transform: translateY(-5px);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.service-box .service-icon i {
  font-size: 60px;
  padding: 20px;
  display: inline-block;
  line-height: 50px;
  color: var(--color-gold);
  border: 1px solid var(--color-gold);
  border-radius: 4px;
  transition: all 0.5s ease;
}
.service-box:hover .service-icon i {
  background-color: #002258;
  color: #ffffff;
  border: 1px solid #002258;
  animation: hover-icon 1s ease-in-out;
  animation-iteration-count: 1;
}
.service-box:hover h4 a {
  color: var(--color-gold);
}
.service-desc h4 a {
  font-weight: 700;
  transition: all 0.5s ease;
}
.service-desc h4 {
  padding-top: 25px;
  padding-bottom: 10px;
}
.service-desc h4 a:hover {
  color: var(--color-gold);
}
.service-box:hover .btn-view {
  color: #002258;
}
@keyframes hover-icon {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
/*===================================
	service section Ends
====================================*/
/*===================================
	8. recent-project section start
====================================*/
.recent-project {
  position: relative;
  overflow: visible;
}
.recent-project-style-1 {
  position: relative;
  overflow: visible;
}
.recent-project-style-1 .row {
  display: flex;
  align-items: center;
}
.project-header {
  background-color: var(--color-navy);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.project-single {
  display: block;
  overflow: hidden;
}
.project-thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.project-info {
  width: 350px;
  height: auto;
  background-color: var(--color-gold);
  border-radius: 0 10px 0px 10px;
  padding: 20px 30px;
  position: absolute;
  content: "";
  left: -100px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
}
.project-single:hover .project-info {
  left: 0px;
  opacity: 0.8;
  visibility: visible;
}
.project-info h4:before {
  position: absolute;
  content: "";
  top: 32px;
  left: 30px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
}
.project-info h4 a:hover {
  color: #041b52;
}
.offer-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}
.offer-tab {
  background: transparent;
  border: none;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 0 0 8px 0;
  position: relative;
  cursor: pointer;
}
.offer-tab:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-gold);
  transition: width 0.3s ease;
}
.offer-tab.active {
  color: var(--color-gold);
}
.offer-tab.active:after {
  width: 100%;
}
.offer-panel {
  display: none;
}
.offer-panel.active {
  display: block;
}
.recent-project-style-1 .offer-panel .project-info {
  position: static;
  width: 100%;
  left: auto;
  bottom: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
  background-color: var(--color-navy);
  border-radius: 0 0 10px 10px;
}
.recent-project-style-1 .offer-panel .project-single:hover .project-info {
  left: auto;
  opacity: 1;
  visibility: visible;
}
.recent-project-style-1 .offer-panel .project-thumb {
  height: 260px;
  overflow: hidden;
}
.recent-project-style-1 .offer-panel .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-project-style-1 .offer-panel .project-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.recent-project-style-1 .offer-panel .project-content h4 {
  padding: 0;
  margin: 0;
}
.recent-project-style-1 .offer-panel .project-content p {
  margin: 0;
}
/*===================================
	recent-project section Ends
====================================*/
/*===================================
	9. choose us section start
====================================*/
.chooseus-content {
  background-image: url("../images/chooseus/choose-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  width: 50%;
  height: auto;
  padding: 90px 50px 0 10%;
}
.chooseus-thumbnail.choosebg-thumb-2 {
  width: 50%;
  height: auto;
  z-index: -1;
}
.chooseus-thumbnail {
  width: 50%;
  height: auto;
}
.chooseus-thumbnail img {
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.chooseus-item {
  border-bottom: 2px solid #d2d2d2;
  padding: 30px 0;
}
.chooseus-item:last-child {
  border: none;
}
.chooseus-icon {
  width: 65px;
  height: auto;
  border-radius: 4px;
  background-color: var(--color-gold);
  line-height: 65px;
  text-align: center;
  transition: all 0.4s ease;
}
.chooseus-icon:hover {
  background-color: var(--color-navy);
}
.chooseus-icon img {
  width: 40px;
  height: 40px;
  padding: 4px;
  transition: all 0.4s ease;
}
.chooseus-icon:hover img {
  transform: rotateY(-180deg);
}
.chooseus-thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
/*===================================
	choose us section Ends
====================================*/
/*===================================
	9.work-section start
====================================*/
.work-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.work-bg-thumb-2 {
  background-image: url("../images/chooseus/choose-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 80px 60px;
}
.work-icon {
  border-radius: 100%;
  border: 2px dashed var(--color-gold);
  width: 170px;
  height: 170px;
  line-height: 170px;
  text-align: center;
  display: inline-block;
}
.work-icon img {
  max-width: 70px;
  height: auto;
  display: inline-block;
  overflow: hidden;
}
.work-icon:after {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  top: 0;
  right: -25px;
  color: var(--color-gold);
  font-size: 30px;
  font-weight: 900;
  animation: move-icon 4s linear infinite;
}
@keyframes move-icon {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.work-item-last:after {
  display: none;
}
.work-item h4 {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 600;
}
/*===================================
	work-section Ends
====================================*/
/*=====================================
	10. blog section-4 start
======================================*/
.blog-section-4 {
  background-color: #fffbfb;
}
.blog-section-4 .blog-single {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 6%) 3px 8px 20px;
  padding: 0 30px 30px 30px;
  text-align: left;
}
.blog-section-4 .blog-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.7s ease;
}
.blog-section-4 .blog-single:hover .blog-thumb img {
  transform: scale(1.1);
}
.blog-section-4 .blog-header ul li {
  display: inline-block;
  padding-right: 30px;
}
.blog-section-4 .blog-header ul li:last-child {
  padding: 0;
}
.blog-section-4 .blog-header ul li i {
  color: var(--color-gold);
  padding-right: 10px;
}
.blog-section-4 .blog-header ul li span {
  color: #202020;
}
.blog-section-4 .blog-single h4 a {
  transition: all 0.4s ease;
}
.blog-section-4 .blog-single:hover h4 a {
  color: var(--color-gold);
}
.blog-section-4 h3 {
  text-align: left;
}
/*==================================
	project section start
====================================*/
.project-single {
  display: block;
  overflow: hidden;
}
.project-single:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-navy);
  opacity: 0;
  transition: all 0.9s ease;
}
.project-single:hover:after {
  opacity: 0.6;
}
.project-thumb img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.9s ease;
  transition-delay: 0.1s;
}
.project-single:hover .project-thumb img {
  transform: scale(1.1);
}
.project-meta {
  position: absolute;
  content: "";
  left: 0;
  bottom: -50px;
  width: 100%;
  height: auto;
  background-color: var(--color-gold);
  padding: 20px 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
}
.project-single:hover .project-meta {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.project-info {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 0 40px;
  overflow: hidden;
  transition: all 1s ease;
  z-index: 1;
}
.project-single:hover .project-info {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
/*==================================
	project section Ends
====================================*/
/*===================================
	10. case study section start
====================================*/
.case-study-box {
  z-index: 0;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 15px;
}
.case-study-thumb img {
  width: 100%;
  height: auto;
}
.case-study-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: var(--color-gold);
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
}
.case-study-box:hover .case-study-info {
  transform: scale(1);
  visibility: visible;
  opacity: 0.8;
}
.btn-add i {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color:#D4AF37;;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  margin-left: 10px;
  transition: all 0.4s ease;
}
.btn-add i:hover {
  background-color: var(--color-navy);
  color: #ffffff;
}
/*===================================
	 case study section Ends
====================================*/
/*====================================
	11.skill section start
====================================*/
.skill-thumbnail {
  width: 50%;
  height: auto;
}
.skill-content {
  background-image: url("../images/case-study/skill-2.jpg");
  background-repeat: no-repeat;
  width: 50%;
  height: auto;
  transition: all 0.4s ease;
  padding: 90px 20% 0 60px;
  z-index: 0;
}
.skill-content:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffeadc;
  opacity: 0.3;
  z-index: -1;
}
.skill-feature-box {
  background-color: var(--color-navy);
  width: 220px;
  height: 289px;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 16%) 3px 5px 10px;
  position: relative;
}
.skill-feature-box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url("../images/case-study/skill-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.skill-feature-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-navy);
  z-index: 0;
  opacity: 0.9;
  border-radius: 8px;
}
.skill-feature-box:hover:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1);
}
.chart {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 180px;
  height: 184px;
}
canvas {
  position: absolute;
  left: 30px;
  top: 42px;
  height: 120px !important;
  width: 120px !important;
}
.parcent {
  line-height: 202px;
  color: #ffffff;
}
.parcent:after {
  content: "%";
}
/*====================================
	skill section Ends
====================================*/
.feature-header {
  width: 100%;
  height: auto;
  padding-left: 20px;
}
.feature-thumb {
  width: 50%;
  height: auto;
}
.feature-wrap {
  width: 50%;
  height: auto;
}
.feature-box-single {
  width: 100%;
  height: auto;
  perspective: 1000px;
  border-radius: 10px;
}
.feature-box-single:hover {
  border: none;
}
.feature-box-inner {
  background-color: #f1f1f1;
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 0.8s;
  border-radius: 10px;
  transform-style: preserve-3d;
}
.feature-box-single:hover .feature-box-inner {
  transform: rotateY(180deg);
}
.feature-box-fornt {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 270px;
  background-color: #f1f1f1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 30px 20px;
  border-radius: 10px;
  border-bottom: 5px solid var(--color-gold);
}
.feature-box-back {
  width: 100%;
  max-height: 235px;
  padding-top: 50px;
  background-color: #f1f1f1;
  color: white;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 40px 0px;
  border-radius: 10px;
}
.backside-icon {
  width: 30%;
  height: auto;
}
.feature-back-content {
  background-color: #041b52;
  padding: 15px 30px 30px 20px;
  border-radius: 0 0 10px 10px;
}
.feature-fornt-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  line-height: 80px;
  text-align: center;
  background: linear-gradient(324.68deg, #e3e9ed -19.89%, #ffffff 113.53%);
  box-shadow: 0px 0px 8px rgb(0 0 0 / 25%);
}
/*====================================
	12.  team section start
=====================================*/
.team-section {
  background-image: url("../images/team/team-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.team-single {
  background-color: #ffffff;
  box-shadow: rgb(255 102 0 / 15%) 0px 0px 30px;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.team-thumb img {
  width: 100%;
  height: auto;
  transition: all 1s ease;
}
.team-thumb {
  z-index: 0;
}
.team-thumb:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-image: linear-gradient(to right, var(--color-gold), #262e3a);
  transition: all 0.7s ease;
  visibility: hidden;
  opacity: 0;
}
.team-single:hover .team-thumb:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0.4;
}
.team-single:hover .team-thumb img {
  transform: scale(1.1);
}
.team-single:hover .team-info h4 {
  color: var(--color-gold);
}
.team-social {
  position: absolute;
  top: 85px;
  right: -80px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-single .team-social li {
  opacity: 0;
  z-index: 9;
  transform: translateX(20px);
  transition: all 0.5s ease-in-out;
  padding: 4px 0;
}
.team-single .team-social ul li:nth-child(1) {
  padding-top: 0;
  transition-delay: 0.1s;
}
.team-single .team-social ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.team-single .team-social ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.team-single .team-social ul li:nth-child(4) {
  transition-delay: 0.3s;
}
.team-single .team-social ul li:nth-child(5) {
  transition-delay: 0.3s;
}
.team-single:hover .team-social ul li {
  opacity: 1;
  transform: translateX(0);
}
.team-social ul li a i {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: var(--color-gold);
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.4s ease;
}
.team-social ul li a:hover i {
  background-color: var(--color-navy);
  color: #ffffff;
}
.team-single:hover .team-social {
  right: 0;
  opacity: 1;
  visibility: visible;
}
/*====================================
	team section Ends
=====================================*/
/*====================================
	13. testimonial section start
======================================*/
.testimonial-bg {
  background-image: url("../images/team/testimonia-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-item {
  margin-right: 20px;
  padding: 40px 18px;
  box-shadow: rgb(0 0 0 / 10%) 3px 5px 15px;
  border-radius: 8px;
  background-color: #ffffff;
}
.testimonial-item:last-child {
  margin-right: 0;
}
.testimonial-item .text:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url("../images/icon/quotation-1.png");
  background-repeat: no-repeat;
  width: 26px;
  height: 20px;
  animation-name: animate;
  animation-timing-function: linear;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  transform-origin: center;
}
.testimonial-item .text:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-image: url("../images/icon/quotation-2.png");
  background-repeat: no-repeat;
  width: 26px;
  height: 20px;
  animation-name: animate;
  animation-timing-function: linear;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  transform-origin: center;
}
.client-info {
  padding-left: 20px;
}
.reviews .checked {
  padding-top: 10px;
  color: var(--color-gold);
}
@keyframes animate {
  16% {
    transform: scale(1.1);
  }
  32% {
    transform: scale(1);
  }
  48% {
    transform: scale(1.1);
  }
  64% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*=====================================
	testimonial section Ends
=======================================*/
/*=====================================
	14. blog section start
======================================*/
.blog-single {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 6%) 3px 8px 20px;
}
.blog-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.7s ease;
}
.blog-single:hover .blog-thumb img {
  transform: scale(1.1);
}
.blog-header ul li {
  display: inline-block;
  padding-right: 20px;
}
.blog-header ul li:last-child {
  padding: 0;
}
.blog-header ul li span {
  font-size: 14px;
  font-weight: 600;
}
.blog-header ul li i {
  color: var(--color-gold);
  padding-right: 10px;
}
.blog-content h4 a {
  font-size: 20px;
  font-weight: 800;
}
.blog-single:hover h4 a {
  color: var(--color-gold);
}
.blog-single:hover .btn-view {
  color: var(--color-navy);
}
.blog-action ul li {
  display: inline-block;
}
.blog-action ul li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: var(--color-gold);
  background-color: #ffeadc;
  text-align: center;
  line-height: 30px;
  transition: all 0.4s ease;
}
.blog-action ul li i:hover {
  color: var(--color-navy);
}
/*=========================================
	blog section Ends
===========================================*/
/*======slider (Resource Center)======*/
.case-study-section-2 .slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 30px;
  z-index: 0;
}
.case-study-section-2 .slick-dots li {
  padding: 0 !important;
}
.case-study-section-2 .slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: var(--color-gold);
  border-radius: 100%;
  border: 4px solid #ffffff;
  outline: 2px solid var(--color-gold);
  transition: all 0.4s ease;
}
.case-study-section-2 .slick-dots .slick-active button {
  width: 26px;
  height: 12px;
  background-color: var(--color-gold);
  border-radius: 10px;
}

/*=====================================
	15. brannd section start
====================================*/
.brand-slider {
  padding: 80px 0;
  border-radius: 16px 16px 0 0;
}
.brand-item {
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
  display: block;
  filter: grayscale(1);
}
.main-logo {
  transition: all 0.3s ease-in-out;
  display: block;
  filter: grayscale(1);
}
.brand-item:hover .main-logo {
  display: block;
  visibility: hidden;
  transform: translateY(100%);
  filter: grayscale(1);
}
.hover-logo {
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
.brand-item:hover .hover-logo {
  display: block;
  opacity: 3;
  visibility: visible;
  transform: translateY(0%);
  filter: grayscale(0%);
}
/*=======================================
	brannd section Ends
========================================*/
/*=======================================
	16.newslatter section start
========================================*/
.newslatter-section {
  position: absolute;
  content: "";
  top: -120px;
  left: 0;
  width: 100%;
  height: auto;
  animation: move-right 4s linear infinite;
  transform-origin: bottom;
}
@keyframes move-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.newslatter-bg {
  background-image: url("../images/brand/news-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  border-radius: 8px;
  background-color: var(--color-gold);
  position: relative;
}

.newslatter-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-gold);
  opacity: 0.85;
  z-index: 0;
  border-radius: 8px;
}

.newslatter-bg > * {
  position: relative;
  z-index: 1;
}
.newslatter-content span {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
.email-box form {
  position: relative;
  width: 80%;
  height: auto;
}
.email-box form input {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 15px 40px 15px 20px;
  border: none;
  border-radius: 4px;
}
.email-box form .btn-sub {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 25px;
  color: var(--color-gold);
}
/*=======================================
	newslatter section Ends
========================================*/
/*=========================================
	17. footer section start
===========================================*/
.footer-section {
  background-image: url(../images/footer/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  margin-top: 120px;
  padding-top: 85px;
  padding-bottom: 40px;
}
.footer-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-navy);
  opacity: 0.9;
}
.footer-tittle:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 70px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--color-gold);
  transition: all 0.4s ease;
}
.footer-tittle:hover:after {
  width: 100px;
}
.footer-socials ul li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  opacity: 0.9;
  color: var(--color-gold);
  border-radius: 4px;
  font-size: 12px;
}
.footer-socials ul li a:focus {
  color: var(--color-gold);
}
.footer-socials ul li a:hover .fa-facebook-f {
  background-color: var(--color-gold);
  color: var(--color-navy);
  transition: all 0.3s ease;
}
.footer-socials ul li a:hover .fa-twitter {
  background-color: var(--color-gold);
  color: var(--color-navy);
  transition: all 0.3s ease;
}
.footer-socials ul li a:hover .fa-instagram-square {
  background-color: var(--color-gold);
  color: var(--color-navy);
  transition: all 0.3s ease;
}
.footer-socials ul li a:hover .fa-pinterest-p {
  background-color: var(--color-gold);
  color: var(--color-navy);
  transition: all 0.3s ease;
}
.footer-socials ul li a:hover .fa-linkedin-in {
  background-color: var(--color-gold);
  color: var(--color-navy);
  transition: all 0.3s ease;
}
.footer-links li span {
  width: 10px;
  height: 10px;
  background-color: var(--color-gold);
  border-radius: 100%;
  display: inline-block;
}
.footer-links li:hover span {
  background-color: var(--color-navy);
}
.footer-links li {
  padding-bottom: 12px;
  transition: all 0.4s ease;
}
.footer-links li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding-left: 18px;
  transition: all 0.3s ease;
}
.footer-links li:hover {
  transform: translateX(5px);
}
.footer-section p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.footer-form form input {
  padding: 15px 20px 15px 20px;
  line-height: 15px;
  border-radius: 30px;
  width: 100%;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.footer-form form input[type="placeholder"] {
  color: #ffffff;
}
.footer-form form button {
  margin-top: 20px;
  border: none;
}
.footer-contact ul li {
  padding-bottom: 15px;
}
.footer-contact ul li i {
  font-size: 20px;
  color: #ffffff;
  padding-right: 15px;
}
.footer-contact ul li a {
  color: #ffffff;
  font-size: 14px;
}
.footer-contact ul li a:hover {
  color: var(--color-gold);
}
.footer-contact ul li span {
  color: #ffffff;
  font-size: 14px !important;
  font-weight: 400;
  opacity: 0.9;
  transition: all 0.4s ease;
}
/*  footer-bottom*/
.footer-bottom {
  background-image: url("../images/footer/bottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px 0;
}
.footer-bottom p {
  font-size: 14px;
  font-weight: 600;
  color: #202020;
  transition: all 0.4s ease;
}
.terms-condition p a {
  transition: all 0.4s ease;
  color: #202020;
  font-size: 14px;
}
.terms-condition p a:hover {
  color: var(--color-gold);
}
.footer-bottom p span {
  color: var(--color-gold);
  font-weight: 800;
  font-size: 18px;
}
/*  scroll to up button  */
.to-top {
  position: fixed;
  right: 40px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--color-gold);
  display: inline-block;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  pointer-events: none;
  opacity: 0;
}
.to-top:before {
  position: absolute;
  content: "\f30c";
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--color-gold);
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.4s ease;
}
.to-top:hover:before {
  bottom: 50px;
}
.to-top:after {
  position: absolute;
  content: "\f30c";
  right: 0;
  bottom: -50px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--color-gold);
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.4s ease;
}
.to-top:hover:after {
  bottom: 0px;
}
.to-top.active {
  bottom: 40px;
  pointer-events: auto;
  opacity: 1;
}
.to-top i {
  color: #ffffff;
}
/*==========================================
	footer section Ends
==========================================*/
/*======slider======*/
.slider-1 .prev-arrow {
  position: absolute;
  content: "";
  top: -100px;
  right: 15px;
  width: 65px;
  height: 50px;
  background-color: #fbccad;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.slider-1 .next-arrow {
  position: absolute;
  content: "";
  top: -100px;
  right: 110px;
  width: 65px;
  height: 50px;
  background-color: var(--color-gold);
  z-index: 1;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.slider-1 .slick-arrow {
  transition: all 0.4s ease;
}
.slider-1 .slick-arrow:hover {
  background-color: var(--color-gold);
}
.slider-1 .slick-slide {
  margin-bottom: 30px;
  margin-top: 10px;
  margin-left: 10px;
}

/* Add spacing for slider-4 (Resource Center) */
.slider-4 .slick-slide {
  margin: 0 15px;
  padding: 0;
}

.testimonial-item.slick-center {
  position: relative;
  overflow: hidden;
}
.testimonial-item.slick-center::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 90%;
  height: 3px;
  background-color: var(--color-gold);
}

/*===================================
	Video Section Styles
===================================*/
.video-section {
  background-image: url("../images/project/video-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}
.video-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-navy);
  opacity: 0.7;
  z-index: -1;
}
.video-item {
  background-color: #ffffff;
  padding: 35px 40px;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 8%) 3px 8px 30px;
}
.video-inner {
  transform: translate(10px, 153px);
  margin-right: 0px;
}
#play-btn-video-section i {
  width: 50px;
  height: 50px;
  margin-left: 25px;
  border-radius: 50%;
  color: var(--color-gold);
  background-color: #ffffff;
  display: inline-block;
  line-height: 50px;
  margin-top: 50px;
  position: relative;
  z-index: 0;
  text-align: center;
  animation: video 2.5s linear infinite;
}
@keyframes video {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 10px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 100px rgba(255, 255, 255, 0);
  }
}
/*===================================
	Video Section Ends
===================================*/

/* Logo Sizing */
.logo img {
  max-width: 80px;
  height: auto;
  width: 100%;
}
