@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
body {
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 13px;
    color: #333;
    padding: 0px;
    margin-top: 65px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #FFF;
    overflow:auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}
body {
    height: 100%;
}
a:hover {
    color: #FCC135;
    text-decoration: none !important;
}
h2 {
    font-size: 28px;
    color: #2D6C9C;
    font-weight: bold;
    margin-bottom: 10px;
}
button:focus {outline:0;}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.heading-title {
    margin-bottom: 26px;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
}
.text-uppercase {
    text-transform: uppercase;
}
.center, .text-center {text-align:center;}
.page-heading h2 {
    text-align:center;
    margin: 40px 15px 20px;
    border-bottom: 1px solid #2d6c9c;
    text-transform: uppercase;
}

.buttontab {
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #FFB300;
    cursor: pointer;
    transition:all 0.3s;
    border-radius:3px;
}
.buttontab-sm {
    width: 60%;
    margin: 15px 0 15px 20%;
    height: 25px;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: white;
    /* text-align: center; */
    background: #FFB300;
    cursor: pointer;
    text-transform:uppercase;
    transition:all 0.3s;
    border-radius:3px;

}
.buttontab:hover, .buttontab-sm:hover {
    background: #275A6F;
}

.green {
    background:#FFB300;
    color:#fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-weight: lighter;
}
::-moz-placeholder { /* Firefox 19+ */
    color: beige;
    font-weight: lighter;
}
:-ms-input-placeholder { /* IE 10+ */
    color: beige;
    font-weight: lighter;
}
:-moz-placeholder { /* Firefox 18- */
    color: beige;
    font-weight: lighter;
}
.clear {
    clear: both;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.hidden {
    display:none;
}


.back_btn {
    text-align: center;
    width: 100%;
    padding: 5px;
    background: #FFB300;
    cursor: pointer;
    transition:all 0.3s;
    border-radius:3px;
    margin-bottom: 10px;
}
.back_btn:hover {
    color: #fff !important;
    background: #275A6F;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #888;
}

/* Tooltip text */
.tooltip .tooltiptext {
    font-family: 'Roboto', sans-serif;
    font-size:11px;
    font-weight:normal;
    visibility: hidden;
    width: 110px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 3px;
    border-radius: 3px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -55px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.9;
}

.logobb {
    height:50px;
    vertical-align: middle;
    border-style: none;
}
.brand span {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #1E88E5;
    margin-left: 5px;
    vertical-align: middle;

}

.form_dialog, .form_dialog_about, .form_overlay, .form_overlay_about {
    display: none;
}
.form_dialog, .form_dialog_about {
    position: fixed;
    z-index: 1001;
    border-radius: 3px;
    width: 30%;
    top: 10%;
    background: #fff;
    padding: 15px 30px;
    left: 35%;
}
.form_dialog_about {
    width: 60%;
    left: 20%;
    padding:15px;
}
.form_overlay , .form_overlay_about{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.add_btns a {
    color: #333 !important;
}
.mobile-menu .contact_menu span a{
    color: #2196F3 !important;
}
.dropdown.open .dropdown-menu {
    display: block;
}

.white, .white:hover, .menu-item.active .white {
    color:#fff;
}


@media (min-width:993px) and (max-width:1200px) {
    .form_dialog {
        width: 40%;
        top: 10%;
        left: 30%;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .form_dialog {
        width: 60%;
        top: 10%;
        left: 20%;
    }
}
@media (min-width:576px) and (max-width:767px) {
    .form_dialog {
        width: 80%;
        top: 10%;
        left: 10%;
    }
}
@media (min-width:10px) and (max-width:575px) {

    .form_dialog {
        width: 96%;
        top: 10%;
        left: 2%;
    }
}