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

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

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


html {scroll-behavior:smooth;}
body {background:#030323; color:#000; font-family: 'duCoHeadline16 Light', sans-serif; font-size:17px;line-height:36px; font-weight:400;min-height: 100vh;
    display: flex;
    flex-direction: column; }
*, *:focus {outline:none !important;}
a {text-decoration:none !important; color:#000;} a:hover{color:#152e6b;}
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:1400px;}
.container-sm { max-width:1140px;}
ul,li { margin:0px; padding:0;}
.navbar-nav {list-style:none!important;}
form .border-bottom { border-left:none; border-top:none; border-right:none; border-color:#797979 !important;}
.img-thumbnail { border-radius:0px; box-shadow:10px 10px 20px rgba(0,0,0,0.2); padding:10px;}
hr { background-color:#aaa;}

/*************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{ border:none; 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:20px; font-family:"duCoHeadline16 Light", san-serif; padding:10px 30px; letter-spacing:0; border-radius:25px; font-weight:300;}
.no-underline { text-decoration:none !important; }
/*****************************/
.bg-primary { background-color:#040539 !important}
.bg-success { background-color:#1bb9a4 !important}
.bg-danger { background-color:#ed1c24 !important}
.bg-light { background-color:#ebebeb !important;}
.bg-dark { background-color:#000 !important}
.bg-blue { background-color:#030323 !important}.bg-grey { background-color:#c9c9c9 !important;}
.br-10 {border-radius:10px;}.border-left-grey {border-left:3px solid #c9c9c9}
/*****************************/
.btn-success { background-color:#1bb9a4 !important}
.btn-danger { background-color:#ed1c24 !important}
.btn-white { background-color:#fff !important; color:#1bb9a4}

.text-primary {color:#41d14b !important}

/*****************************/
.boxshadow{box-shadow:5px 5px 15px rgba(29,85,168,0.15) !important;}
h1, h2 { font-family:"duCoHeadline16 Bold", san-serif;}
h3, h4, h5, h6 { font-family:"duCoHeadline16 Light", san-serif;}
h1, .h1 {font-size:72px;}
h2, .h2 {font-size:48px;}
h3, .h3 {font-size:36px;}
h4, .h4 {font-size:30px; line-height:1.5}
h5, .h5 {font-size:24px; line-height:1.5}
h6, .h6 {font-size:18px; line-height:1.5;}
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;}

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