body{
	margin: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding: 0;
	overflow-x: hidden;
  background-color: #000;
}

.banner_main{
	height: 100vh;
	display: flex;
	width: 100%;
	align-items: center;
}

.banner_main .banner_section_title h1{
	font-size: 125px;
	line-height: .9;
	font-weight: 700;
}

.banner_main .banner_section_title h1 span{
	font-size: 70px;
	line-height: 1.3;
	font-weight: 200;
}

.banner_section_description{
	width: 450px;
	position: absolute;
	top: 75px;
	right: 10px;
}

.section_padding{
	padding: 90px 30px;
}

.banner_main.section_padding{
	padding: 90px 60px;
}

.main_btn{
	color: #fff;
    border: none;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    background: transparent;
}

.swiper-pagination-bullet{
	border-radius: 50px;
    padding: 13px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #eee;
    margin-left: 15px!important;
}

.swiper-pagination-bullet-active{
	border: 2px solid #fff;
}

.swiper-pagination{
	display: flex;
	justify-content: end;
	bottom: 0!important;
}

.get_quote_btn{
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
}



.section_title h1{
	font-size: 70px;
	font-style: italic;
	font-weight: 200;
}

.about_section{
	background-color: #1b1b1b;
  background-image: url(../images/bg_content.png);
  background-size: cover;
  background-position: center;
  width: 100%;
}

.section_title h1 span{
	font-weight: 700;
  color: #ce9247;
}


.golden-shade{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter:blur(250px);
  background-color: #ce9247;
}

.counter_container{
	display: flex;
	flex-direction: column;
}

.counter_item h1{
	font-size: 100px;
	color: transparent;
  -webkit-text-stroke: 3px #ce9247;
  font-weight: bold;
  margin: 0;
}

.counter_item{
	position: relative;
}

.counter_item:first-child{
	margin-bottom: 100px;	
}

.counter_item p{
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 14px;
	background-color: #1b1b1b;
	padding: 2px;
	margin: 0;
}

.about_desc{
	line-height: 2;
}


