body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: #431801;
	
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 60px 0;
}

.layout_padding2-top {
  padding-top: 60px;
}

.layout_padding2-bottom {
  padding-bottom: 60px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;	
	font-weight: bold;
	text-shadow: 2px 2px black;
	margin-bottom: -15px; /* Reduce from default */
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: orange;
	margin: 0px;
	text-shadow: 2px 2px black;
}	
	
.heading_demo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;	
	font-weight: bold;
	text-shadow: 2px 2px black;
	margin-bottom: -20px; /* Reduce from default */
}

.heading_demo_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: orange;
	margin: 0px;
	text-shadow: 2px 2px black;
}

.heading_video_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;	
	font-weight: bold;
	text-shadow: 2px 2px black;
	margin-bottom: -20px; /* Reduce from default */
}

.heading_video_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: orange;
	margin: 0px;
	text-shadow: 2px 2px black;
}

/*header section*/
.hero_area {
  height: 100vh;
  background-image: url(../images/hero-bg-orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	/*margin-bottom: -200px;*/
}

.hero_area2 {
  height: 100vh;
  background-image: url(../images/hero-bg-orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	/*margin-bottom: -200px;*/
}

.hero_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#431801));
  background: linear-gradient(to bottom, transparent,  #431801 );
}

/*header demo*/
.hero_demo_area {
  height: 100vh;
  background-image: url(../images/hero-bg-orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	/*margin-bottom: -200px;*/
}

.hero_demo_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#431801));
  background: linear-gradient(to bottom, transparent,  #431801 );
}
/*header video*/
.hero_video_area {
  height: 100vh;
  background-image: url(../images/hero-bg-orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	margin-bottom: -80px;
}

.hero_video_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#431801));
  background: linear-gradient(to bottom, transparent,  #431801 );
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .class_section .owl-carousel .owl-nav {
  top: 55%;
}

.header_section {
  background-color: #db9c0d;
  position: relative;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 28.5% 100%, 26.5% 86%, 0 84%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 100%, 28.5% 100%, 26.5% 86%, 0 84%, 0 0);
}

.header_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 45px;
  background: #000000;
  z-index: 1;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 8% 100%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 100%, 8% 100%, 0 0);
}

.header_section .nav_container {
  margin: 0 auto;
}

.menu_width {
  width: 50%;
}

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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
					
}

.main_nav {
  position: relative;
  z-index: 9;
}

.main_nav .top_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: flex-end;
  margin: 0;
}

.main_nav .top_nav ul li {
  list-style-type: none;
}

.main_nav .top_nav ul li a {
  display: inline-block;
  color: #ffffff; 
  margin: 10px 33px 7px -20px;
}

.main_nav .top_nav ul li a img {
  max-width: 25px;
  max-height: 25px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  color: #212121;
  text-align: center;
  text-transform: uppercase;
}

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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 125px;
  margin-right: 5px;
}

.navbar-brand.brand_mobile {
  display: none;
}

.custom_nav-container {
  z-index: 99999;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section video {
	position: relative;
	max-width: 1024px;
	max-height: 768px;
	width: 100%;
	height: 100%;
	border-collapse: separate;
	border-spacing: 5px;
	border-radius: 2px;
	border: 3px solid orange;
}


.slider_section img {
  position: relative;
	max-width: 100%;
	margin-bottom: -20%;
}	

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row .col-md-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .slider_heading {
  -webkit-transform: rotate(-170deg) scaleX(-1);
          transform: rotate(-90deg) scaleX(-1);
  position: absolute;
	left: -100px;
  top: 0px;
}

.slider_section .aurora_heading {
  -webkit-transform: rotate(170.5deg) scaleX(1);
          transform: rotate(270.5deg) scaleX(1);
  position: relative;
  margin-top: 260px;
	left: 0px;
	top: 70px;
}

.slider_section .aurora2_heading {
  -webkit-transform: rotate(170.5deg) scaleX(1);
          transform: rotate(270.5deg) scaleX(1);
  position: relative;
	left: 0px;
	top: 0;
}

.slider_section .auroris_heading {
  -webkit-transform: rotate(170.5deg) scaleX(1);
          transform: rotate(270.5deg) scaleX(1);
  position: absolute;
  margin-top: 250px;
	left: -90px;
	top: -100;
}

.slider_section .auroris2_heading {
  -webkit-transform: rotate(170.5deg) scaleX(1);
          transform: rotate(270.5deg) scaleX(1);
  position: absolute;
	left: 20px;
	top: 0;
}

.slider_section .demos_heading {
  -webkit-transform: rotate(170.5deg) scaleX(1);
          transform: rotate(270.5deg) scaleX(1);
  position: absolute;
	left: -60px;
	top: 100px;
}

.slider_section .downloads_heading {
  -webkit-transform: rotate(170.0deg) scaleX(1);
          transform: rotate(270.0deg) scaleX(1);
  position: absolute;
	margin-left: 25%;
  top: 220px;	
}

.slider_section .videos_heading {
  -webkit-transform: rotate(170.5deg) scaleX(1);
          transform: rotate(270.5deg) scaleX(1);
  position: relative;
  margin-top: 90px;
	border-collapse: seperate;
	border-spacing: 2px;
	left: 0px;
	top: 45px;
}

.slider_section .about_container {
  background-image: url(../images/about-bg.jpg);
  background-size: contain;
	max-width: 1600px;
	max-height: 350px;
	margin-left: 200px;
	margin-right: 300px;
	padding: 0px;
	border-radius: 2px;
	border: 2px solid orange;	
	text-shadow: 3px 6px black;
}

.slider_section .slider_heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10rem;
  text-transform: uppercase;
  text-orientation: upright;
  font-weight: bold;
  color: #ffffff;
	text-shadow: 3px 6px black;
}

