/* custom css */

/*--------------------------------------------------------------
# Common css
--------------------------------------------------------------*/
.bg-dark{
  background: #2a1d01;
}
.bg-faint{
  background: #e7decc;
}
a {
    color: #cda45e;
    text-decoration: none;
}
body{
  font-family: 'Quicksand', sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Archivo', sans-serif;
}
/*--------------------------------------------------------------
# Header - navigation
--------------------------------------------------------------*/
#navbar{
    border-top: 2px solid #ccc;
}
.navbar .active{
    border-top: 5px solid #cda45e;
    margin-top: -3px;
}
.navbar a{
    padding: 15px 20px;
    color: #fff;
}
#header.header-scrolled {
    background: rgba(255, 255, 255, 0.89);
    height: 60px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #cda45e;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #cda45e;
}
.back-to-top{
  background: #cda45e;
}
.logo-img{
  display: none;
}
#header.header-scrolled a{
  color: #000;
} /*877964*/
#hero::before{
  background: #232321;
}
#hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  background: linear-gradient(to right, rgba(6, 13, 16, 0.8), rgba(6, 13, 16, 0.6)), url("../img/banner-2.jpg") center top no-repeat;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
}
#header{
  background: #0b0b0a;
}
/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #cda45e;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #cda45e !important;
}

.slider.border:hover {
  background: #cda45e;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #cda45e;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #ffb600;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}
.span-special{
  color: #cda45e;
}
.banner-carousel12::after{
  content: "";
position: absolute;
left: 50%;
top: 0;
width: 130%;
height: 95%;
background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6));
z-index: 0;
border-radius: 0 0 50% 50%;
transform: translateX(-50%) rotate(0deg);
}
/*--------------------------------------------------------------
# Who Are We
--------------------------------------------------------------*/
.sub-title{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaaaaa;
    margin-bottom: 33px;
    letter-spacing: 5px;
    font-family: 'Quicksand', sans-serif;
    }
