.about-text p {
	font-size: 23px;
	color: #fff;
	font-weight: 600;
	font-family:Segoe UI;
}
.about-text .button {
	width:30%;
	background-color:#f7941e;
	font-size:20px;
	font-family:Segoe UI;
	border:1px solid #707070;
}
.first_model{
	height: 450px;
}
.first_model p{
	font-size:25.5px;
	color:#F58220;
	font-family:Segoe UI;
	font-weight:700;
}
.first_model img{
	width:100%;
	height:415px;
	border-top:11px solid #000;
	border-bottom:5px solid #000;
	border-left:12px solid #000;
	border-right:12px solid #000;
}
.border_leftbox{
	position: absolute;
	height: 360px;
	border-top: 10px solid #F58220;
	border-left: 13px solid #F58220;
	border-right: 13px solid #F58220;
}
.second_model img{
	width:100%;
}
.second_model h2{
	font-weight: 800;
	color:#0C0101;
	font-family:Segoe UI;
}
.second_model abbr{
	border-bottom: 10px solid #f7941e;
	text-transform:uppercase;
}
.second_model p{
	font-size:26px;
	color:#000;
	font-family:Segoe UI;
} 
.third_model h2{
	font-weight: 800;
	color:#0C0101;
	font-family:Segoe UI;
}
.third_model abbr{
	border-bottom: 10px solid #f7941e;
	text-transform:uppercase;
}
.third_model img{
	width: 100%;
	padding-bottom: 55px;
}
.slide_model h2{
	font-weight: 800;
	color:#0C0101;
	font-family:Segoe UI;
}
.slide_model abbr{
	border-bottom: 10px solid #f7941e;
	text-transform:uppercase;
}
.slide_model img{
	width: 50%;
	padding-bottom: 68px;
}
.last_model img{
	width:100%;
}
.last_model p{
	font-size:19px;
	color:#000;
	font-family:Segoe UI;
	font-weight: 630;
}
#desktop{
	display: block;
}
#mobile{
	display: none;
}
@media screen and (max-width: 767px) {
#desktop{
	display: none;
}
#mobile{
	display: block;
}
	.first_model{
		height: 600px;
	}
	.first_model p{
		font-size: 20px;
	}
	.first_model img{
		width:100%;
		height: 265px;
	}
	.border_leftbox{
		height: 242px;
	}
	.about-text p{
		font-size: 18px;
	}
	.second_model abbr{
		font-size: 22px;
		border-bottom: 8px solid #f7941e;
	}
	.second_model p{
		font-size: 23px;
	}
	.third_model abbr{
		font-size: 22px;
		border-bottom: 7px solid #f7941e;
	}
	.carousel-indicators{
		bottom: -25px;
	}
	.third_model abbr{
		font-size: 20px;
		border-bottom: 7px solid #f7941e;
	}
	.third_model img{
		padding-bottom: 15px;
	}
	.slide_model abbr{
		font-size: 20px;
		border-bottom: 7px solid #f7941e;
	}
	.slide_model img{
		padding-bottom: 15px;
	}
	.carousel-indicators li{
		width: 14px !important;
		height:14px !important;
		margin: 0 !important;
	}
	.carousel-indicators .active{
		width: 14px !important;
		height:14px !important;
		margin: 0 !important;
	}
}

.carousel-control.right{
	background-image: unset !important;
}
.carousel-indicators li{
	width:20px ;
	height: 20px ;
	border:1px solid #f7941e;
	margin: 0px !important;
}
.carousel-indicators .active{
	width:20px;
	height: 20px;
	background-color:#f7941e;
	margin: 0px !important;
}.
.carousel-control{
	left: -10% !important;
	opacity: 1 !important;
}
@media (max-width: 767px){
	.carousel-control {
		display: block !important;
	}
}

.button_h:hover {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f7941e;
    background-color: #000;
    transition: 0.6s;
    border: 1px solid #fff;
    padding: 20px 50px 20px 50px;
}



.topnav {
  overflow: hidden;
  background-color: #f7941e;
  height: 38px;
}

.topnav a {
  text-align: center;
    padding: 15px 25px;
    font-size: 17px;
    position: relative;
    top: 7px;
    color:#fff;
}

.topnav a:hover {
  background-color: #000;
  color: #f7941e;
}

.topnav a.active {
  background-color: #f7941e;
  color: #000;
}


.dropbtn {
  background-color: transparent;
  color: #000;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.a2{
	position: absolute;
	right:0;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f7941e;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #000; color:#f7941e;}

.show {display: block;}
