@font-face {
    font-family: 'Dealers Solid';
    src: url('../fonts/DealersSolid.eot');
    src: url('../fonts/DealersSolid.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DealersSolid.woff2') format('woff2'),
        url('../fonts/DealersSolid.woff') format('woff'),
        url('../fonts/DealersSolid.ttf') format('truetype'),
        url('../fonts/DealersSolid.svg#DealersSolid') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {scroll-behavior:smooth;}
body { background:#fff; font-family: "Nirmala UI", sans-serif; color:#222; font-size:16px; line-height:2.4;}
*, *: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;} 
.container { max-width:1600px;}
ul,li { margin:0; padding:0; }
form .border-bottom { border-left:none; border-top:none; border-right:none; border-color:#797979 !important;}
.form-control { background:#f3f3f3; border:0px solid #f8f8f8; border-radius:0px; font-weight:300; padding:20px;}
.form-control:focus { border:1px solid #eee; }
.font-italic { font-style:italic;}
.ls-1 {letter-spacing:1px;}
.ls-2 {letter-spacing:2px;}
.ls-3 {letter-spacing:3px;}
.ls-5 {letter-spacing:5px;}
.font-weight-bold { font-weight:700;}
.font-weight-semibold { font-weight:500;}
.font-weight-light { font-weight:300;}

/************Buttons*****************/
.btn{color:#000 !important; border:none !important; font-family:"Dealers Solid", san-serif; font-size:15px; -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; padding:25px 35px; border-radius:0px; font-weight:normal; line-height:1; text-transform:uppercase; letter-spacing:0.2rem}

.btn-2x{font-size: 15px; padding: 12px 13px}

/*****************************/
.btn-primary { background:#16ec00 !important; color:#fff;}
.btn-primary:hover { background:#000 !important; color:#fff !important;}
.btn-secondary { background:#172c58 !important; color:#fff;}

.bg-dark {background-color: #000 !important;}
.bg-light {background-color: #e8f6fa !important;}
.bg-gray {background-color: #0f0f0f !important;}
.bg-black {background-color: #000 !important;}
.bg-primary {background-color: #16ec00 !important;}
.bg-secondary {background-color: #172c58 !important;}
.bg-success {background-color: #16ec00 !important;}

/*****************************/
.text-primary {color:#16ec00 !important;}
.text-secondary {color:#1a232e !important;}
.text-dark {color:#002747 !important;}
.text-light {color:#646464 !important;}
.text-gray {color:#696969 !important;}
.text-black {color:#000 !important;}
/*****************************/
.shadow{box-shadow:12px 12px 15px rgba(0,0,0,0.6) !important;}
.txt-shadow{text-shadow:5px 5px 5px rgba(0,0,0,0.5) !important;}
h1, h2, h3, h4, h5, h6 {font-family:"Dealers Solid", san-serif; font-weight:normal !important; line-height:1.5}
h1 {font-size:60px;}
h2 {font-size:48px;}
h3 {font-size:38px;}
h4 {font-size:24px;}
h5 {font-size:18px;}
h6 {font-size:14px;}
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)";}