@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300..900;1,300..900&display=swap')

html {scroll-behavior:smooth;}
body { color:#fff; /*font-family: "Futura Std", sans-serif; */ font-family: "Montserrat", sans-serif; font-size:18px; line-height:2; background:#000;}
*, *:focus {outline:none !important;}
a {text-decoration:none !important; color:#333;} a:hover{color:#7c0022;}
p {margin-bottom:30px;} .nomrgn{margin:0px !important;}
.bor-ctr:after {content:" "; display:block; border-bottom:4px solid #089247; width:65px; margin:30px auto;} 
.bor-lft:after {content:" "; display:block; border-bottom:5px solid #07a1b6; width:160px; margin:30px 0;} 
.page-id-6 .container { max-width:1600px;}
.header .container { max-width:1600px;}
.header .container { max-width:1600px;}
footer .container { max-width:1600px;}
ul,li { margin:0; padding:0; list-style:none;}
form .border-bottom { border-left:none; border-top:none; border-right:none; border-color:#797979 !important;}
.form-control { background:#f8f8f8; border:1px solid #f8f8f8; border-radius:0px; font-weight:300; padding:12px;}
.form-control:focus { border:1px solid #eee; }
.font-italic { font-style:italic;}
.font-weight-light { font-weight:300;}
.font-weight-medium { font-weight:500;}
.font-weight-semibold { font-weight:600;}
.font-weight-bold { font-weight:700;}
.ls-1{letter-spacing:2px;}
.ls-2{letter-spacing:4px;}
.ls-4{letter-spacing:8px;}
.paddx-10 { padding-left:10%; padding-right:10%;}

/************Buttons*****************/
.btn{ border:0px; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;text-decoration:none !important; font-size:18px; padding:10px 20px;/*padding:20px 30px;*/ border-radius:0; letter-spacing:0.2rem; text-transform:uppercase; }

.btn-bordered{ border:2px solid #fff; color:#fff; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;text-decoration:none !important; font-size:18px; font-weight:bold; padding:20px 40px; border-radius:0; letter-spacing:0.2rem; text-transform:uppercase; }

.btn-bordered-pad{padding:10px 20px!important;}

.btn-bordered:hover{ background-color: #000 !important; border:2px solid #fff; color:#fff; }

.btn-primary { background-color: #ffce2e !important; border:2px solid #202020 !important;}
.btn-primary:hover { background-color: #000 !important; color:#fff}
.btn-secondary { background-color: #1f1f1f !important; border:2px solid #e12727 !important;}
.btn-secondary:hover { background-color: #000 !important;}

.btn-2x {font-size:20px; padding:25px 40px; font-weight:700; }
.btn-2x .fa-arrow-right {font-size:16px; }

/*****************************/
.bg-primary {background-color: #ffce2e !important;}
.bg-secondary {background-color: #1f1f1f !important;}
.bg-info {background-color: #412e28 !important;}
.bg-light {background-color: #f6f6f6 !important;}
.bg-dark-gray {background-color: #1f1f1f !important;}
.bg-black {background-color: #000 !important;}

/*****************************/
.text-primary {color:#ffce2e !important;}
.text-secondary {color:#1f1f1f !important;}
.text-gray {color:#6f6f6f !important;}
.text-dark {color:#000 !important;}

/*****************************/
.shadow{box-shadow:22px 22px 22px rgba(0,0,0,0.3) !important;}
h1, h2, h3, h4, h5, h6 { /*font-family:Jost, san-serif; */ font-family: "Montserrat", sans-serif; font-style:italic; font-weight:800;  text-transform:uppercase; line-height:1 }
h1 {font-size:80px;}
h2 {font-size:56px;}
.customh2size{font-size:32px;}
h3 {font-size:60px;}
h4 {font-size:48px;}
h5 {font-size:36px;}
h6 {font-size:24px;}
input.form-control,input.form-control:focus {box-shadow:none;}
select.form-control {height:calc(1.5em + 1.2rem + 2px);}
textarea.form-control,textarea.form-control:focus {resize:none;box-shadow:none;}
textarea.form-control:not([rows]) {height:136px;}
.form-control::-webkit-input-placeholder {color: #b6b6b6;}
.form-control::-moz-placeholder {color: #b6b6b6;}
.form-control:-ms-input-placeholder {color: #b6b6b6;}
.form-control:-moz-placeholder {color: #b6b6b6;}

/********** Back To Top Button ***************************************************************************************************/
#scroll {background:rgba(95,95,95,0.55); position:fixed; right:10px; bottom:10px; z-index:99999; cursor:pointer; width:45px; height:45px; text-indent:-9999px; display:none; webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px}
#scroll span {position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent; border-bottom-color:#ffffff;}
#scroll:hover {background-color:#000; opacity:1;filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)";}