@charset "utf-8";
/** 
* 
* 
**/ /* TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
 -------------------------------------------------------*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/
@import "bootstrap.min.css";
@import "carousel.css";
@import "rs-spacing.css";
@import "animate.css";
@import "jquery.animatedheadline.css";
html,
body {
  font-size: 16px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff!important;
}
html {
  scroll-behavior: smooth; /* Standard syntax */
  -webkit-scroll-behavior: smooth; /* WebKit/Safari */
  -moz-scroll-behavior: smooth; /* Firefox */
}

:root { 
  scroll-behavior: auto !important; 
  -webkit-scroll-behavior: auto!important; /* WebKit/Safari */
  -moz-scroll-behavior: auto!important; /* Firefox */
}
a:focus,
a:focus-visible {
  outline: none;
  border: none;
}
body.modal-open,
body.modal-open .main-menu-area {
  padding-right: 0px !important;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 16px;
  line-height: 1.6;
  font-size: 16px;
}
a {
  transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #000000;
  /*margin: 0 0 26px;*/
  line-height: 1.2;
}
h1 {
  font-size: 62px;
  font-weight: 700;
}
h2 {
  font-size: 48px;
  font-weight: 500;
}
h3 {
  font-size: 32px;
  font-weight: 500;
}
h4 {
  font-size: 20px;
  font-weight: 500;
}
h5 {
  font-size: 18px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  font-weight: 500;
}

h2.section-head {
  font-size: 32px;
  text-transform: uppercase;
}
.main-content {
  padding: 0px;
  margin: 0px;
  /* transition: transform 600ms ease-out;
  position: fixed;
  width: 100%; */
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #f16930;
}

::selection {
  color: #fff;
  background: #f16930;
}

#smooth-content {
  will-change: transform;
}

/*Top Bar header*/
.rs-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  /* background-color: #fff; */
}

body.stellarnav-noscroll-x { overflow-x: hidden!important; }
body:not(.home) .rs-header {
  position: relative;
  background-color: #000;
  border-bottom: #2f2e2e solid 1px;
}

/* .head-padding-top {
  padding-top: 100px;
} */

.topbar-area {
  border-bottom:#5b5555 solid 1px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  
}

.marquee-col {
  display: flex;
  margin: 0 auto;
}

.marquee-title {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.75);
}

/* .marquee-title:after {
  position: absolute;
  content: "";
  right: -19px;
  border-left: 10px solid #f16930;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 10px;
} */

.marquee-title h5 {
  margin: 0px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  padding: 0px 15px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.news {
  padding: 5px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color:rgba(0,0,0,0.75);
}

.news marquee {
  font-size: 14px;
  margin-top: 0px;
}

.news-content p {
  margin-right: 41px;
  display: inline;
  color: #fff;
  position: relative;
}

.news-content p  a{
  text-decoration: none;
  color: #fff;

}

.news-content p:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  left: -15px;
  top: 8px;
  content: "";
  background-color: #f16930;
}

.logo-area {
  z-index: 999;
}
.logo-area img {
  width:240px;
}

