﻿html {
    font-size: 62.5%;
    min-height: 650px;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Museo Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1.85;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Georgia", serif;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    /*margin-bottom: 0;*/
    color: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: inherit;
}

h1 {
    font-size: 6.4rem;
}

h2 {
    font-size: 4.8rem;
}

h3 {
    font-size: 3.6rem;
}

h4 {
    font-size: 2.3rem;
}

h5 {
    font-size: 2.2rem;
}

h6 {
    font-size: 1.8rem;
}
.img-fluid {
    max-width: 100%;
    height: auto
}
.bg-blue {
    /*background-color: #343a40 !important;*/
    background-color: #0083ff !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-header-padding {
    padding: 0 0 5px;
}

.navbar-brand {
    position: absolute;
    top: -7px;
}
.nav-link {
    font-size: 1.5rem;
    /*color: #ffffff;*/
    padding-right: 20px;
    /*color: rgba(255, 255, 255, 0.5) !important;*/
    color: #ffffff !important;
}
.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
/*.nav-button a {
    border: solid 1px #ff6a00;
}*/
.nav-button a {
    border: 2px solid #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    display: inline-block;    
}

.nav-button a:hover {
    background: #ffffff;
    /*color: #0083ff;*/
    color: #0083ff !important;
}

.dropdown-item {
    font-size: 1.5rem;
}
.dropdown-item:hover, .dropdown-item:focus {
    /*color: #16181b;*/
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    background-color: #0083ff;
}
.page-header-bg {
    background-image: url(../images/page-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 185px;
}
.page-title {
    font-size: 4.4rem;
    font-weight: 700;
    color: #ffffff;
    max-width: 800px;
    padding-left: 185px;
}
.form-control{
    font-size: unset;
}

/*
    datatables
*/

.btn-group > .btn {
    background-color: #428bca;
    border-color: #428bca;
    font-size: 0.8em;
}

.btn{
    font-size: 1.3rem;
}
/*----------------------------------------------
	Faq Style
-----------------------------------------------*/
.card {
    border: 0;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 20px;
}

.card .card-header {
    padding: 0;
    background: transparent;
    border-bottom: 0;
}

.card .card-header button {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Museo Sans", Arial, sans-serif;
    padding: 0 15px 0 25px;
    border: 0;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    position: relative;
}

.card .card-header button:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: '\e717';
    font-family: "themify";
    font-weight: 900;
}

.card .card-header button:after {
    position: absolute;
    top: 0px;
    right: 0;
    content: '\e64b';
    font-family: "themify";
    font-weight: 900;
}

.card .card-header button:hover, .card .card-header button:focus {
    text-decoration: none;
}

.card .card-header button.collapsed {
    color: #505050;
}

.card .card-body {
    padding-top: 10px;
    padding-left: 25px;
}

.card + .card {
    margin-top: 20px;
}

/* login page*/
/*.banner-wrap .right-part, .banner-wrap .left-part {
    height: 450px;
    height: 650px;
    position: relative;
}*/
.banner-wrap .right-part, .banner-wrap .left-part {
    /*height: 450px;*/
    height: 550px;
    position: relative;
}

.banner-content {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-content h1 {
    font-size: 5.0rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner-content h6 {
    font-size: 1.7rem;
    font-family: "Museo Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}

.banner-content .button {
    border-radius: 5px;
}

.banner-form {
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    background: #0083ff;
    padding: 60px 40px;
    width: 70%;
    min-width: 370px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
    z-index: 3;
}

.banner-form h5 {
    font-size: 2.0rem;
    font-family: "Georgia", serif;
    font-weight: 800;
    color: #16334e;
    margin-bottom: 25px;
}

.banner-form p {
    font-size: 1.5rem;
    color: #505050;
    font-weight: 600;
    margin-bottom: 25px;
}

.banner-form form .form-group {
    margin-bottom: 20px;
}

.banner-form .form-group .form-control {
    height: 40px;
    border-radius: 5px;
}

.banner-form .button {
    width: 100%;
    background: #16334e;
    color: #ffffff;
    outline: none;
    border: 0;

    border-radius: 3px;
    padding: 9px 30px;
    font-family: "Museo Sans", Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}

.banner-form form .button:focus, .banner-form form .button:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.banner-form form .button:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(22, 51, 78, 0.42), 0 4px 23px 0px rgba(22, 51, 78, 0.12), 0 8px 10px -5px rgba(22, 51, 78, 0.2);
    box-shadow: 0 14px 26px -12px rgba(22, 51, 78, 0.42), 0 4px 23px 0px rgba(22, 51, 78, 0.12), 0 8px 10px -5px rgba(22, 51, 78, 0.2);
}

.banner-form a {
    color: #fff;
}

.banner-form .special-shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: inline-block;
    background: #0083ff;
    left: 0;
    height: 10px;
    /*-webkit-box-shadow: 0px 5px 10px 0px #0083ff;
box-shadow: 0px 5px 10px 0px #0083ff;*/
    z-index: 3;
}

.banner-form:before {
    position: absolute;
    content: '';
    height: 12px;
    bottom: -11px;
    left: 12px;
    right: 12px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

.banner-form:after {
    position: absolute;
    content: '';
    height: 12px;
    bottom: -22px;
    left: 24px;
    right: 24px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
    z-index: 1;
}




.footer-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/footer-bg.jpg);
}

.footer-widget .widget {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-widget .widget .widget-title {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Georgia", serif;
    color: #ffffff;
    margin-bottom: 5px;
}

.footer-widget .widget-inner p {
    margin-bottom: 0;
}

.footer-widget .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widget .widget ul ul {
    padding-left: 15px;
}

.footer-widget .widget ul li {
    font-size: 1.5rem;
}

.footer-widget .widget ul li a:hover {
    color: #ffffff;
}

.footer-widget .widget ul li + li {
    margin-top: 0px;
}

.footer-widget .widget .widget-inner ul .address span {
    display: block;
}

.widget .widget-inner ul .email, .widget .widget-inner ul .phone {
    font-weight: 700;
    font-family: "Museo Sans", sans-serif;
}

.widget .widget-inner ul .email {
    color: #0083ff;
    margin-top: 0px;
}

.widget .widget-inner ul .phone {
    color: #ffffff;
}
.copyright-footer {
    padding: 30px 0 0;
}

.copyright-text {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
    background: #ffffff;
}

.copyright-text a:hover {
    color: #0083ff;
}
.backtotop {
    position: absolute;
    /*bottom: 41px;*/
    left: 50%;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 131, 255, 0.4);
    box-shadow: 0px 5px 10px 0px rgba(0, 131, 255, 0.4);
    background: #0083ff;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.backtotop span {
    line-height: 52px;
}