/*****************
DEFAULT
*****************/
body, html
{
  font-family: 'Montserrat', sans-serif !important;
  background-color: #070707 !important;
  color: white !important;
  height: 100%;
}
*
{
  margin: 0;
  padding: 0;
}
*:focus
{
  outline: none !important;
}
@keyframes click
{
	0%	{ transform: scale(1); }
	50%	{ transform: scale(1.2); }
	100%	{ transform: scale(1); }
}
html{
  scroll-behavior: smooth;
}
/*****************
NAVBAR
*****************/
.navbar{
  background-color: rgba(0,0,0, 0.2);
}
.navbar img{
  width: 160px;
  height: 40px;
}

.navbar .navbar-brand{
  margin-left: 14%;
}

.navbar .navbar-nav{
  margin-right: 15%;
}

.navbar a:hover{
  color: #960000 !important;
}
/*****************
HEADER
*****************/
.sliderImg{
  background-image: url("../images/header.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  box-shadow: inset 0 0px 100px 50px rgba(0, 0, 0, .6);
}

.sliderImg h3{
  margin-top: 70%;
  margin-bottom: 18%;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 45px;
  font-style: bold;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

/*.sliderImg p{
  margin-left: 2%;
  margin-bottom: 30%;
  font-size: 16px;
  color: white;
}*/
/*****************
SECTIONS
*****************/
.bsLine{
  border-top: 2px solid white !important;
  margin-top: -10%;
}

.bsLineTwo{
  border-top: 2px solid red !important;
  margin-top: -2.8%;
  margin-left: 25%;
  margin-right: 25%;
}

/*hide red line*/
@media screen and (max-width: 600px) {
  .bsLineTwo{
    display: none;
  }
  .sliderImg h3{
    font-size: 30px;
    margin-top: 110%
  }
  .defaultOnes{
    margin-top: 0px !important;
  }
} 

.bsLineTri{
  border-top: 2px solid red !important;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: -1%;
}

.bsLineFour{
  border-top: 2px solid white !important;
  margin-top: 12%;
}

.bsLineFourRed{
  border-top: 2px solid red !important;
  margin-left: 25%;
  margin-right: 25%;
}

.lineSection h5, button{
  display: inline;
  padding-right: 2%;
  font-family: 'Oswald', sans-serif !important;
}

.lineButton{
  margin-top: 5px;
  margin-bottom: 6px;
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 79%, 77% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
  background-color: transparent !important;
  border-color: 1px rgba(0,0,0, 0.2) solid;
}

.lineButton:hover{
  background-color: red !important;
}
/*****************
ABOUT SECTION
*****************/
.aboutSection{
  margin-top: 5%;
  padding-top: 5.5%;
  margin-bottom: 1.5%;
}

.aboutImg{
  /*width: 500px;
  height: 650px;*/
  width: 100%;
  height: 95%;
  border: 2px #960000 solid;
  border-radius: 10px;
}

.signatureImg{
  width: 50%;
  margin-left: 5%;
  margin-right: 5%;
}

.aboutSection h4{
  color: #960000;
  font-weight: 400;
  font-family: 'Oswald', sans-serif !important;
  font-size: 40px;
  margin-top: 2%;
  margin-bottom: 5%;
}

.aboutSection p{
  font-family: 'Montserrat', sans-serif !important;
}

.directorP{
  margin-left: 5%;
  font-size: 10px;
  margin-top: -2%;
}

/*****************
COMPANY SECTION
*****************/
.dataCompany{
  margin-top: 5%;
  margin-bottom: 5%;
}

.dataCompany p{
  padding: 12px 6px;
  margin: 10% 4%;
  border: 2px #960000 solid;
  border-radius: 10px;
  font-size: 14px;
}

.dataCompany .fa{
  margin-right: 2%;
  margin-left: -2%;
  font-size: 20px;
  padding: 5px;
} 

.dataCompany img{
  width: inherit;
  height: 250px;
  border: 2px #960000 solid;
  border-radius: 10px;
}

.aboutCompany{
  text-transform: uppercase;
}

.offerSection{
  margin-top: 8%;
  margin-bottom: 18%;
  padding-top: 5.5%;
}

.offersImages img{
  margin-top: 14%;
  margin-bottom: 2%;
  width: 100%;
}

.offerSection span{
 font-size: 25px;
 text-transform: uppercase;
}

.certifSection img{
  width: inherit;
  height: inherit;
  padding: 1%;
}

.defaultOnes{
  margin-top: 100px;
}

/*****************
COUNTER SECTION
*****************/
.counter
{ 
  border-radius: 20px;
  border: 2px solid red !important;
  margin-top: 15%;
  margin-bottom: 22%;
}

.counter .fa{
  margin: 10px 0;
}

.employees,.customer,.design,.order
{
  margin-top: 70px;
  margin-bottom: 70px;
}
.counter-count
{
  font-size: 18px;
  background-color: #00b3e7;
  border-radius: 50%;
  position: relative;
  color: #ffffff;
  text-align: center;
  line-height: 92px;
  width: 92px;
  height: 92px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p
{
  font-size: 24px;
  color: #000000;
  line-height: 34px;
}


/*****************
CONTACT SECTION
*****************/
.customRow{
  margin: 12.5% 0;
}
.boxRows{
  margin: 2% 0;
  padding: 2% 0;
}
.boxRows input::placeholder{
  color: white;
}
.boxRows textarea::placeholder{
  color: white;
}
.boxRows input{
  background-color: transparent;
  color: white !important;
  margin: 10px 0;

}
.boxRows textarea{
  background-color: transparent;
  color: white !important;
}
.boxRows input:focus{
  background-color: transparent;
}
.boxRows textarea:focus{
  background-color: transparent;
}
.boxRows input:active{
  background-color: transparent;
}
.boxRows textarea:active{
  background-color: transparent;
}
.btn{
  padding: 15px 15px;
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 79%, 77% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
  background-color: transparent !important;
  border-color: 1px rgba(0,0,0, 0.2) solid;
}
.btn i{
  margin-right: 8px;
}

.customRight{
  margin: 10% 0;
}
.customLeft{
  margin: 12.5% 0;

}

footer a{
  text-decoration: none !important;
  color: red;
}

footer a:hover{
  color: #960000;
}

footer .powered{
  font-size: 14px;
}

.dropdown-toggle { color: white !important; }
.dropdown-item a { color: black !important; cursor: pointer; }

.nav-item img{
  width: 30px;
  height: 30px;
}

.nav-item button{
 padding: 5px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #960000;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

