/*
Template Name: BeSmart - Startup Landing Page Template
Author URI: http://themeforest.net/user/bogdan_09
Author Name: Bogdan
Version: 1.0
*/

/* ========================================================== */
/* 			            01. GENERAL LAYOUT                    */
/* ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&display=swap');


.copyright {
    text-align: left;
}


.copyright p {
    font-size: 15px;
    font-weight: 400;
}


.copyright a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;

}

.copyright a:hover {
    color: #d4d4d4;
}

.copyright h5 {
    color: #d4d4d4;
    font-weight: 400;
    font-size: 14px;
    padding: 0 0 5px 0;
    margin: 0;
}

div.copyright ul {
    margin: 0 !important;
}

div.copyright ul li {
    list-style: none;
    margin: 0 !important;

}

.privacy {
    margin-top: 10px;
    color: #ffffff;
    font-size: 14px;
}


.privacy a {
    color: #a0daff;
}

.privacy a:hover {
    color: #fff;
}

.small-padding-left {
    padding-left: 5px;
}

.small-padding-right {
    padding-right: 5px;
}

ul, ol {
    padding: 0;
    color: #858585;
    font-size: 17px;
    line-height: 24px;
    margin: 15px 15px 20px;
}

ul li {
    margin-left: 20px;
}

ul li, ol li {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300 !important;
    color: #1D252D;
}

ul li i {
    vertical-align: middle;
}

p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300 !important;
    color: #1D252D;
    padding: 0 0 20px 0;
    /*margin-bottom:20px;*/
    font-family: 'Source Sans 3', sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #454545;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h2.section-title {
    font-size: 36px;
    margin: 0 0 25px 0;
}

h2.section-title.grey {
    color: #ddd;
}

h2.large-title {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 500;
}

p.section-intro {
    font-size: 24px;
    font-weight: 300 !important;
    line-height: 32px;
    margin: 0 50px 50px 50px;
}

p.section-subtitle {
    font-size: 20px;
    font-weight: 300 !important;
    line-height: 28px;
}

p.section-subtitle.grey {
    color: #bbb;
}

.separator_wrapper, .separator_wrapper_white {
    margin-bottom: 10px;
}

.separator_wrapper::after, .separator_wrapper::before {
    background-color: #0067A4;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 60px;
    height: 1px;
    margin-top: -6px;
}

.separator_wrapper_white::after, .separator_wrapper_white::before {
    background-color: #ddd;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 60px;
    height: 1px;
    margin-top: -6px;
}

h3.medium-title {
    font-size: 32px;
    margin-top: 10px;
}

iframe {
    max-width: 100%;
    border: none;
}

.width-100 {
    width: 100%;
}