.title-main{
    font-size: 80px;
    font-weight: bolder;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: -10px;
    line-height: 70px;
    letter-spacing: 0;
    color: #fff;
}
.title-main span{
    color: #cda45e;
}
.title-color-switching1{
    color: transparent;
    animation: title-color-switching 10s linear infinite;
    background: linear-gradient(-45deg,#002365,#be1a86,#ff6d0f,#ff6d0f);
    background-size: 400% 400%;
    position: relative;
}
.we-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: .25px;
    color: #626262;
}
.extra-info{
    color: #7b7777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: .25px;
    text-align: justify;
}
.we-highlights{
    color: #cda45e;
    font-family: metropolis,Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: .4px;
}
/*.btn-get-to-know .btn-side-left{
    transition: all .45s cubic-bezier(.65,0,.076,1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #ff6d0f;
    border-radius: 0;
}
.btn-get-to-know .btn-side-left .icon.arrow{
    transition: all .45s cubic-bezier(.65,0,.076,1);
    left: .625rem;
    width: 1.125rem;
    height: .125rem;
    background: 0 0;
}
.btn-get-to-know .btn-side-left .icon.arrow::before {
    position: absolute;
    content: "";
    top: -.25rem;
    right: .0625rem;
    width: .625rem;
    height: .625rem;
    border-top: .125rem solid #fff;
    border-right: .125rem solid #fff;
    transform: rotate(45deg);
}
.btn-get-to-know .btn-side-left .icon{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn-get-to-know .btn-text{
    transition: all .45s cubic-bezier(.65,0,.076,1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .75rem 0;
    margin: 0 0 0 1.85rem;
    color: #ff6d0f;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: capitalize;
}*/
.btn-get-to-know{
    /*width: 22rem;*/
    background: transparent;
    border: 1px solid #cda45e;
    padding: 10px;
    color: #cda45e;
    font-weight: 600;
}
.btn-get-to-know:hover{
    background: #cda45e;
    color: #fff;
    /*transition: 0.5s;
    -webkit-transition: #fff 1000ms linear;
    -ms-transition: #fff 1000ms linear;
    transition: #fff 1000ms linear;*/
}
/*https://stackoverflow.com/questions/4411306/transition-of-background-color*/
.btn-get-to-know span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-get-to-know span:after {
  content: '\2192';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-get-to-know:hover span {
  padding-right: 25px;
}

.btn-get-to-know:hover span:after {
  opacity: 1;
  right: 0;
}

/*--------------------------------------------------------------
# Industries Specials
--------------------------------------------------------------*/
.industries-specials {
  background: url(../img/industriesbg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.industries-specials::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.38);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-title{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #cda45e;
}
.industries-specials .nav-tabs {
    border: 0;
}
.industries-specials .nav-link {
    border: 0;
    padding: 12px 15px;
    /*transition: 0.3s;*/
    color: #fff;
    border-radius: 0;
    border-right: 2px solid #cda45e;
    font-weight: 600;
    font-size: 15px;
    background: linear-gradient(to right, #c3c2c1 50%, #000 50%);
    /*background: linear-gradient(to right, #cda45e 50%, #212529 50%);*/
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .4s ease-out;
}
.industries-specials .nav-link.active {
    color: #1a1814;
    background: #cda45e;
    border-color: #cda45e;
}
.industries-specials .nav-link:hover {
    color: #cda45e;
}
.industries-specials .nav-link:hover {
    background-position: left bottom;
    color: #000 !important;
}
.industries-specials .nav-tabs .nav-link:hover{
  border-color: #e9ecef #cda45e #cda45e;
}
.industries-specials .nav-link.active {
    color: #1a1814;
    background: #cda45e;
    border-color: #cda45e;
}
/*.tab-pane{
  background: url(../img/industries-bg-img2.png) center center no-repeat;
  background-size: cover;
  height: 500px;
}*/
.industry-excerpt .ind-brief{
  padding: 60px;
  color: #fff;
}
/*--------------------------------------------------------------
# Portfolio - style default
--------------------------------------------------------------*/
.portfolio {
  padding-bottom: 110px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 12px 5px 12px;
  display: inline-block;
  padding: 0 4px 6px 4px;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  color: #242424;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  font-family: "Roboto", sans-serif;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  border-color: #cda45e;
  color: #cda45e;
}
.portfolio .portfolio-item {
  background: #000;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}
.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}
.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.portfolio .portfolio-item .portfolio-info a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info a i:hover {
  color: white;
}
.portfolio .portfolio-item:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #68A4C4;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #68A4C4;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(30, 67, 86, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
/*.events {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.events::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}*/
.events .section-title h2 {
  color: #000;
}
.events .container {
  position: relative;
}
@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}
.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}
.events .event-item {
  color: #000;
}
.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #cda45e;
}
.events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.events .event-item .price span {
  border-bottom: 2px solid #cda45e;
}
.events .event-item ul {
  list-style: none;
  padding: 0;
}
.events .event-item ul li {
  padding-bottom: 10px;
}
.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}
.events .event-item p:last-child {
  margin-bottom: 0;
}
.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  /*background-color: rgba(255, 255, 255, 0.4);*/
  opacity: 1;
}
.events .swiper-pagination .swiper-pagination-bullet-active, .press-reports-carousel .swiper-pagination .swiper-pagination-bullet-active, .our-industries .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
/*.banner-carousel-1::before {
  border-radius: 100%;
  position: absolute;
  background: black;
  right: -200px;
  left: -200px;
  top: -200px;
  content: '';
  bottom: 0;
}*/
.our-services{
  background: #fff;
}
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #cda45e;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}
.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #cda45e;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}
/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.team {
  background: url(../img/events-bg3.jpg) center center no-repeat;
  background-size: cover;
  
}
.team .member .social{
  height: 100%;
}
.block-20{
  width: 20%;
}
.service-image-1{
  display: none;
  
}
#service-1:hover .service-image-1{
  display: block;
  background-image: url(../img/events-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#our-services {
  background: url(../img/service-bg-default.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
#our-services::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#our-services{
  max-height: 500px;
}
#our-services .col{
  /*width: 20%;*/
  padding-left: 0;
  padding-right: 0;
}


