@import url(
  https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap
);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
hr {
  margin: 0px 1% !important;
  max-width: 100% !important;
  background: darkgray !important;
}

.cai_img,.img,.cai-card-title {
  cursor: pointer;
}
.img ,.cai_img{
      -webkit-transition: all 2s ease;
      -moz-transition: all 2s ease;
      -ms-transition: all 2s ease;
      transition: all 2s ease;
}
.img :hover{
  background: greenyellow;
  opacity: 0.5;
  top: 0;
  left: 0;

}
.cai_img :hover{
  background: greenyellow;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.cai-model-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #000000e8;
}

.cai-model-content::-webkit-scrollbar {
  width: 12px;
  background-color: #000000e8;
}

.cai-model-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
}

.cai-team-social {
  padding: 16px;
  font-size: 16px !important;
  width: 25%;
  text-align: center;
  background: #2b2b2b;
  text-decoration: none !important;
  margin: 5px 2px;
  color: white !important;
  border-radius: 8%;
}

.cai-model-para > span {
  padding: 0% 1%;
  font-size: 100%;
  color: darkgray;
  display: inline-block;
}
.cai-model-pic {
  width: 40%;
  padding: 1.5%;
}
.cai-model-inner {
  width: 60%;
  padding: 1%;
}
.cai-model-title > .cai-card-title {
  font-size: 150% !important;
}
.cai-model-title {
  color: #1cd4c3;
  float: left;
  text-align: start !important;
  width: 100%;
}
.cai-model-social {
  width: 100%;
}

.cai-model-content {
  width: 100%;
}

.modal-body {
  display: flex;
  font-family: "Roboto", sans-serif;
  flex-wrap: wrap;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #000000e8;
  margin: auto;
  color: white !important;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.modal-header {
  margin-bottom: 2%;
  color: white !important;
  font-size: initial !important;
}

.close {
  color: #aaaaaa;
  float: right;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(180, 52, 52);
  text-decoration: none;
  cursor: pointer;
}
 .cai-link1{
  color: white !important;
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #2c45a3;
  padding: 6px 10px 6px 10px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  margin: 0% 0% 0% 1%;
  border-radius: 20%;
}
h3,
h3,
h4 {
  font-size: inherit !important;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flexc {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cai-card {
  font-family: "Roboto", sans-serif;
  padding: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
  background: white;
}
.cai-card-title {
  color: green;
}
.cai-model-card-text {
  padding: 10px;
  color: white !important;
}

.cai-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 50%;
  padding: 1%;
}
@media screen and (min-width: 451px) {
  h2,
  h3,
  h4 {
    font-size: smaller !important;
  }
  .cai-model-content > .cai-model-card-text {
    font-weight: 200;
    /*font-size: 140%;*/
    letter-spacing: 1px;
  }
  .cai-model-social > .fa {
    width: 15%;
  }
  .cai-team-social {
    padding: 10px;
    font-size: 12px !important;
    width: 25%;
    text-align: center;
    background: #2b2b2b;
    text-decoration: none !important;
    margin: 5px 2px;
    color: white !important;
    border-radius: 8%;
  }
}
.cai-model-content {
  width: 100%;
  height: 130px;
  overflow: auto;
}
@media screen and (min-width: 700px) {
  .cai-model-inner {
    width: 70%;
  }
  .cai-model-pic{
    width: 30%;
  }
  h2,
  h3,
  h4 {
    font-size: medium !important;
  }
  /*.cai-model-content > .cai-model-card-text{
      font-size: 120%
      }*/
  .cai-model-social > .fa {
    width: auto;
  }

  .cai-team-social {
    padding: 8px;
    font-size: 15px !important;
    width: 25%;
    text-align: center;
    background: #2b2b2b;
    text-decoration: none !important;
    margin: 5px 2px;
    color: white !important;
    border-radius: 8%;
  }

  .cai-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 1%;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .cai-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 1%;
    width: 33%;
  }
}
@media screen and (max-width: 970px) {
  .cai-model-para :nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .cai-model-para > span {
    width: 110%;
  }
}
@media screen and (max-width: 450px) {
  .modal-header {
    margin-bottom: 14%;
  }
  .cai-model-para > span {
    width: 100%;
  }
  /*.cai-model-content > .cai-model-card-text{
      font-size: 120%
      }*/
  h2,
  h3,
  h4 {
    font-size: smaller !important;
  }
  .cai-model-social > .fa {
    padding: 8px;
    font-size: 8px !important;
    width: auto;
  }
  .cai-model-pic {
    width: 100%;
    padding: 1%;
  }
  .cai-model-inner {
    width: 100%;
  }
  .cai-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 1%;
    width: 100%;
  }
  .cai-teamcontainer {
    padding: 15px 30px 30px !important;
  }
}
@media screen and (max-width: 390px) {
  h2,
  h3,
  h4 {
    font-size: smaller !important;
  }
}
@media screen and (min-width: 1400px) {
  .cai-model-inner {
    width: 80%;
  }
.cai-model-pic {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  h3,
  h4 {
    font-size: large !important;
  }
  .cai-container {
    padding: 1%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 25%;
  }
  figure {
    width: 50%;
    padding: 3%;
  }
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.cai-teamcontainer {
  padding: inherit;
}

p {
  color: #000;
  font-family: "Roboto", sans-serif !important;
}
img {
  width: 100%;
}

.fa:hover {
  opacity: 0.7;
}

figure {
  padding: 3%;
}
ol .list {
  display: inline;
  list-style-position: outside;
}

.cai-social {
  width: 100%;
}
