@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: Arial, Helvetica, 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: 10px;
}
.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: #FFF;
  /* background-color: rgb(2, 87, 73); */
  /*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{
    width: 100%;
    height: 60vh;
    background:url("images/caniogan-coop-career-header-version-2.png") no-repeat;
    background-blend-mode: darken;
    background-size: contain;
    background-position: top;
    background-attachment: fixed;
}
/* .Servbanner{
    height: 100vh;
    background: url("images/home-bg-darken.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
} */

.about{
padding: 70px 0;
}

.about .title{
    font-size: 35px;
    font-weight: 700;
}
.about p{
    padding-top: 20px;
    text-align: justify;
}
.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: 500;
    
}
.ccdc-content p{
    
    margin: btn auto;
    font-weight: 100;
    line-height: 25px;
}


.btn-view button{
  height: 40px;
  width: 70%;
  border: none;
  outline: none;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  color: #fff;
  /* margin-left: 300px; */
}
.wrapper{
    display: grid;
    margin: 10px 90px auto;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
 
  .wrapper .box{
    width: 350px;
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
  }
  .wrapper .box .front-face{
    background: #fff;
    height: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
    transition: all 0.5s ease;
  }
  .box .front-face .icons{
    height: 80px;
  }
  .box .front-face .icons i{
    font-size: 65px;
  }
  .box .front-face span,
  .box .back-face span{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .box .front-face .icons i,
  .box .front-face span {
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .box .back-face{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 150px;
    width: 83%;
    padding: 30px;
    color: #fff;
    opacity: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    transform: translateY(110px) rotateX(-90deg);
    box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
    transition: all 0.5s ease;
  }
  .box .back-face p{
    margin-top: 10px;
    text-align: justify;
  }
  
  .box .front-face p{
    margin-top: 5px;
    margin-left: 60px;
    margin-right: 60px;
    text-align: justify;
    color: #6d6d70;
    font-size: 14px;
  }
  .box:hover .back-face{
    opacity: 1;
    transform: rotateX(0deg);
  }
  .box:hover .front-face{
    opacity: 0;
    transform: translateY(-110px) rotateX(90deg);
  }


  /* ---------------------------FOOTER--------------------------------------------- */
  .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;
  }
 
  /* --------------------------career----------------------------- */
  
.career-content{
  width: 100%;
  height: 70vh;
  background-position: center;
  background-size: cover;
}
.career-content .row{
  width: 100%;
  display: flex;
  height: 88%;
  align-items: center;
}
.career-content .col{
    flex-basis: 40%;
    margin-left: 60%;
}
.career-content .col h1{ 
    width: 90%;
    color: #fff;
    font-size: 40px;
    line-height: 1em;
    text-align: left;
    margin-bottom: 15px;
  /* border: 3px solid #fff ; */
}

.grow
{
    width: 100%;
    position: relative;
    display: flex;
}
.grow .grow-content
{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}
.grow .grow-content .grow-career
{   
  width: 400px;
  display: flex;
  flex-wrap: wrap;
}   
.grow .grow-content .grow-career h1
{   
  width: 100%;
  font-size: 20px;
  color: #2874A6;
  text-align: left;
  margin-top: 10px;
  margin-left: 30px;
}
.grow .grow-content .grow-career p
{
 width: 100%;
  font-size: 15px;
  margin-top: 20px;
  word-spacing: 2px;
  line-height: 1.5em;
  color: #8E8D8D;
  text-align: justify;
  margin-left: 30px;
  text-indent: 20px;
  
}
.grow .grow-content .grow-pic
{
  margin: 0;
  width: 400px;
  margin-right: 30px;
  
}
.grow .grow-content .grow-pic img
{
  display: flex;
  width: 100%;
  margin-left: 200px;
  box-shadow: 0px 0px 5px #E1E1E1,
              0px 0px 4px #E1E1E1;
}
.open-div
{
  width: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}
.open-pos
{
    margin-top: 100px;
    width: 600px;
}
.open-pos h1
{
    font-size: 30px;
    color: #2874A6;
}
.open-pos p
{
    color: #8E8D8D;
    font-size: 15px;
    margin-top: 20px;
    word-spacing: 2px;
    line-height: 1.5em;
    text-indent: 20px;
    text-align: justify;
}
.career-offer
{
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 30px;
}
.career-offer .collector
{   
    position: relative;
    margin-left: 130px;
    margin-top: 100px;
    width: 500px;
    text-align: left;
}   
.career-offer .collector h1
{   
    font-size: 30px;
    color: #2874A6;
}
.career-offer .collector p
{
    font-size: 15px;
    margin-top: 5px;
    word-spacing: 2px;
    line-height: 1.5em;
    color: #8E8D8D;
}
.career-offer .teller
{   
    position: relative;
    margin-left: 130px;
    margin-top: 100px;
    width: 500px;
    text-align: left;
}   
.career-offer .teller h1
{   
    font-size: 30px;
    color: #2874A6;
}
.career-offer .teller p
{
    font-size: 15px;
    margin-top: 5px;
    word-spacing: 2px;
    line-height: 1.5em;
    color: #8E8D8D;
}
/* ------------------------------------------------- */
.col p{
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  margin-right: 100px;
  line-height: 1.4em;
  word-spacing: 1px;
  text-align: left;
}
button{
  width: 180px;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  font-size: 12px;
  padding: 12px 0;
  background: #fff;
  border: 0;
  border-radius: 20px;
  outline: none;
  margin-top: 10px;
}

.card{
  width: 200px;
  height: 230px;
  display: inline-block;
  border-radius: 10px;
  padding:15px 25px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 10px 15px;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s;
}
.card1{
  background-image: url("images/prod1.png");
}
.card2{
  background-image: url("images/prod2.png");
}
.card3{
  background-image: url("images/prd3.jpg");
}
.card4{
  background-image: url("images/prod4.gif");
}

.card:hover{
  transform: translateY(-10px);
}

h5{
  color: #fff;
  text-shadow: 0 0 5px #999;
}

.card p {
  text-shadow: 0 0 5px #999;
  font-size: 8px;
}
.btns{
  margin-top: 50px;
}
.btns button{
  height: 50px;
  width: 35%;
  border: none;
  outline: none;
  
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .5s;
  color: #fff;
}

.btn{
  /* background: cadetblue; */
  display:inline-flexbox;
}
.btns button:hover{
  background: #fff;
  color: #000;
  
}
.btnDiv button{
  position: relative;
  margin-top: 20px;
  height: 40px;
  width: 200px;
  border: none;
  outline: none;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  color: #fff;
  margin: 5px 15px;
  
}
.separationbtn
{
  
  width: 100px;
  height: 100px;
}
.btnDiv button:hover{
  background: #fff;
  color: #000;
}
/* .soff2 button{
  height: 50px;
  width: 180px;
  border: none;
  outline: none;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  color: #fff;
  
} */
/* .soff2 button:hover{
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  color: white;
} */
.error{
  width: 92%;
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #a94442;
  color: #a94442;
  background: #f2dede;
  border-radius: 5px;
  text-align: left;
} 

.success{
  width: 92%;
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #04a17a;
  color: #04a17a;
  background: #f2dede;
  border-radius: 5px;
  text-align: left;
} 
/* -------------------------------requirement------------------------------------ */

.content .mem-req{
  width: 60%;
  height: 60%;
  /* background-color: #e1ecf5; */
 display: inline-table;
 margin-left: 10px;
}
.content .reqDiv{
/* background: aqua; */
display: inline-table;
margin-left: 5%;
}
.req-content .mem-req{
  width: 100%;
  height: 100%;
  /* background-color: #e1ecf5; */
 display: inline-table;
 margin-left: 10px;
}
.req-content .reqDiv{
/* background: aqua; */
display: inline-table;
margin-left: 5%;
}
.reqDiv button{
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  color: #fff;    
}

.reqDiv button:hover{
  background: black;
  color: #fff;
}

.mem-req h4{
  color:#032348;
  font-size: 50px;
  border: 5px solid #032348;

}

.mem-req p{
  color:#032348;
  /* padding: 10px; */
  font-size: 16px;
  text-align: left;
  word-spacing: 5px;
  line-height: 1.8;
}
.branch-box{
  width: 300px;
  height: 220px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-table;
  background: #f2f2f2
}
.branch-box:hover{
  box-shadow: -3px -3px 4px #07208f,
  2px 2px 4px #07208f;
}
.icons{
  color: #4158d0;
  font-size: 50px;
  cursor: pointer;

}
.icons.locate-btn{ 
  right: 30px;
  top: 20px;
 
}
.branch-box h1{
  font-size: 20px;
  color: #4158d0;
  text-align: center;

}
.branch-box p{
  word-spacing: 2px;
  font-size: 15px;
  color: #6e738d;
  text-align: center;
 
}
/* ----------------------------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;
}
/* --------------story----------- */
.about .story-title
{
  width: 900px;
  margin-left: 30px;
}
.about .story-content
{
  width: 900px;
  height: 100%;
  /* padding: 15px; */
  margin-left: 100px;
}
.story-title h1
{
width: 100%;
color: #2a416d;
font-size: 35px;
}
.story-content p
{
width: 100%;
color: #494747;
font-size: 15px;
line-height: 1.59;
/* letter-spacing: 1px; */
word-spacing: 2px;
margin-top: 5px;
}

/* -------------------------------STORY------------------------------------ */
.container{
  width: 100%;
  height: 100vh;
  /* background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("images/img1.jpg"); */
  background-position: center;
  background-size: cover;
  padding-left: 8%;
  padding-right: 8%;
  box-sizing: border-box;
}

.story-container .story-1 {
    width: 350px;
    height: 700px;
    /* background: #dee4e9; */
    display: inline-table;
    
}
.story-container .story-2 {
    width: 350px;
    height: 700px;
    /* background: #dee4e9; */
    display:inline-table;
    margin-left: 5%;
}
.story-container .story-3 {
    width: 350px;
    height: 700px;
    /* background: #dee4e9; */
    display:inline-table;
    margin-left: 5%;
}
.story-1 img{
    width: 100%;
    height: auto;
}
.story-1 h1{
    font-size: 18px;
    color: rgb(4, 10, 58);
    font-family: 'Roboto', sans-serif;
    margin-top: 5%;
    margin-left: 5%;
    text-align: left;
    font-weight: bold;
}
.story-2 img{
    width: 100%;
    height: auto;
}
.story-2 h1{
    font-size: 18px;
    color: rgb(4, 10, 58);
    font-family: 'Roboto', sans-serif;
    margin-top: 5%;
    margin-left: 5%;
    text-align: left;
    font-weight: bold;
}
.story-3 img{
    width: 100%;
    height: auto;
}
.story-3 h1{
    font-size: 18px;
    color: rgb(4, 10, 58);
    font-family: 'Roboto', sans-serif;
    margin-top: 5%;
    margin-left: 5%;
    text-align: left;
    font-weight: bold;
}
.box-story
{
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  
}
.box-story .box-content
{
  width: 250px;
  height: 150px;
  margin-left: 60px;
  text-align: left;
}
.box-content .branch-icon i 
{
  padding: 15px 15px 15px 15px;
  font-size: 45px;
  color: rgb(48, 163, 163);
  cursor: pointer;
}
.box-content .branch-icon i:hover
{
  background: #8e8e91;
  color: #fff;
  border-radius: 10px;
}
.box-content .branches
{
  padding-left: 20px;
}
.box-content .branches h1
{
  color: rgb(48, 163, 163);
  font-size: 17px;
  word-spacing: 1px;
}
.box-content .branches p
{
  color: rgb(118, 121, 121);
  font-size: 15px;
  word-spacing: 2px;  
}
.lining
{
  background: rgba(48, 163, 163, 0.445);
  width: 90%;
  height: 1px;
  margin-bottom: 20px;
  margin-left: 90px;
}
.content .additional-resources{
    width: 100%;
    height: 500px;
    background: #fff;
}
.additional-resources .add-res{
    width: 500px;
    height: 300px;
    margin: 5%;
}

.additional-resources h1{
    color: rgb(149, 154, 156);
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
}

.additional-resources .line-1{
    background:rgb(4, 10, 58) ;
    width: 600px;
    height: 2px;
    box-shadow: 2px 2px 4px #07208f;
}

.additional-resources h2{
    color: rgb(4, 10, 58) ;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10%;
    width: 500px;
    word-spacing: 3px;
}

.row{
  display: flex;
  height: 88%;
  align-items: center;
  color: #fff;
}

.go-to-top-icon{
  background:url("img/arrowTop.svg") no-repeat center center;
  display: block;
  background-size: 100%;
  height:24px;
  width:25px;
}
.scrollTop{
  border-radius: 50px;
  background-color: #000;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 100;
  width: 25px;
  height: 25px;
}
/* =------------------------------------- */
.form-div 
{ 
  position: absolute;
  display: flex;
  margin-top: 100px; 
  border: 1px solid #e0e0e0; 
}
#profileDisplay 
{ 
  display: flex; 
  height: 210px; 
  width: 50%; 
  margin: 0px auto;
  border-radius: 50%; 
  filter: brightness(0) invert(1);
}
 label .Utype{

  margin-left: 50px;
}
.img-placeholder 
{
  width: 50%;
  color: white;
  height: 100%;
  background: black;
  opacity: .7;
  height: 210px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.img-placeholder h4 
{
  margin-top: 40%;
  color: white;
}
.img-div:hover .img-placeholder 
{
  display: block;
  cursor: pointer;
}
.form-group .back a
{
  width: 100%;
  background: #0e6985;
  color: #fff;
}
/* ---------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.wrapper-profile{
  /* background: #857e7e; */
  /* box-shadow: -3px -3px 7px #ffffff,
                  3px 3px 5px #ceced1; */
    position: relative;
    padding: 50px;
    width: 320px;
    height: 480px;
    display: flex;
    top: 100px;
    /* left: 30%; */
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.1 );
    border-radius: 6px;
    box-shadow: 0 5px 35px rgba(0,0,0,0.2);
}

.wrapper-profile::after
{
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 5px;
  pointer-events: none;
  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%);

}
/* .wrapper{
  position: absolute;
  top: 100px;
  width: 400px;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.wrapper .icon{
  font-size: 17px;
  color: #31344b;
  position: absolute;
  cursor: pointer;
  opacity: 0.7;
  top: 15px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
}
.wrapper .icon i{
  position: relative;
  z-index: 9;
}
.wrapper .icon.arrow{
  left: 15px;
}
.wrapper .icon.dots{
  right: 15px;
}
.wrapper .img-area{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.img-area .inner-area{
  /* height: calc(100% - 25px);
  width: calc(100% - 25px); */
  border-radius: 50%;
  margin-top: 100px;
}
.inner-area img{

  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  max-width: 200px;
}
.wrapper-profile .name{
  font-size: 23px;
  font-weight: 500;
  color: #31344b;
  margin: 10px 0 5px 0;
}
.wrapper-profile .about{
  color: #44476a;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  text-align: left;
  display: flex;
  position: relative;
}
.wrapper-profile .empIdno{
  color: #44476a;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.wrapper-profile .email{
  color: #44476a;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.wrapper-profile .birthday{
  color: #44476a;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.wrapper-profile .social-icons{
  margin: 15px 0 25px 0;
}
.social-icons a{
  position: relative;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  display: inline-flex;
  text-decoration: none;
  border-radius: 50%;
}
/* .social-icons a:hover::before,
.wrapper .icon:hover::before,
.buttom:hover:before,
.btnedit button:hover:before,
.buttons a:hover:before
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #ecf0f3;
  box-shadow: inset -3px -3px 7px #ffffff,
              inset 3px 3px 5px #ceced1;
} */
.buttom:hover:before{
  z-index: -1;
  border-radius: 5px;
}
/* .btnedit button:hover:before{
  z-index: -1;
  border-radius: 5px;
} */
/* .social-icons a i{
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.social-icons a.fb i{
  color: #4267B2;
}
.social-icons a.twitter i{
  color: #1DA1F2;
}
.social-icons a.insta i{
  color: #E1306C;
}
.social-icons a.yt i{
  color: #ff0000;
} */
.wrapper-profile .buttons{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.buttom{
  /* margin-top: 20px; */
  position: relative;
  width: 200px;
  border: none;
  outline: none;
  padding: 8px 0;
  color: #fff;
  background: rgba(255,255,255,0.3 );
  border-radius: 6px;
  box-shadow: 0 5px 35px rgba(0,0,0,0.2);
  font-size: 17px;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
  /* z-index: 4; */
}
.buttom:hover
{
  background: linear-gradient(-135deg, #c850c0, #4158d0);
}
.buttons a{
  /* margin-top: 20px; */
  position: relative;
  width: 150px;
  border: none;
  outline: none;
  padding: 8px 0;
  margin: 0 5px;
  color: #ffffff;
  background: rgba(255,255,255,0.3 );
  border-radius: 6px;
  box-shadow: 0 5px 35px rgba(0,0,0,0.2);
  font-size: 17px;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
  /* z-index: 4; */
  text-decoration: none;
}
.buttons a:hover
{
  background: linear-gradient(-135deg, #c850c0, #4158d0);
}

.buttons button:first-child{
  margin-right: 10px;
}
.buttons button:last-child{
  margin-left: 10px;
}
.btnedit button:first-child{
  margin-right: 5px;
}
.btnedit button:last-child{
  margin-left: 5px;
}
.wrapper-profile .social-share{
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 0 5px;
  justify-content: space-between;
}
.social-share .row{
  color: #31344b;
  font-size: 17px;
  cursor: pointer;
  position: relative;
}
.social-share .row::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #e0e6eb;
  margin-left: -25px;
}
.row:first-child::before{
  background: none;
}
.social-share .row i.icon-2{
  position: absolute;
  left: 0;
  top: 50%;
  color: #31344b;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.row:nth-child(1):hover i.fa-heart,
.row:nth-child(2):hover i.fa-comment{
  opacity: 1;
  pointer-events: auto;
}
/* .btnedit button
{
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 0;
  color: #31344b;
  font-size: 17px;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
  z-index: 4;
  background: transparent;
  margin-bottom: 20px;
} */
.info-menu{
  margin-top: 20px;
  font-weight: 500;
  font-size: 17px;
  color: #ffffff;
  text-align: left;
}
.info-menu .info-menu-label
{
  color: rgb(184, 184, 187);
}
.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: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=file] {*/
/* width: 500px;*/
/*}*/

@media(max-width: 1100px)
{
  .grow .grow-content
{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}
.grow .grow-content .grow-career
{   
  width: 350px;
  display: flex;
  flex-wrap: wrap;
}   
.grow .grow-content .grow-career h1
{   
  width: 100%;
  font-size: 20px;
  text-align: left;
  margin-top: 10px;
  margin-left: 30px;
}
.grow .grow-content .grow-career p
{
 width: 100%;
  font-size: 15px;
  margin-top: 20px;
  word-spacing: 2px;
  line-height: 1.5em;
  color: #2b2b2b;
  text-align: left;
  margin-left: 30px;
}
.grow .grow-content .grow-pic
{
  margin: 0;
  width: 350px;
  margin-right: 20px;
  
}
.grow .grow-content .grow-pic img
{
  margin: 0;
  display: flex;
  width: 100%;
  margin-left: 100px;
   box-shadow: 0px 0px 5px #E1E1E1,
              0px 0px 4px #E1E1E1;
}
}
@media all and (max-width: 920px)
{
  .grow .grow-content
  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
  }
  .grow .grow-content .grow-career
  {   
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -160px;
  }   
  .grow .grow-content .grow-career h1
  {   
    width: 100%;
    font-size: 23px;
    text-align: left;

    margin-left: 30px;
  }
  .grow .grow-content .grow-career p
  {
   width: 100%;
    font-size: 15px;
    margin-top: 20px;
    word-spacing: 2px;
    line-height: 1.5em;
    color: #2b2b2b;
    text-align: left;
    margin-left: 30px;
  }
  .grow .grow-content .grow-pic
  {
    margin: 0;
      width: 400px;
      margin-right: 20px;
    
  }
  .grow .grow-content .grow-pic img
  {
    margin: 0;
    display: flex;
    width: 100%;
    /* margin-left: 100px; */
    margin-top: 50px;
    box-shadow: 0px 0px 5px #E1E1E1,
              0px 0px 4px #E1E1E1;
  }
}
@media (max-width: 1000px)
{
  .banner{
    width: 100%;
    height: 80vh;
    background:url("images/caniogan-coop-career-header-version-2.png") no-repeat;
    background-blend-mode: darken;
    background-size: cover;
    background-position-x: -50px;
    background-attachment: fixed;
}
.career-content .row{
  width: 100%;
  display: flex;
  height: 88%;
  align-items: center;
}
.career-content .row .col{
    flex-basis: 60%;
    margin-left: 30%;
    margin-top: 450px;
}
.career-content .row .col h1{ 
    width: 90%;
    color: #fff;
    font-size: 40px;
    line-height: 1em;
    text-align: left;
    margin-bottom: 15px;
  /* border: 3px solid #fff ; */
  text-shadow: 0px 0px 10px #000;
}
.career-offer
  {
    margin: 0;
    position: relative;
    display: flex;
    text-align: left;
  }
  .career-offer .collector
  {
    margin: 0;
    margin: 50px 20px 20px 50px;
  }
  .career-offer .collector h1
  {
    font-size: 25px;
  }
  .career-offer .collector p
  {
    font-size: 15px;
  }
  .career-offer .teller
  {
    margin: 0;
    margin: 50px 20px 20px 50px;
  }
  .career-offer .teller h1
  {
    font-size: 25px;
  }
  .career-offer .collector p
  {
    font-size: 15px;
  }
}
@media(max-width: 600px)
{
  .career-offer
  {
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  .career-offer .collector
  {
    margin: 0;
    margin: 50px 20px 20px 50px;
  }
  .career-offer .collector h1
  {
    font-size: 25px;
  }
  .career-offer .collector p
  {
    font-size: 15px;
  }
  .career-offer .teller
  {
    margin: 0;
    margin: 50px 20px 20px 50px;
  }
  .career-offer .teller h1
  {
    font-size: 25px;
  }
  .career-offer .collector p
  {
    font-size: 15px;
  }
  .grow .grow-content .grow-pic
{
  margin: 0;
  width: 350px;
  /* margin-right: 30px; */
}
}
@media(max-width: 840px)
{
  .banner{
    width: 100%;
    height: 80vh;
    background:url("images/caniogan-coop-career-header-version-2.png") no-repeat;
    background-blend-mode: darken;
    background-size: cover;
    background-position-x: -150px;
    background-attachment: fixed;
}
.career-content .row{
  width: 100%;
  display: flex;
  height: 88%;
  align-items: center;
}
.career-content .row .col{
    flex-basis: 60%;
    margin-left: 25%;
    margin-top: 350px;
}
.career-content .row .col h1{ 
    width: 90%;
    color: #fff;
    font-size: 2em;
    line-height: 1em;
    text-align: left;
    margin-bottom: 15px;
  /* border: 3px solid #fff ; */
  text-shadow: 0px 0px 10px #000;
}
.career-content .row .col p
{
width: 100%;
}
}
@media all and (max-width: 840px)
{
  .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;
  }
  .icon{
    display: block;
    margin-left: 200px;
}
.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;
}
}

@media (max-width: 700px) {
  .wrapper{
    margin: 0px auto;
  }
  .about .story-title{
    width: 100%;
    height: 100%;
    margin: 0;
    margin: 20px;
    position: relative;
    display: flex;
  }
  .about .story-title h1
  {
    width: 100%;
    margin-right: 20px;
    font-size: 15px;
  }
  .about .story-content{
    width: 100%;
    margin: 20px;
    position: relative;
    display: flex;
    padding: 20px;
    flex-direction: column;
    
  }
  .about .story-content p
  {
    font-size: 15px;
  }
  .banner{
    width: 100%;
    height: 50vh;
    background:url("images/caniogan-coop-career-header-version-2.png") no-repeat;
    background-blend-mode: darken;
    background-size: contain;
    /* background-position-x: -150px; */
    background-attachment: fixed;
}
.career-content .row{
  width: 100%;
  display: flex;
  height: 88%;
  align-items: center;
}
.career-content .row .col{
    flex-basis: 60%;
    margin-left: 60%;
  margin-top: -250px;
}
.career-content .row .col h1{ 
    width: 90%;
    color: #fff;
    font-size: 1.5em;
    line-height: 1em;
    text-align: left;
    margin-bottom: 15px;
  /* border: 3px solid #fff ; */
  text-shadow: none;
}
.career-content .row .col p
{
width: 100%;
font-size: 10px;
line-height: 1;
}
}
@media screen and (max-width: 1200px)
{
  /* .career-content
  {
  position: relative;
  display: flex; 
  width: 100%;
  height: 300px;
 
  }
  .career-content .row
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  
}
.career-content .row .col
{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.career-content .row .col h1
{
  margin: 0;
  width: 800px;
  display: flex;
  text-align: center;
}
.career-content .row .col p
{
  margin: 0;
  width: 800px;
  display: flex;
  text-align: left;
} */
}
@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;
  }
}

  @media (max-width: 768px){
    .content .spoffer
     {
      position: absolute;
      display: flex;
      height: 190px;
      max-width: 600px;
      margin: 0;
      background-size: fit;
    }
    .spoffer .soff
    {
      padding: 0;
      max-width: 300px;
      max-height: 100px;
      position: relative;
      display: none;
      /* margin-left: -100px; */
      margin-top: -100px;
    }
    .spoffer .soff h2
    {
      position:relative;
      display: none;
      font-size: 5px;
      color: #fff;
      padding: 0;
      overflow: hidden;
    }
    .soff h3
    {
      position: absolute;
      display: none;
      font-size: 5px;
      margin-top: 50%;
    }
    .spoffer .soff2
    {
      position: absolute;
      display: flex;
      margin-top: 16%;
      max-width: 500px;
      margin-left: 0;
    }
    .soff2 .h2
    {
      font-size: 10px;
      background: red;
    }
    .mem-req h4
    {
      font-size: 40px;
    }
  }
  
  
