@charset "utf-8";
.tech-slideshow {
  height: 200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 200px;
  width: 2800px;
  background: url(/templets/html/images/cooplogo1.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 30s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 1;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}

* {
  box-sizing:border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  padding: 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column-66 {
  float: left;
  width: 50.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 49.33333%;
  padding: 0px;
}

.large-font {
  font-size: 24px;
}

.xlarge-font {
  font-size: 64px
}


.button {
    background-color: #093c71; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #093c71;
}

.button1:hover {
    background-color: #093c71;
    color: white;
}



img {
  display: block;
  height: auto;
  max-width: 100%;
 
}

.container{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.row{
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}

@media screen and (max-width:850px ){
    .row{
        flex-direction: column;
    }
}</style>
<style type="text/css">
div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    text-align: left;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 32.2%;
}
.responsive1 {
    padding: 0 6px;
    float: left;
    width: 24.333%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
		padding:0;
    }
    
    .responsive1 {
        width: 49.99999%;
        margin: 6px 0;
    } 
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
    
      .responsive1 {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}</style>
<style type="text/css">
html {
  box-sizing: border-box;
}



.column {
  float: left;
  width: 19.9%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 26px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: fff;
}

.button 1{
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

h2 {
  font-size:32px;
  color: #0472ba;
}

p{
  font-size:18px;
  font-family: 'Montserrat', sans-serif

}

 .ctw {
            width: 50%;
        }

        @media screen and (max-width:850px) {
            .ctw {
                width: 100%;
            }
        }
		
		
		
		
summary {
    font-size: 0.25rem;
    font-weight: 600;
    background-color: #fafafa;
    background: rgb(193,169,153);
background: linear-gradient(90deg, rgb(170, 165, 161) 0%, rgb(12, 97, 230) 100%, rgb(22, 103, 206) 100%);

    color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    outline: none;
    border-radius: 0.25rem;
    text-align: left;
    cursor: pointer;
    position: relative;
}


details[open] > summary:first-of-type {
    list-style-type: disclosure-open;
}

details > summary:first-of-type {
    display: list-item;
    counter-increment: list-item 0;
    list-style: inside disclosure-closed;
}

summary {
    display: block;
}
}
p {
    text-align: left;
}


p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}



.button {
    background-color: #0472ba; /* Green */
    border: none;
    color: white;
    padding: 10px 22px;
    border-radius: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}