.topbar-area .top-contact-info {
  margin: 0;
  padding: 0px;
  text-align: right;
  /*   width: 33%; */
  background-color:rgba(0,0,0,0.75);
}
.topbar-area .top-contact-info .contact-part {
  display: inline-block;
  padding: 5px 15px 5px 35px;
  border-left: #5b5555 solid 1px;
}
.topbar-area .top-contact-info .contact-part span {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.topbar-area .top-contact-info .contact-part span a:before {
  position: absolute;
  content: "";
  left: -28px;
  top: 0px;
}
.topbar-area .top-contact-info .contact-part span a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.topbar-area .top-contact-info .contact-part span.pho-info a:before {
  background-image: url(../image/telephone-icon-white.png);
  width: 26px;
  height: 26px;
  top: -3px;
}
.topbar-area .top-contact-info .contact-part span.email-info a:before {
  background-image: url(../image/email-icon-white.png);
  width: 20px;
  height: 20px;
}

.topbar-area .top-contact-info .contact-part span a:hover {
  color: #f16930;
}

/*Menu*/
.menu-bar {
  background-color: rgba(101, 101, 102, 0.49);
  border-radius: 50px;
  padding: 0px 25px !important;
  border: #595959 solid 1px;
  box-shadow: 0px 0px 30px rgba(183, 183, 183, 0.25);
}
body:not(.home) .menu-bar{background-color: transparent; box-shadow: none; border: none;}

.full-width-header .main-menu-area .logo-area .dark{display: none;}
.full-width-header .main-menu-area.fixed-head  .logo-area .dark{display: block;}
.full-width-header .main-menu-area.fixed-head  .logo-area .white{display: none;}
.full-width-header .main-menu-area.fixed-head  .logo-area img {width:200px;}
.full-width-header .main-menu-area {
  /*box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  background: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  z-index: 12;*/
  padding:10px;
}
.full-width-header .main-menu-area.fixed-head {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.full-width-header .main-menu-area.fixed-head .menu-bar{
  background-color: transparent;
 
}

.full-width-header .main-menu-area.fixed-head .stellarnav.dark  .menu-bar>li>a{color:#000;}
.full-width-header .main-menu-area.fixed-head  .stellarnav.dark li.has-sub>a:after {
	content: '';
	margin-left: 10px;
	background-image: url(../image/dropdown-dark.svg);
	width: 10px;
	height: 10px;
	background-size: cover;
	display: inline-block;
}





.full-width-header .main-menu-area .login{
  background-color: #f16930 !important;
  border-radius: 25px;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  display: block;
}

.stellarnav.dark{background:transparent;}

/*buttons*/
.btn-orange {
  background-color: #f16930 !important;
  border-radius: 8px !important;
  border: none !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
.btn-orange:hover{color:#fff!important;}
.btn-orange:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  border-radius: 0;
  transition: 0.5s;
  transition-delay: 0s;
  z-index: -1;
}
.btn-orange:hover:after {
  width: 101%;
  opacity: 1;
  transition-delay: 0.2s;
  color: #fff;
}

.btn-black {
  background-color: #000000 !important;
  border-radius: 0px !important;
  border: none !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-black:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 100%;
  background: #f16930;
  border-radius: 0;
  transition: 0.5s;
  transition-delay: 0s;
  z-index: -1;
}
.btn-black:hover:after {
  width: 101%;
  opacity: 1;
  transition-delay: 0.2s;
}
.btn-view-more {
  background-color: #000000 !important;
  border-radius: 0px !important;
  border: none !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0px;
  height: 50px;
  min-width: 185px;
  line-height: 50px;
}
.btn-view-more:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 100%;
  background: #f16930;
  border-radius: 0;
  transition: 0.5s;
  transition-delay: 0s;
  z-index: -1;
}
.btn-view-more:hover:after {
  width: 101%;
  opacity: 1;
  transition-delay: 0.2s;
}
.btn-view-more .fa-solid {
  margin-left: 10px;
}
.btn-primary:focus {
  box-shadow: none;
}

.image-placeholder {
  border-radius: 5px;
  box-shadow: 1px 4px 10px 3px rgba(0, 0, 0, 0.25);
}

/*Market*/
.section-market {
  padding: 25px 0px;
}
.glance-row {
  background-color: #73b343;
  padding: 10px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.glance-row h3 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  text-decoration: uppercase;
}
.glance-list {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  padding: 0px;
}
.glance-list .glance-list-box {
  display: flex;
  align-items: center;
  border-right: #000 solid 5px;
  padding: 10px;
  width: 33.3%;
}
.glance-list .glance-list-box:last-child {
  border: none;
}
.glance-list .glance-list-box .icon {
  width: 35px;
  height: 35px;
}
.glance-list .glance-list-box .icon img {
  width: 100%;
}
.glance-list .glance-list-box .value-box {
  padding-left: 15px;
  text-align: left;
}
.glance-list .glance-list-box p {
  margin: 0px;
  font-size: 13px;
}
.glance-list .glance-list-box p.title {
  font-weight: 600;
}

/*ceo Section*/

.section-padding {
  padding:120px 0px;
}
.ceo-section.section-padding {
  padding:120px 0px 0px;
  background-image: linear-gradient(180deg, #ccc 0%, rgba(248, 248, 248, 0) 100%);
  background-color: transparent;
}
.inner-section-padding {
  padding: 60px 0px 0px 0px;
}

.ceo-section h2{
  font-size: 40px;
}
.ceo-section h2 strong{color:#f16930;}

.messagefromceo{
  
  border: #fff solid 3px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 0px 10px rgba(0,0,0,0.08);
  position: relative;
  margin: 0px;
  height: 300px;
  min-width:300px;
  width: 100%;
}

.messagefromceo:before{
  /* background-color: rgba(241, 105, 48, 0.64); */
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.messagefromceo img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.messagefromceo .play-icon{
  position: absolute;
  z-index: 1;
  left: 50%;
  content: "";
  top: 50%;
  transform: translate(-50%,-50%);
  animation: ripple 0.6s linear infinite;
  border-radius: 50px;
  cursor: pointer;
  color:#f16930 ;
}



/* ripple effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
                0 0 0 20px rgba(255, 255, 255, 0.1),
                0 0 0 40px rgba(255, 255, 255, 0.1),
                0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
                0 0 0 40px rgba(255, 255, 255, 0.1),
                0 0 0 60px rgba(255, 255, 255, 0.1),
                0 0 0 80px rgba(255, 255, 255, 0);
  }
}

.messagefromceo .play-icon i{
  background: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  transition: 0.9s;
}

.fancybox-slide--video .fancybox-content {
  border: 6px solid #fff;         /* White border */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* Subtle shadow */
  border-radius: 10px;            /* Rounded corners */
  overflow: hidden;
}


.messagefromceo .play-icon:hover i{
  color:#fff;
  background-color: #f16930;;
  transition: 0.9s;
  }


/*MARQUEE TEXT*/
.marquee-text{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  & span{
   /*  will-change: transform;
    transform: translateX(0); */
    white-space: nowrap;
    animation: marquee-animation 25s linear infinite;
    font-size:100px;
    line-height: 1;
    font-weight:200;
    color: #979393;
    margin: 30px 0px;
    pointer-events: none;
    font-weight:bold;
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color:#979393;
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
  }
  
}
@keyframes marquee-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*About Section*/
.about-section{
  background-image: url(../image/pattern-1.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.about-section h2 strong{color:#f16930;}

.about-section .section-head{
    margin-bottom: 30px;
    border: #dedede solid 1px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 30px;
    border-radius:4px ;
}

.about-section .section-head:before{
  position: absolute;
  content: "";
  background: transparent;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-left: #f16930 solid 2px;
  border-radius: 5px 0px 0px 0px;
  border-top: #f16930 solid 2px;
}


.about-section .section-head h2{
  font-size: 32px;
  line-height: 1.3;
  color: #672121;
}

.about-section .section-head p{
  margin: 0px;
}

.about-section .section-head h4 {
  line-height: 1.6;
  margin-bottom: 50px;
}
.about-section .card-image {
  overflow: hidden;
  padding: 5px;
}
.about-section .content-wrap{
 max-width: 460px;
 margin-bottom: 15px;

}

.about-section .about-section-list .content-wrap:nth-child(2) {margin-left: 50px;}
.about-section .about-section-list .content-wrap:nth-child(3){margin-left: 100px;}
.about-section .about-section-list .content-wrap:nth-child(4){margin-left: 150px;}
.about-section .about-section-list .content-wrap:nth-child(1) .about-card{background-color: #f16930;}
.about-section .about-section-list .content-wrap:nth-child(1) .about-card *{color:#fff;}
.about-section .about-card{ transition: 0.9s;  padding: 30px;}
.about-section .about-card .card-body {padding: 0px;}
.about-section .about-card:hover{background:#f16930;}

.about-section .about-card .icon{width:100px; height:100px; background-color:#fff; border-radius: 100%; overflow: hidden; padding:15px;}
.about-section .about-card .icon svg{width: 100%; height:100%; fill: #f16930;}
.about-section .about-card .about-card-desc{width:calc(100% - 100px); padding-left: 20px;}
.about-section .about-card:hover .about-card-desc *{color: #fff;}



/*Services0*/
.services-section {
  /* background-image:linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
  background-color: transparent; */
  background:#f0f0f0;
}
.services-section h6 {
  color:  #f16930;
  text-transform: uppercase;
  font-size: 21px;
}
.services-section .section-head {position:relative; z-index:11;}
.services-section .section-head:before{
  position: absolute;
  width: 300px;
  height: 300px;
  content: "";
  left:0;
  top:0;
  right:0;
  bottom:0;
  margin: 0 auto;
  background: #fff;
  border-radius: 100%;
  opacity: 0.25;
  transform: translate(0% , -15%);
  z-index: -1;
}


.services-section .section-head h2 {
  max-width: 550px;
  margin: 0 auto;
  font-size: 42px;
}



.services-section .services-list .service-anim{
  transition: all 500ms ease; 
  height:100%;
  background: #fff;
  border-radius:10px;
}

.services-section .services-list .service-anim:hover{
  transform: translateY(-10px);
}

.services-section .services-list .service-block {
  padding: 45px 45px 40px 45px;
  list-style: none;
  position: relative;
  z-index: 1;
  margin-top: 0px;
  height:100%;
  box-shadow:0px 2px 25px rgba(52,62,85,0.07);
  background-image:url(../image/shape-dots.svg);
  background-repeat: no-repeat;
  background-position: right 5% top 15px;

}



.services-section .services-list .service-block a {
  text-decoration: none;
  cursor: inherit;
  
}
.services-section .services-list .service-block a p {
  color:#000;
}
.services-section .services-list .service-block:hover *{
  color:#fff;
  
}

.services-section .services-list .service-block:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #f16930;
    border-radius: 10px;
    z-index: -1;
    border-radius: 10px;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: center center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.services-section .services-list .service-block:hover:before{
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: center center;
}

.services-section .services-list .service-block:after{
  background-image:url(../image/shape-dots.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height:100%;
    width: 100%;
    opacity: 0;
    transition: all 500ms ease;
    background-repeat: no-repeat;
    background-position: right 5% top 15px;
}

.services-section .services-list .service-block:hover:after{
  opacity:0.45;
  transition: all 500ms ease;
}


.services-section .services-list .service-block .service-hover-bg {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  will-change: transform;
}
.services-section .services-list .service-block:hover .service-hover-bg {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-delay: 0.08s;
  -o-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.services-section .services-list .service-block:hover * {
  /*color: #fff !important;*/
  transition: 0.9s;
}
.services-section .services-list .service-block .srvc-icon {
  margin-bottom: 30px;
  color: #000;
  width: 70px;
  height: 70px;
}

.services-section .services-list .service-block .srvc-icon svg{
  width:100%;
  height: 100%;
  color:#000;
  fill:#000;
}
.services-section .services-list .service-block:hover .srvc-icon svg{color:#fff;  fill:#fff;}
.services-section .services-list .service-block .srvc-icon img {
  transition: 0.5s;
}
.services-section .services-list .service-block h4 {
  color: #000;
  text-decoration: none;
}
.services-section .services-list .service-block .srvc-icon .white {
  display: none;
}
.services-section .services-list .service-block .learn-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background: #000;
  display: flex;
  align-items: center;
  display: none;
}
.services-section .services-list .service-block .learn-more i {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transform: rotate(45deg);
  display: block;
  margin: 0 auto;
}



/**/
.team-section {
  background-color: #ffffff;
  background-image:url(../image/team-sec-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.team-section .section-head h6 {
  text-transform: uppercase;
  color: #f16930;
  font-size: 21px;
}
.team-section .section-head h2 {
  font-size: 42px;
  font-weight: 500;
  
}
.team-list-section .team-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.team-list-section .team-list .short-bio-details{text-align:center;}
.team-list-section .team-list .short-bio-details h4 {
  margin-bottom: 5px;
 
}
.team-list-section .team-list .short-bio-details h4 a{
  text-decoration: inherit;
  color:#000;
}
.team-list-section .team-list .short-bio-details p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}
.team-list-section .team-list .view-more {
  background-color: #000;
  border-radius: 0px;
  border: none;
  font-size: 12px;
}
.team-list-section .team-list .view-more:hover {
  background-color: #f1682f;
}
.team-list-section .team-list .view-more:active,
.team-list-section .team-list .view-more:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.custom-modal .modal-header-title .modal-title {
  font-size: 32px;
  margin-bottom: 0px;
}
.custom-modal .modal-header-title h5 {
  margin-bottom: 0px;
}

/*Client logo*/
.client-logo-wrap {padding: 60px 0px; background: #010E37;}
.client-logo-wrap h2{font-size: 42px; margin-bottom: 50px; color:#fff;}
.logo-slider .swiper-wrapper {transition-timing-function: linear !important;}
.logo-slider .swiper-wrapper .swiper-slide {text-align: center !important; width: 220px !important;}
.logo-slider .swiper-wrapper .swiper-slide img {width: 100%; border-radius: 8px;}

/* .testimonial .swiper-wrapper {transition-timing-function: linear !important;} */
.testimonial h2{font-size:36px; margin-bottom:15px; color:#fff;}
.testimonial p{color:#fff; font-style:italic;}
.testimonial .swiper-wrapper .swiper-slide {text-align: center !important;}
.testimonial .swiper-wrapper .swiper-slide img {width: 100%; border-radius: 8px;}

/*GHallery Section On home Page*/
.gallery-carousel{position: relative;}
.gallery-carousel .swiper-wrapper {transition-timing-function: linear !important;}
.gallery-section .swiper-wrapper .swiper-slide{width:600px!important; height:400px;}
.gallery-section .swiper-wrapper .swiper-slide img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100%;}
.gallery-section-wrap {
    position: absolute;
    left: 0px;
    top: 50%;
    background: #fff;
    padding: 45px;
    z-index: 1;
    transform: translate(0px, -50%);
}


/*Our Team Page*/
.team-member-box{margin-bottom: 30px; position:relative; overflow: hidden;}

.team-member-box img{border-radius: 12px;   transition: filter 0.3s ease;}
.team-member-box img:hover{filter: grayscale(100%); }
.team-member-box .team-membe-dtl{margin-top:15px;}
.team-member-box .team-membe-dtl h4{margin-bottom:5px;}

/*Inner Banner*/
.inner-banner-section {
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 200px;
  background-size: cover;
  position: relative;
  background-image: url(../image/inner-bg-img.jpg);
}
.inner-banner-section:before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.page-title-wraper {
  position: relative;
  z-index: 1;
}

.page-title-wraper .breadcrumb {
  margin-bottom: 0.3rem;
}

.page-title-wraper h1.page-title {
  font-size: 38px;
  font-weight: 500;
}
.page-title-wraper .breadcrumb li a {
  color: #51bac6;
  text-decoration: none;
}
.page-title-wraper .breadcrumb li {
  color: #fff;
}

/*Banner On inner page*/
.who-we-are-bg {
  background-image: url(../image/banners/who-we-are-bg.jpg);
}

/**/

.get_in_tocuh-wrap {
  padding: 0px 0px 0x;
  display: none;
}
.get_in_tocuh-sec h3,
.get_in_tocuh-sec p {
  color: #000;
}
.get_in_tocuh-sec {
  padding: 0px;
}

.get_in_tocuh-sec img.newsletter-img{border-radius:0px 0px 100px 0px;}



.newsletter {
  padding:25px;
  background: #f6f6f6;
  /*background: linear-gradient(86deg,rgba(241, 105, 48, 1) 0%, rgba(241, 105, 48, 1) 50%, rgba(0, 0, 0, 1) 83%, rgba(0, 0, 0, 1) 100%);*/
  margin: 60px 0px;
  border-radius:10px;
  border: #e3e2e2 solid 1px;
}
.newsletter-section h3{ color: #000; margin: 0px;}
.newsletter-section p {
  color:#727272;
  margin: 0px;
}

.f-subs-form input {
  background-color: #fff;
  padding: 15px;
  height: 50px;
  border: none;
  min-width: 320px;
}
.f-subs-form .submit {
  width: 136px;
  height: 50px;
  border: none;
  background-color: #f16930;
  color: #fff;
  text-transform: uppercase;
}

/*Contact us page*/
.contatc-form {
  background: #ebebeb;
  padding: 30px;
}

.contact-section .block .address-block {
  border-bottom: #d5d5d5 solid 1px;
  padding: 30px 10px;
}
.contact-section .block .address-block .icon i {
  font-size: 32px;
}
.contact-section .block .address-block.last {
  border-bottom: none;
}
.contact-form-section {
  background-color: #262626;
  background-image: url(../image/contact-form-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.google-map {
  border-top: #d5d5d5 solid 5px;
}
.google-map iframe {
  display: block;
}
.contact-section .support-block span {
  text-transform: uppercase;
  display: block;
}
.contact-section .support-block a {
  text-decoration: none;
}
.contact-section .support-block li {
  border-bottom: #d5d5d5 solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contact-section .support-block li:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.support-box {
  border-radius: 5px;
  border: #d5d5d5 solid 1px;
  border-bottom: #51bac4 solid 3px;
  overflow: hidden;
}
.support-box h3 {
  background: #51bac4;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 15px;
}

/*FORM INPUT STYLE*/
.custom-form input.form-control.main {
  height: 50px;
}
.custom-form input.form-control:focus,
.custom-form .form-control:focus {
  box-shadow: none;
}
.contact-box {
  padding: 0px;
  margin: 20px 0;
  list-style: none;
}
.contact-box li {
  margin: 0px 0px 25px 0px;
  padding: 20px;
  width: 48%;
  border: #ebebeb solid 1px;
}
.contact-box .team-details {
  margin: 0px 0px 25px 0px;
  padding: 20px;
  border: #ebebeb solid 1px;
}
.contact-box li:first-child {
  margin-right: 0px;
}
.contact-box li .contact-links {
  padding: 0px;
  margin: 0px;
}
.contact-box li .contact-links a {
  display: block;
  text-decoration: none;
  color: #777;
  font-size: 15px;
}
.contact-box .team-details .contact-links a {
  display: block;
  text-decoration: none;
  color: #777;
  font-size: 15px;
}
.contact-box .team-details .contact-links h4 {
  color: #f16930;
}
.contact-box .team-details .contact-links h6 {
  font-weight: 400;
}


.contact-box li .contact-links a:hover {
  color: #f1682f;
}

/*Inner Page Components*/
ul.trusted-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*ul.trusted-feature li{font-size: 18px; background: rgb(241,105,48);
  background: linear-gradient(90deg, rgba(241,105,48,1) 0%, rgba(130,175,68,1) 100%); width:33%; ;}*/

ul.trusted-feature li {
  background: linear-gradient(90deg, rgb(33 33 33) 0%, rgb(83 81 81) 100%);
  width: 33%;
}
ul.trusted-feature li i {
  font-size: 20px;
}

/*custom-accordion*/
.custom-accordion .accordion-item {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  margin-bottom: 10px;
  border-radius: 5px;
  border: none;
}
.custom-accordion .accordion-header {
  border-radius: 5px;
}
.custom-accordion .accordion-header .accordion-button {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  font-weight: 700;
}
.custom-accordion .accordion-header .accordion-button i {
  font-size: 30px;
  margin-right: 10px;
  color: #f1682f;
}

.custom-accordion .accordion-header .accordion-button span.icon {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.custom-accordion .accordion-header .accordion-button span.icon img {
  width: 100%;
}
.custom-accordion .accordion-header .accordion-button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.custom-accordion .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.custom-accordion .accordion-body a {
  color: #000;
  text-decoration: none;
}

ul.arrwow-list li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 40px;
  background-image: url(../image/list-arrow.png);
  background-repeat: no-repeat;
  background-position: top 7px left;
}

/*Management Team*/
.management-section .team-sm {
  position: relative;
}
.management-section .team-sm .image {
  margin-bottom: 15px;
}
.management-section .team-sm .desc cite {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}
.management-section .team-sm .desc h3 {
  font-size: 24px;
}

/**/
.document .document-nav {
  position: sticky;
  top: 100px;
  display: flex;
  justify-content: center;
}
.document ul {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  border-left: #f1682f solid 5px;
}
.document ul li {
  list-style: none;
  width: 100%;
}
.document ul li a {
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  display: block;
  background: black;
  border-top: grey solid 1px;
}
.document ul li a:hover {
  background-color: #f1682f;
  color: #fff;
}

/* .document .block {padding:20px 25px;} */
.document .block .document-item {
  padding-bottom: 40px;
}
.document .block .document-item .title {
  margin-bottom: 20px;
  border-radius: 5px;
}
.document .block .document-item .title h3 {
  color: #000;
  padding: 0px;
  margin: 0px;
  font-size: 24px;
}
.document .block .document-item h3.card-title {
  font-size: 20px;
}

.document .block .document-item .card-content h3 {
  margin: 0px;
}
.document .block .document-item .card-shortcuts a {
  background: #f1682f;
  padding: 5px 10px;
  color: #fff;
  font-weight: bolder;
  margin: 0px 3px;
}

/* Shore more styles */
.showmore_content {
  position: relative;
  overflow: hidden;
}
.showmore_trigger {
  width: 100%;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}
.showmore_trigger span {
  display: inlin-block;
  border-radius: 3px;
  background-color: black;
  color: #fff;
  padding: 7px 14px;
  font-size: 12px;
  text-transform: uppercase;
}

.document .block .date {
  background: #efefef;
  padding: 5px;
  font-size: 12px;
  border-radius: 3px 0px 0px;
  float: right;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: #e3e3e3 solid 1px;
}

/*Sub Services box on Services Page*/
.sub-services-box .card-body {
  background-color: #f0f0f0;
}
.sub-services-box a {
  text-decoration: none;
  color: #000;
  border: #e0e0e0 solid 3px;
  display: block;
  padding: 20px;
}
.sub-services-box a h4 {
  color: #000;
  position: relative;
}
.sub-services-box a h4:after {
  position: absolute;
  content: "";
}

/**/
.grid-section ul.features {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
  border: 1px solid #e1d6d6;
  color: #777;
  font-size: 14px;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  box-shadow: 0 2px 2px -1px rgb(0 0 0 / 30%);
}
.grid-section ul.features:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.grid-section ul.features:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 10px;
  right: 4px;
  width: 80%;
  top: 80%;
  box-shadow: 0 12px 5px rgb(0 0 0 / 30%);
  transform: rotate(3deg);
}
.grid-section ul.features li {
  padding: 13px;
  margin: 0px;
  border-top: 1px solid #e1d6d6;
  background-color: #fff;
}
.grid-section ul.features li:first-child {
  padding: 30px 15px;
  border-top: none;
  font-size: 36px;
  background-color: #73b343;
  color: #fff;
}
.grid-section ul.features li:first-child span {
  color: #fff;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
}
.features-box {
  position: relative;
}
.features-box a:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 10px;
  right: 4px;
  width: 80%;
  top: 80%;
  box-shadow: 0 12px 5px rgb(0 0 0 / 30%);
  transform: rotate(3deg);
}
.features-box .color-1 {
  background-color: #56bdce;
}
.features-box .color-2 {
  background-color: #f1682f;
}
.features-box .color-3 {
  background-color: #000;
}
.features-box a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
}
.features-box a span {
  display: block;
  font-size: 14px;
  width: 100%;
}

/*Modal(PopUp) Style*/
.custom-modal .modal-content {
  border: 10px solid #ddd;
  box-shadow: 0 12px 5px rgb(0 0 0 / 30%);
}
.custom-modal .modal-header .btn-close {
  background-color: #f1682f;
  border-radius: 30px;
  opacity: 1;
  background-image: url(../image/close.png);
  background-repeat: no-repeat;
}
.custom-modal .modal-header .btn-close:focus {
  box-shadow: none;
}

/*Footer*/
#footer {
 position: relative;
}

.footer-section {
  /* background-image: url(../image/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: #000;*/
  padding: 50px 0px 15px;
  background-color:#070111;
  border-top: #f16930 solid 5px;
}
.ft-sec-1 {
  padding-right: 60px;
}
.ft-sec-1 .white-logo {
  margin-bottom: 15px;
}

.ft-sec-1 .white-logo img {
  height: 85px;
  width:auto;
}
.ft-sec-1 p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}
.ft-list-col {
  padding-top: 15px;
  text-align: center;
}
.ft-list-col h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.ft-list-col ul.quickMenu{
  display: flex;
  align-items: center;
  gap:15px;
}
.ft-list-col ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ft-list-col ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #fff;
}
.ft-list-col ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}
.ft-list-col ul li a:hover {
  color: #f1682f;
}
/* .ft-list-col {
  padding-top: 15px;
} */
.ft-list-col a.pho {
  color: #fff;
  font-size: 16px;
  display: block;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  margin-bottom: 8px;
}

.ft-list-col a.pho:hover {
  color: #f1682f;
}

.ft-contact ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.ft-contact ul li {
  margin-bottom: 10px;
}
.ft-contact ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.ft-contact ul li a:hover {
  color: #f1682f;
}
.copyright {
  color: #fff;
  font-size: 14px;
}

/*parallax-background*/
.parallax-background {
  background-position: 50% 0;
  background-repeat: no-repeat;

  background-size: cover;
  -webkit-background-size: cover;

  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/*New Style For FAQ Page*/
.faq-section .tabs-nav {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: block;
  list-style: none;
  margin: 0 auto -35px;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.faq-section .tabs-nav li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  font-size: 0px;
}
.faq-section .tabs-nav li a {
  color: #6a6a6a;
  font-size: 22px;
  font-weight: 500;
  padding: 0px;
}
.faq-section .tabs-nav li a span:hover,
.faq-section .tabs-nav li a.active span {
  background: #f1682f;
  color: #fff;
}
.faq-section .tabs-nav li a span {
  border-radius: 35px;
  display: block;
  padding: 10px 25px;
  line-height: 1;
}
.faq-section .tab-content .tab-pane {
  border: none;
}
.faq-section .accordion-item h2.accordion-header {
  line-height: inherit;
}
.faq-section .accordion-item h2.accordion-header .accordion-button {
  font-weight: bold;
}
.faq-section
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  background-color: #f1682f;
  color: #fff;
}
.faq-section .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

/*management*/
.profile-tab-section .tab-content {
  /*padding-right: 90px;*/
}
.custom-tabs li.nav-item {
  background: none;
}
.custom-tabs li.nav-item button {
  border: none;

  /* WebKit */
  -webkit-appearance: none;

  /* Mozilla */
  -moz-appearance: none;

  /* Opera */
  -o-appearance: none;

  /* Internet Explorer */
  -ms-appearance: none;

  /* CSS3 */
  appearance: none;
  background: none;
  color: #000;
  padding: 0px;
  margin-right: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.custom-tabs li.nav-item button.active {
  color: #f1682f;
  border-bottom: #f1682f solid 1px;
  font-weight: bold;
}

.tab-content #about p {
  text-align: justify;
  margin-bottom: 20px;
}
.fw-normal{
  padding-bottom: 10px;
}
.profile-box {
  position: relative;

}

.profile-img {
  position: relative;
  max-width: 410px;
  max-height: 410px;
  margin: 0 auto;
  border: #f1682f solid 1px;
  content: "";
  z-index: -1;
}

.profile-img img {
 
  top: 20px;
  left: -10px;
  position: relative;
}

.profile-contact {
  position: relative;
  left: -60px;
  bottom: 60px;
  padding: 20px 25px;
  max-width: 280px;
  -webkit-border-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #fff;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.09);
  display: none;
}
.profile-contact ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.profile-contact li {
  font-size: 24px;
  margin-bottom: 8px;
}

.profile-contact li a {
  text-decoration: none;
  color: #f1682f;
}

.v-card {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 1.3;
  display: none;
}
.v-card a {
  background-color: #f16930;
  padding: 10px 15px;
  color: #fff;
  text-decoration: navajowhite;
  border-radius: 15px;
  font-size: 18px;
  max-width: 185px;
}

.v-card svg {
  fill: #fff;
  margin-right: 10px;
}

.association {
  background-color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 25px;
  max-width: 175px;
  height: 175px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

/*.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #f16930;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  mix-blend-mode: difference;
  transition: all 0.2s ease-out !important;
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
  mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
    opacity: 0.25;
  }
}

.cb-cursor.-visible:before {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  transition: all 0.2s ease-out !important;
}
.cb-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  transition: all 0.2s ease-out !important;
}
.cb-cursor.-pointer:before {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.8;
  background-color: #80808052 !important;
  transition: all 0.2s ease-out !important;
}

.cb-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
  -moz-transform: scale(1.32);
  -ms-transform: scale(1.32);
  -o-transform: scale(1.32);
  transform: scale(1.32);
}
.cb-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}*/

@media (min-width: 769px) {
  .fixed-head {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    top: -40px;
    transform: translateY(40px);
    position: fixed;
    z-index: 99999 !important;
    width: 100%;
    background-color: #fff;
    padding: 5px !important;
  }
}

@media (min-width: 768px) {
  .faq-section .card > .collapse {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .faq-section .tab-pane {
    border: 1px solid #00a4ec;
    display: block !important;
    margin: 5px 0 0;
    padding: 0;
    opacity: 1;
  }

  .faq-section .tab-content .card-header {
    background: #f1682f;
    color: #fff;
  }
  .faq-section .tab-content .card-header a {
    display: block;
  }
  .faq-section .tab-content .card-header a:hover,
  .faq-section .tab-content .card-header a:focus,
  .faq-section .tab-content .card-header a:active {
    color: #fff;
  }
  .faq-section
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
  }
  .faq-section .accordion-item h2.accordion-header .accordion-button {
    font-size: 14px;
  }
  .ft-sec-1 {
    padding-right: 0px;
  }
}

.sitemap a {
  text-decoration: none;
  color: #f16930;
}
.sitemap a:hover {
  color: #000;
}

.modal-backdrop.show {
  opacity: 0.5 !important;
}

.v-counter span {
  background-color: #f16930;
  color: #fff;
  padding: 2px 5px;
  margin-right: 1px;
  border-radius: 2px;
}

/* Shroud */

#shroud {
  z-index: 999999;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(225, 225, 225, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

#shroud.active {
  z-index: 999999;
  visibility: visible;
  opacity: 1;
}

/* Rectangle */

#typeRectangle {
  z-index: 9999999;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgb(254, 254, 254);
  width: 150px;
  height: 10px;
  border: 10px solid rgb(254, 254, 254);
  border-radius: 3px;
  margin-left: -80px;
  margin-top: -15px;
  overflow: hidden;
  box-shadow: 0px 0px 4px #aaa;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#typeRectangle > div.bar {
  z-index: 99999999;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgb(204, 102, 51);
  width: 120px;
  height: 4px;
  margin-left: -70px;
  margin-top: -2px;
  border-radius: 20px;
  -webkit-animation: bar 1s ease-in-out infinite;
  animation: bar 1s ease-in-out infinite;
}

@-webkit-keyframes bar {
  from {
    -webkit-transform: translate3d(-150px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(150px, 0, 0);
  }
}

@keyframes bar {
  from {
    transform: translate3d(-150px, 0, 0);
  }
  to {
    transform: translate3d(150px, 0, 0);
  }
}

/* Square */

#typeSquare {
  z-index: 9999999;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgb(254, 254, 254);
  width: 36px;
  height: 36px;
  margin-left: -20px;
  margin-top: -20px;
  box-shadow: 0px 0px 4px #aaa;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#typeSquare > div.square_1,
#typeSquare > div.square_2,
#typeSquare > div.square_3,
#typeSquare > div.square_4 {
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-animation: 0.8s ease-in-out infinite;
  animation: 0.8s ease-in-out infinite;
}

#typeSquare > div.square_1 {
  top: 2px;
  left: 2px;
  background: rgb(40, 55, 64);
  -webkit-animation-name: sq_1;
  animation-name: sq_1;
}

@-webkit-keyframes sq_1 {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0.2;
  }
  to {
    opacity: 0.2;
  }
}

@keyframes sq_1 {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0.2;
  }
  to {
    opacity: 0.2;
  }
}

#typeSquare > div.square_2 {
  top: 2px;
  left: 18px;
  background: rgb(138, 178, 159);
  -webkit-animation-name: sq_2;
  animation-name: sq_2;
}

@-webkit-keyframes sq_2 {
  from {
    opacity: 0.2;
  }
  25% {
    opacity: 0.2;
  }
  26% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0.2;
  }
  to {
    opacity: 0.2;
  }
}

@keyframes sq_2 {
  from {
    opacity: 0.2;
  }
  25% {
    opacity: 0.2;
  }
  26% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0.2;
  }
  to {
    opacity: 0.2;
  }
}

#typeSquare > div.square_3 {
  top: 18px;
  left: 2px;
  background: rgb(191, 168, 118);
  -webkit-animation-name: sq_3;
  animation-name: sq_3;
}

@-webkit-keyframes sq_3 {
  from {
    opacity: 0.2;
  }
  25% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.2;
  }
  76% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes sq_3 {
  from {
    opacity: 0.2;
  }
  25% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.2;
  }
  76% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

#typeSquare > div.square_4 {
  top: 18px;
  left: 18px;
  background: rgb(89, 51, 37);
  -webkit-animation-name: sq_4;
  animation-name: sq_4;
}

@-webkit-keyframes sq_4 {
  from {
    opacity: 0.2;
  }
  50% {
    opacity: 0.2;
  }
  51% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0.2;
  }
  to {
    opacity: 0.2;
  }
}

@keyframes sq_4 {
  from {
    opacity: 0.2;
  }
  50% {
    opacity: 0.2;
  }
  51% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0.2;
  }
  to {
    opacity: 0.2;
  }
}

/* Wrapper */

#wrapper {
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* Visibility */

.show {
  opacity: 1 !important;
}

.invisible {
  visibility: hidden;
}

.topinvisible {
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
}
button.sub-menu-toggle {
    display: none;
}

#myCarousel button{
  background: none;
}
.f-subs-form button.submit.mx-0.mt-2.mt-sm-0.ms-lg-2 {
    background: #f16930;
    padding: 0px;
}

.newsletter-col .wpforms-container.inline-fields {
  overflow: hidden;
    text-align: center;
    max-width: 534px;
    margin: 10px auto;
}
.newsletter-col .wpforms-container.inline-fields .wpforms-field-container .wpforms-field:last-of-type {
    width: 100%;
    background: rgba(153, 153, 153, 0.25);
    padding: 4px;
    border-radius: 8px;
}

.newsletter-col .wpforms-container.inline-fields .wpforms-field-container .wpforms-field input{border:none;}
.newsletter-col .wpforms-container.inline-fields .wpforms-field-container .wpforms-field input:focus{border:none; outline:none; box-shadow:none;}
.newsletter-col .wpforms-container.inline-fields .wpforms-submit-container {
    width: 160px;
    padding:0px;
    margin: 0px;
    align-self: inherit;
}

.newsletter-col .wpforms-container.inline-fields .wpforms-form {
align-items: center!important;
}


.newsletter-col button#wpforms-submit-155 {
    background: #f16930;
}
.newsletter-col button#wpforms-submit-155:hover {
  background: #000!important;
}
.newsletter-col div.wpforms-container-full .wpforms-confirmation-container-ful{
  background:none;
}

div#wpsvctable {
    display: none;
}
div#wpsvcattribution {
    display: none;
}
#mvcwid {
    background-color: transparent;
    width: 100px!important;
    padding: 2px!important;
}
.v-counter.text-center {
    display: inline-flex;
    /* vertical-align: middle; */
    /* text-align: center; */
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

.page-template-leadership .col-sm-12.col-md-5.col-lg-5.teamBox.shadow-sm.p-3.m-2.wow.fadeInLeft{
  display: none;
}
.stellarnav.desktop > ul > li.mega > ul > li > a:hover::before{
  
  content: "\f061";
    font-family: 'Font Awesome 6 Free';
  height: 100%; 
/*  right: 50px; */
  /*top: 0; 
  width: 0px; */ 
/*  position: absolute;*/
 display: inline-block;
  transition: all 0.3s ease 0s; 
  -webkit-transition: all 0.3s ease 0s; 
  transform: rotate(45deg);
    margin-right: 5px;
    opacity: 1;
}
.stellarnav.desktop > ul > li.mega > ul > li.active > a::before{
  
  content: "\f061";
    font-family: 'Font Awesome 6 Free';
  height: 100%; 
/*  right: 50px; */
  /*top: 0; 
  width: 0px; */ 
/*  position: absolute;*/
 display: inline-block;
  transition: all 0.3s ease 0s; 
  -webkit-transition: all 0.3s ease 0s; 
  transform: rotate(45deg);
    margin-right: 5px;
    opacity: 1;
}


.stellarnav.desktop ul li.current-menu-item a{
  color: #f16930;
}
.stellarnav.desktop > ul > li.mega > ul > li.current-menu-item > a{
 color: #f16930;  
}

button#wpforms-submit-357 {
    background: #f16930;
}

