

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul{
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

.ftco-section {
  padding: 6em 0;
  position: relative;
  }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }


.ftco-about {
  position: relative;
  z-index: 0; }
  .ftco-about:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #f7951e;
    z-index: -2;
    width: 63%;
    }
    @media (max-width: 767.98px) {
      .ftco-about:after {
        width: 100%; } }


@media (max-width: 767.98px) {
    .ftco-section {
        padding: 6em 0;
    }
}

@media (min-width: 768px) {
    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }
}

@media (max-width: 767.98px) {
    .img-2 {
        height: 100%;
        margin-bottom: 40px;
    }
}



.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
;
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


@media (min-width: 1024px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.ftco-section1 {
  padding: 6em 0;
  position: relative;
  }
  @media (max-width: 767.98px) {
    .ftco-section1 {
      padding: 6em 0; } }


.ftco-about1 {
  position: relative;
  z-index: 0; }
  .ftco-about1:after {
    position: absolute;
    top: 0;
    right: 1;
    bottom: 0;
    content: '';
    background: #1b4588;
    z-index: -2;
    width: 63%;
    }
    @media (max-width: 767.98px) {
      .ftco-about1:after {
        width: 100%; } }


@media (max-width: 767.98px) {
    .ftco-section1 {
        padding: 6em 0;
    }
}

.checked {
  color: orange;
}

.icon-bar {
  z-index: 2000;
  position: fixed;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

