/* Add here all your CSS customizations */
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #182027 ;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #d19c27;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.cta-text span a ,.cta-text span  {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.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: 150px;
}
.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: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
}
.footer-social-icon i {
  height: 35;
  width: 35px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}


.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #d19c27;
}
.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #d19c27;
  text-decoration: none;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.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: #d19c27;
    padding: 13px 20px;
    border: 1px solid #d19c27;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #1a1a1a;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #d19c27;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #d19c27;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}


.float{
	position:fixed;
  width: 130px;
  height: 44px;
	bottom:30px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:16px;

  z-index:100;
}
.float :hover{
  
  color:#fff;
}

.my-float{
	margin-top:13px;
}
 iframe {
  top: 0;
  left: 0;
  width: 540px;
  height: 307px;
  margin: auto;
  
  }

  @media (max-width: 400px){
  iframe {
     width: 339px;
    height: 187px;
  }
}

.videos ul {
  columns: 2;
}
.vid-fluid{
  width: 500px;
  height: 260px;

}

 @media (max-width: 400px){
.vid-fluid{
    width: 215px;
  height: 170px; 
}
}
/*Modal*/

.close {
  color: black;
  transform: scale(1.2)
}

.modal-content{
  color:black ;
  background-color:#efefef ;
}
.form-control::-webkit-input-placeholder {
  color: #eee;  
}
.form-control:focus::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}

.form-group ul li{
  list-style: none;
}



@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
}





