@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
*{
   font-family: 'Oswald', sans-serif;
}
body{
    background-color: rgba(249, 209, 49, 0.523) !important;
}
/*navbar*/
.header{
    width: 100%;
  }
  .navbar {
    background-color: rgb(0, 0, 0) !important;
    width: 100%;
    box-shadow: 0px 1px 1px #f6d030;
    position: fixed !important;
}
  .navbar-brand img{
  align-items: center !important;
  height:60px;
  width:120px;
  }
  .navbar-collapse a:hover{
    color: white !important;
    border-bottom: 1px solid white;
    }
    .navbar-collapse a{
    font-size: 18px !important;
    color: rgb(247,210,49) !important;
    text-decoration: none !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    }
  @media only screen and (max-width: 600px){
    .nav-item a{
        display:flex !important;
    }
  .header{
    width: 100%;
  }
  }
   @media screen and (max-width: 1000px){
    .fa-bars:before {
  content: "\f0c9";
  color: white;
}
}
  
/*end of navbar*/
.contact-us-section{
    background-color: #000;
    min-height: 400px;
    margin-top: 50px;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0 10px 8px -7px rgba(0,0,0,0.5);
}        
.contact-us-section h2{
    color: #ffb808;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-us-section h2 span{
    display: block;
    text-transform: unset;
    font-size: 18px;
    color: #000000;
    
    font-weight: 700;
    font-weight: normal;
    letter-spacing: 1px;
}
.contact-us-section .section-title {
    background-color: rgb(255, 255, 255);
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align:center;
}
.contact-us-section .section-title:before{
    height: 26px;
    width: 26px;
    background-color: #ffb808;
    
    position: absolute;
    bottom: 48px;
    right: -13px;
}
.contact-us-form{
    margin: 35px 25px;
}
.contact-us-form .form-group{
    margin-bottom: 10px;
}
.contact-us-form label{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    margin-bottom: 0px;
}
.contact-us-form input {
    margin: 0px 0px 5px 0px;
    width: 100%;
    display: block;
    border: none;
    padding: 10px 0;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
   background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) calc(100% - 2px), #ffb808 calc(100% - 2px), #ffb808 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) calc(100% - 2px), #ffb808 calc(100% - 2px), #ffb808 100%);
    background-position: 0 0;
    background-size: 0px 100%;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 17px;
    resize: none;
}

.contact-us-form input:focus, 
.contact-us-form input:valid, 
.contact-us-form textarea:focus,  
.contact-us-form textarea:valid {
    box-shadow: none;
    outline: none;
    background-size: 100% 100%;
    
}
.contact-us-form input::-webkit-input-placeholder,
.contact-us-form textarea::-webkit-input-placeholder {
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-us-form input:focus::-webkit-input-placeholder,
.contact-us-form input:valid::-webkit-input-placeholder,
.contact-us-form textarea:focus::-webkit-input-placeholder,
.contact-us-form textarea:valid::-webkit-input-placeholder {
    color: #1abc9c;
    font-size: 11px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    visibility: visible !important;
}
.btn-send-message{
    border-radius: 0px;
    background:none !important;
    float: right;
    width:40% !important;
    font-size: 20px;
    font-weight: bold;
    text-transform: unset;
    box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.25);
    padding:10px 25px;
    border:2px solid #ffb808 !important;
    border-radius: 15px;
    text-transform: uppercase;
}
.btn-send-message:hover{
    color:black;
    opacity:1;
    background-color:rgba(249, 209, 49, 0.523) !important;
}
#error_message{
  margin-bottom: 20px;
  background: #fe8b8e;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease;
}

/*end of form*/
/*footer*/


.footer-section {
	background: #151414;
	position: relative;
	}
	.footer-cta {
	border-bottom: 1px solid #373636;
	}
	.single-cta i {
	color: #f7d231;
	font-size: 30px;
	float: left;
	margin-top: 8px;
	}
	.cta-text {
	padding-left: 15px;
	display: inline-block;
	}
	.cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
	}
	.cta-text span {
	color: #757575;
	font-size: 15px;
	}
	.footer-content {
	position: relative;
	z-index: 2;
	}
	.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
	}
	.footer-logo {
	margin-bottom: 30px;
	}
	.footer-logo img {
	  max-width: 200px;
	}
	.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
		color: #7e7e7e;
	line-height: 28px;
	}
	.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
	letter-spacing: 1px;
	}
	.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
	}
	.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	}
	.facebook-bg{
	background: #3B5998;
	}
	.twitter-bg{
	background: #55ACEE;
	}
	.google-bg{
	background: #DD4B39;
	}
	.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
	letter-spacing: 1px;
	}
	.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #f7d231;
	}
	.footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
	}
	.footer-widget ul li a:hover{
	color: #f7d231;
	}
	.footer-widget ul li a {
	color: #878787;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 1px;
	}
	.subscribe-form {
	position: relative;
	overflow: hidden;
	}
	.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
	}
	.subscribe-form button {
	  position: absolute;
	  right: 0;
	  background: #f7d231;
	  padding: 13px 20px;
	  border: 1px solid #f7d231;
	  top: 0;
	}
	.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
	}
	.copyright-area{
	background: #202020;
	padding: 25px 0;
	}
	.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787;
	}
	.copyright-text p a{
	color: #f7d231;
	}
	.footer-menu li {
	display: inline-block;
	margin-left: 20px;
	}
	.footer-menu li:hover a{
	color: #f7d231;
	}
	.footer-menu li a {
	font-size: 14px;
	color: #878787;
	}
	/* end */
.hide
{
  display: none;
}
.close{
  cursor: pointer;
  padding: .5rem;
}
.main-section{
	padding: 15px;
	background:#f1f1f1;
}
.custom-file-control::after {
  content: "Choose file...";
}
.custom-file-control::before {
  content: "Browse";
}
.btn_clr
{
	color: #fff;
    background-color: #f6d130;
    border-color: #f7d131;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #606060;
}
input[type=number] {
	-moz-appearance: textfield;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
  }
    .footer-widget ul {
    margin: 0px;
    padding: 0px;
}
.footer-text a
{
    color: #838787;
    font-size: 15px;
    /*letter-spacing: 1px;*/
}
.footer-text a:hover
{
    color: #f6d130;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
  
  
  