/* @import url("https://fonts.googleapis.com/css?family=Montserrat"); */
/* @import "compass/css3"; */

.my-content {
  /* font-size: 10px; */
  overflow-x: hidden;

}


body {
  /* font-size: 20px; */
  max-width: 100%;
  overflow-x: hidden;
  background-color: #d1ddf4;
  color: #142850;
  font-family: 'Montserrat', sans-serif;
}



.post-title {
  height: 5vw;
}




#heading {
  text-align: center;
  color: #3b578e;
  font-weight: 600;
  font-size: 3vw;
  padding: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
  #heading {
    color: #3b578e;
    font-weight: 600;
    font-size: 7vw;
    text-align: center;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


.intro-slide {
  background-color: #000;
  height: fit-content;
  width: 100vw;
  display: block;


}

#slideshow {
  background-color: #000;

  height: 100vh;
  width: 100vw;
  opacity: 0.5;
}

.pisb-title {
  width: 100%;
  top: 30%;
  text-align: center;
  position: absolute;
  font-family: inherit;
  font-size: 5vw;
  color: #f7f9ff;
  font-weight: 1200;
  letter-spacing: 3px;
  padding:20px;
}

.animated{
  animation-delay: 2s;
}

.title {
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  height: auto;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 4vw;
  line-height: 4vw;
  color: #fff;
  padding: 2rem;
}

.title__container {
  font-weight: 600;
  overflow: hidden;
  height: 4vw;
  padding: 0 40px;
}

.title__container:before {
  padding: 2rem;
  content: '[';
  left: 0;
}

.title__container:after {
  padding: 2rem;
  content: ']';
  position: absolute;
  right: 0;
}

.title__container:after,
.title__container:before {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 4vw;
  line-height: 3.2vw;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.title__container__text {
  display: flex;
  float: left;
  margin: 0 2vw;

}

.title__container__list {
 
  margin-top: 0;
  padding-left: 10vw;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.title__container__list__item {
  display: flex;
  line-height: 4vw;
  margin:0 2vw;
  
}

@media only screen and (min-width : 320px) and (max-width : 499px) {

  .intro-slide {
    background-color: #000;
    height: 50vh;
    width: 100vw;
    display: block;


  }

  #slideshow {
    background-color: #3b578e;
    height: 50vh;
    width: 100vw;
    opacity: 0.5;
  }

  .pisb-title {
    left: 0;
    top: 28%;
    text-align: center;
    position: absolute;
    font-family: inherit;
    font-size: 7vw;
    color: #f1f4fb;
    font-weight: 1200;
    letter-spacing: 2px;
  }

  .title {
    position: absolute;
    top: 40%;
   
    transform: translate(-50%, -50%);
    height: auto;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    font-size: 6vw;
    line-height: 6vw;
    color: #fff;
    padding: 2rem;
  }

  .title__container {
    font-weight: 600;
    overflow: hidden;
    height: 6vw;
    padding: 0 40px;
  }

  .title__container:before {
    padding: 2rem;
    content: '[';
    left: 0;
  }

  .title__container:after {
    padding: 2rem;
    content: ']';
    position: absolute;
    right: 0;
  }

  .title__container:after,
  .title__container:before {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 6vw;
    line-height: 5vw;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

  .title__container__text {
    display: inline;
    float: left;
    margin: 0;

  }

  .title__container__list {
    margin-top: 0;
    padding-left: 3rem;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
  }

  .title__container__list__item {
    line-height: 25px;
    margin: 0;
  }
}

@media only screen and (min-width : 500px) and (max-width : 1200px) {

  .intro-slide {
    top: 20%;
    background-color: #000;
    height:100vh;
    width: 100vw;
    display: block;
    overflow: hidden;

  }

  #slideshow {
    background-color: #3b578e;
    height: 100vh;
    width: 100vw;
    opacity: 0.5;
  }

  .pisb-title {
    width: 100%;
    text-align: center;
    position: absolute;
    font-family: inherit;
    color: #f1f4fb;
    font-weight: 1200;
    letter-spacing: 3px;
    line-height: 8vw;
    font-size: 7vw;
  }

  .title {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    height: auto;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    font-size: 6vw;
    line-height: 5vw;
    color: #fff;
    padding: 2rem;
    margin-top: 2vw;
  }

  .title__container {
    font-weight: 600;
    overflow: hidden;
    height: 5vw;
    padding: 0 60px;
  }

  .title__container:before {
    padding: 2rem;
    content: '[';
    left: 0;
  }

  .title__container:after {
    padding: 2rem;
    content: ']';
    position: absolute;
    right: 0;
  }

  .title__container:after,
  .title__container:before {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 5vw;
    line-height: 5vw;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

  .title__container__text {
    display: inline;
    float: left;
    margin: 0;

  }

  .title__container__list {
    margin-top: 0;
    padding-left: 5rem;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
  }

  .title__container__list__item {
    line-height: 5vw;
    margin: 0;
    padding-left:4vw;
  }
}

@-webkit-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

@-o-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

@-moz-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

@keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

/*_______________________________________info______________________________________*/

.info {
  padding: 50px;
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;

}

.info-box {

  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
}

.ieee-text {
  font-weight: 500;
  padding: 5px;
  font-size: 1.2vw;
  text-align: justify;

}

.pisb-text {
  font-weight: 500;
  padding: 2rem;
  font-size: 1.2vw;
  text-align: justify;
}

.pisb-image {

  margin-bottom: 150px;
  width: 80%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ieee-image {
  margin-bottom: 150px;
  width: 80%;
  height: auto;

}


.bttn-cont {

  text-align: center;
  margin: 2rem;
}

.bttn-cont .bttn {

  position: relative;
  padding: 1rem;
  color: #3b578e;
  text-decoration: none;
  font-size: 1.2vw;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}

.bttn-cont .bttn:hover {
  border: none;
}

.bttn-cont .bttn:hover .line-1 {
  animation: move1 1500ms infinite ease;
}

.bttn-cont .bttn:hover .line-2 {
  animation: move2 1500ms infinite ease;
}

.bttn-cont .bttn:hover .line-3 {
  animation: move3 1500ms infinite ease;
}

.bttn-cont .bttn:hover .line-4 {
  animation: move4 1500ms infinite ease;
}

.bttn-cont .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background-color: #3b578e;
  left: 0;
  bottom: 0;
}

.bttn-cont .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #3b578e;
  left: 0;
  top: 0;
}

.bttn-cont .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background-color: #3b578e;
  right: 0;
  top: 0;
}

