/*Font Family Used In Website*/
 
@font-face {
font-family:nexa-light;
src: url("../fonts/nexa-light.otf");
}

@font-face {
font-family:nexa-regular;
src: url("../fonts/nexa-regular.otf");
}

@font-face {
font-family:nexa-bold;
src: url("../fonts/nexa-bold.otf");
}

@font-face {
font-family:nexa-black;
src: url("../fonts/nexa-black.otf");
}
 

body {
 	font-family: 'nexa-regular', sans-serif;
 	font-weight: 400;
}

 body .container {
 	width: 100%;
 	max-width: 1170px;
 }

 body img {
 	max-width: 100%;
 }

section , header , footer {
    float: left;
    width: 100%;
}

a {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer !important;
    display: inline-block;
    text-decoration: none !important;
}




.custom-scroll1::-webkit-scrollbar-track
{
 
 
    background-color: #F5F5F5;
}

.custom-scroll1::-webkit-scrollbar
{
    width: 8px;
    background-color: #00b22d;
}

.custom-scroll1::-webkit-scrollbar-thumb
{
 
 
    background-color: #d8d8d8;
}



.col-white {
	color:white !important;
}
.col-black {
	color:white !important;
}

.bg-white {
	background:white !important;
}

.bg-black {
	background:black !important;
}




.pad-top-20 {
	padding-top: 20px !important
}
.pad-top-40 {
	padding-top: 40px !important
}
.pad-top-60 {
	padding-top: 60px !important
}
.pad-top-80 {
	padding-top: 80px !important
}


.pad-bot-20 {
	padding-bottom: 20px !important
}
.pad-bot-40 {
	padding-bottom: 40px !important
}
.pad-bot-60 {
	padding-bottom: 60px !important
}
.pad-bot-80 {
	padding-bottom: 80px !important
}

.m-b-10 {
	margin-bottom: 10px !important
}
.m-b-20 {
	margin-bottom: 20px !important
}
.m-b-30 {
	margin-bottom: 30px !important
}
.m-b-40 {
	margin-bottom: 40px !important
}
.m-b-50 {
	margin-bottom: 50px !important
}


.m-t-10 {
	margin-top: 10px !important
}
.m-t-20 {
	margin-top: 20px !important
}
.m-t-30 {
	margin-top: 30px !important
}
.m-t-40 {
	margin-top: 40px !important
}
.m-t-50 {
	margin-top: 50px !important
}


.no-margin {
	margin:0px !important;
}
.no-pad {
	padding:0px !important;
}


.modal-dialog {
    top: 50%;
    margin: 0px auto !important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) !important;
}

section.all-content {
    background-image: url(../images/bg-desktop2.jpg);
    background-size: cover;
    background-position: center center;
    padding: 40px 0px 20px 0px;
    min-height: 100vh;
}
.logo {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.logo img {
    width: 150px;
}
.para-text {
    float: left;
    width: 100%;
    max-width: 900px;
}

 

.footer-text {
    float: left;
    width: 100%;
    margin-top: 35px;
    position: static;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.all-content .container {
	
    position: relative;

}

.page-wrapper {
    float: left;
    width: 100%;
    min-height: 86vh;
    position: relative;
}
.footer-text p {
    font-size: 13px;
    letter-spacing: 0.7px;
    font-weight: 400;
    font-family: 'nexa-light';
    margin-bottom: 0px;
}
.para-text h5 {
    font-size: 19px;
    line-height: 28px;
    font-family: 'nexa-bold';
    margin-top: 0px;
    margin-bottom: 13px;
    letter-spacing: 1.3px;
}

.para-text p {
    font-size: 17px;
    line-height: 25px;
    font-family: 'nexa-light';
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 550px;
}


.col-brown {
	color:#DEA522 !important;
}
.custom-btn1 {
    background: #DEA522;
    color: #181818 !important;
    font-size: 16px;
    padding: 12px 38px;
    letter-spacing: 0.6px;
    border-radius: 5px;
    font-family: 'nexa-bold';
}

.popup-wrapper {
    float: left;
    width: 100%;
    padding: 30px 45px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.custom-modal-head {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.custom-modal-data {
    float: left;
    width: 100%;
}

.form-field1 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.form-field1 p {
    color: #282828;
    font-size: 15px;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}

.form-field1 input {
    width: 100%;
    height: 42px;
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding: 0px 10px;
}


.form-field1 textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding: 10px 10px;
    outline: none;
}


.custom-modal-head h2 {
    font-family: nexa-black;
    letter-spacing: 1px;
    font-weight: normal;
}


.submit-btn1 {
    background: #DEA522;
    color: #282828;
    font-family: 'nexa-black';
    font-size: 16px;
    border: none !important;
    letter-spacing: 0.7px;
    height: 48px !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.submit-btn1:hover {
	background:black;
	color:white;
}
button.close {
    position: absolute;
    right: -40px;
    top: -20px;
    background: black;
    width: 30px;
    opacity: 1;
    text-shadow: none;
    color: white;
    border-radius: 100%;
    height: 30px;
}
button.close:hover {
background:#DEA522;
color:black;
}


.logo img {
    width: 120px;
}

/*Media Queries Of Website*/

/*Small Laptops*/
@media screen and (max-width:992px) and (min-width:751px) { 
.logo img {
    width: 130px;
}
}


 



/*Mobile Devices*/
@media screen and (max-width:750px) and (min-width:320px) { 

section.all-content {
    background-image: url(../images/bg-mobile.jpg);
    background-size: 100% 100%;
    background-position: top center;
    padding: 70px 12px 20px 12px;
    min-height: 100vh;
    position: relative;
}
.logo {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.logo img {
    width: 130px;
}
.para-text h5 {
    font-size: 15px;
    line-height: 25px;
    font-family: 'nexa-regular';
    letter-spacing: 0.8px;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
}
.para-text p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'nexa-light';
    letter-spacing: 0.8px;
    margin-top: 0px;
    margin-bottom: 30px;
    max-width: 550px;
    text-align: center;
    margin-top: -10px;
}
.para-text {
    float: left;
    width: 100%;
    max-width: 800px;
    text-align: center;
}
.footer-text {
    float: left;
    width: 100%;
    margin-top: 60px;
    position: static;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.modal {
    padding: 0px 20px !important;
}
.popup-wrapper {
    padding: 20px 30px;
}
.custom-modal-head h2 {
    font-family: nexa-black;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 27px;
}
.custom-modal-head {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
button.close {
    right: -20px;
    top: -10px;
}
.modal-dialog {
    top: auto !important;
    transform: none !important;
    margin-top: 40px !important;
}
.overlay-1 {
    float: left;
    width: 100%;
    background: linear-gradient( 
180deg
 , rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 100%;
    position: absolute;
    left: 0px;
    height: 76%;
    bottom: 0px;
}
}