.slider_section .aurora_heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6rem;
  text-transform: uppercase;
  text-orientation: upright;
  font-weight: bold;
  color: #ffffff;
	text-shadow: 3px 6px black;
}

.slider_section .aurora2_heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6rem;
  text-transform: uppercase;
  text-orientation: upright;
  font-weight: bold;
  color: #ffffff;
	text-shadow: 3px 6px black;
}

.slider_section .aurora_mobile_heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4rem;
  text-transform: uppercase;
  text-orientation: upright;
  font-weight: bold;
  color: #ffffff;
	text-shadow: 3px 6px black;
}

.slider_section .auroris_heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6rem;
  text-transform: uppercase;
  text-orientation: upright;
  font-weight: bold;
  color: #ffffff;
	text-shadow: 3px 6px black;
}

.slider_section .auroris2_heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6rem;
  text-transform: uppercase;
  text-orientation: upright;
  font-weight: bold;
  color: #ffffff;
	text-shadow: 3px 6px black;
}

.slider_section .demos_heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6rem;
  text-transform: uppercase;
  text-orientation: upright;
  font-weight: bold;
  color: #ffffff;
	text-shadow: 2px 2px black;
}

.slider_section .downloads_heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6rem;
  text-transform: uppercase;
  text-orientation: upright;
  font-weight: bold;
  color: #ffffff;
	text-shadow: 2px 2px black;
}

.slider_section .videos_heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  text-orientation: upright;
  font-weight: bold;
  color: #ffffff;
	text-shadow: 2px 2px black;
}



.slider_section .slider_heading h2 span {
  color: #63f74f;
	text-shadow: 2px 2px black
}

.slider_section .aurora_heading h2 span {
  color: #63f74f;
	text-shadow: 2px 2px black;
}

.slider_section .aurora2_heading h2 span {
  color: #63f74f;
}

.slider_section .auroris_heading h2 span {
  color: #63f74f;
}

.slider_section .auroris2_heading h2 span {
  color: #63f74f;
}

.slider_section .demos_heading h2 span {
  color: #63f74f;
}

.slider_section .downloads_heading h2 span {
  color: #63f74f;
}

.slider_section .videos_heading h2 span {
  color: #63f74f;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.slider_section .detail-box h2 {
  position: relative;
	font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.slider_section .detail-box hr {
  margin: 0 auto;
  border: none;
  width: 1.5px;
  height: 65px;
  background-color: #ffffff;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 7px 30px;
  background-color: #000000;
  border: 1px solid orange;
  border-radius: 20px;
  color: #ffffff;
	margin-right: 0%;
	font-weight: bold;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: #ffffff;
  color: #000000;
}

.slider_section #carouselExampleIndicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slider_section #carouselExampleIndicators .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0 70px 45px 70px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  opacity: 1;
  display: none;
}

.slider_section .carousel-indicators li.active {
  display: inline-block;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  top: 30%;
  left: initial;
  right: 25px;
  width: 50px;
  height: 50px;
  opacity: 2;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #000000;
  border-radius: 10%;
	border: 1px solid orange;
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #ffffff;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev-arrow.png);
  -webkit-transform: translateY(57%);
          transform: translateY(57%);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/prev-black.png);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next-arrow.png);
  -webkit-transform: translateY(-57%);
          transform: translateY(-57%);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/next-black.png);
}