.bttn-cont .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #3b578e;
  right: 0;
  bottom: 0;
}

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }

  54% {
    height: 0;
    bottom: 100%;
  }

  55% {
    height: 0;
    bottom: 0;
  }

  100% {
    height: 100%;
    bottom: 0;
  }
}

@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }

  54% {
    height: 0;
    top: 100%;
  }

  55% {
    height: 0;
    top: 0;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }

  55% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 768px) {

  .info {
    padding: 2px;

  }

  .pisb-image {
    background-color: transparent;
    width: 50%;
    height: auto;
    margin: 20px;
    order: 1;
  }


  .ieee-image {
    background-color: transparent;
    width: 50%;
    height: auto;
    margin: 10px;
  }

  .pisb-text {
    font-size: 16px;
    order: 2;
  }

  .bttn-cont {

    margin: 2rem;
  }

  .bttn-cont .bttn {

    position: relative;
    padding: 0 auto;
    color: #3b578e;
    text-decoration: none;
    font-size: em(14px);
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (min-width : 320px) and (max-width : 768px) {

  .info {
    padding: 2px;
    flex-flow: column;
  }

  .pisb-image {
    background-color: transparent;
    width: 50%;
    height: auto;
    order: 1;
  }


  .ieee-image {
    background-color: transparent;
    width: 50%;
    height: auto;
    margin: 20px;
  }

  .pisb-text {
    text-align: justify;
    order: 2;
    padding: 1vw;
  }
  .ieee-text{
    font-size: 16px;
    text-align: justify;
  }

  .bttn-cont .bttn {

    position: relative;
    padding: 1rem;
    color: #3b578e;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
  }

}

.arrow {
  padding: 1rem;
  animation: slide1 1s ease-in-out infinite;
}

@keyframes slide1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}


/*___________________________________events____________________________________*/

.event{
  padding: 1.5vw;
  margin: 0 auto;
}
#post-slide {
  background: #f7f9ff;
  
  border-radius: 5px;
  padding-top: 1px;
  box-shadow: 0px 0px 15px #7e7f804b;
   height: fit-content;
  
}