.service-wrapper {
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  .service-wrapper {
    text-align: center;
  }
}

.service-wrapper .service-content {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px 50px;
  margin-top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: 350ms;
}

@media (max-width: 1200px) {
  .service-wrapper .service-content {
    top: 72%;
  }
}

@media (max-width: 575px) {
  .service-wrapper .service-content {
    text-align: center;
  }
}

.service-wrapper .service-title {
  font-size: 21px;
  margin-top: 32px;
  margin-bottom: 17px;
  line-height: normal;
  color: #cda45e;
  font-weight: 700;
}
.service-description{
  /*line-height: 27px;*/
  padding-top: 35px;
  margin-bottom: 40px;
  letter-spacing: 0.7px;
  text-align: left;
  font-size: 15px;
}

.service-wrapper:hover .service-content {
  top: 0;
  padding-top: 17px;
  text-align: center;
}

/* mobile view */
#our-services-mob{
  padding-bottom: 15px;
}
.service-content-holder{
  padding: 20px;
  background: beige;
}

/*--------------------------------------------------------------
# Fact About Us
--------------------------------------------------------------*/
.fact-box{
  border: 3px solid #2a1d01;
  padding: 10px 10px 10px 15px;
  color: #1f1d1d;
  min-height: 218px;
}
.fact-box:hover{
  /*background: #5d5d5d;*/
  background: #2a1d01;
  /*border: 1px solid #ccc;*/
  color: #fff;
}
#fact-box-1 h1, #fact-box-2 h1, #fact-box-3 h1, #fact-box-4 h1, #fact-box-5 h1, #fact-box-6 h1{
  margin-bottom: 1.2rem;
  font-size: 4.5rem;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-topbar {
    margin-top: -184px;
    height: auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*border-right: 5px solid #00b6e5;*/
    padding: 20px;
}
#footer .footer-top{
  border-top: 1px solid transparent;
  background: transparent;
}
.footer-topbar h5{
  color: #444;
}
.testimonials {
    padding: 20px 0;
}
.testimonials .testimonial-item {
  text-align: left;
}
.testimonials p{
  background: #cda45e;
  padding: 10px;
  text-align: justify;
}
.testimonials .testimonial-item .testimonial-img {
  width: 80px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto;
  float: left;
}
.testimonials .testimonial-item h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 30px 0 5px 15px;
  color: #111;
  float: left;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: absolute;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  right: 0;
  left: auto;
  width: auto !important;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #cda45e;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #cda45e;
}
/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.our-clients {
  padding: 20px 0;
}
.our-clients .section-header {
  margin-bottom: 40px;
}
.our-clients .clients-carousel {
  overflow: hidden;
}
.our-clients .clients-item {
  text-align: center;
}
.our-clients .clients-item .client-img {
  width: 150px;
  border: 1px solid #fff;
  margin: 0 auto;
}
.our-clients .clients-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.our-clients .clients-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}
.our-clients .clients-item .quote-icon-left, .testimonials .clients-item .quote-icon-right {
  color: #fbfcfd;
  font-size: 26px;
}
.our-clients .clients-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.our-clients .clients-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.our-clients .clients-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.our-clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.our-clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cda45e;
}
.our-clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}
.our-clients .clients-item .client-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.our-clients .clients-item .client-img:hover {
    -webkit-filter: none;
    filter: none;
    transition: 0.3s;
}
/*--------------------------------------------------------------
# Footer main
--------------------------------------------------------------*/
#footer {
    background: #191919;
}
#footer .footer-top .footer-links ul li{
  display: inline-block;
}
#footer .footer-top .footer-links, #footer .social-links, #footer .footer-contact-det{
  text-align: center;
}
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #cda45e;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-contact-1{
  border-right: 1px solid #fff;
}
#footer .footer-top .footer-links ul a:hover {
    color: #cda45e;
}
#footer .footer-top .footer-links ul i {
    color: #cda45e;
    font-size: 12px;
}
/* Services
================================================== */
/* Service box */
.ts-service-box{
    -webkit-box-shadow: 0 0 5px 2px #ccc;
    -moz-box-shadow: 0 0 5px 2px #ccc;
    box-shadow: 0 0 5px 2px #ccc;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 98%;
    margin-left: 5px;
  /*box-shadow: 0 0 22px rgba(19, 19, 19, 0.08);*/
}
.ts-service-box .ts-service-box-info {
  margin-left: 25px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 16px;
  margin: 10px 0;
}

