.navtop{
	background-color: #b2b2b2;
}

a {
    color: #000 !important;
    text-decoration: none;
}

.color{
	background-color: #082993;
}

.color2{
	background-color: #f25220;
}

.footercolor{
	background-color: #161616;
}

.footersec{
	background-color: #000000;
}

p{
	line-height: 2.0;
	color: #6b6868;
}

.borderbottom{
	border-bottom: 2px solid #fc5018;
	width:400px;
}

.navbar{
	background-color:#fff;
}

.bottomborder{
	border-bottom: 2px solid #f25220;
}

.fas{
	color: #f26328;
}

.fab{
	color: #f26328;
}

.fa{
	color: #f26328;
}

.addinfo{
	background-color: #898989;
}

.btn-light {
  color: #f26328!important;
}

.form-control{
	background-color:#f5f4f4 !important;
	border-radius: 0rem !important;
	border: 0px solid #ced4da !important;
}

.btn-danger{
	background-color: #f26328;
	border-radius: .0rem !important; 
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:visited, .btn-danger:active{
	background-color: #f26328 !important;
	border-radius: .0rem !important; 
}

.bg-color{
  background-color: #000000 !important;
}

div .image{
  background: url(../img/contact.jpg);
  background-repeat: no-repeat;
  opacity: 0.5;

}


.backgroundch{
  background-color: white;
  width: 250px;
  /*border-radius: 10px;*/
  border: 2px solid #f26328;
  margin-left: 290px;
  margin-top: 160px;
}

.backgroundch p{
  display: block;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.bottombordernav{
  border-bottom: 4px solid #f26328;
}

.contacttext{
  color: #f26328;
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
  }
}

.carousel {
  margin-top: 6rem;
}

.carousel-item {
  background: #efefef;
}

.text-black {
  color: #000;
}

.text-danger{
  color: #f26328 !important;
}

.bg-orange{
  background: #f26328 !important;
}

/* Gray Scale Image */
.grey-scale-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.grey-scale-image img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.hr-white {
  border-top: 1px solid rgb(255 255 255 / 40%);
}


/* VIDEO PAGE START  */
/* The device with borders */
.smartphone {
  position: relative;
  width: 360px;
  height: 640px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
}

/* The horizontal line on the top of the device */
.smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
  width: 330px;
  height: 520px;
  background: white;
}

#team-background {
  background: url("../img/full-team.jpg");
  background-repeat: no-repeat;
  background-size: cover;
/*  backdrop-filter: blur(2px);*/
}
/* VIDEO PAGE END  */