
.menu {
  background: #035e8d;
  margin:0;
  padding: 0;
}
.ads{
  height:300px;
  width:100%;
}
.ml2{
  margin-left: 5%;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.border-radius{
  border-radius:1%;
  border:1px solid red;
}
a{
  color: #012c42;
  font-weight: 500;
}
.btn-danger{
  background-color: #be0303;
  color:#FFF
}
.btn-danger:hover{
  background-color: #db2d2d;
  color:#FFF
}
.menu,
.menu a {
.menu {
  background: #035e8d;
  margin:0;
  padding: 0;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu,
.menu a {
  color: #e2e2e2;
  text-decoration: none;
}

.menu a {
  display: block;
  white-space: nowrap;
}

.menu-dropdown,
.menu input[type=checkbox] {
  display: none;
}

.menu label:hover {
  cursor: pointer;
}
.text-decoration-none
{
  text-decoration: none;
}

/* narrow styles */
@media screen and (max-width: 1024px) {
  .menu > ul,
.menu-righticon {
    display: none;
  }

  input[type=checkbox]:checked + ul {
    display: block;
    -webkit-animation: grow 0.5s ease-in-out;
            animation: grow 0.5s ease-in-out;
  }
}
/* large styles */
@media screen and (min-width: 1025px) {
  .menu > label,
input[type=checkbox] {
    display: none;
  }

  .menu a {
    padding: 15px 20px;
  }

  .menu > ul > li {
    display: inline-block;
  }

  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    display: block;
    -webkit-animation: grow 0.5s ease-in-out;
            animation: grow 0.5s ease-in-out;
  }

  .menu-hasdropdown > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #035e8d;
  }

  .menu-hasflyout > ul {
    left: 100%;
    top: 0;
  }

  .menu-hasflyout .menu-downicon {
    display: none;
  }
}
/* look and feel only, not needed for core menu*/
@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 100%;
}

body {
  font-family: "eczar";
  line-height: 1.5;
  background-color: #e2e2e2;
}

