html {scroll-behavior:smooth;}
body {background:#181818; color:#fff; font-family: Montserrat, sans-serif; font-size:17px; line-height:2; font-weight:300;}
*, *:focus {outline:none !important;}
a {text-decoration:none !important; color:#ccc;} a:hover{color:#464646;}
p { } .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:1170px;}
ul,li { margin:0; padding:0; }
ul > li::marker { color:#ff6600}
form .border-bottom { border-left:none; border-top:none; border-right:none; border-color:#797979 !important;}
.form-control { background:#f3f3f3; border:0; border-radius:0px; font-weight:300; padding:15px;}
.gutter-sm {margin-left:-10px!important;margin-right:-10px!important;}
.gutter-sm div[class^="col"]{padding-left:10px!important;padding-right:10px!important;}
strong { font-weight:700;}
.ls-1 {letter-spacing:1px}
.ls-2 {letter-spacing:2px}
.ls-3 {letter-spacing:3px}
.ls-5 {letter-spacing:5px}
.font-weight-normal {font-weight:normal;}
hr.block-sep {border:1px solid #019100; background:#019100 !important; height:3px; opacity:1; margin:30px 0px; width:32px;}

/***************************/
.btn{ 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:12px; padding:25px 30px; border-radius:0; border:none; font-weight:400; text-transform:uppercase; }
hr { background:#aaa; height:2px;}
.btn-bordered {border:2px solid #272727; font-size:16px; padding:10px 22px;}
.btn-bordered:hover {border:2px solid #4e4e4e;}

/*****************************/
.bg-primary, .btn-primary { background-color:#181818 !important;}

.btn-float-pos .btn-primary { border:1px solid;}

.bg-secondary, .btn-secondary {}
.bg-light {background-color:#f3f3f3 !important;}
.bg-grey {background-color:#232323 !important}
.bg-dark {background-color:#666565 !important}

.text-primary { color:#019100 !important}
.text-secondary { color:#c53f14 !important}
.text-dark { color:#222 !important}
.text-light { color:#cccccc !important}

/*****************************/
.shadow{box-shadow:15px 15px 30px rgba(0,0,0,0.5) !important;}
h1, h2, h3, h4, h5, h6 {/*line-height:1;*/ text-transform:uppercase}
h1 {font-size:72px;}
h2 {font-size:60px;}
h3 {font-size:42px;}
h4 {font-size:36px;}
h5 {font-size:22px;}
h6 {font-size:18px;}

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)";}