@font-face {
    font-family: Landasans;
    src: url('../../font/landasans-font/LandasansUltraLight-qZ080.otf');
}
@font-face {
    font-family: Landasans;
    font-weight: bold;
    src: url('../../font/landasans-font/LandasansMedium-ALJ6m-qZ080.otf');
}
@font-face {
    font-family: Open Sans;
    font-weight: regular;
    src: url('../../font/Open_Sans/OpenSans-Regular.ttf');
}
@font-face {
    font-family: Open Sans;
    font-weight: bold;
    src: url('../../font/Open_Sans/OpenSans-Bold.ttf');
}


@media screen and (max-width : 320px)
{
  body
  {
    font-size:15px;
  }
  img.img-header{
    max-width:10vw;
  }
}

@media screen and (min-width : 720px)
{
    div.menu {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width : 1204px)
{
  body
  {
    font-size:20px;
  }
  img.img-header{
    max-width:100vw;
  }

}


.f-10{
    font-size: 10px;
}

.f-11{
    font-size: 11px;
}

.f-12{
    font-size: 12px;
}

.f-13{
    font-size: 13px;
}

.f-14{
    font-size: 14px;
}

.f-15{
    font-size: 15px;
}

.f-16{
    font-size: 16px;
}

.f-17{
    font-size: 17px;
}

.f-18{
    font-size: 18px;
}

.f-19{
    font-size: 19px;
}

.f-20{
    font-size: 20px;
}

.f-21{
    font-size: 21px;
}

.f-22{
    font-size: 22px;
}

.f-b{
    font-weight: bold;
}

.t-a-c{
    text-align: center;
}

/* ============ desktop view ============ */
/*
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}*/
/* ============ desktop view .end// ============ */
a.dropdown-item:hover {
    background: #FC9928;
    color: #fff;
    padding-left: 30px;
    transition: padding-left .3s;
}
a.dropdown-item{
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    transition: padding-left .3s;
}

div.title .h1{
    font-size: 20px;
    font-weight: bold;
}
div.title .h2{
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
  div.title .h1{
    font-size: 14px;
  }
  div.title .h2{
    font-size: 10px;
  }

  .header .title {
    width: -webkit-fill-available;
  }
}
@media only screen and (min-width: 600px) {
  .header .title {
    height:70px;
  }
}

body{
    margin: auto;
}
.header {
    background-color: white;
    display: flex;
    box-shadow: 0px 0px 8px #888888;
    padding: 20px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: stretch;
}
.img-header {
    height: 70px;
    margin-left: 15px;
    margin-right: 15px;
    /* padding: 10px;*/
}
div.title {
    text-align: center;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    flex: auto;
}

img.d-block.w-100 {
    height: 400px;
    width: 50%;
    
}

div.carousel{
    display: flex;
    box-shadow: 0px 0px 8px #888888;
    margin: 20px;
    margin-right: 10px;
}

p{
    /*padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 18px;*/
    font-family: Arial, Helvetica, sans-serif;
}


.menu {
    /*display: flex;*/
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /*flex-direction: column;*/
    background-color: #024e9c;
    font-family: 'Open Sans', sans-serif;
}

.menu ul {
    list-style: none;
    z-index: 10;
}

.menu ul li {
    margin-left: 2px;
    margin-right: 2px;
}
.menu .menu-link {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    outline: 0;
    line-height: 1.42857143;
    width: 100%;

    padding: 9px 4px;
    border-radius: 12px;
    margin-left: 2px;
    margin-right: 2px;

    color: #fff;
    font-size: 16px;
    border: 1px solid #02385D;
    text-transform: uppercase;

    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}

.ulb-info {
    color: aliceblue;
}

.m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.m-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 300ms linear 300ms, opacity 300ms;
}

.menu .menu-link.active {
    text-decoration: underline;
    background-color: #d28b39;
    color: #fff;
}
.menu .menu-link:hover {
    background: #FC9928;
    color: #fff;
    box-shadow: 0px 0px 8px #ffa237d6;
}

.menu .menu-link:focus {
    background: #b17422;
}


.wp-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    margin-right: 5px;
}


ul.one {
    display: flex;
    justify-content: center;
    align-content: flex-start;
} 
a.footer {
    font-weight: 700;
    color: black;
    font-size: 20px;
} 

form{
    /* max-width: 800px; */
    margin: auto;
    /* margin-top: 20px; */
    /* padding: 10px; */
    /* border-style: solid; */
    /* border-color: khaki; */
    color: black;
    /* font-size: 18px; */
    font-family: Arial, Helvetica, sans-serif;
    /* font-weight: 500;*/
}

div.count {
    margin-left: 10px;
    background-color: #054e9c;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    display: inline-block;
}

.fa-user{
    margin-right: 5px;
    margin-left: 3px;
}


.form-group.required .control-label:after {
  content:"*";
  color:red;
}

marquee {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    color: #8b247d;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}