div#wpforms-confirmation-155 p {
    /* background: none; */
    color: #000;
}
.teamBox .team-image {max-width:240px; margin: 0 auto 15px;}
.teamBox .team-image img {
  border-radius:100%;
  display: block;
  margin: 0 auto;

}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wave {
  width: 5px;
  height: 100px;
  background: linear-gradient(45deg, #f16930, #fff);
  margin: 10px;
  border-radius: 20px;
  animation: wave 1s linear infinite;
}

@keyframes wave {
  0%, 100% {
    transform: scaleY(0.2);
  }
  50% {
    transform: scaleY(1);
  } 
}

.view-more {
  background-color: #000;
  border-radius: 0px;
  border: none;
  font-size: 12px;
  /* margin: 0 auto; */
}
.view-more:hover {
  background-color: #f1682f;
}


.wp-chatbot-header, .wp-chatbot-paragraph {
  background: linear-gradient(135deg, rgb(241, 104, 47) 0%, rgb(247, 150, 108) 100%) !important;
}

.wp-chatbot-textanimation span{
  color: #f1682f !important;
  border: 1px solid #f1682f !important;
}

.wp-chatbot-textanimation span:hover{
  color: #fff !important;
  background: linear-gradient(135deg, rgb(241, 104, 47) 0%, rgb(247, 150, 108) 100%) !important;
}

/*New Dahboard Design*/
body.page-template-spasht .member-login,
body.page-template-spasht .get_in_tocuh-wrap,
body.page-template-spasht .newsletter{display: none;}
#welcome-tab{
  position: relative;
  }
