/* CSS Document */

html {
    font-family: "AzoSansLight", "Helvetica Neue", Arial, sans-serif;
    margin: 0;
}

#mainNav {
	box-shadow: none;
	background-color: transparent;
}

header.masthead{
	height:600px;
    padding-bottom: calc(10rem - 72px);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(38, 43, 57, 0.9)),to(rgba(38, 43, 57, 0.9))),url(../img/bg_masthead.jpg);
    background: linear-gradient(to bottom,rgba(38, 43, 57, 0.9) 0,rgba(38, 43, 57, 0.9) 100%),url(../img/bg_masthead.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-bottom-line {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}


a:hover {
    text-decoration: none;
}


.radius40-btn {
    background-color: #2D8CF0;
    border-radius: 40px;
    font-size: 13px;
    color:#ffffff;
    width:209px;
    text-align: center;
    padding: 15px 0;
}

.radius40-btn-stroke {
    border: 2px solid #2D8CF0;
    border-radius: 40px;
    font-size: 13px;
    color:#2D8CF0;
    width:209px;
    padding:15px 0;
}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nav-link-custom {
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
}

.nav-link-custom:hover {
    color: #aaaaaa;
    text-decoration: none;
}

.active {
    color:rgba(255, 255, 255, 0.5);
}

.link-me {
    padding:5px 30px;
    text-align: center;
    border:2px solid #ffffff;
    border-radius: 40px;
    color:#fff;
}


text-main-color {
	color:#3D4351;
}

text-sub-color {
	color:rgba(28, 54, 83, 0.7);
}

.main-text {
	color:#3D4351;
	font-size: 18px;
	text-align: left;
}

.sub-text {
	color:rgba(28, 54, 83, 0.7);
	font-size:15px;
	text-align: left;
}
.universal-text{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal
}


.h-100 {
	height:100%!important
}

.intro_icon_container {
    width:50px;
    height: 50px;
    margin-right: 20px
}

.font-weight-bold {
    font-weight: 700!important;
}

hr.divider {
    max-width: 3.25rem;
    border-width: .2rem;
    border-color: #f4623a;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}



.flex-col-container{
	display: flex;
	flex-direction: column
}
.blue-solid-bt{
	border: 2px solid #2D8CF0;
	box-sizing: border-box;
	border-radius: 40px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}


.function_selection {
    background-color:#F7F8FA;
    border-top: 1px solid #E6E9EA;
    border-bottom: 1px solid #E6E9EA;
    box-sizing: border-box;
    padding-top: 113px
}

.business_area_title {
    color: #3D4351;
    font-size: 24px;
}


.marquee_bg {
    /*background: linear-gradient(to bottom,rgba(38, 43, 57, 0.9) 0,rgba(38, 43, 57, 0.9)););*/
    width:100%;
    height: 100%;
    position:absolute;
    z-index:1;
    text-align: center;
}

.marquee_img {
    opacity: 0.8;
}


.contact-input-item {
    border:1px solid #E6E9EA;
    border-radius: 5px;
    padding: 5px 10px;
}

.contact-input-item > div {
    display:block;
    margin-left:10px;
    width:1px;
    height:30px;
    background-color:#E6E9EA
}

.form_input {
    border: none;
    font-size: 12px;
}

    /* Internet Explorer 10+ */
.form_input:-ms-input-placeholder{
    color:#BCC1C3;
}
    /* WebKit browsers */
.form_input::-webkit-input-placeholder{
    color:#BCC1C3;
}
.form_input::-moz-placeholder{color:#BCC1C3;}/* Mozilla Firefox 4 to 18 */
.form_input:-moz-placeholder{color:#BCC1C3;}/* Mozilla Firefox 19+ */
    .form_input:focus{
    border: none;
    box-shadow: none;
}

footer .separator {
    width: 617px;
    border-bottom: 1px solid #4E566C;
}

.footer-link li {
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    font-size: 13px;
    padding: 0;
}

.copyright {
    margin-top: 50px;
    list-style:none;
}

.copyright li {
    color: #ffffff;
    font-size: 13px;
}



@media (min-width: 992px){
    header.masthead {
        height: 600px;
        padding-bottom: 0;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.0rem;
        padding-left: 1.0rem;
    }
}