.medium {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.lyla {
    color: #9E5FBA;
}

.green {
    color: #0067A4;
}

.blue {
    color: #0067A4;
}

.red {
    color: #0067A4;
}

.grey {
    color: #ddd;
}

.white {
    color: #fff;
}

.section-white {
    background-color: #fff;
    padding: 60px 0;
}

.section-grey {
    background-color: #eef0f1;
    padding: 90px 0;
}

.section-grey.small-padding, .section-white.small-padding {
    padding: 40px 0;
}

.section-grey.medium-padding, .section-white.medium-padding, .section-dark.medium-padding {
    padding: 60px 0;
}

.section-grey.small-padding-bottom, .section-white.small-padding-bottom, .section-dark.small-padding-bottom, .section-blue.small-padding-bottom {
    padding: 90px 0 60px 0;
}

.section-white.about-padding {
    padding: 85px 0 100px 0;
}

.section-dark.portfolio-padding {
    padding: 60px 0 75px 0;
}

.section-dark {
    background-color: #1D252D;
    padding: 90px 0;
}

.section-blue {
    background-color: #4F758B;
    padding: 90px 0;
}

/* margin and padding classes */

.margin-right-25 {
    margin-right: 25px !important;
}


.margin-top-110 {
    margin-top: 110px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-120 {
    margin-bottom: 120px !important;
}

.margin-bottom-130 {
    margin-bottom: 120px !important;
}

.margin-bottom-140 {
    margin-bottom: 140px !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-100 {
    padding-top: 180px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

/* -----  Photos Hover Animations ----- */
.popup-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.popup-gallery {
    display: inline-block;
    position: relative;
}

.first-gallery {
    margin-bottom: 15px;
}

.popup-gallery img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
}

.popup-gallery:hover img {
    opacity: 0.25;
}

.popup-gallery a span.eye-wrapper,
.popup-gallery a span.eye-wrapper2 {
    background-color: #1D252D;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 2;
    height: 100% !important;
    top: 0;
    margin-top: 0;
    left: 0;
    right: 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    opacity: 0;
}

.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon {
    position: absolute;
    display: inline-block;
    font-size: 38px;
    z-index: 3;
    top: 50% !important;
    margin-top: -19px !important;
    left: 0;
    right: 0;
}

.popup-gallery a:hover span {
    opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* ========================================================== */
/* 			                02. FOOTER                        */
/* ========================================================== */

footer {
    position: relative;
    border-top: 1px solid #0067a4;
    background: #3876b0;
}

footer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    opacity: .25;
    background: url(/images/triangles.png) no-repeat bottom right;
    background-size: contain;
}


.footer {
    z-index: 900;
    position: relative;
    padding: 35px 0;
    font-weight: 300;
}

.footer p {
    font-size: 16px;
    color: #ffffff;
}

.footer p a {
    font-size: 16px;
    color: #34b1c4;
    text-decoration: underline;
}

.footer-col {
    margin-top: 20px;
}

.footer h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    border-bottom: 1px solid #448ed2;
}

.footer ul.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.footer ul.footer-nav li {
    line-height: 1.25;
    padding-top: 10px;
    margin: 0;
    font-size: 16px;
}

.footer ul.footer-nav li a {
    color: #a0daff;
}

.footer ul.footer-nav li a:hover {
    color: #fff;
}

/* ----- 2. Footer Social Icons ----- */
ul.footer_social {
    margin: 10px 0 0 0;
}

ul.footer_social li {
    display: inline-block;
    margin: 0;
    line-height: 100% !important;
}

ul.footer_social li a i {
    display: inline-block;
    margin: 0 8px 0 0;
    width: 36px;
    height: 36px;
    padding: 8px 8px 8px 0;
    font-size: 24px !important;
    color: #ffffff;
    background-color: transparent;
    transition: all .5s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
    color: #a0daff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

/* ========================================================== */
/* 			                 03. HOME                         */
/* ========================================================== */

.home-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 100;
    padding: 190px 0 135px 0;
    background: url(../images/wescois-header.jpg) no-repeat scroll center top;
    background-size: cover;
}

.home-wrapper .gradient_overlay {
    position: absolute;
    opacity: 0.7;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #1D252D;
}


.sub-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 100;
    padding: 150px 0 150px 0;
}

.sub-wrapper .gradient_overlay {
    position: absolute;
    opacity: 0.8;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #1d252d;
}

.sub-wrapper-about-us {
    background: url(../images/about-header.jpg) no-repeat scroll center top;
    background-size: cover;
}

.sub-wrapper-what-we-offer {
    background: url(../images/whatweoffer-header.jpg) no-repeat scroll center top;
    background-size: cover;

}

.sub-wrapper-our-technology {
    background: url(../images/ourtechnology-header.jpg) no-repeat scroll center top;
    background-size: cover;

}

.sub-wrapper-resources {
    background: url(../images/resources-header.jpg) no-repeat scroll center top;
    background-size: cover;

}

.sub-wrapper-contact-us {
    background: url(../images/contactus-header.jpg) no-repeat scroll center top;
    background-size: cover;

}


.home-wrappe-inside {
    position: relative;
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
}

h1.home-title {
    font-size: 58px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}


h1.home-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 4px;
    background-color: #0067A4;
}

p.home-subtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

/* ========================================================== */
/* 				  		   04. SERVICES                       */
/* ========================================================== */

.icon-wrapper {
    margin-bottom: 25px;
    width: 100%;
}

.services-item {
    margin: 20px 0;
}

.services-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 5px;
    color: #0067A4;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
}

.services-text {
    padding-left: 60px;
}

.services-text h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #454545;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

/* ========================================================== */
/* 				  		     07. BLOG                         */
/* ========================================================== */

.blog-item {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.blog-item img {
}

.blog-item-inner {
    padding: 10px 0 20px 0;
}

.blog-item-inner p {
    margin: 15px 0 20px 0;
}

h3.blog-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 21px;
}