.menu-dropdown a {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* narrow  */
@media screen and (max-width: 1024px) {
  .menu > label {
    background: #012c42;
    display: block;
    padding: 15px 20px;
    text-align: right;
  }

  .menu a {
    padding: 15px 20px;
  }

  .menu > ul i {
    float: right;
    padding: 5px 10px;
    background: #012c42;
  }

  .menu-dropdown a {
    background: #012c42;
  }

  .menu-hasflyout > ul a {
    background: #012c42;
  }
}
@media screen and (min-width: 1025px) {
  .menu {
    background-color: #012c42;
    margin: 0 auto;
  }
}







.row{
    width:100%;
    display: inline-block;

}
.container{
    width:80%;
    margin: 0% 10%;
    display: inline-block;
    background-color: #FFF;
    
}

.center{
    margin: 0 auto;
}
.dropshadow{

        -webkit-box-shadow: 0 10px 6px -6px #777;
           -moz-box-shadow: 0 10px 6px -6px #777;
                box-shadow: 0 10px 6px -6px #777;

}
.bg-primary{
    background-color: #0f3c4c;
}
.inline{
    display: inline-block;
}
.p2{
    padding: 20px;
}
.mt2{
    margin-top:10px;
}
.text-white{
    color: #FFF;
}
.btn{
    padding: .5% 2%;
    text-decoration: none;
    border-radius: 1%;;
    
}

.btn-primary{
    background-color: #0f3c4c;
    color:#FFF
}

.btn-primary:hover{
    background-color: #165a72;
}
.col-md-1{
    width:9%;
    margin:auto;
    background-color: #FFF;
}
.col-md-2{
    width:19%;
    background-color: #FFF;
}
.col-md-3{
    width:29%;
    background-color: #FFF;
}
.col-md-4{
    width:39%;
    background-color: #FFF;
}
.col-md-5{
    width:49%;
    background-color: #FFF;
}
.col-md-6{
    width:59%;
    background-color: #FFF;
}
.col-md-7{
    width:69%;
    background-color: #FFF;
}
.col-md-8{
    width:79%;
    background-color: #FFF;
}
.col-md-9{
    width:89%;
    background-color: #FFF;
}
.col-md-10{
    width:99%;
    background-color: #FFF;
}
.footer {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 20px 30px;
    color: #FFF;
    background-color: #0f3c4c;
    border-top: 1px solid #e5e5e5;
  }
  
  .footer > * {
    flex:  1 100%;
  }
  
  .footer__addr {
    margin-right: 1.25em;
    margin-bottom: 2em;
  }
  
  .footer__logo {
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
  }
  
  .footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
  }
  
  .nav__title {
    font-weight: 400;
    font-size: 15px;
  }
  
  .footer address {
    font-style: normal;
    color: #FFF;
  }
  
  .footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: rgb(33, 33, 33, 0.07);
    border-radius: 100px;
    color: #FFF;
    line-height: 0;
    margin: 0.6em 0;
    font-size: 1rem;
    padding: 0 1.3em;
  }
  
  .footer ul {
    list-style: none;
    padding-left: 0;
  }
  
  .footer li {
    line-height: 2em;
  }
  
  .footer a {
    text-decoration: none;
  }
  
  .footer__nav {
    display: flex;
      flex-flow: row wrap;
  }
  
  .footer__nav > * {
    flex: 1 50%;
    margin-right: 1.25em;
  }
  
  .nav__ul a {
    color: #FFF;
  }
  
  .nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
  }
  
  .legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
  }
    
  .legal__links {
    display: flex;
    align-items: center;
  }
  
  .heart {
    color: #FFF;
  }
  
  @media screen and (min-width: 24.375em) {
    .legal .legal__links {
      margin-left: auto;
    }
  }
  
  @media screen and (min-width: 40.375em) {
    .footer__nav > * {
      flex: 1;
    }
    
    .nav__item--extra {
      flex-grow: 2;
    }
    
    .footer__addr {
      flex: 1 0px;
    }
    
    .footer__nav {
      flex: 2 0px;
    }
  }



  @media screen and (max-width: 600px) {
    .border-radius{
      border-radius:3%;
      border:1px solid red;
    }
    .col-md-1{
        width:80%;
        margin:auto;
    }
    .col-md-2{
        width:80%;
    }
    .col-md-3{
        width:80%;
    }
    .col-md-4{
        width:80%;
    }
    .col-md-5{
        width:80%;
    }
    .col-md-6{
        width:80%;
    }
    .col-md-7{
        width:80%;
    }
    .col-md-8{
        width:80%;
    }
    .col-md-9{
        width:80%;
    }
    .col-md-10{
      width:80%;
    }
  }
  
  @media screen and (max-width: 600px) {
    
    .container{
        width:98%;
        margin:1% 1%;
    }
    .row{
        width:100%;
    }
   
  }
  
  
  
  @media screen and (max-width: 600px) {

  
  a {
    text-decoration: none;
  }
  
}
  color: #e2e2e2;
  text-decoration: none;
}

.menu a {
  display: block;
  white-space: nowrap;
}

.menu-dropdown,
.menu input[type=checkbox] {
  display: none;
}

.menu label:hover {
  cursor: pointer;
}
.text-decoration-none
{
  text-decoration: none;
}

/* narrow styles */
@media screen and (max-width: 1024px) {
  .menu > ul,
.menu-righticon {
    display: none;
  }

  input[type=checkbox]:checked + ul {
    display: block;
    -webkit-animation: grow 0.5s ease-in-out;
            animation: grow 0.5s ease-in-out;
  }
}
/* large styles */
@media screen and (min-width: 1025px) {
  .menu > label,
input[type=checkbox] {
    display: none;
  }

  .menu a {
    padding: 15px 20px;
  }

  .menu > ul > li {
    display: inline-block;
  }

  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    display: block;
    -webkit-animation: grow 0.5s ease-in-out;
            animation: grow 0.5s ease-in-out;
  }

  .menu-hasdropdown > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #035e8d;
  }

  .menu-hasflyout > ul {
    left: 100%;
    top: 0;
  }

  .menu-hasflyout .menu-downicon {
    display: none;
  }
}
/* look and feel only, not needed for core menu*/
@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 100%;
}

body {
  font-family: "eczar";
  line-height: 1.5;
  background-color: #e2e2e2;
}