.rotate {
    -webkit-animation: rotate 200s normal linear infinite;
    animation: rotate 200s normal linear infinite;
}
@keyframes rotate {
0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
25% {
    -webkit-transform: rotate3d(0, 0, 2, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
}
50% {
    -webkit-transform: rotate3d(0, 0, 3, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
}
75% {
    -webkit-transform: rotate3d(0, 0, 2, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
}

}

.faq_section{
	background-color: #1b1b1b;
}

.image_bg{
	filter: drop-shadow(0px 0px 89px rgba(197, 116, 15, .3));
}



.faq_section .accordion-item{
	background-color: transparent!important;
	border: none;
	border-bottom: .5px solid #eee;
}

.faq_section .accordion-item .accordion-button{
	background-color: transparent!important;
  	font-weight: bold;
  	font-size: 16px;
  	color: #fff;
  	box-shadow: none;
  	padding: 45px 0;
}

.faq_section .accordion-item .accordion-button:not(.collapsed){
	color: #ce9247;
}

.accordion-button::after{
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	rotate: 45deg;
	background-image: none;
}

.accordion-button:not(.collapsed)::after{
	background-image: none;
	transform: rotate(-90deg);
}



.service-content-container span{
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.service-content-container span:before{
  content: "";
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 8px;
}

.service-content-container h1{
  font-size: 45px;
  font-weight: bold;
  background: linear-gradient(45deg, #9d7b22, #c9a432 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  line-height: 1.35;
}

.service-content-container p{
  line-height: 1.8;
  color: #fff;
}

.service_item{
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}


.service_item h3{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}


.service_item p{
  color: #fff;
  margin-bottom: 35px;
}


.get_quote_service{
      width: 50px;
    height: 50px;
    font-size: 12px;
    border-radius: 50%;
    color: rgba(206, 146, 71, 0.7);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  color: #fff;
}

.get_quote_service::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -4px;
  right: -4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}


.get_quote_service:hover{
    color: rgba(255, 255, 255, 0.7);
}

.services_section{
	background-color: #000;
}


.sticky_class{
  position: sticky;
  top: 150px;
  height: fit-content;
}

.sticky_class_about{
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.but_top{
  bottom: unset!important;
  top: 0px;
}


.service_item .main_ico{
  font-size: 70px;
  color: #fff;
  margin-bottom: 40px;
  opacity: .8;
}

.background-overlay{
  width: 100%;
  height: 100%;
  z-index: 99;
  background: linear-gradient(45deg, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, .5));
}

.glass{
  background: rgba(132, 110, 84, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 0px 17px -14px #a57819;
}

.test_img_container{
  width: 75px;
  height: 75px;
  border-radius: 75px;
  overflow: hidden;
}
.testimonial_desc{
  display: flex;
}

.testimonial_desc:before{
  content: "\f10e";
  font-size: 25px;
  color: #ce9247;
  font-family: FontAwesome;
  margin-right: 15px;
}

.swiper-test-pagination .swiper-pagination-bullet{
  border-radius: 20px;
    padding: 4px 7px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #eee;
    margin-left: 5px!important;
    font-size: 8px;
}

.swiper-pagination-bullet-active{
  border: 2px solid #fff;
}

.swiper-test-pagination{
  display: flex;
  justify-content: end;
  bottom: 0!important;
}

.navbar-brand{
  width: 250px;
}

.navbar-nav{
	flex-direction: row;
}

.navbar-nav .nav-item{
	padding: 10px 20px;
	color: #fff;
}

.nav-link{
	color: #fff;
}

.get_quote_nav_btn{
	padding: 30px;
	background-color: #ce9247;
	color: #fff;
	justify-content: center;
	align-items: center;
}

.navbar_tech{
	border-radius: 60px;
    top: 15px;
    overflow: hidden;
    width: 95%;
    margin: auto;
}

.footer_section {
  background-color: #000;
}

.social_section_footer a{
  color: #ce9247;
}

.border_bottom_footer{
  border-bottom: .4px solid #565656;
}

.footer_section .section_title h1{
  line-height: 1.5;

}

.footer_section .main_btn{
  letter-spacing: 1px;
}

.footer_other_links{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_other_links li{
	padding: 10px 25px;
}

.footer_other_links li a{
	color: #fff;
	text-decoration: none;
  /*color: #ce9247;*/
}


.footer_service_links
{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_service_links li{
	padding: 20px 10px;
  flex-basis: calc(100%/2);
}

.footer_service_links li a{
	color: #fff;
	text-decoration: none;
  /*color: #ce9247;*/
}

.footer_section .main_btn{
  color: #ce9247;
  border-bottom: 1px solid #ce9247;
}

.features_service_list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.features_service_list li{
  padding: 20px 0px;
  border-bottom: .4px solid #ce9247;
  font-size: 14px;
}

.features_service_list li:first-child(){
  padding-top: 0px;
}

.features_service_list li ul{
  list-style: none;
  padding-left: 15px;
  margin: 0;
  margin-top: 25px;
}

.features_service_list li ul li{
  padding: 10px 0px;
  border-bottom: none;
  font-size: 12px;
}

.scrolling_text_section{
	height: 100vh;
	background-color: #000;
}

.scrolling_text_section .reveal-text{
	font-size: 70px;
	font-weight: 200;
}

.about_section_inner{
	background-color: #000;
}

.about_section_inner .section_title h1{
	font-size: 120px;
}

#canvas_about{
	position: relative;
	z-index: unset;
}

.nav-link:focus, .nav-link:hover {
  color: #ce9247;
}

.mission_vision{
  background-color: #000;
}


.contact_section .ph_em_contact
{
  margin-bottom: 35px;
}

.contact_section .ph_em_contact p
{
  margin: 0;
  font-size: 12px;
    color: #a1a1a1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact_section .ph_em_contact h3
{
  margin: 0;
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
}

.offc_loc_contact_section{
  background: #1b1b1b;
}

.contact_section{
  background-color: #000;
}


.contact_section label
{
  color: #8D8D8D;
}


.contact_section .form-control
{
  min-height: 45px;
  border-radius: 0;
  color: #8D8D8D;
  padding: 10px 30px;
  font-size: 13px;
}

.contact_section .form-control:focus
{
  box-shadow: none;
  outline: none;
}

.offc_loc_contact_section .section_description p
{
  font-size: 14px;
  color: #a1a1a1;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.offc_loc_contact_section .section_description h6{
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 35px;
}

.contact_info_main .contact_info_item p, .contact_info_main .contact_info_item h6
{
  margin-bottom: 2px;
}

.services_section_inner .nav{
  width: 35%;
}

.services_section_inner .nav li{
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.services_section_inner .nav li button{
  text-align: left;
  font-size: 18px;
  /*color: #ce9247;*/
  color: #fff;
}

.services_section_inner .nav li button.active{
  background-color: transparent;
  color: #ce9247;
}

.testimonials_sec
{
  background-image: url(../images/testimonial_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeatW;
}


@media (max-width: 1399px)
{
  .section_title h1{
    font-size: 60px;
  }
  .about_desc {
    font-size: 14px;
  }
  .counter_item h1{
    font-size: 85px;
  }
  .counter_item p{
    font-size: 12px;
  }
}


@media (max-width: 1199px)
{
  .section_title h1{
    font-size: 55px;
  }
  .about_desc {
    font-size: 13px;
  }
  .d-no-sticky{
    position: unset;
  }
}

@media (max-width: 991px)
{
  .counter_main{
    order: 2;
  }
  .content_main{
    order: 1;
  }
  .counter_container{
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
  }
  .counter_item:first-child{
    margin-bottom: 0;
  }
}