#welcome-tab .welcome-title{
  position: relative;
   padding: 15px 0px 35px;
  text-align: center;
  color: #fe5419;
  font-size: 2rem;


  & span{
   display: block;
   font-size: 21px;
   font-weight: normal;
   color:#ffffff;
  }

  & strong{
    color: #fe5419;
  }

}

#sidebarnav{padding: 0px; margin: 0; list-style: none;}
.page-wrapper > .container-fluid{width: 100%; max-width: 100%!important;}

/*Header NAV*/
.topbar .top-navbar .user-top-nav{
  width: 40px; 
  height:40px!important; 
  background-color:rgba(255,255,255);
  border-radius: 50%;
  line-height: inherit!important;
  padding: 5px;
  box-shadow:0px 2px 5px 0px rgba(134,186,254,0.45);
}

.topbar .top-navbar .user-top-nav > a{
  height: auto!important;
  padding: 3px!important;
}

 #bg-video {
  position: fixed;
  top:50%;
  left: 50%;
  min-width: 100%;
  min-height:100vh;
  height:100%;
  width: auto;
  /*height: auto;*/
  transform: translate(-50%, -50%);
  object-fit: cover;

} 

#market-stats{position: relative;}
#market-stats .card{margin-bottom: 20px;}
#market-stats .card-bg-image{
  background-image: linear-gradient(180deg, #D2D2D2 0%, #D0D0D0 100%);
  position: relative;
  z-index: 1;
  padding: 0px;
  border-radius: 15px;

  &:before {
    content: '';
    display: block;
    background:linear-gradient(180deg, #FFFFFF 0%, #FFF 100%);
    position: absolute;
    border-radius: 15px;
    height: 99.2%;
    width: 99.5%;
    z-index: -1;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  

& .card-header{
  background: transparent!important;
}

  & .card-content{
    position: relative; z-index: 1;
  
    & ul{
      margin: 0px; 
      padding:0px;
      height:300px;

      & li{
        
        & .exchange-trend{
          background-color: #ffffff;
          border-radius: 10px;
          padding: 8px 7px;
          height: 100%;
          margin-bottom: 10px;
          box-shadow: 0px 0px 10px 0px rgba(140, 0, 255 ,0.2);



          & .column{
            border-bottom: solid 1px rgba(0, 138, 241, 10.5); 
            padding-bottom: 5px;
            margin-bottom: 5px;

            & h3{margin-bottom: 0px;
              font-size:1.313rem;
              span{
                font-weight: 300;
                font-size: 0.875rem;
                display: block;
                color: #666;
                &.price-value{
                  font-size:1.5rem;
                  font-weight: 700;
                }
                
                
              }
            }
            & p{margin-bottom:0px; font-weight:700;font-size:0.7rem;}
            & .unit{font-size: 0.875rem; color: #666;}
            &:last-child{
              border: none;
              padding-bottom: 0px;
              p{margin-bottom: 0px;}
            }

            & .time{font-size: 0.6rem; line-height: 1.1; display: inline-block;}
          }
          
          & .exchange-trend-data{
            & h5{margin-bottom: 0px;}
            & .dlv-date{
              font-size: 0.625rem;
              line-height: 1.5;
              & .fw-600{
                font-weight: bold;
              }
            } 
            & .exchange-name{
              background-color: #def1ff;
              margin-top: 5px;
              border-radius: 5px;
              padding: 5px;
              line-height: 1;
              font-weight: 600;
              font-size:0.7rem;
              text-transform: uppercase;
            }
          }      
         }
      }
    
    }
  }
}
.radius-15{border-radius: 15px!important;}

.widget-heading{
  background: linear-gradient(180deg, #fff 51.11%, #b1d0fa);
  padding:7px;
  border-radius: 15px;
  margin-bottom: 16px;
  font-weight: 600;
}



.card-transparent{
  background:inherit!important;
  border: #CE9FFF solid 2px!important;
  backdrop-filter: blur(11.6px);
  -webkit-backdrop-filter: blur(11.6px); 
  margin-bottom: 20px;
}

.card-transparent .card-title h4{color:#fff!important;}
.guage-update{text-align: center; position: absolute; left: 0px; right: 0px; bottom:5px; color: #fff;}
.graph-title{position: absolute!important; right: 0px; left: 0px; bottom: 5px; width: 100%;}


.carousel.graph-carousel .carousel-inner .carousel-item:before{display: none;}

.graph-carousel .carousel-indicators{margin-bottom:10px!important; justify-content: center; background-image: inherit;}

.graph-carousel .carousel-indicators button {
    background-color: #b6b6b6 !important;
    border-radius: 50%;
    width: 12px!important;
    height: 12px!important;
    opacity: 1; /* Ensure visibility */
    border: 0px;
}

.graph-carousel .carousel-item{
  height: auto;
  min-height: auto;
}

.graph-carousel .carousel-indicators .active {
    background-color: #ffffff !important; /* Custom active dot color */
}

.total-number{
  border-radius: 25px;
  background-color: #B1D0FA;
  border: #73A9F2 solid 1px;
  padding:0px 15px;
  color: #000!important;
}

.form-check input[type=radio] {
  display: none
}

.form-check input[type=radio]+label {
  position: relative;
  display: inline-block;
  padding: 0px 3px 3px 25px;
  cursor: pointer;
  font-size: .875rem
}

.form-check input[type=radio]+label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  background: #fff;
  border: 2px solid #9fa3a9;
  border-radius: 100%
}

.form-check input[type=radio]:checked+label:before {
  border: 2px solid #1572ed;
}

.form-check input[type=radio]:checked+label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 4px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  background: #1572ed;
  border-radius: 100%
}
.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 4px;
  justify-content: center;
  font-size:0.8rem;
}

.price-value {
  font-size: 0.8rem;
  font-weight: bold;
}

.price-change {
  font-size: 1em;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.arrow-up::before {
  content: '▲';
  margin-right: 4px;
}

.arrow-down::before {
  content: '▼';
  margin-right: 4px;
}

.text-green {
  color: green;
}

.text-red {
  color: red;
}

.total-entitiess{
  border-radius: 25px;
  background-color: #b1d0fa;
  border: #73A9F2 solid 1px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  color: #000 !important;
  font-weight: 700;
  font-size: 0.85rem;
}

/*Sidebar Menu*/
.custom-sidebar-menu{
  background-color: #0D51F5;
  position: fixed;
  height:calc(100% - 64px);
  width: 280px;
  top: 64px;
  right: 0;
  z-index: 100;
  box-shadow:1px 10px 10px rgb(13, 81, 245);
  transition: .3s ease-in;
  border-radius: 24px 0px 0px 24px;
  & .scrollBar{
    height: calc(100vh - 165px);
    position: relative;
    overflow: auto;
  }

  & .menu-header{
    padding: 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }

  & .menu-scroll{
    list-style: none;
    padding:20px;
    padding-top: 0px;
    margin: 0px;
    

    .menu-heading{
      font-size: 14px;
      color: #AFC6C4;
      margin-bottom: 15px;
      text-transform: uppercase;
    }
  }

  .menu-list{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: #578787 solid 1px;
    & .sub-menu-list{
      padding: 0px;
      margin: 0px;
      list-style: none;
      li{
        margin-bottom:7px;
        & a{
          color: #fff;
          font-size: 18px;
          padding-left: 30px;
          position: relative;
          display: block;
          &:hover{
            color:#bdcffb;
          }
          &:before{
            background-image: url(/assets/images/dashboard/menu-attach-icon.png);
            background-repeat: no-repeat;
            background-size: auto 100%;
            position: absolute;
            left: 0px;
            top: 4px;
            width: 19px;
            height: 19px;
            content: "";
          }
        }
      }
    }
    &:last-child{
      padding-bottom:0px;
      margin-bottom:0px;
      border: none;
    }
  }

  &.close{
    right: -280px!important;
  }
}

  #graphGraph,
  #columnGraph,
  #barGraph,
  #barGraph2,
  #barGraph3,
  #daminiGraph{height:230px!important;}



  .data-section:hover {
    cursor: pointer;
  }

  .exchange-trend-data h4{
    font-size: 12px;
  }

#intro_career{
  background: linear-gradient(top, #F6F6F6 70%, white 30%);
  background: linear-gradient(to bottom, #F6F6F6 70%,white 30%);
}

#intro_career .container .text-center{
  width: 60%;
  margin: 0 auto;
}

#intro_career .container .img-hover-zoom--brightness{
  overflow: hidden;
  width: 75%;
  margin: 0 auto;
  border-radius:25px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
  /* Brightness-zoom Container */
#intro_career .container .img-hover-zoom--brightness img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  border-radius: 20px;
  justify-self: center;
  display: flex;
}

/* The Transformation */
#intro_career .container .img-hover-zoom--brightness:hover img {
 transform: scale(1.05);
}





@media screen and (max-width: 1200px) {
  #intro_career .container .img-hover-zoom--brightness{
    width: 85%;
  }
  #intro_career .container .text-center p{
    font-size: 18px !important;
  }
}
@media screen and (max-width: 992px) {
  #intro_career .container .img-hover-zoom--brightness{
    width: 95%;
  }
  #intro_career .container .text-center p{
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  #intro_career .container .img-hover-zoom--brightness{
    width: 100%;
  }
  #intro_career .container .text-center{
    width: 85%;
  }
  #intro_career .container .text-center p{
    font-size: 15px !important;
  }
}
@media screen and (max-width: 576px) {

  #intro_career .container .text-center{
    width:100%;
  }

  #intro_career .container .img-hover-zoom--brightness img {
    filter: brightness(95%);
    border-radius: 20px;
    width: 100% !important;
  }
  #intro_career .container .text-center p {
    font-size: 13px !important;
  }
}
#perks_benifits{
  background-color: #F6F6F6;
  padding: 100px 0px;
}