#post-slide .post-img {

  overflow: hidden;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#post-slide .post-img img {
  width: 50%;
  height: 50%;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

#post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

#post-slide .post-content {
  height:fit-content;
  background: #142850;
  padding: 7px;
}

#post-slide .post-title a {
  padding: 10px;
  font-size:1.2vw;
  font-weight: bold;
  color: #f7f9ff;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

#post-slide .post-title a:hover {
  text-decoration: none;
  color: #d7deed;
}

#post-slide .post-description {
  font-size: 1.1vw;
  padding: 10px;
  height: 10vw;
  line-height: 1.5vw;
  color: #d7deed;
}

#post-slide .bttn {
  margin-top: 2vw;
  position: relative;
  padding: 1vw;
  color: #f7f9ff;
  text-decoration: none;
  font-size: 1vw;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}

#post-slide .bttn:hover {
  border: none;
}

#post-slide .bttn:hover .line-1 {
  animation: move1 1500ms infinite ease;
}

#post-slide .bttn:hover .line-2 {
  animation: move2 1500ms infinite ease;
}

#post-slide .bttn:hover .line-3 {
  animation: move3 1500ms infinite ease;
}

#post-slide .bttn:hover .line-4 {
  animation: move4 1500ms infinite ease;
}

#post-slide .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background-color: #f7f9ff;
  left: 0;
  bottom: 0;
}

#post-slide .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #f7f9ff;
  left: 0;
  top: 0;
}

#post-slide .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background-color: #f7f9ff;
  right: 0;
  top: 0;
}

#post-slide .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #f7f9ff;
  right: 0;
  bottom: 0;
}

@media (min-width : 300px) and (max-width : 768px) {
  .event{
    padding: 5vw;
  }
 
  #post-slide .post-title a {
    padding: 10px;
    font-size:4vw;
    font-weight: bold;
    color: #f7f9ff;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
  }

   #post-slide .post-description {
    font-size: 4vw;
    padding: 10px;
    height: 40vw;
    line-height: 24px;
    color: #d7deed;
  }

  #post-slide .bttn {
    margin-top: 3vw;
    position: relative;
    padding: 2vw;
    color: #f7f9ff;
    text-decoration: none;
    font-size: 4vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (min-width : 1023px) and (max-width : 1367px) {
  .event{
    padding: 2vw;
  }
  #post-slide .post-content {
    height: fit-content;
    background: #142850;
    padding: 7px;
    
  }
  #post-slide .post-title a {
    padding: 10px;
    font-size:1.2vw;
    font-weight: bold;
    color: #f7f9ff;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
  }

  #post-slide .post-description {
    font-size: 1.1vw;
    padding: 10px;
    height: 17vw;
    line-height: 2vw;
    color: #d7deed;
  }
  #post-slide .bttn {
   top:80%;
    position: relative;
    padding: 1vw;
    color: #f7f9ff;
    text-decoration: none;
    font-size:1.1vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (min-width : 600px) and (max-width : 992px) {

  #post-slide .post-content {
    height: fit-content;
    background: #142850;
    overflow: hidden;
    padding: 1vw;
    margin: 2px;
  }
  #post-slide .post-title a {
    padding: 10px;
    font-size:3vw;
    font-weight: bold;
    color: #f7f9ff;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
  }
  #post-slide .post-description {
    font-size: 3vw;
    padding: 10px;
    height: 45vw;
    line-height: 5vw;
    color: #d7deed;
  }
  #post-slide .bttn {
    margin-top: 3vw;
    position: relative;
    padding: 1vw;
    color: #f7f9ff;
    text-decoration: none;
    font-size: 3vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
  }
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: 40%;
  left: 10px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: 40%;
  right: 10px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #142850;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}




/*________________________________benefits_____________________________________*/