h3.blog-title a {
    font-size: 21px;
    color: #454545;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

h3.blog-title a:hover {
    color: #228798;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

a.blog-icons {
    color: #858585;
    font-size: 14px;
    font-style: italic;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #aaa;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

a.blog-icons i {
    color: #656565;
    font-size: 16px;
    line-height: 16px;
    vertical-align: text-bottom;
}

a.blog-icons.last {
    border-right: none;
}

a.blog-icons:hover {
    color: #228798;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

a.button-blog {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

a.button-blog:hover {
    background-color: transparent;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
/* ========================================================== */
/* 		 		  	   	 11. OTHER STYLES                     */
/* ========================================================== */


.home-announcement {
    background-color: rgba(183, 201, 211, .5);
}

.home-announcement-text {
    font-size: 22px;
    font-weight: 500 !important;
    padding: 0;
    margin: 0;
}


.section_features {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.wrapper-inner {
    display: inline-block;
    width: 100%;
    max-width: 585px;
    padding: 40px 0 40px 35px;
}

.portfolio-pic {
    margin-bottom: 30px;
}

/* ----- 1. Buttons ----- */
.btn, .btn:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn-margin {
    display: inline-block;
    margin: 10px 10px;
}

.btn-white {
    color: #454545;
    background-color: #fff;
    border-color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-white-big {
    color: #8b62ba;
    background-color: #fff;
    border-color: #fff;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-white-big:hover,
.btn-white-big:focus,
.btn-white-big:active,
.btn-white-big.active,
.open .dropdown-toggle.btn-white-big {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-white-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn-white-transparent:active,
.btn-white-transparent.active,
.open .dropdown-toggle.btn-white-transparent {
    color: #454545;
    background-color: #fff;
    border-color: #fff;
}


.btn-small-blue {
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
}

.btn-small-blue:hover {
    background-color: transparent;
}


.btn-small-charcoal {
    color: #fff;
    font-weight: 600;
    background-color: #1D252D;
    border: 2px solid #1D252D;
    padding: 12px 25px;
}

.btn-small-charcoal:hover {
    color: #1D252D;
    background-color: transparent;
    border-color: #1D252D;
}


.btn-blue {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-blue.small {
    padding: 16px 28px;
}

.btn-blue.xsmall {
    padding: 12px 25px;
    text-transform: none;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #2980b9;
}


.btn-charcoal {
    background-color: #1D252D;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-charcoal.small {
    padding: 16px 28px;
}

.btn-charcoal.xsmall {
    padding: 12px 25px;
    text-transform: none;
}

.btn-charcoal:hover,
.btn-charcoal:focus,
.btn-charcoal:active,
.btn-charcoal.active,
.open .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #1D252D;
}

/* ----- 03. Nav ----- */
#navbar-collapse-02 li.selected a {
}

.current a {
    /*color: #0067A4 !important;*/
}

#navbar-collapse-02 .current a {
    /*color: #0067A4 !important;*/
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top {
    background-color: transparent !important;
    transition: background-color 1s ease 0s;
}

.navbar-fixed-top.opaque {
    background-color: rgba(29, 37, 45, 0.95) !important;
    transition: background-color 1s ease 0s;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a.purchase {
    position: relative;
    color: #fff;
    /*background-color: #008A10;*/
    background-image: linear-gradient(#0067a4, #00588b);
    border: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 14px;
    padding: 0 25px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: none;
    webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

.navbar-default .navbar-nav > li > a.purchase:hover {
    color: #FFFFFF !important;
    /*background-color: transparent;*/
    background-image: linear-gradient(#00588b, #005283);
    border: none;
}

.navbar-default .navbar-brand {
    margin-top: 8px;
}

.navbar-brand {
    padding: 5px 0 0 10px;
    margin: 0;
}

.navbar-brand img {
    max-height: 50px;
    padding: 0;
    margin: 0;
}

#navbar-collapse-02 .current a.purchase {
    color: #fff !important;

}

/* ----- 4. Fun Facts ----- */
.fun-facts-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/costsavings.png) no-repeat fixed center center;
    background-size: cover;
    margin: 0 auto;
    padding: 100px 0 100px 0;
}

.fun-facts-wrapper .image-overlay {
    background: rgba(29, 37, 45, 0.85);
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.fun-facts-title-dark {
    font-size: 17px;
    font-weight: 400;
    color: #1d252d;
    font-style: normal;
}

.fun-facts-wrapper .image-overlay {
    background: rgba(34, 34, 34, 0.65);
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.fun-facts-inside {
    position: relative;
    z-index: 100;
}

.fun-facts-box {
    float: left;
    width: 19.99%;
    padding-top: 15px;
}

.fun-facts-title {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
}

.fun-facts-title span {
    font-size: 40px;
    line-height: 42px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

.fun-facts-box i {
    font-size: 44px;
    line-height: 60px;
    color: #0067A4;
}

/* ----- 6. Background Image ----- */
.image-section {
    width: 100%;
    position: relative;
    z-index: 100;
    background: url(../images/contactus-header.jpg) no-repeat fixed center top;
    background-size: cover;
    padding: 0;
}

.image-section .image-overlay {
    background: rgba(29, 37, 45, 0.8);
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.image-section2 {
    width: 100%;
    position: relative;
    z-index: 100;
    background: url(../images/case-study-bg.jpg) no-repeat fixed center top;
    background-size: cover;
    padding: 0;
}

.image-section2 .image-overlay {
    background: rgba(29, 37, 45, 0.8);
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.image-section-inside {
    position: relative;
    z-index: 100;
}

/* ========================================================== */
/* 					    12. MOBILE DEVICES                    */
/* ========================================================== */

@media handheld, only screen and (max-width: 800px) {


    h1.home-title:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 0;
        height: 0;
        line-height: 0;
    }

    .fun-facts-box {
        width: 50%;
    }

    .wrapper-inner {
        max-width: none;
        padding: 40px 0 80px 35px;
    }

    .col-md-4.small-padding-right, .col-md-6.small-padding-right {
        padding-right: 15px !important;
    }

}

/* override bootstrap default collapse width */
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}
