html {scroll-behavior:smooth;}
body {background:#fff; color:#000; font-family: 'palatino_linotypebold'; font-size:18px;line-height:40px;}
*, *:focus {outline:none !important;}
a {text-decoration:none !important; color:#1b8fd8;} a:hover{color:#343434;}
p {margin-bottom:25px;} .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:1260px;}
.container-fluid { max-width:1660px;}
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;}
/******* Helpers ********************************************************************/
.ImgFade{background-color:#000;}
.ImgFade img{opacity: 0.9; filter: alpha(opacity=90); /* For IE8 and earlier */}
.mar-p-0 p { padding:0; margin:0;}
/*************Line Height****************/
.ls-1 {letter-spacing:1px !important;}
.ls-2 {letter-spacing:3px !important;}
/*************Font Weight****************/
.font-weight-medium { font-weight:500;}
.font-weight-semi { font-weight:600;}
.font-weight-black { font-weight:900;}
/*****************************/
.breadcrumb{border-bottom:1px dashed #d3d3d3; color:#505050; margin:15px 0px; background-color:transparent;padding:0 0 15px; text-transform:uppercase; font-size:12px;}
.breadcrumb>li+li:before{content:"\00BB";color:#000; margin:0 10px;}
.gutter-sm {margin-left:-10px!important;margin-right:-10px!important;}
.gutter-sm div[class^="col"]{padding-left:10px!important;padding-right:10px!important;}
/***************************/
.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:13px; padding:15px 40px; text-transform:uppercase;font-family: 'Montserrat', sans-serif; letter-spacing:.040em; border-radius:0;  font-weight:600;}
.btn-danger{background-color:#d00013; color:#fff !important;border:none;}
.btn-danger:hover,.btn-danger.focus,.btn-danger:focus{background-color:#ff1026; color:#fff !important;}
.btn.arr:after { content:url(../images/arr.png); position:relative; left:10px;}
/*****************************/
.bg-warning {background: #f5f5ce !important;}
.alert-warning {background: #f7f7d9 !important;}
.bg-dark {background: #252525 !important;}
/*****************************/
.text-danger {color:#d00013 !important;}
.text-warning {color:#dadabf !important;}
.text-dark {color:#000 !important;}
/*****************************/
.boxshadow{box-shadow:5px 5px 15px rgba(29,85,168,0.15) !important;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {font-family: 'palatino_linotypebold';}
h1, .h1 {font-size:45px;}
h2, .h2 {font-size:34px;}
h3, .h3 {font-size:25px;}
h4, .h4 {font-size:20px;}
h5, .h5 {font-size:15px;}
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: #0c1651;font-family: 'Merriweather Sans', sans-serif;}
.form-control::-moz-placeholder {color: #0c1651;font-family: 'Merriweather Sans', sans-serif;}
.form-control:-ms-input-placeholder {color: #0c1651;font-family: 'Merriweather Sans', sans-serif;}
.form-control:-moz-placeholder {color: #0c1651;font-family: 'Merriweather Sans', sans-serif;}

/********** 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)";}