<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
                Author     : Munjin Hasan Adil
*/

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-CondensedBold';
    src: url('../fonts/HelveticaNeue-CondensedBold.eot');
    src: url('../fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'), url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff'), url('../fonts/HelveticaNeue-CondensedBold.ttf') format('truetype'), url('../fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('../fonts/HelveticaNeue.ttf') format('truetype'),
        url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {font-family: 'Helvetica Neue'; font-size: 17px; background: #f2f2f2;}
* {outline: none !important;}
a:hover {text-decoration: none;}
p {margin-bottom: 15px;}
.btn-ig {padding: 8px 35px; background: #094f72; color: #fff !important; font-size: 20px; border-radius: 0; text-transform: uppercase; font-family: 'HelveticaNeue-CondensedBold';}
.btn-ig:hover {background: #000; color: #fff !important;}
.gutter-left-0 {padding-left: 0;}
.gutter-right-0 {padding-right: 0;}
.gutter-left-6 {padding-left: 6px;}
.gutter-right-6 {padding-right: 6px;}
.page-bg {
    background: #fff; 
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 3px 1px rgba(224,224,224,1);
    -moz-box-shadow: 0 0 3px 1px rgba(224,224,224,1);
    box-shadow: 0 0 3px 1px rgba(224,224,224,1);
}



/*================= Header ===================*/
header {padding-top: 10px; padding-bottom: 10px; background: #fff;}
.logo {width: 375px;}
.header-phone {text-align: right;}
.header-phone-wrapper {display: inline-block;}
.header-phone span.header-questions {display: block; text-align: center; font-family: 'Helvetica Neue'; text-transform: uppercase; font-size: 22px; color: #094f72;}
.header-phone span.phone {padding: 11px 32px; background: #094f72; color: #fff; font-family: 'HelveticaNeue-CondensedBold'; font-size: 18px;}

/*================= Navigation ===================*/
.navbar {
    padding-left: 60px; padding-right: 60px; padding-bottom: 0; 
    background: #094f72;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; 
}
.navbar-brand {
    margin-right: 0; padding-top:0; padding-bottom: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; 
}
.navbar-nav .nav-link {margin-right: 25px;}
.navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    font-family: 'Helvetica Neue';
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    border-bottom: 5px solid #fff;
}
/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

/*================= Banner ===================*/
.full-screen {background-size: cover; background-position: center; background-repeat: no-repeat;}
#carouselExampleIndicators .carousel-caption {
    position: absolute;
    top: 17%;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
#carouselExampleIndicators .carousel-caption-inner {
    padding: 10px 15px 10px; 
    display: inline-block; 
/*    width: 80%; 
    float: right; */
    text-align: center;
}
#carouselExampleIndicators h3 {
    margin-bottom: 15px;
    margin-top: 0; 
    margin-bottom: 0; 
    font-size: 55px; 
    text-transform: uppercase;
    font-family: 'HelveticaNeue-Bold';
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
#carouselExampleIndicators p {
    margin-bottom: 15px;
    margin-top: 0; 
    margin-bottom: 0; 
    font-size: 26px; 
    text-transform: uppercase;
    font-family: 'Helvetica Neue';
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}
#carouselExampleIndicators p span {display: block;}
#carouselExampleIndicators .btn {
    font-size: 23px; 
    margin-top: 25px;
    padding: 18px 40px;
    text-transform: uppercase;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
#carouselExampleIndicators .carousel-control-next, #carouselExampleIndicators .carousel-control-prev {width: 70px; opacity: 1; z-index: 10; bottom: auto; top: 43%; display: none;}
#carouselExampleIndicators .carousel-control-next:hover, #carouselExampleIndicators .carousel-control-prev:hover {opacity: 0.8;}


/*=================  Content ===================*/
.bottom-para {text-align: center; width: 80%; margin: 62px auto 50px; font-size: 28px; color: #255376; font-family: 'caslontwotwentyfourbold';}
h3.section-title {position: relative; font-size: 28px; color: #000000; margin-bottom: 25px; text-align: center; font-family: 'HelveticaNeue-Bold'; text-transform: uppercase;}
h3.section-title::after {
    content:'';
    position:absolute;
    left:0; 
    right:0;
    top:100%;
    margin:10px auto 0;
    width:180px;
    height:4px;
    border-radius: 0;
    background:#221e1f;
}

/*=================  Subscriptions ===================*/
#subscriptions {
    position: relative; background: #fff; color: #fff; margin-top: -50px; padding-top: 35px; padding-bottom: 40px; 
    border-radius: 20px; text-align: center;
    -webkit-box-shadow: 0 0 3px 1px rgba(224,224,224,1);
    -moz-box-shadow: 0 0 3px 1px rgba(224,224,224,1);
    box-shadow: 0 0 3px 1px rgba(224,224,224,1);
}
#subscriptions p.lead {padding: 0 130px; text-align: center; font-size: 19px; color: #000000; margin-bottom: 45px;}
.subscriptions-box {padding: 20px 10px 18px; border-radius: 10px; margin-bottom: 20px;}
.subscriptions-box h4 {text-transform: uppercase; font-size: 16px; position: relative; margin-bottom: 25px;}
.subscriptions-box h4::after {content:''; position:absolute; left:0; right:0; top:100%; margin:15px auto 0; width:70px; height:3px; border-radius: 0; background:#fff;}
.box-1 {background: #094f72;}
.box-2 {background: #464155;}
.box-3 {background: #823439;}
.box-4 {background: #be271d;}
.box-5 {background: #fb1900;}
.subscriptions-box-row {position: relative; font-size: 16px; margin-bottom: 30px;}
.dollar-sign {position: absolute; margin-top: -2px; font-size: 22px; font-family: 'HelveticaNeue-Bold';}
.amount {margin-left: 12px; font-size: 42px; font-family: 'HelveticaNeue-Bold'; line-height: 100%;}
.country {display: block; line-height: 100%;}

.free {font-family: 'HelveticaNeue-Bold'; text-transform: uppercase; font-size: 35px; font-style: italic;}
.btn-subscribe {font-family: 'HelveticaNeue-CondensedBold'; text-transform: uppercase; font-size: 18px; color: #fff; border: 2px solid #fff; margin-top: 20px; padding: 5px 30px; border-radius: 0;}
.btn-subscribe:hover {background: #000; border: 2px solid #000; color: #fff;}
.subscriptions-bottom-note {color: #555555; text-align: left; font-size: 15px; padding-left: 15px; margin-top: 18px;}
.contact-link {color: #555555; text-decoration: underline;}
.wrap-span {position: relative; margin: 0 auto;}


/*=================  Coverage ===================*/
#coverage {
    margin-top: 50px; 
    position: relative;
    background: #f2f2f2 url('../img/industry-left-bottom.png');
    background-position: left bottom;
    background-repeat: no-repeat; 
}
.coverage-wrapper1 {
    background: url('../img/industry-right-top.png');
    background-position: right top;
    background-repeat: no-repeat; 
    position: relative;
}
#coverage h3 {color: #555555;}
#coverage h3.section-title::after {
    background:#555555;
}
.coverage-content {padding-top: 40px; padding-bottom: 30px;}
p.coverage-lead {padding: 0 15px; text-align: center; font-size: 19px; color: #555555; margin-bottom: 45px;}
p.coverage-lead span {display: block;}
.coverage-box {background: #555555; padding: 10px 20px; border-radius: 7px; color: #fff; text-align: center}
.row-wrapper {padding: 0 250px;}
.row-wrapper [class*="col-"] {
    margin-bottom: 12px;
}
#coverage .btn, #advertise .btn {padding: 12px 50px;}

/*=================  Advertise ===================*/
#advertise {background: #ffffff; padding-top: 65px; padding-bottom: 55px;}
#advertise h3.section-title {margin-bottom: 40px;}
#advertise p {padding: 0 30px; font-size: 19px;}
#advertise .card {margin: 0 30px;}
#advertise .card-header {text-transform: uppercase;}
#advertise .btn {margin-top: 30px;}


/*================= Footer ===================*/
footer {padding-top: 45px; padding-bottom: 20px; text-align: center; color: #fff; background: #333333;}
footer p {margin-bottom: 7px;}
.full-website a {font-family: 'HelveticaNeue-Bold'; border-bottom: 1px solid #3474c1;}
footer a {color: #3474c1;}
footer a:hover {color: #fe0000;}
.credit a {font-family: 'HelveticaNeue-Bold'; color: #fff;}



/*================= Media Query ===================*/
@media screen and (min-width: 1200px) {
    .container {max-width: 1230px;}
}
@media (max-width: 1199px) {
    /*    .navbar {padding-left: 15px; padding-right: 15px;}*/
    #carouselExampleIndicators .carousel-caption-inner {padding: 10px 15px 10px; display: inline-block; width: 100%; float: none;}
}
@media (max-width: 1024px) {
    #subscriptions p.lead {padding: 0 15px;}
}
@media (max-width: 991px) {
    [class*="gutter-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo {width: auto;}
    .navbar-brand {margin-left: auto; margin-right: auto; margin-top: 0; padding-top: 15px;}
    .navbar {display: none;}
    .header-phone {text-align: center;}
    .header-phone span.header-questions {display: none;}
    #carouselExampleIndicators .carousel-caption {top: 10%;}
    .mobilephone {padding: 6px 25px; background: #094f72; color: #fff; font-size: 16px; border-radius: 10px;}
    .mobilephone:hover {background: #000; color: #fff;}
    .row-wrapper {padding: 0 20px;}
    #coverage {background: none; background-color: #f2f2f2;}
    .coverage-wrapper1 {background: none;}
    #advertise p {padding: 0 15px;}
    #advertise .card {margin: 0 15px;}
}
@media (max-width: 767px) {
    .full-screen {height: 450px !important;}
    #carouselExampleIndicators h3 {font-size: 40px;}
    #carouselExampleIndicators .btn {font-size: 24px; padding: 9px 28px; margin-top: 15px;}
    #carouselExampleIndicators p {font-size: 17px; margin-top: 15px;}
    #carouselExampleIndicators p span {display: inline;}
    p.coverage-lead span {display: inline;}
    footer {padding-bottom: 40px;}
    footer p {margin-bottom: 15px;}
    .row-wrapper [class*="col-"] {margin-bottom: 20px;}
}
@media (max-width: 575px) {
}
@media (max-width: 420px) {
}



</pre></body></html>