@media (max-width: 768px) {
  body{
    height: 100px;
  }
  body.disabledScroll{
      overflow: hidden;
  }
  .icon{
      display: block;
      margin-left: 200px;
  }
  .icon.hide{
      display: none;
  }
  
  .col
  {
    margin-left: 20%;
    
  }
  .col h1{
    font-size: 20px;
    font-weight: 500;
  }
  .col p{
    margin-top: -7px;
    margin-bottom: 10%;

  }
  .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: 300px;
  
  }
  .spoffer .soff{
  width: 100px;
  height: 40px;
  
  background: rgba(255, 255, 255, 0.637);
  }  */
 
  /* .btn-view button{
    width: 250px;
  } */
  .navbar .profile img
  {
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
  }
  .banner .ccdc-content h1{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    
  }
  .ccdc-content p{
    margin: btn auto;
    font-weight: 100;
    line-height: 25px;
    font-size: 13px;
  }

  .content .spoffer
  {
   position: relative;
   display: flex;
   margin: 0;
   width: 100%;
  
   /* overflow: hidden; */
 }
 .about .story-title{
  width: 100%;
  position: relative;
  display: flex;
}
.about .story-title h1
{
  margin-right: 20px;
  font-size: 25px;
}
}
@media (max-width: 590px){
  .content .mem-req
  {
    width: 100%;
  }
}
@media (max-width: 480px) {
   .about
   {
     padding: 20px 20px;
   } 
  .content .spoffer
   {
    position: relative;
    display: flex;
    margin: 0;
    width: 100%;
    height: 270px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .email-container .email-content{
    padding: 0;
}
  .spoffer .soff
  {
    position: relative;
    /* display: none; */
    width: 50px;
    height: 50px;
    margin: 0; 
    padding: 0;
  }
  .spoffer .soff2
  {
    position: absolute;
    display: flex;
    /* max-width: 400px;
    max-height: 300px; */
  }
  .spoffer .soff2 .linebetween 
  {
    position: absolute;
    display: flex;
    top: 55px;
    max-width: 250px;
  }

  .spoffer .soff2 h2 
  {
    position: relative;
    display: flex;
    color: rgb(255, 255, 255);
    /* margin: 50px 0px 10px 60px; */
    font-size: 18px;
    text-align: left;
    top: -43px;
    font-weight: 500;
    height: 50px;
  }
  .spoffer .soff2 h3
  {
    position: absolute;
    display: flex;
    font-size: 10px;
    color: rgb(255, 255, 255);
    margin: 50px 0px 0px 60px;
    font-size: 17px;
    text-align: left;
    top: 12px;
    font-weight: 500;
    max-width: 270px;
  }
  .spoffer .soff2 a
{
  position: absolute;
  display: flex;
  top: 150px; 
  left: 90px; 
  padding: 0;
}
  .content .promotional
  {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .promotional .promo-cont
  {
    position: absolute;
    display: inline;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .promotional .promo-cont h1
  {
    font-size: 20px;
  }
  .promotional .promoimg
  {
    position: relative;
    display: flex;
    flex-direction: row;
    /* width: 360px;
    top: 220px; */
    margin-top: 220px;
  }
  .promotional .promoimg img
  {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 360px;
  }
  .promotional .promo-cont p
  {
    position: absolute;
    margin: 0;
    width: 100%;
    font-size: 15px;
    line-height: 1.59;
    margin: 0px 10px 0px 0px;
  }
  .content .promotional2
  {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    margin-top: 200px;
  }
  .promotional2 .promo-cont2
  {
    position: absolute;
    display: inline;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .promotional2 .promo-cont2 h1
  {
    font-size: 20px;
  }
  .promotional2 .promo-cont2 p
  {
    position: absolute;
    margin: 0;
    width: 100%;
    font-size: 15px;
    line-height: 1.59;
    margin: 0px 10px 0px 0px;
  }
  .promotional2 .promoimg2
  {
    position: relative;
    display: flex;
    flex-direction: row;
    /* width: 360px;
    top: 220px; */
    margin-top: 230px;
    margin-bottom: 10px;
  }
  .promotional2 .promoimg2 img
  {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .content .promotional3
  {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
  }
  .promotional3 .promo-cont3
  {
    position: absolute;
    display: inline;
    margin: 0;
    margin-top: 120px;
    width: 100%;
    text-align: left;
  }
  .promotional3 .promo-cont3 h1
  {
    font-size: 20px;
    
  }
  .promotional3 .promo-cont3 p
  {
    position: absolute;
    margin: 0;
    width: 100%;
    font-size: 15px;
    line-height: 1.59;
    margin: 0px 10px 0px 0px;
  }
  .promotional3 .promoimg3
  {
    position: relative;
    display: flex;
    flex-direction: row;
    /* width: 360px;
    top: 220px; */
    margin-top: 230px;
    margin-bottom: 10px;
  }
  .promotional3 .promoimg3 img
  {
    margin-top: 270px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    width: 100%;
    height: 220px;
  }
  .btnapp button
  {
    position: relative;
    margin: 0;
    text-align: center;
    width: 200px;
    margin-top: 350px;
  }
  .mem-req h4
  {
    font-size: 30px;
  }
  .content .mem-req
  {
    width: 100%;
  }
  .about .story-title{
    width: 100%;
    position: relative;
    display: flex;
  }
  .about .story-title h1
  {
    margin-right: 20px;
    font-size: 30px;
    text-align: left;    
  }
  .about .story-content{
    width: 100%;
    margin: 0;
    margin-left: 25px;
    position: relative;
    display: flex;
  }
  .about .story-content h1
  {
    font-size: 30px;
    text-align: left;    
  }
  .grow
  { 
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .grow .grow-career
  {
    margin: 0;
    margin-top: -140px;
    width: 100%;
  }
  .grow .grow-career h1
  {
    margin: 0;
    width: 80%;
    margin: 0px;
    font-size: 20px;
  }
  .grow .grow-career p
  {
    margin: 0;
    width: 80%;
    font-size: 15px;
  }
  .grow .grow-pic
  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .grow .grow-pic img
  {
    margin: 0;
    padding: 0;
    width: 300px;
  }

  .open-div
  {
    margin: 0px;
    padding: 0px;
  }
  .open-div .open-pos
  {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 0;
    margin: 50px 20px 20px 50px;
    width: 100%;
  
  }
  .open-div .open-pos h1
  {
    margin: 0;
    font-size: 25px;
    text-align: left;
  }
  .career-offer
  {
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  .career-offer .collector
  {
    margin: 0;
    margin: 50px 20px 20px 50px;
  }
  .career-offer .collector h1
  {
    font-size: 25px;
  }
  .career-offer .collector p
  {
    font-size: 15px;
  }
  .career-offer .teller
  {
    margin: 0;
    margin: 50px 20px 20px 50px;
  }
  .career-offer .teller h1
  {
    font-size: 25px;
  }
  .career-offer .collector p
  {
    font-size: 15px;
  }
  .banner
  {
    width: 100%;
    height: 100vh;
    background:url("images/caniogan-coop-career-header-version-2.png") no-repeat;
    background-blend-mode: darken;
    background-size: 700px;
    background-position:initial;
    background-attachment: initial;
    background-position-y: 87px;
    background-position-x: -50px;
}
  .career-content
  {
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  
  }
  .career-content .row
  {
    width: 100%;
    margin: 0;
    height: 400px;
    margin-top: 280px;
  }
  .career-content .row .col
  {
    margin: 0;
    width: 100%;
    height: 200px;
    background: #2874A6;
  }
  .career-content .row .col h1
  {
    font-size: 22px;
    width: 250px;
    margin-left: 50px;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 1px;

  }
  .career-content .row .col .linebetween
  {
    width: 100px;
    height: 2px;
    background: #fff;
    margin-left: 50px;
    margin-top: 20px;
  }
  .career-content .row .col p
  {
    width: 300px;
    font-size: 13px;
    margin-left: 50px;
    margin-top: 20px;
    line-height: 1.4;
  }
}
