@font-face {
    font-family: 'Noto';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: 'Noto';
    font-style: italic;
    font-weight: 400;
    src: url(./fonts/NotoSans-Italic.ttf);
}

@font-face {
    font-family: 'Noto';
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/NotoSans-Bold.ttf);
}

body {
    font-family: 'Noto', Helvetica, sans-serif;
    height: 100vh;
    margin: 0;
}

.homepage {
    background: url("./img/bg.png") no-repeat bottom center #2d61a8;
    background-size: cover;
}

.navbar {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
}

.navbar-brand img {
    height: 50px;
}

.icon-bar{
    background: #fff;
}

nav li a {
    color: #fff;
}

.nav li > a:hover,
.nav li > a:focus,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    color: #bbdefb;
    background-color: transparent !important;
}

.nav .dropdown-menu {
    background: #6c82ae;
    left: -25%;
    right: -25%;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.nav .dropdown-menu:before {
    border-bottom: 10px solid #6c82ae;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 37%;
    position: absolute;
    top: -10px;
    width: 0;
}

.nav .dropdown-menu > li > a {
    color: #bbdefb;
    text-align: center;
    white-space: normal;
}

.nav .dropdown-menu > li > a:hover {
    color: #fff;
    background: transparent !important;
}

.owl-carousel {
    color: #ffffff;
}


.owl-dots{
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
}

.owl-dots>li{
    display: inline-block;
    width: 20px;
    height: 5px;
    background: #001c3d;
    cursor: pointer;
    margin: 3px;
}

.owl-dots>li.active{
    background: #fff;
}

.sliderItem {
    height: 80vh;
    display: table-cell;
    vertical-align: middle;
}

.sliderItem p {
    line-height: 200%;
}

.btn-default {
    background: #fff;
    color: #0248b1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    padding: 5px 20px;
    font-size: 1em;
}


body.page{
    background: #e9e9e9;
}

body.page .navbar{
    background: url("./img/header.png") no-repeat center;
    -webkit-background-size:cover;
    background-size: cover;
}


.left-panel{

    background: #dde2e6;
    padding: 30px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin-top: 40px;
}

.left-panel h3{
    color: #4d4d4d;
    margin-top:0;
}

.left-panel ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.left-panel ul li{
    display: block;
    margin: 15px 0;
}

.left-panel ul li a{
    color: #6c82ae;
    text-decoration: none;
}

.left-panel ul li a:hover,
.left-panel ul li a.active
{
    color: #9baeb9;
    text-decoration: none;
}


.breadcrumb{
    background: none;
    padding: 0;
}

/*custom*/

.padding-20 {
    padding: 20px;
}



.footer{
    margin-top: 100px;
    background: #000;
    color: #535353;
    padding-bottom: 20px;
}

.footer1{
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #e9e9e9 0%, #e9e9e9 50%, #000000 50%, #000000 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 0%,#e9e9e9 50%,#000000 50%,#000000 100%);
    background: linear-gradient(to bottom, #e9e9e9 0%,#e9e9e9 50%,#000000 50%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e9e9e9',GradientType=0 );
}
.footer .header{
    color: #fff;
}

.footer a{
    color: #535353;
    margin-right: 15px;
}