@charset "UTF-8";
body { font-family: 'Roboto', sans-serif; color: #44474a; font-size: 17px; font-weight: 300; line-height: 28px; }
h1, h2, h3, h4, h5, h6 { color: #1c1e20; margin: 0px 0px 20px 0px; font-weight: 400; }
h1 { font-size: 36px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { margin-bottom: 20px; }
p:last-child { margin-bottom: 0px; }
a { color: #c6900d; }
a:focus, a:hover { text-decoration: none; color: #f12a02 }
a:active, a:hover { outline: 0; }
ol, ul { }
strong { font-weight: 400; }
small { }
blockquote { font-family: 'PT Serif', serif; font-weight: normal; font-style: italic; color: #1c1e20; padding: 10px 20px; margin: 0 0 20px; font-size: 21px; border-left: 5px solid #f12a02; }
.blockquote-reverse { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #f12a02; border-left: 0; }
blockquote .small, blockquote footer, blockquote small { display: block; font-size: 70%; line-height: 1.42857143; color: #6c7178; font-style: normal; }
.lead { font-size: 21px; color: #1c1e20; }
label { color: #1c1e20; font-size: 15px; font-weight: 400; line-height: 18px; margin-bottom: 5px; }
.checkbox label, .radio label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: 300; cursor: pointer; }
input { }
button { background: transparent; border: none; cursor: pointer; outline: 0; }
button:focus { outline: 0; }
input.form-control { background: #f7f7f7; border: 1px solid #e4e4e4; border-radius: 0px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
select.form-control { background: #f7f7f7; border: 1px solid #e4e4e4; border-radius: 0px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); -webkit-appearance: none; height: 40px; }
textarea.form-control { background: #f7f7f7; border: 1px solid #e4e4e4; border-radius: 0px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
button.btn { }
button.btn-default { }
button.btn-primary { }
address { }
.required { color: #f12a02; }
.form-text { color: #1c1e20; }
.btn { padding: 10px 20px; margin-bottom: 0; font-size: 13px; font-weight: 400; border-radius: 0px; text-transform: uppercase; letter-spacing: 2px; }
.btn-default { color: #fff; background-color: #f12a02; border-color: #f12a02; }
.btn-default:hover { color: #fff; background-color: #ff532e; border-color: #ff532e; }
.btn-default.focus, .btn-default:focus { color: #fff; background-color: #f12a02; border-color: #f12a02; }
.btn-outline-default { color: #f12a02; background-color: transparent; border: 1px solid #f12a02; }
.btn-outline-default:hover { color: #fff; background-color: #ff532e; border-color: #ff532e; }
.btn-outline-default.focus, .btn-outline-default:focus { color: #fff; background-color: #f12a02; border-color: #f12a02; }
.btn-primary { color: #fff; background-color: #2971ac; border-color: #2971ac; }
.btn-primary:hover { color: #fff; background-color: #3f99e3; border-color: #3f99e3; }
.btn-primary.focus, .btn-primary:focus { color: #fff; background-color: #286090; border-color: #122b40; }
.btn-outline-primary { color: #2971ac; background-color: transparent; border: 1px solid #2971ac; }
.btn-outline-primary:hover { color: #fff; background-color: #3f99e3; border-color: #3f99e3; }
.btn-outline-primary.focus, .btn-outline-primary:focus { color: #fff; background-color: #286090; border-color: #122b40; }
.btn-secondary { color: #fff; background-color: #1c1e20; border-color: #1c1e20; }
.btn-secondary:hover { color: #fff; background-color: #333639; border-color: #333639; }
.btn-secondary.focus, .btn-secondary:focus { color: #fff; background-color: #333639; border-color: #333639; }
.btn-outline-secondary { color: #1c1e20; background-color: transparent; border: 1px solid #1c1e20; }
.btn-outline-secondary:hover { color: #fff; background-color: #333639; border-color: #333639; }
.btn-outline-secondary.focus, .btn-outline-secondary:focus { color: #fff; background-color: #333639; border-color: #333639; }
.btn-xs { padding: 4px 8px; font-size: 12px; line-height: 1.5; }
.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; }
.btn-lg { padding: 20px 28px; font-size: 15px; line-height: 1.3333333; }
.btn-link { font-size: 14px; color: #1c1e20; font-weight: 400; border-bottom: 2px solid #333; padding-bottom: 6px; }
.btn-link:hover { border-bottom: 2px solid #f1b202; text-decoration: none; color: #f1b202; }
.btn-link-primary { color: #c6900d; border-bottom: 2px solid #c6900d; font-size: 14px; font-weight: 400; padding-bottom: 6px; }
.btn-link-primary:hover { color: #1c1e20; border-bottom: 2px solid #1c1e20; }
.anchor-link { color: #6c7178; }
.btn-link-white { color: #fff; font-size: 14px; font-weight: 400; border-bottom: 2px solid #fff; padding-bottom: 6px; }
.btn-link-white:hover { color: #f12a02; border-bottom: 2px solid #f12a02; }
.space-xs-small { padding-top: 20px; padding-bottom: 20px; }
.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-medium { padding-top: 80px; padding-bottom: 80px; }
.space-large { padding-top: 100px; padding-bottom: 100px; }
.space-ex-large { padding-top: 120px; padding-bottom: 120px; }
.section-title { }
.title { color: #1c1e20; }
.overlay-section-block {position: absolute;top: -180px;background: #f8f9fa;padding-top: 40px;width: 92%;}
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt0 { padding-top: 0px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb0 { padding-bottom: 0px !important; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }
.mrg-left-right {margin-left:20%; margin-right:20%;}
.mrg-left{margin-left:32%;}
.pdr-left-right {padding-left:10%; padding-right:10%;}
.bg-white { background-color: #ffffff; }
.bg-light { background: #f7f7f7; }
.bg-gray { background: #d6d6d6; padding:5% 2% 0 2%; }
.bg-default { background-color: #e5d795; color: #000; }
.bg-primary { background-color: #f9f6ed !important;}
.bg-secondary { background-color: #0db2f0; color: #fff; }
.bg-dark { background: #24272a; color: #fff; }
.text-white { color: #fff; }
.bg-yellow { background: #fdeecd; }
.card-light { background: #f7f7f7; }
.card-light-body { padding: 30px; }
.bg-section { color: #fff; }
.bg-background { background-position: center center; background-repeat: no-repeat; background-size: cover; }
.bg-background-color { }
.text-primary { color: #f12a02 !important; }
.text-secondary { color: #365977 !important; }
.text-success { }
.text-danger { }
.text-warning { color: #ed9638 !important; }
.text-info { }
.text-light { }
.text-dark { }
.text-muted { }
.feature { }
.feature-content { }
.feature-title { }
.feature-blurb { }
.feature-blurb .feature-title { }
.listnone { list-style: none; padding: 0px; margin: 0px; }
.arrow { position: relative; }
.arrow li { padding-left: 20px; }
.arrow li:before { font-family: "FontAwesome"; display: inline-block; position: absolute; left: 0; font-size: 15px; color: #858386; content: '\f105'; }
.check-circle { position: relative; margin-bottom: 20px; }
.check-circle li { padding-left: 20px; }
.check-circle li:before { font-family: "FontAwesome"; display: inline-block; position: absolute; left: 0; font-size: 17px; color: #23bf5d; content: '\f058'; font-weight: 300; }
.btn-round-play { background: #fff; width: 80px; height: 80px; border-radius: 100%; position: absolute; top: 45%; left: 40%; text-align: center; line-height: 1; padding-top: 25px; font-size: 32px; }
.cta-wrapper { padding-top: 110px; padding-bottom: 110px; background-size: cover; color: #333; }
.cta-caption { background: #fff; padding: 30px; }
.cta-title { }
.zoomimg { position: relative; overflow: hidden; }
.zoomimg img { max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.zoomimg:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.icon {}
.impact-block {
    text-align: center;
    margin-bottom: 30px;
}
.impact-icon i {font-size: 50px;}
.icon-1x {font-size: 19px; }
.icon-2x {font-size: 30px; }
.icon-3x {font-size: 40px; }
.icon-4x {font-size: 50px; }
.icon-default { color:#c6900d; }
.icon-primary { color: #2971ac; }
.icon-secondary {}
.fa-default {}
.fa-primary {}
.round {border-radius: 4px; }
.round-small {border-radius: 2px; }
.round-medium {border-radius: 6px; }
.round-large {border-radius: 8px; }
.round-xlarge {border-radius: 16px; }
.round-xxlarge {border-radius: 32px; }
.dotted-line { border-bottom: 1px dotted #fff; }
.slanting-pattern { background: url(https://blsinternational.org/bls-fast-facts/images/slanting-pattern.png); padding-top: 10px; padding-bottom: 10px; }
.slanting-pattern-small { background: url(https://blsinternational.org/bls-fast-facts/images/slanting-pattern.png); padding-top: 4px; padding-bottom: 4px; }
.searchModal { position: relative; }
.searchModal .modal-content { }
.searchModal .modal-body { padding: 10px; }
.searchModal .close { position: absolute; }
.flag-small { width: 30px; height: 30px; margin-right: 10px; }
.flag-medium { width: 80px; height: 80px; }
.flag-large { width: 160px; height: 160px; }
.flag-xs { width: 18px; height: 18px; }

.card { border-radius: 0px; border: 1px solid #e2e6ea; }
.card-body { padding: 30px; }
.card-title { }
.card-subtitle { }
.card-link { }


/*------- 5.2 Header Regular -------*/
.header-regular { margin-top:8px; padding-bottom:10px; }
.header-right { font-size: 14px; line-height: 21px; }
.header-icon { float: left; font-size: 24px; color: #2971ac; }
.header-block-info { padding-left: 30px; }
.text-head { font-size: 20px; font-weight: 500; color: #1c1e20; }
.text-head-heading { font-size:30px; font-weight: 500; color: #bb9917; }


/*-------- Template Guideline ---------*/
.color-box { margin-bottom: 30px; }
.box-info { font-size: 16px; line-height: 1.6; color: #fff; text-align: center; padding-top: 46px; }
.color-default-box { background-color: #2e6367; height: 146px; width: 100%; }
.color-sample { height: 55px; width: 91px; }
.color-value { font-size: 12px; margin-bottom: 0px; padding-top: 5px; }
.color-value-hex { font-size: 12px; }
.default-sample-0 { background-color: #0a383e; }
.default-sample-1 { background-color: #1b5054; }
.default-sample-2 { background-color: #4a797d; }
.default-sample-3 { background-color: #6f9496; }
.color-primary-box { background-color: #aa8b4a; height: 146px; width: 100%; }
.primary-sample-0 { background-color: #63480f; }
.primary-sample-1 { background-color: #8c6c2c; }
.primary-sample-2 { background-color: #cdb076; }
.primary-sample-3 { background-color: #f8e4b6; }
.color-heading-box { background-color: #181714; height: 146px; width: 100%; }
.heading-sample-0 { background-color: #8C887C; }
.heading-sample-1 { background-color: #514F48; }
.heading-sample-2 { background-color: #18160E; }
.heading-sample-3 { background-color: #19150A; }
.color-secondary-box { background-color: #484337; height: 146px; width: 100%; }
.secondary-sample-0 { background-color: #B0A68F; }
.secondary-sample-1 { background-color: #827965; }
.secondary-sample-2 { background-color: #3C3420; }
.secondary-sample-3 { background-color: #352B13; }
.box-bg-color { background-color: #f4f6fb; }










/*-------------Social-media -------------*/
.btn-twitter { background: #00aced; color: #fff; }
.btn-twitter:hover, .btn-twitter:active { background: #0084b4; color: #fff; }
.btn-facebook { background: #3B5997; color: #fff; }
.btn-facebook:hover, .btn-facebook:active { background: #2d4372; color: #fff; }
.btn-googleplus { background: #D64937; color: #fff; }
.btn-googleplus { background: #D64937; color: #fff; }
.btn-googleplus:hover, .btn-googleplus:active { background: #b53525; color: #fff; }
.btn-instagram { background: #F15245 30%; color: #fff; }
.btn-instagram:hover, .btn-instagram:active { background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF); color: #fff; }
.btn-pinterest { background-color: #c8232c; color: #fff; }
.btn-pinterest:hover, .btn-pinterest:active { background-color: #b0171f; color: #fff; }
.btn-linkedin { background: #0074A1; color: #fff; }
.btn-linkedin:hover, .btn-linkedin:active { background: #006288; color: #fff; }
.btn-youtube { background-color: #ff0000; color: #fff; }
.btn-youtube:hover, .btn-youtube:active { background-color: #fe2224; color: #fff; }
.btn-social { -webkit-font-smoothing: antialiased; font-size: 16px; padding: 12px 12px; margin-right: 2px; border-radius: 100%; display: inline-block; width: 38px; height: 38px; line-height: 1; }
.social-text { font-size: 14px; text-transform: uppercase; padding-left: 10px; letter-spacing: 1px; }
.btn-social-rectangle, .btn-facebook .btn-twitter .btn-instagram .btn-linkedin .btn-googleplus { font-size: 14px; margin-right: 6px; display: inline-block; line-height: 1.2; padding: 16px 45px; color: #6c6c6c; background-color: #e8e4e4; margin-bottom: 10px; }
.btn-social-square { -webkit-font-smoothing: antialiased; font-size: 18px; padding: 14px 22px; margin-right: 2px; border-radius: 5%; display: inline-block; width: 60px; height: 60px; line-height: 2; }
.btn-social-default { -webkit-font-smoothing: antialiased; font-size: 18px; padding: 14px 22px; margin-right: 2px; border-radius: 5%; display: inline-block; width: 60px; height: 60px; line-height: 2; background-color: #e8e4e4; color: #6c6c6c; }

/*-------------Module Popup -------------*/

.popup { background: #67C58F; bottom: 650px; right: -570px; top: 120px; position: fixed; border-radius: 5px; box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.05); transition: 0.5s; }
.close { position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; cursor: pointer; z-index: 500; }
.ns-close { width: 20px; height: 20px; position: absolute; right: 4px; top: 4px; overflow: hidden; text-indent: 100%; cursor: pointer; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.ns-close:hover, .ns-close:focus { outline: none; }
.ns-close::before, .ns-close::after { content: ''; position: absolute; width: 3px; height: 60%; top: 50%; left: 50%; background: #1f8b4d; }
.ns-close:hover::before, .ns-close:hover::after { background: #fff; }
.ns-close::before { -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }
.ns-close::after { -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); transform: translateY(0); }
  40% { -moz-transform: translateY(-30px); transform: translateY(-30px); }
  60% { -moz-transform: translateY(-15px); transform: translateY(-15px); }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  60% { -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}

@media only screen and (max-width:1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) { }

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {

}