@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:300,400,600,700,800');

body {

  background:#231f20;

  color: #fff;

}

.bg-primary, .btn-primary {

    background-color: #f2ac04 !important;

}



.navbar {

  border-bottom: #f1c250 3px solid;

 }

 

 .bg-dark {

    background-color: #231f20 !important;

}

.carousel-caption {



    bottom: 10%;

}
.carousel-caption a {
	color:#fff !important;}


.carousel-caption h3{font-size:3.5rem; line-height:4.5rem;}

.carousel-caption h3 span{font-size:1.5rem; line-height:1.5rem; display:block;}

.carousel-caption p{font-size:2rem; line-height:3rem; margin-top:20px;}

.carousel-caption h2{font-size:4rem; line-height:4rem;}



.text-muted{font-size:20px;}



.card-body {



    padding: .50rem;

}



.heading-tertiary{

font-family: 'Lato', Arial, Helvetica, sans-serif;

color:#f2ac04 !important

}



#home-section .home-inner {

  padding-top: 150px;

}



#home-section .card-form {

  opacity: 0.8;

}



#home-section .fas,

#create-section .fas {

  color: #f1c250;

  background: #fff;

  padding: 5px;

  border-radius: 5px;

}



#explore-section .fas,

#share-section .fas {

  background: #333;

  color: #fff;

  padding: 5px;

  border-radius: 5px;

}

.form-section {

    background: #231f20;

    border-radius: 8px;

}



.form-title {

    color: #fff;

    padding: 25px 0px;

    margin-bottom: 10px;

    border-bottom: 1px solid #ddd;

}

.form-box {

    padding: 32px 30px;

    border-radius: 0px 0px 8px 8px;

}

.form-control {

    height: 40px;

    padding: 8px 12px;

    border-radius: 0px;

    color: #888;

}

.call-bg {

    display: block;

    margin-left: 5px;

    background: #f2ac04 !important;

    margin-top:2px;

	text-decoration:none;

}

.call-bg a {

    color: #FFF;

    font-size: 22px;

	padding:5px 11px;

    font-weight: bold;

    text-decoration: none;

	transition:all 0.3s ease-in-out;

}



.call-bg a:hover{

    color: #231f20;

}



.top-link {

    display: none;

    right: 10px;

    bottom: 40px;

    z-index: 9;

    font-size: 1.3em;

    background: #f1c250;

    color: #FFF;

    border-radius: 50%;

    transition: all 0.3s ease;

}



.top-link a {

    color: #FFF;

    padding: 4px 10px;

    display: inline-block;

    width: 38px;

    height: 38px;

}



.affix {

    position: fixed;

}

#messages.form-control { height: 80px;}



#query-popup, #pdf-popup {

    z-index: 9999;

    min-width: 300px;

    height: auto;

    width: 100%;

    position: fixed;

    top: 16%;

    padding: 0 5px 15px 5px;

    left: 0;

    right: 0;

    margin: 0 auto;

}



#myModal1 .modal-dialog, #myModal .modal-dialog {

    width: 400px;

    margin: 2% auto;

}



.quick-from .form-group {

    margin-bottom: 5px;

    width: 100%;

    margin-right: 0;

}



.quick-from .form-group input {

    width: 100%;

}

#myModal1 .green-btn {

    width: 100%;

    padding: 15px;

}

.green-btn {

    background:#f2ac04;

    color: #FFF;

    border: 0;

    font-size: 15px;

    display: block;

    width: 30%;

    padding: 6px;

    text-transform: uppercase;

    border-radius: 3px;

	transition:all 0.3s ease-in-out;

	font-size:18px;

}

.green-btn:hover {

    background:#f2ac04;

    color:#231f20 ;

}

#myModal1.dwn-popup .modal-header {

    background-image: url(../img/pop-up-bg.jpg);

    background-size: 100%;

    padding: 30px 30px 60px 30px;

}

#myModal1.dwn-popup .modal-title {

    color: #fff;

    font-weight: bold;

    font-size: 28px;

    text-align: center;

}

#myModalLabel{color:#222;}

#myModal1 form{width:100%;}



#myModal1.dwn-popup .close {

    padding: 0.2rem;

font-size:2rem;

color:#fff;

   }

   .form-control {

    height: 48px;

    margin-bottom: 10px;

}



footer {

    background: #231f20 !important;

    padding-top: 15px;

}

.google-map {

    width: 100%;

    overflow: hidden;

    height: 270px;

    max-width: 100%;

    border: 5px solid #FFF;

}



.copyright-footer {

    color: #FFF;

    font-weight: 300;

    font-size: 16px;

    padding: 0px 0 5px 0;

    margin-top: 15px;

}



.disclaimer {

    font-size: 13px;

    color: #DDD;

    text-align: center;

    padding: 0px 0 5px 0;

}



.wp-mb {

    left: 25px;

    bottom: 40px;

    width: 350px;

    position: fixed;

    font-size: 1.4rem;

    height: 24px;

    line-height: 24px;

    box-shadow: 0px 5px 5px #000;

    display: block;

    z-index: 99999;

}



.wp-mb .nav-fill .nav-item {

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    text-align: center;

    background-color: #e3a104 !important;

}



.wp-mb .nav-link {

    display: block;

    padding: .5rem 1rem;

    color: #fff;

	font-size:16px;

	line-height:24px;

}

.wp-mb li:not(:last-child) {

    border-right: 1px solid #fff;

}

.seo-text {

    background: rgba(242,172,4,0.9);

    color: #AED1B3;

    padding: 3px 0;

    font-size: 12px;

    text-align: center;

}



@media only screen and ( max-width:767px )

{

	.carousel-caption h2, .carousel-caption h3 {



    font-size: 1.6rem;

    line-height:2.5rem;

font-weight:bold;



}

.carousel-caption h3 span {

    font-size: 1.2rem;

    line-height: 1.2rem;

    display: block;

}

#home-section {

    margin-top:90px;

}



.carousel-caption {



    right: 10%;

    bottom: 100px;

    left: 10%;

}

.carousel-caption p{display:none}



#about .call-bg {

 

    margin-left: 0px;

    margin-top: 0px;

    text-align: center;

    padding: 15px;

}



#about .call-bg a {

   

    font-size: 22px;

    padding: 20px 60px;

   

}

}