.menu-dropdown a {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* narrow  */
@media screen and (max-width: 1024px) {
  .menu > label {
    background: #012c42;
    display: block;
    padding: 15px 20px;
    text-align: right;
  }

  .menu a {
    padding: 15px 20px;
  }

  .menu > ul i {
    float: right;
    padding: 5px 10px;
    background: #012c42;
  }

  .menu-dropdown a {
    background: #012c42;
  }

  .menu-hasflyout > ul a {
    background: #012c42;
  }
}
@media screen and (min-width: 1025px) {
  .menu {
    background-color: #012c42;
    margin: 0 auto;
  }
}







.row{
    width:100%;
    display: inline-block;

}
.container{
    width:80%;
    margin: 0% 10%;
    display: inline-block;
    background-color: #FFF;
    
}

.center{
    margin: 0 auto;
}
.dropshadow{

        -webkit-box-shadow: 0 10px 6px -6px #777;
           -moz-box-shadow: 0 10px 6px -6px #777;
                box-shadow: 0 10px 6px -6px #777;

}
.bg-primary{
    background-color: #0f3c4c;
}
.inline{
    display: inline-block;
}
.p2{
    padding: 20px;
}
.mt2{
    margin-top:10px;
}
.text-white{
    color: #FFF;
}
.btn{
    padding: .5% 2%;
    text-decoration: none;
    border-radius: 1%;;
    
}
.btn-primary{
    background-color: #0f3c4c;
    color:#FFF
}
.btn-primary:hover{
    background-color: #165a72;
}
.ads {
  height: 300px;
  width: 100%;
}
.col-md-1{
    width:9%;
    margin:auto;
    background-color: #FFF;
}
.col-md-2{
    width:19%;
    background-color: #FFF;
}
.col-md-3{
    width:29%;
    background-color: #FFF;
}
.col-md-4{
    width:39%;
    background-color: #FFF;
}
.col-md-5{
    width:49%;
    background-color: #FFF;
}
.col-md-6{
    width:59%;
    background-color: #FFF;
}
.col-md-7{
    width:69%;
    background-color: #FFF;
}
.col-md-8{
    width:79%;
    background-color: #FFF;
}
.col-md-9{
    width:89%;
    background-color: #FFF;
}
.col-md-10{
    width:99%;
    background-color: #FFF;
}
.footer {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 20px 30px;
    color: #FFF;
    background-color: #0f3c4c;
    border-top: 1px solid #e5e5e5;
  }
  
  .footer > * {
    flex:  1 100%;
  }
  
  .footer__addr {
    margin-right: 1.25em;
    margin-bottom: 2em;
  }
  
  .footer__logo {
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
  }
  
  .footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
  }
  
  .nav__title {
    font-weight: 400;
    font-size: 15px;
  }
  
  .footer address {
    font-style: normal;
    color: #FFF;
  }
  
  .footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: rgb(33, 33, 33, 0.07);
    border-radius: 100px;
    color: #FFF;
    line-height: 0;
    margin: 0.6em 0;
    font-size: 1rem;
    padding: 0 1.3em;
  }
  
  .footer ul {
    list-style: none;
    padding-left: 0;
  }
  
  .footer li {
    line-height: 2em;
  }
  
  .footer a {
    text-decoration: none;
  }
  
  .footer__nav {
    display: flex;
      flex-flow: row wrap;
  }
  
  .footer__nav > * {
    flex: 1 50%;
    margin-right: 1.25em;
  }
  
  .nav__ul a {
    color: #FFF;
  }
  
  .nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
  }
  
  .legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
  }
    
  .legal__links {
    display: flex;
    align-items: center;
  }
  
  .heart {
    color: #FFF;
  }
  
  @media screen and (min-width: 24.375em) {
    .legal .legal__links {
      margin-left: auto;
    }
  }
  
  @media screen and (min-width: 40.375em) {
    .footer__nav > * {
      flex: 1;
    }
    
    .nav__item--extra {
      flex-grow: 2;
    }
    
    .footer__addr {
      flex: 1 0px;
    }
    
    .footer__nav {
      flex: 2 0px;
    }
  }



  @media screen and (max-width: 600px) {
    
    .col-md-1{
        width:100%;
        margin:auto;
    }
    .col-md-2{
        width:80%;
    }
    .col-md-3{
        width:100%;
    }
    .col-md-4{
        width:100%;
    }
    .col-md-5{
        width:100%;
    }
    .col-md-6{
        width:100%;
    }
    .col-md-7{
        width:100%;
    }
    .col-md-8{
        width:100%;
    }
    .col-md-9{
        width:100%;
    }
  }
  
  @media screen and (max-width: 600px) {
    
    .container{
        width:98%;
        margin:1% 1%;
    }
    .row{
        width:100%;
    }
   
  }
  
  
  
  @media screen and (max-width: 600px) {

  
  a {
    text-decoration: none;
  }
  
}