@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
  font-family: 'Roboto', sans-serif;
  /* color: #d9d9d9; */
}
body{
    height: 100%;
    width: 100%;
    text-align: center;
    background: #fff;
}
.content{
  max-width: 100%;
  margin: auto;
  padding: 0px 30px;
}
.navbar{
    position: fixed;
    z-index: 5;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    /*transition: all 0.3s ease-in;*/
}
/*.navbar.sticky{*/
/*    padding: 10px 0;*/
/*    background: #fff;*/
/*}*/
.navbar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo a{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    /* padding: 5px 5px 5px 5px ; */
}
.logo img{
  width: 50px;
  height: 50px;
  /* padding-top: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .menu-list{
    display: inline-flex;
    margin-top: 10px;
}
.menu-list li{
 
    list-style: none; 
}
.menu-list li a{
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 5px 25px;
}
.menu-list li a button
{
  color: #fff;
  background: #2874A6;
  border: none;
  margin: -10px;
  padding: 0;
  padding: 10px 20px;
  border-radius: 10px;
}
.menu-list li a.active{
  background:  #2874A6;
  border-radius: 5px;
  color: #fff;
}
.menu-list li a.act{
  /*border: 1px solid #2874A6;*/
  border-radius: 7px;
  color: #2874A6;
}
.menu-list li a.activ{
  background: #2874A6;
  border-radius: 7px;
  color: #fff;
}
.menu-list li a:hover{
   color: #2874A6;
   background-color: #fff; 
  /*background: linear-gradient(45deg, #1c415e, #7ba7ec);*/
  /* color: #fff;
  box-shadow: 0 0 15px  #c850c0,
              0 0 15px  #4158d0;
  border-radius: 5px; */

}
.navbar ul li
{
  /* float: right; */
  list-style: none;
  position: relative;
}
/* .navbar ul ul::after
{
  background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 15%, transparent 50%, transparent 85%, rgba(255,255,255,0.3) 100%);
} */
  .navbar ul ul
{
  position: absolute;
  top: 30px;
  /* left: -27px; */
  text-align: left;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  border-top: 2px solid #2874A6;
  border-radius: 3px;
  background: rgba(255,255,255,255);
  /* background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 15%, transparent 50%, transparent 85%, rgba(255,255,255,0.3) 100%); */
} 
.navbar ul li:hover > ul
{
  opacity: 1;
  visibility: visible;
} 
.navbar ul ul li
{
  position: relative;
  margin: 0;
  float: none;
  display: list-item;
  width: 170px;
  padding: 10px 10px;
  font-size: 5px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.548); */
} 
.show, .menu-list li input
  {
    display: none;
  }
.banner{
    height: 60vh;
    background:rgba(0, 0, 0, 0.171)url("images/caniogan-coop-lobby-contact-us.png") no-repeat;
    background-blend-mode: darken;
    background-size:cover;
    background-position: center;
    /* background-attachment: fixed; */
}
/* .Servbanner{
  height: 100vh;
  background: url("images/home-bg-darken.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
} */

.banner .contact-title
{
  width: 500px;
  position: absolute;
  top: 200px;
  left: 100px;
}
.banner .contact-title h1
{
  color: #fff;
  text-align: left;
  font-size: 3.2em;
  font-weight: 700;
}
.banner .contact-title .social-icon
{
  position: absolute;
  width: 300px;
  height: 100px;
  display: flex;
  position: absolute;
  width: 40%;
  top: 65px;
  left: 0px;
  /* right: 60px; */
}
.banner .contact-title .social-icon a 
{
  padding: 5px 10px;
  text-decoration: none;
  box-sizing: border-box;
  opacity: 0;
  animation: slide_right 0.5s linear forwards;
  animation-delay: calc(0.1s * var(--i));
}
.banner .contact-title .social-icon a span
{
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
  color: rgb(4, 17, 59);
}
.banner .contact-title .social-icon a span:hover
{
  background: rgb(4, 17, 59);
  color: #fff;
}
@keyframes slide_right
{
    0%
    {
        transform: translateX(100px);
        opacity: 0;
    }
    100%
    {
        transform: translateX(0px);
        opacity: 1;
    }
}
.banner .contact-title a
{
  color: #000829;
}
.about{
padding: 70px 0;
}