.service-box-title a {
  color: #cda45e;
}

.service-box-title a:hover {
  color: #cda45e;
}

/* Icon squre */
.ts-service-icon.icon-round i {
  font-size: 24px;
  color: #fff;
  background: #ffb600;
  text-align: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  float: none;
}

/* Icon left */
.ts-service-box.icon-left .ts-service-box-icon {
  float: left;
}

.ts-service-box.icon-left .ts-service-box-icon i {
  background: #ffb600;
  color: #fff;
}

.ts-service-box.icon-left .ts-service-box-info {
  margin-left: 90px;
}

.ts-service-box.icon-left .ts-service-box-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* Service no box */
.service-no {
  font-size: 48px;
  color: #dbdbdb;
  float: left;
  margin-top: 10px;
}

.ts-service-box-content .ts-service-box-info {
  margin-left: 90px;
}

/* Service Image */
.ts-service-image-wrapper {
  margin-bottom: 30px;
}

.ts-service-icon i {
  font-size: 28px;
  margin-right: 15px;
  margin-top: 2px;
}

.ts-service-info {
  margin-left: 30px;
  padding: 18px 0;
  padding-right: 20px;
}

@media (max-width: 1200px) {
  .ts-service-info {
    margin-left: 15px;
  }
}

.ts-service-info h3 {
  font-size: 20px;
}

.ts-service-info .learn-more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.ts-service-info a.learn-more{
  color: #000;
  padding: 4px 7px;
  border: 1px solid #000;
}
.ts-service-info .learn-more:hover {
  color: #cda45e;
  background: #000;
}
.content-tag{
  text-transform: uppercase;
  background: #352913;
  color: #fff;
  padding: 5px 7px;
}

/* Service Classic */
.ts-service-classic .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: #ffb600;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}

.ts-service-classic .ts-service-box-info {
  margin-left: 80px;
}

.ts-service-classic:hover .ts-service-icon i {
  background: #ffb600;
}
/* Sub Pages
================================================== */
/*-- Title border --*/
.main-container .border-left {
  margin-bottom: 30px;
}

/*-- Banner --*/
.banner-area {
  /*top: 75px;*/
  position: relative;
  min-height: 300px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}
.banner-area::before {
  content: "";
  background: linear-gradient(to right, rgb(11 21 25 / 100%), rgb(255 255 255 / 0%));
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  /* max-width: 1170px; */
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* .banner-heading {
  text-align: center;
} */

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 18px;
}

/*.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
  color: #fff !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}*/