.benefits {
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits-list {
  padding: 0;
}

.categories-view1-full {
  padding: 8vw 0vw 8vw 0vw;
  margin-top: 0;
  margin-bottom: 0;
  background: url(https://i.ibb.co/r4xf3sK/newslater.jpg);
  background-attachment: fixed;
  position: relative;
  min-height: 100vh;
}

.categories,
.categories-view1-wrap {
  float: left;
  width: 100%;
}

.categories ul li {
  list-style: none;
}

.categories>ul>li {
  float: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  vertical-align: top;
}

.categories-view1-wrap {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 1vw;
  border-radius: 10px;
  position: relative;
  background-color: #f7f9ff;
  height: 8vw;
}

.categories-view1 i {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 30px;
  color: #142850;
  width: 70px;
  height: 70px;
  border-radius: 0 100% 100% 0;
  text-align: center;
  padding-top: 18px;
  margin-top: -36px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-left: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.categories-view1 li:hover i {
  color: #ffffff;
  background-color: #3b578e;
}

.categories-view1 h3 {
  display: flex;
  justify-content: center;
  font-size: 1vw;
  font-weight: 700;
  margin-bottom: 0px;
  align-items: center;
  margin-left: 4vw;

  margin-top: 2vw;
  padding-left: 1vw;
  border: none;
}

.categories-view1 small {
  font-size: 13px;
  color: #666;
}

.categories-view1 span {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 2vw;
  font-weight: 500;
  color: #274160;
  ;
  opacity: 0.5;
  line-height: 1;
}

.main-load-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}

.main-load-btn a {
  display: inline-block;
  line-height: 1;
  padding: 18px 45px;
  color: #ffffff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fb236a;
}

.main-load-btn span:hover {
  color: #274160;
}

.main-load-btn a:hover {
  background-color: #274160;
}


.more-spacer {
  float: left;
  width: 100%;
  margin: 10px 0px;
}

@media only screen and (min-width : 768px) and (max-width : 1200px) {
  .categories-view1 span {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 2vw;
    font-weight: 500;
    color: #3b578e;
    ;
    opacity: 0.5;
    line-height: 1;
  }

  .categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 5px;
    border-radius: 10px;
    position: relative;
    background-color: #f7f9ff;
    height: 8vw;
  }

  .categories-view1 h3 {
    display: flex;
    justify-content: center;
    font-size: 1vw;
    font-weight: 700;
    margin-bottom: 0px;
    align-items: center;
    margin-left: 6vw;
    margin-right: 5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-left: 1vw;
    border: none;
  }
}

@media only screen and (min-width : 320px) and (max-width : 768px) {

  .categories-view1 span {
    position: absolute;

    font-size: 5vw;
    font-weight: 500;
    color: #3b578e;
    ;
    opacity: 0.5;
    line-height: 1;
  }

  .categories-view1 h3 {
    display: flex;
    justify-content: center;
    font-size: 3vw;
    font-weight: 700;
    margin-bottom: 0px;
    align-items: center;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-left: 1vw;
    border: none;
  }

  .categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 50px 30px 95px;
    border-radius: 10px;
    position: relative;
    background-color: #f7f9ff;
    height: auto;
  }
}

/*_____________________________________domains____________________________*/

.domain3 img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  align-items: center;
}

.domain4 img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  align-items: center;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 20px;
  width: 80%;
}

.cards_item {
  display: flex;
  padding: 20px;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 100%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 100%;
  }
}

.card {
  border: none;
  background-color: white;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform ease 0.25s;
  
}

.card_content {
  padding: 5px;
  background-color: #142850;
  height: 100%;
}

.card_title {
  color: #f8fbff;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 1rem;
}


@media only screen and (min-width : 320px) and (max-width : 768px) {
  .card {
    height: auto;
    width: 100%;
  }

  .card_title {
    color: #ffffff;
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 1rem;
  }
}

@media only screen and (min-width : 770px) and (max-width : 1200px) {
  .card {
    height: auto;
  }

  .card_title {
    color: #ffffff;
    font-size: 1.5w;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 1rem;
  }

  .card_content {
    padding: 5px;
    background-color: #142850;
    height: auto;
  }

}

@media only screen and (min-width : 1200px) and (max-width : 1400px) {

  .card_title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 1vw;
  }

}

/*_______________________________sponsors_________________________________*/
.slick-slide {
  overflow: hidden;

  transition: all .2s;
}

.slick-slide:hover {

  overflow: hidden;
  box-shadow: 10px 10px 20px rgba(48, 45, 45, 0.5);
  transform: scale(0.9);
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  padding: 50px;
  position: relative;
  display: block;
  width: auto;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: auto;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (min-width : 320px) and (max-width : 1200px) {
  .slick-slider {
    padding: 50px;
  }
}