.slider_section .number_box {
  width: 50px;
  position: absolute;
  left: 25px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #63f74f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .number_box hr {
  border: none;
  width: 1px;
  height: 200px;
  background-color: #63f74f;
  margin: 2rem 0;
}

/* end slider section */

.class_section {
	color: #4169E1;
  position: relative;
	font-weight: bold;
}


.class_section img {
	position: relative;
	width: 100%;
	
}	


.class_section video {
	position: relative;
	max-width: 1600px;
	max-height: 900px;
	width: 100%;
	height: 100%;
	border-collapse: separate;
	border-spacing: 3px;
	border-radius: 2px;
	border: 3px solid orange;
}

.class_section .row > div {
  position: unset;
}

.class_section .class_box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.class_section .class_box-container .box {
	width: 100%;
}

.class_section .class_box-container .box .img-box {
  position: relative;
	width: 100%;
}

.class_section .class_box-container .box .img-box img {
	position: relative;
	width: 100%;
	max-height: 380px;
}

.class_section .class_box-container .box .img-box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;

}

.class_section .class_box-container .box .img-box .detail-box button {
  background-color: #292929;
  border: none;
  width: 55px;
  height: 55px;
  margin: 0 10px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.class_section .class_box-container .box .img-box .detail-box button img {
  width: 20px;
  margin-left: 5px;
}

.class_section .class_box-container .box .img-box .detail-box h2 {
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  line-height: 55px;
  margin-left: 15px;
}

.class_section .class_box-container .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.class_section .class_box-container .box .btn-box a {
  padding: 10px 45px;
  background-color: #000000;
  border: 1px solid orange;
  border-radius: 30px;
  color: #ffffff;
  margin:auto;
  display:block;
	font-weight: bold;
}

.class_section .class_box-container .box .btn-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.class_section .owl-carousel {
  position: unset;
}

.original_class_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin-top: 55px;
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.class_section .owl-carousel .owl-nav {
  position: relative; /* Change from absolute */
  display: flex;
  justify-content: center;
	margin-bottom: 0px;
}

.original_class_section .owl-carousel .owl-nav .owl-prev,
.original_class_section .owl-carousel .owl-nav .owl-next {
  background-color: #000000;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 10%;
  outline: none;
  margin: 3px -13px;
	border: 1px solid orange;	
}

.class_section .owl-carousel .owl-nav .owl-prev,
.class_section .owl-carousel .owl-nav .owl-next {
  background-color: #000000;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 10%;
  outline: none;
  border: 1px solid orange;
  width: 50px;
  height: 50px;
  margin: 0 2px;
}

.class_section .owl-carousel .owl-nav .owl-prev:hover,
.class_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #ffffff;
}

.class_section .owl-carousel .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  background-image: url(../images/prev-arrow.png);
}

.class_section .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/prev-black.png);
}

.class_section .owl-carousel .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  background-image: url(../images/next-arrow.png);
}

.class_section .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/next-black.png);
}

.classs_section {
  color: #4169E1;
  position: relative;
}

.classs_section .row > div {
  position: unset;
}

.classs_section .class_box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.classs_section .class_box-container .box {
	width: 100%;
}

.classs_section .class_box-container .box .img-box {
  position: relative;
	width: 100%;
}

.classs_section .class_box-container .box .img-box img {
	position: relative;
	width: 100%;
	max-height: 380px;
}

.classs_section .class_box-container .box .img-box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;

}

.classs_section .class_box-container .box .img-box .detail-box button {
  background-color: #292929;
  border: none;
  width: 55px;
  height: 55px;
  margin: 0 10px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.classs_section .class_box-container .box .img-box .detail-box button img {
  width: 20px;
  margin-left: 5px;
}

.classs_section .class_box-container .box .img-box .detail-box h2 {
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  line-height: 55px;
  margin-left: 15px;
}

.classs_section .class_box-container .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.classs_section .class_box-container .box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #ffffff;
}

.classs_section .class_box-container .box .btn-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.classs_section .owl-carousel {
  position: unset;
}

.classs_section .owl-carousel .owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 15px; /* Adjust spacing as needed */
}

.classs_section .owl-carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 24px;
  color: white; /* Adjust color if needed */
  cursor: pointer;
  margin: 0 10px;
}