.about .title{
  font-size: 35px;
  font-weight: 700;
}
.about p{
  /*padding-top: 20px;*/
  text-align: justify;
}
.about .ccdc-map
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;

}
.about .ccdc-map h1
{
  width: 800px;
  font-size: 1.3em;
  font-weight: 500;
  word-spacing: 2px;
  color: #2874A6;
  margin-bottom: 10px;
  padding: 5px;
}
.about .ccdc-map iframe
{
  width: 800px;
  height: 450px;
  border: 5px solid #2874A6;
  margin: 10px;
}
.icon{
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.icon.cancel-btn{ 
  position: absolute;
  right: 30px;
  top: 20px;
}
.title-content{
  width: 100%;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.title-content h1{
  font-size: 50px;
  margin-top: 80px;
}
.title-content p{
  margin: 20px auto;
  font-weight: 100;
  line-height: 25px;
}

.ccdc-content{
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.banner .ccdc-content h1{
  font-size: 40px;
  color: #fff;
  /* margin-top: px; */
  /* border: white solid 5px; */
  font-family: 'Poppins';
  font-weight: 600;
}
.ccdc-content p{
  font-family: 'Poppins';
  margin: 20px auto;
  font-weight: 100;
  line-height: 25px;
}
.email-container
{
  display: flex;
   display:  flex;
    justify-content: center;
    align-items: center;
}
.email-container .email-content
{
    position: relative;
    width: 600px;
    padding: 20px;
    margin: 40px 0px;
   box-shadow: 0px 0px 10px #E1E1E1;
   border-radius: 10px;
}

.email-container .email-content form 
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: left;
    align-items: left;
}
.email-container .email-content form select
{
   width: 230px;
   padding: 10px;
   margin: 10px;
   font-size: 14px;
   border: none;
   border-bottom: 2px solid #2874A6;
   color: #8E8D8D;
}

.email-container .email-content form input
{
   width: 230px;
   padding: 10px;
   margin: 10px;
   font-size: 14px;
   border: none;
   border-bottom: 2px solid #2874A6;
   color: #8E8D8D;
}

.email-container .email-content form textarea
{
   width: 85%;
   height: 100px;
   padding: 10px;
   margin: 10px;
   font-size: 14px;
   border: none;
   border-bottom: 2px solid #2874A6;
   color: #8E8D8D;
}
.email-container .submit-btn
{

    cursor: pointer;
}
.email-container .submit-btn
{
    color: #fff;
}
.email-container .submit-btn:hover
{
    background: #2874A6;
    color: #fff;
}
.g-recaptcha
{
    margin: 10px;
}
.status
{
    font-size: 14px;
    color: green;
    padding: 15px;
}
.status span
{
  color: red;
}
/*input[type=text]:focus {*/
/*  background-color: red;*/
/*}*/
.email-container input[type=submit] {
 background: #2874A6;
}
 .featured-title-4 h1
  { 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 0px;
    font-size: 2em;
    color: #2874A6;
  }
  .featured-title-4 p
  { 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    margin-bottom: 30px;
    font-size: 15px;
    color: #8E8D8D;
  }
@media all and (max-width: 968px)
{
  .navbar .content .action 
  {
    display: none;
  }
  .navbar ul 
  {
    margin-right: 0px;
    float: left;
  }
  .navbar ul li,  .navbar ul ul li 
  {
    display: block;
    width: 100%;
  }
  .navbar ul ul
  {
    top: 20px;
    margin-left: 100px;
    width: 200px;
    position: static;
    border: none;
    float: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .show
  {
    display: block;
    color: #3d3d3d;
    font-size: 15px;
    padding: 0 50px;
    line-height: 20px;
    cursor: pointer;
  }
  .show + a, ul
  {
    display: none;
  }
  [id^=btn]:checked + ul
  {
    display: block;
  }
}

@media (max-width: 860px) {
    .maya-word .maya-title h1
    {
        font-size: 10px;
    }
  body{
    height: 100px;
  }
  body.disabledScroll{
      overflow: hidden;

  }
  .icon{
      display: block;
  }
  .icon.hide{
      display: none;
  }
  .navbar .menu-list{
      position: fixed;
      top: 0;
      left: -100%;
      height: 100vh;
      width: 100%;
      max-width: 400px;
      background:#fff;
      display: block;
      padding: 40px 0;
      text-align: left;
      transition: all 0.3s ease;
  }
  .navbar .menu-list.active{
      left: 0%;
  }
  .navbar .menu-list li{
      margin-top: 25px;
  }
  .navbar .menu-list li a{
      font-size: 15px;
      padding-left: 50px;
  }
  .col{
    margin-left: 20%;
    
  }
  .col h1{
    font-size: 25px;
  }
  .col p{
   margin-bottom: 20%;
  }
  .col .card{
    overflow: hidden;
    display: none;
    
  }

  .col .btns button{

    width: 150px;
  }
  /* .spoffer {
    position: relative;
     width: 100px;
     height: 100px;
  }
  .soff h2 h3{
    width: 10px;
    height: 10px;
    font-size: 10px;
      flex-wrap: wrap;
      flex-direction: column;
  }
  .spoffer .soff{
  width: 100px;
  height: 40px;
  
  background: rgba(255, 255, 255, 0.637);
  } */
  .btnDiv button{
    width: 250px;
    margin: 0;
  }
}

.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #2874A6;
  }
  .main-content{
    display: flex;
    background:#2874A6;
    color: #d9d9d9;
  }
  .main-content .box{
    flex-basis: 50%;
    padding: 10px 20px;
  }
  .box h2{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .box .footer-content{
    margin: 20px 0 0 0;
    position: relative;
  
  }
   .box .footer-content a
   {
       text-decoration: none;
       color: #E4E3E3;
       font-size: 13px;
       font-weight: 400;
       display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
       
   }
  .box .footer-content:before{
    position: absolute;
    content: '';
    top: -10px;
    left: 1px;
    height: 2px;
    width: 100%;
    background: #fff;
  }
  .box .footer-content:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 0%;
    background: #fff;
    top: -10px;
  }
  .left .footer-content .left-content
  {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .left .footer-content a{
    text-align: justify;
    font-size: 0.8625rem;
    font-weight: 400;
    padding-right: 50px;
  }
  .left .footer-content .social{
    margin: 20px 0 0 0;
  }
  .left .footer-content .social a{
    padding: 0 2px;
  }
  .left .footer-content .social a span{
    height: 40px;
    width: 40px;
    background: #2874A6;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
  }
  .left .footer-content .social a span:hover{
      background: #fff;
  }
  .center .footer-content .place{
    display: flex;
    flex-wrap: wrap;
  }
  .center .footer-content .phone{
    display: flex;
    flex-wrap: wrap;
  }
  .center .footer-content .email{
    display: flex;
    flex-wrap: wrap;
  }
  
  .center .footer-content .fas{
    font-size: 1.4375rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
  }
  .center .footer-content .fas:hover{
      background: #2874A6;
  }
  .center .footer-content .text{
    font-size: 0.8625rem;
    font-weight: 500;
    padding-left: 10px;
  }
  .center .footer-content .phone{
    margin: 15px 0;
  }
  .right .footer-content{
    display: flex;
    flex-wrap: wrap;
  }
  .right .footer-content .fas{
    font-size: 1.4375rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
  }
  .right .footer-content .fas:hover{
      background: #2874A6;
  }
  .right .footer-content .text{
    font-size: 0.8625rem;
    font-weight: 500;
    padding-left: 10px;
  }
  .right .footer-content .phone{
    margin: 15px 0;
  }
  /*.right form .text{*/
  /*  font-size: 1.0625rem;*/
  /*  margin-bottom: 2px;*/
  /*  color: #fff;*/
  /*}*/
  /*.right form .msg{*/
  /*  margin-top: 10px;*/
  /*}*/
  /*.right form input, .right form textarea{*/
  /*  width: 100%;*/
  /*  font-size: 1.0625rem;*/
  /*  background: #151515;*/
  /*  padding-left: 10px;*/
  /*  border: 1px solid #222222;*/
  /*}*/
  /*.right form input:focus,*/
  /*.right form textarea:focus{*/
  /*  outline-color: #3498db;*/
  /*  color: #fff;*/
  /*}*/
  /*.right form input{*/
  /*  height: 35px;*/
  /*}*/
  /*.right form .btn{*/
  /*  margin-top: 10px;*/
   
  /*}*/
  /*.btn{*/
  /*  margin-top: 10px;*/
  
  /*}*/
  /*.right form .btn button{*/
  /*  height: 40px;*/
  /*  width: 100%;*/
  /*  border: none;*/
  /*  outline: none;*/
  /*  background: #245779;*/
  /*  font-size: 1.0625rem;*/
  /*  font-weight: 500;*/
  /*  cursor: pointer;*/
  /*  transition: .3s;*/
  /*}*/
  /*.btn button{*/
  /*  height: 40px;*/
  /*  width: 70%;*/
  /*  border: none;*/
  /*  outline: none;*/
  /*  background: #2874A6;*/
  /*  font-size: 1.0625rem;*/
  /*  font-weight: 500;*/
  /*  cursor: pointer;*/
  /*  transition: .3s;*/
  /*  color: #fff;*/
   
  /*}*/
  /*.right form .btn button:hover{*/
  /*  background: #000;*/
  /*  color: #fff;*/
  /*}*/
  .btn button:hover{
    background: #000;
    color: #fff;
  }
  .bottom center{
    padding: 5px;
    font-size: 0.9375rem;
    background: #245779;
  }
  .bottom center span{
    color: #fff;
    
  }
  .bottom center a{
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    text-decoration: none;
  }
  .bottom center a:hover{
    text-decoration: underline;
  }

@media screen and (max-width: 900px) {
  .footers{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
}
/* .about .about-content{
  width: 100%;
  height: 500px;
  background: lightgreen;
} */
.branch-box{
  width: 310px;
  height: 240px;
  margin: 20px;
  display: inline-table;
  background: #fff;
 box-shadow: 0px 0px 7px 2px #ECECEC;
}
.branch-box .branch .branch-wrap
{
    text-align: left;
    padding: 0px 10px 10px 10px;
    display: flex;
    flex-wrap: wrap;
}
/* .branch-box:hover{
  box-shadow: -3px -3px 4px #07208f,
  2px 2px 4px #07208f;
} */
.icons{
  color: #2874A6;
  font-size: 40px;
  text-decoration: none;
    padding-top: 10px;
}
.icons.locate-btn{ 
  right: 30px;
  top: 20px;
}
.branch-box .icons a i
{
  text-decoration: none;
  color: #2874A6;
  padding: 10px;
  transition: 0.25s;
  cursor: pointer;

}
.branch-box .icons a i:hover
{
  text-decoration: none;
  color: #000;
  transform: translateY(-25px);

}
.branch-name
{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.branch-box h1{
    width: 100%;
  font-size: 23px;
  font-weight: 500;
  color: #2874A6;
 text-align: left;
}
.branch-box h2{
    width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #8E8D8D;
 text-align: right;
 padding-top: 4px;
}

.branch-box .branch .branch-contents
{
    display: flex;
    flex-wrap: wrap;
}
.branch-box .branch .branch-contents span
{
    display: flex;
    font-size: 14px;
    color: #8E8D8D;
    text-align: left;
    padding: 10px 20px 0px 20px;
}
.branch-box .branch .branch-contents a
{
    width: 70%;
    display: flex;
    font-size: 14px;
    color: #8E8D8D;
    text-align: left;
    padding: 10px;
}
.branch-box button
{
    background: #2874A6;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
}

.branch-box p{
  word-spacing: 2px;
  font-size: 13px;
  color: #6e738d;
  text-align: center;
 padding: 0px 10px 0px 10px;
}
.branch-box .locate-map 
{
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.branch-box .locate-map button
{
  width: 150px;
  padding: 5px 10px 20px 10px;
  color: #4158d0;
  background-color: transparent;
  border: 1px solid #4158d0;
  border-radius: 5px;
}
.branch-box .locate-map button:hover
{
  background-color: #4158d0;
  color: #fff;
}
.map-content
{
  display: flex;
  flex-direction: column;
}
.branch-box-apalit
{
  width: 90%;
  display: flex;
  border: 2px solid #4158d0;
  margin: 0;
  padding: 0;
}
.branch-box-apalit .apalit-content
{
  width: 300px;
  margin: 50px;
}
.branch-box-apalit .apalit-map
{
  width: 100%;
  padding: 20px;
}
.branch-box-apalit .apalit-map iframe
{
  border: 5px solid #000;
  margin: 10px;
}

/* ----------------------------accounts-------------------------- */
.action
{
    top: 20px;
    right: 30px;   
}
.action .profile
{
position: relative;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
cursor: pointer;
margin-left: 20px;
margin-top: -12px;
}

.action .profile img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: brightness(0) invert(1); */
}
.action .acc-img img
{
  max-width: 50px;
  margin-left: 75px;
  margin-bottom: -15px;
}

.action .menu
{
    position: absolute;
    top: 80px;
    right: 60px;
    padding: 10px 20px;
    background: #fff;
    width: 200px;
    box-sizing: 0 5px 25px rgba(0, 0, 0, 1);
    border-radius: 15px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    text-align: left;
}
.action .menu.active 
{
    visibility: visible;
    opacity: 1;
}
.action .menu::before
{
    content: '';
    position: absolute;
    top: -5px;
    right: 28px;
    width: 20px;
    height: 20px;
    background: #FFF;
    transform: rotate(45deg);

}
.action .menu h3
{
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 600;
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.2em;
    text-transform: uppercase;
}
.action .menu span
{
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    
}

.action .menu ul li
{
    list-style: none;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    direction: flex;
    align-items: center;

}
.action .menu ul li img
{
    max-width: 20px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.5s;   
}
.action .menu ul li:hover img
{
    opacity: 1;
}
.action .menu ul li a
{
    display: inline-block;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: 0.5s;
}
.action .menu ul li a:hover
{
    color: #fff;
}

.content .mem-req{
  width: 700px;
  height: 1200px;
  /* background-color: #e1ecf5; */
 display: inline-table;
 margin-left: -10%;
}

.content .reqDiv{
/* background: aqua; */
display: inline-table;
margin-left: 5%;
}
@media all and (max-width: 480px)
{
    .maya-cont
    {
        margin-top: 90px;
    }
  
  .banner
  {
    height: 40vh;
    background:rgba(0, 0, 0, 0.226)url("images/caniogan-coop-lobby-contact-us.png") no-repeat;
    background-blend-mode: darken;
    background-size: cover;
    background-position: bottom;
    /* background-attachment: fixed; */
  }
  .banner .contact-title
{
  width: 200px;
  position: absolute;
  /* top: 230px; */
  left:30px;
}
.banner .contact-title h1
{
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}
.banner .contact-title .social-icon
{
  position: absolute;
  width: 250px;
  height: 750px;
  display: flex;
  position: absolute;
  width: 40%;
  top: 25px;
  left: -5px;
  /* right: 60px; */
}
.banner .contact-title .social-icon a 
{
  padding: 5px 5px;
  text-decoration: none;
  box-sizing: border-box;
  opacity: 0;
  animation: slide_right 0.5s linear forwards;
  animation-delay: calc(0.1s * var(--i));
}
.about
{
 padding: 50px 0px;   
}
.banner .contact-title .social-icon a span
{
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
  color: rgb(4, 17, 59);
}
.banner .contact-title .social-icon a span:hover
{
  background: rgb(4, 17, 59);
  color: #fff;
}
.about .ccdc-map
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;

}
.about .ccdc-map h1
{
  width: 800px;
  font-size: 1em;
  font-weight: 500;
  word-spacing: 2px;
  color: #2874A6;
  margin-bottom: 10px;
  padding: 5px;
}

}
.maya-div
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.maya-main
{
   width: 100%;
   height: 100%;
}
.maya-main .maya-cont
{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    width: 100%;
    margin-top: 70px;
}
.maya-main .maya-cont iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
   
}
.maya-word
{
    width: 90%;
    height: 200px; 
    padding: 0 5% 5% 5%;
}
.maya-word .maya-title
{
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    
}
.maya-word .maya-title h1
{
    font-size: 22px;
    color: #6d6d6d;
}
.maya-word .maya-parag
{
    width: 100%;
    text-align: left;
}
.maya-word .maya-parag p
{
    font-size: 15px;
    color: #6d6d6d;
    line-height: 1.5em;
}
.maya-date
{
    width: 90%;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.maya-date img
{
    width: 15px;
    padding-top: 1px;
}
.maya-date p
{
     font-size: 13px;
    padding: 0;
    padding-left: 10px;
    padding-bottom: 3px;
    color: #6d6d6d;
}
.maya-date a
{
    color: #6d6d6d;
}
.story-main
{
    width: 100%;
}
.story-main .awardee
{
    width: 100%;
    padding-bottom: 40px;
}
.story-main .awardee-coop
{
    width: 100%;
    padding-bottom: 40px;
}
/*.story-main .awardee-coop h3*/
/*{*/
/*    font-size: 20px;*/
/*    color: #2874A6;*/
    
/*}*/
.story-main .awardee h1
{
    font-size: 18px;
    color: #2874A6;
    font-weight: 500;
    padding-bottom: 20px;
}
.story-main .awardee h3
{
    font-size: 18px;
    color: #2874A6;
    font-weight: 500;
    padding-bottom: 20px;
}
.story-main .awardee p
{
    font-size: 15px;
   
}
.story-main .awardee-coop h3
{
    font-size: 18px;
    font-weight: 400;
    color: #2874A6;
    padding-bottom: 20px;
}
.story-main .awardee-coop h4
{
    font-size: 18px;
    font-weight: 700px;
}
.story-main .story-cont
{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-main .story-message
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.story-main .story-message-cont
{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-main .story-message-cont p
{
    padding: 20px;
}
.story-main .story-message-cont img
{
    width: 100px;
    display: flex;
    border-radius: 50%;
}
.story-main .story-title
{
   width: 100%;
}
.story-main .story-title h1
{
    font-size: 20px;
    color: #2874A6;
    margin-bottom: 100px;
}