#perks_benifits .item-box{
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#perks_benifits .item-box p{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
#current-openings{
  padding: 100px 0px;
}
#current-openings h2{
  font-size: 48px;
  font-weight: 500;
}
#current-openings .item-box{
  padding: 30px 20px;
  border-radius: 35px;
  border: 1px solid #e4e3e3;
  display: flex;
  justify-content: space-between;
}
#current-openings .item-box p{
  margin: 0 0 16px;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 600;
}

#current-openings .item-box .apply-btn .btn-outline-primary{
  color: #000000 !important;
  border-color: #000000 !important;
  padding: 10px 20px;
}
#current-openings .item-box .apply-btn .btn-outline-primary:hover {
  color: #fff !important;
  background-color: #F16930 !important;
  border-color: #F16930 !important;
}
#apply_form_sec{
  background-color: #ececec;
  padding: 100px 0px;
}

#apply_form_sec h2{
  font-size: 48px;
  font-weight: 500;
}

#apply_form{
  max-width: 1200px;
  margin: auto;
}

#apply_form input[type="text"], 
#apply_form input[type="email"], 
#apply_form input[type="tel"], 
#apply_form input[type="file"], 
#apply_form select{
  height: 58px;
  padding: 16px 16px 16px 16px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c2c3c5;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}