.classs_section .owl-carousel .owl-nav .owl-prev,
.classs_section .owl-carousel .owl-nav .owl-next {
  background-color: #000000;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 10%;
  outline: none;
  margin: 2px 0;
	border: 1px solid orange;
}

.classs_section .owl-carousel .owl-nav .owl-prev:hover,
.classs_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #ffffff;
}

.classs_section .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  background-image: url(../images/prev.png);
}

.classs_section .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/prev-grey.png);
}

.classs_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/next.png);
}

.classs_section .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/next-grey.png);
}

.client_section {
  color: #ffffff;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 0px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
	border: 1px solid transparent;
}

.client_section .box .img-box {
  width: 125px;
  border-radius: 100%;
  margin-bottom: -62px;
  position: relative;
  z-index: 2;
	border-radius: 2px;
	border: 3px solid orange;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 95px 25px 45px 35px;
  background-color: #050304;
	border-radius: 2px;
	border: 2px solid orange;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
}

.client_section .box .detail-box p {
  margin-top: 25px;
}

.client_section .box .detail-box img {
  width: 35px;
  margin-top: -0px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px;
  margin-top: 55px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-color: black;
	border-radius: 10%;
	outline: none;
  margin: 2px 2px;
	border: 1px solid orange;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #ffffff;
}

.client_section .owl-carousel .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  background-image: url(../images/prev-arrow.png);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/prev-black.png);
}

.client_section .owl-carousel .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  background-image: url(../images/next-arrow.png);
}

.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/next-black.png);
  background-color: #ffffff;
}

.info_section .info_main-row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.info_section .contact_section {
  position: abs;
}

.info_section .contact_section h2 {
  font-weight: bold;
}

.info_section .contact_section form {
  margin-top: 45px;
  padding-right: 35px;
  margin-bottom: 45px;
}

.info_section .contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #000;
  outline: none;
  color: #ffffff;
  border-radius: 45px;
}

.info_section .contact_section input::-webkit-input-placeholder {
  color: #737272;
}

.info_section .contact_section input:-ms-input-placeholder {
  color: #737272;
}

.info_section .contact_section input::-ms-input-placeholder {
  color: #737272;
}

.info_section .contact_section input::placeholder {
  color: #737272;
}

.info_section .contact_section input.message-box {
  height: 135px;
  border-radius: 25px;
}

.info_section .contact_section button {
  border: none;
  display: inline-block;
  padding: 12px 55px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #000000;
  margin-top: 35px;
}

.info_section .contact_section button:hover {
  background-color: #000000;
  color: #ffffff;
}

.info_section .contact_section .map_container {
  height: 100%;
  min-height: 325px;
}

.info_section .contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section .img-box img {
  width: 100%;
}

/* footer section*/
.footer_section {
  margin: 15px 0;
}

.footer_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;			
}

.footer_section .social_box a {
  margin-right: 15px;
}

.footer_section .social_box a img {
  max-width: 35px;
  max-height:35px;
}

.footer_section p {
  margin: 0;
	margin-right: 50px;
  color: #1c1b1b;
}

.footer_section a {
  color: #1c1b1b;
}



/* end footer section*/
/*# sourceMappingURL=style.css.map */


.bold_white {
		color: white;
		font-weight: bold;
		font-size: 18px;
		text-shadow: 2px 2px black
}

.bold_white_large {
		color: white;
		font-weight: bold;
		font-size: 24px;
		text-shadow: 3px 3px black
}
	
.bold_green	{
		color: green;
		font-size: 19px;
		font-weight: bold;
		text-shadow: 3px 3px black
}				
		
.bold_orange {
		color: orange;
		font-weight: bold;
		text-shadow: 3px 3px black;
}

	.bold_orange_large {
		color: orange;
		font-size: 20px;
		font-weight: bold;
		text-shadow: 3px 3px black;
}	
	
.class_section .owl-carousel .owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 15px; /* Adjust spacing as needed */
}

.class_section .owl-carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 24px;
  color: white; /* Adjust color if needed */
  cursor: pointer;
  margin: 0 10px;
}

.button {
  background-color: black; /* Green */
  border: orange;
	border-radius: 20px;
	border: 1px solid orange;
	color: white;
  padding: 7px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
	font-weight: bold;
	text-shadow: 2px black;
	
}

.button:hover {
  background-color: #ffffff;
  color: #000000;
}

/*
img {
    max-width: 100%;
    max-height: 100vh;
    height: auto;
}
*/