/* about-us page */
.contact .info-box{
  background: #2a1d01;
  color: #fff;
}
.contact .info-box i{
  color: #fff;
  font-size: 50px;
  border: none;
}
.associations{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.associations img{
  border-right: 1px solid #ccc;
  margin-top: 8px;
}
.about{
  position: relative;
  /*border: 1px solid red;*/
}
/*.about img{
  /*border: 1px solid #000;
}*/
.statistics-det{
  position: absolute;
  border: 0;
  top: 40%;
  left: 45%;
  /*right: 50%;*/
}
.facts .counters span {
    font-size: 48px;
    display: block;
    color: #000;
    font-weight: 700;
}
.facts .counters p{
  font-weight: 700;
}
.secondary-nav1 {
    position: fixed;
    z-index: 20;
    top: 58px;
    left: 0;
    width: 100%;
    height: auto;
    /*margin-top: 60px;*/
    background-color: #000;
}
.box-values {
    /*background: #252525;*/
    color: #000;
    padding: 40px;
    border: 2px solid #cda45e91;
}
/*.box-values .icon-round{
    padding: 50px 31px;
    border-radius: 100%;
    background: #cda45e;
}
.box-values .icon-round i{
  font-size: 55px;
  line-height: 2;
}
.ts-service-box-content{
  margin-top: 20px;
}*/
.icon-box.icon-round i {
    font-size: 46px;
    color: #fff;
    background: #cda45e;
    text-align: center;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 68px;
    margin-bottom: 20px;
}
.our-values-title{
  text-transform: uppercase;
}
/* services page */
ul.sec-bg{
  background: #000;
}
ul.sec-bg li{
  display: inline-block;
  padding: 20px;
  width: 19%;
  padding-top: 25px;
  text-align: center;
}
ul.sec-bg li .progressbar {
  margin-top: 10px;
    /*height: 11%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    background: #900;
    /*z-index: -1;*/
}
/* ====================== Industry-single page ======================== */
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #f81ac1;
    /*border: 1px solid #ececec;*/
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #f81ac1;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding: 0px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}
.industry-single .main-heading{
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  color: #cda45e;
}
.list-group-item h4{
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  padding-top: 10px;
  text-align: justify;
  font-size: 15px;
}
.list-group-item p{
  font-family: 'Quicksand', sans-serif;
  padding-top: 10px;
  text-align: justify;
  font-size: 15px;
  color: #727272;
}
.list-group-item small{
  font-size: 12px;
}
.list-group-item .price-box{
  margin-top: auto;
  margin-bottom: auto;
  border-left: 1px solid #cda45e;
  padding-left: 10px;
}
.btn-theme{
  background: #cda45e;
  border-radius: 20px;
  color: #fff;
  padding: 2px 15px;
  font-size: 16px;
  margin-top: 5px;
  border: 1px solid #cda45e;
  font-weight: 600;
}
.list-group-item:hover{
  border: 1px solid #2a1d01;
box-shadow: 0 0 15px #ccc;
}
.list-group-item:hover .btn-theme{
  background: #2a1d01;
  border: 1px solid #2a1d01;
  box-shadow: 4px 2px 10px #2a1d01;
  color: #fff;
}
.list-group-item a{
  color: #545454;
}
.clients-wrapper img{
  margin: 0 32px;
}
.banner-wrapper img{
  position: absolute;
    width: 965px;
    height: 115px;
}
#text-wrapper{
      position: relative;
    top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.accordion-header button{
  font-size: 14px;
    font-weight: 700;
  font-family: 'Quicksand', sans-serif;
}
.accordion-button:not(.collapsed){
      color: #542e28;
    background-color: #cda45e61;
}
.accordion-button:focus {
    border-color: #cda45e;
    box-shadow: none;
}
.industry-single .accordion-button{
  padding: 7px 10px;
}
.sidebar .card, .card{
  border: 1px solid #46250eab;
}
.sidebar .card-header, .card-header{
  background: #46250e;
  color: #fff;
  border-bottom: none;
}
.sidebar .card-header h6{
  margin-bottom: 0px;
}
.industry-expertise .accordion-body{
  font-size: 14px;
}
.accordion-button::after{
  width: auto;
  content: "\002B";
  background-image: none;
  font-size: 18px;
}
.accordion-button:not(.collapsed)::after{
  background-image: none;
  content: "\002D";
  font-size: 18px;
}
.pagination .page-item a, .pagination .active{
  padding: .375rem .75rem;
  position: relative;
  display: block;
  font-weight: bold;
  color: #cda45e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pagination .active{
  color: #fff;
  background-color: #2a1d01;
}
/* =============== report description =================== */
#tabs .nav-link:focus, .nav-link:hover, .nav-link{
  color: #2a1d01;
}
#tabs h6.section-title{
    color: #eee;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .extra-active {
    color: #fff;
    background-color: #2a1d01;
    font-size: 16px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    color: #eee;
    font-size: 20px;
}
.report-description .nav-tabs .nav-item{
  margin-right: 5px;
  background: #cda45e61;
  color: #2a1d01;
}
.report-description .nav-tabs {
    border-bottom: 2px solid #2a1d01;
}
.report-description .nav-tabs .nav-link.active{
      border-color: transparent;
}
.report-description .nav-tabs .nav-link:focus, .report-description .nav-tabs .nav-link:hover{
  border-color: transparent;
}
.report-description .accordion-item{
      margin-bottom: 15px;
    border: 1px solid #ccc;
}
.report-description .report-basics p{
    margin-bottom: 5px;
}
.report-description .report-basics p span{
    /*text-transform: uppercase;*/
    font-size: 15px;
    font-weight: 600;
}
.report-description .license-type-info .form-check-input:checked{
  background-color: #2a1d01;
  border-color: #2a1d01;
}
.report-description .similar-reports-list{
  list-style-type: none;
  padding-left: 0;
}
.report-description .similar-reports-list li{
  border-bottom: 1px solid #ccc;
    padding: 10px;
}
.report-description .similar-reports-list li a{
  font-size: 15px;
  font-weight: 500;
}
.sidebar{
  box-shadow: none !important;
  margin: 0 !important;
}
.personalize-reports ul li{
  font-size: 14px;
}
.related-reports .list-group-item p{
  font-size: 14px;
}
/* buy now page */
.pricing .box{
  box-shadow: none;
  border: 1px solid #ccc;
  color: #363636;
}
.pricing .featured{
  margin: -30px -5px 0 0px;
}
.featured ul{
  padding: 40px;
}
.featured{
  border: 1px solid #cda45ea6 !important;
  background: #cda45e17 !important;
  color: #444 !important;
}
.pricing .featured .get-started-btn, .pricing .regular:hover .get-started-btn {
    background: #CDA45E;
    color: #fff;
}
.pricing h4, .pricing ul i{
  color: #CDA45E;
}
.pricing h4 span{
  color: #666;
}
.pricing ul{
  color: #363636;
}
.pricing .get-started-btn{
  border-radius: 4px;
  color: #444;
  border: 1px solid #ccc;
  background: transparent;
}
.pricing .get-started-btn:hover, .pricing .featured .get-started-btn:hover, .pricing .regular .get-started-btn:hover{
  background: #46250e;
  color: #fff;
}
.pricing .regular:hover {
  border: 1px solid #cda45ea6 !important;
  border-top: 6px solid #cda45ea6 !important;
  background: #cda45e17 !important;
  color: #444 !important;
}
.pricing .regular ul
{
  padding-top: 40px;
}
/* checkout page */
.form-control:focus{
  box-shadow: none;
      border-color: #46250e99;
}
/*======== autosuggest + search box in header ========== */
#ui-id-1{
  left: 1110.4px !important;
    width: 383.8px !important;
    font-size: 12px;
}
#ui-id-1 li{
  border-bottom: 1px solid #ccc;
}
.error-line{
  color: red;
  font-size: 13px;
}
.thankyou-section{
  text-align:center;
  display:none;
}
.thankyou-section h1{
  font-size:4rem;
  font-weight: 600;
}
.check-symbol{
  font-size: 5rem;
  color: green;
  text-align: center;
}
.our-clientele img{
  border-right: 1px solid #ccc;
}
.captcha-code{
  float: left;
  margin-left: 10px;
  border-radius: 5px;
  height: 35px;
  text-align: center;
  background: #ccc;
  color: #000;
  font-size: 19px;
  cursor: cell;
  width: 103px;
  letter-spacing: 10px;
  padding: 5px 15px;
  font-weight: bold;
  user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}
.related-reports h4{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#myTabContent{
  padding: 20px;
}
/* device responsive css */
@media (max-width: 575.98px) {
  /* hpmepage */
  #header {
    background: #0b0b0a !important;
  }
  .navbar-mobile a{
    color: #000;
  }
  .navbar-mobile{
    background: rgb(0 0 0 / 90%);
  }
  .industry-excerpt .ind-brief{
    padding: 30px;
  }
  .press-reports-carousel .ts-service-info{
    min-height: 250px;
  }
  /* about page */
  .img-zoom img{
    transition: transform .2s;
  }
  .img-zoom img:hover{
    transform: scale(1.3);
  }
}