#apply_form textarea {
  padding: 16px 16px 16px 16px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c2c3c5;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}
#apply_form .wpforms-uploader {
  height: 100px;
  padding: 20px 16px 20px 16px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c2c3c5;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  position: relative;
  align-items: normal !important;
}
#apply_form .dz-message{
  align-items: normal !important;
}
#apply_form .modern-title {
  display: none;
}
#apply_form .dz-message svg {
  display: none;
}
#apply_form .dz-message br {
  display: none;
}

#select_file {
  width: 100%;
  max-width: 135px;
  background-color: transparent;
  border: 1px solid #f16a32;
  color: #000;
  font-size: .875rem;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 25px;
  position: static;
  right: 10px;
  top: 40%;
  transform: 0;
  display: block;
}
#wpforms-submit-608 {
  background: #f16a32;
  border-radius: 20px;
  max-width: 399px;
  margin: 0 auto;
  padding: 10px 20px;
  margin-top: 10px;
}

#about_role{
  padding: 100px 0px;
}
#about_role h2{
  font-size: 48px;
  font-weight: 500;
}
#about_role p,
#about_role li{
  margin: 0 0 16px;
  line-height: 1.6;
  font-size: 16px;
  text-align: justify;
}
#about_role li::marker {
  color: #F16A32;
}
li.members-login{
  display: none !important;
}