@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin: 0;
    padding: 0 ;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;}

    p{
        line-height: 34px;
        font-size: 1.2em;
    }

header{
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    background-color: white;
    text-align: center;
    z-index: 100;
    width: 100%;
    top: 0;
    /* height: 80px; */
}

.menu-container ul{
    list-style: none;
    margin-top: 20px;
}

.menu-container ul li{
    display: inline-block;
    margin-left: 15px;
    text-align: center;
}

.menu-container ul li a{
    color:black;
    text-decoration: none;
    padding: 10px;
}

.logo-container {
    /* width: 130px;
    height: 130px; */
    /* background: red; */
}

.logo-container img{
    width: 50%;
}

.contact-link{
    margin-top:20px;
}
.contact-link a{
    background-color: #A8D049;
    text-decoration: none;
    color: white;
    padding: 13px 30px;
    text-align: center;
    border-radius: 30px;
    /* float: right; */
}

.slider-container, .inner-page-header{
    background-color: whitesmoke;
    margin-top: 100px;
}
.about-us-section h4{
    color: #123354;
    text-align: center;
}

.about-us-section {
    background-color: #F9F9F9;
}

.why-choose-section{
    background-color: #ffffff;
    text-align: center;
    padding: 10% 30%;
}

footer{
    background-color: #123354;
}

.policy-links ul {
    list-style: none;
}

.policy-links ul li{
    display: inline-block;
    margin-left: 8px;
    color:white;
}

.policy-links ul li a {
    color: white;
    text-decoration: none;
    font-size: .85em;
}

.social-icons ul {
    list-style: none;
}

.social-icons ul li{
    display: inline-block;
    margin-left: 8px;
}

.social-icons ul li a {
    color: white;
    text-decoration: none;
    font-size: .85em;
}


.footer-logo{
    text-align: center;
}
.footer-logo small {
    color: white;
}

.carousel-caption h1{
    color: #123354;
    font-size: 3.3em;
    font-size: 700 !important;
}

.carousel-caption p{
    color: black;
    font-weight: normal;
    font-size: 1.3em;
}

.carousel-caption{
    right: 0% !important;
    left: 10% !important;
    top: 28%;
    text-align: left !important;
    width: 50%;
    /* background: red; */
}

.read-more-link{
    background-color: #A8D049;
    text-decoration: none;
    transition: .3s;
    margin-top: 10px;
    border-radius: 30px;
    color: white;
    padding: 8px 30px;
    display: inline-block;
    margin-top: 8px;
    outline: none;
    border: none;
}

.read-more-link:hover{
    color: #8fb33c;
}

.coloured-heading{
    color: #123354;
}

.carousel-indicators [data-bs-target]{
    background-color: #133353 !important;
}

.inner-page-header{
    height: 400px;
    background-color: rgb(194, 194, 199);
}

.contact-form input, .contact-form textarea{
    display: block;
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    resize: none;
    margin-top: 6px;
    outline: none;
}

.contact-us-container{
    padding: 12% 10%;
}

.inner-us-container{
    padding: 12% 10%;
    background-color: aliceblue;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info{
    background-color: rgb(247, 247, 247);
    padding: 5% 10%;
}

.contact-info i {
    display: inline-block;
    width: 65px;
    height: 65px;
    color: #133353;
    background-color: #8fb33c;
    padding-top: 15px;
    text-align: center;
    border-radius: 50px;
    font-size: 1.7em;
}

.inner-page-about{
    height: 550px;
    overflow: hidden;
}

.inner-page-about img{
    width: 100%;
}
.what-we-offer{
    padding: 30px;
}

.what-we-offer img, .about-alpay img{
    border-radius: 10px;
    width: 100%;
}

.what-we-offer ul{
    list-style-type: none;
    padding: 0;
}

.what-we-offer ul li {
    display: block;
    font-size: 1.1em;
    padding-top: 25px;
}

.cust-list i{
    color: #8fb33c;
}

.img-responsive{
    margin-top: 15px;
    width: 127px;
}

a {
    text-decoration: none !important;
    color: white;
}




.alpay-title{
    color: #888787;
    /* margin-top: -13px; */
    display: block;
    font-size: .85em;
    
}

.single-profile-container{
    background-color: white;
}

.openDetailView h4{
    color:#333333 !important;

}

.openDetailView{
    color: #1d1d1d;
    cursor: ss;
}

.profileTitle{
    margin-top: 15px;
}

.profileTitle h6{
    font-size: .9em;
}

.detail-big-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    left: 0;
    padding-top: 1%;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 999;
    display: none;
    background-color: #dee2e6;;
}

.detail-team-close{
    position: absolute;
    top: 3%;
    right: 50px;
}


.close1, .close2 {
    width: 30px;
    height: 2px;
    background-color: #8fb33c;
    margin: 6px 0;
    transition: 0.4s;
  }

  .close1 {
    -webkit-transform: rotate(-45deg) translate(-1px, 6px);
    transform: rotate(-45deg) translate(-1px, 6px)
  }

  .close2 {
    -webkit-transform: rotate(45deg) translate(0px, -5px);
    transform: rotate(45deg) translate(0px, -5px);
  }


@media screen and (max-width: 768px) {
    .why-choose-section{
        padding: 2% 10%;
    }

    .inner-us-container{
        padding: 0;
        padding-top:40px;
        margin-top: 50px;
    }
    .what-we-offer{
        padding: 0;
    }
    .home-send img{
        width: 100%;
    }
    .bar1, .bar2, .bar3 {
        width: 30px;
        height: 2px;
        background-color: black;
        margin: 6px 0;
        transition: 0.4s;
      }
      
      .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-4px, 2px)
      }
      .leader-container{
          margin-top: 15px;
          margin-bottom: 15px;
      }
      
      .change .bar2 {opacity: 0;}
      
      .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
      }
      .menu-icon {
        display: block;
        position: absolute;
        right: 20px;
        top: 13px;
        background: none;
        border-radius: 0px;
        padding: 8px 0 3px 0;
        z-index: 200;
      }
      .menu-icon span {
        background: transparent;
        color: black;
        font-size: 0.7em;
        outline: none;
        border: none;
      }
      .menu-icon span:hover {
        color: black;
      }

      .menu-container {
        padding: 0;
        /* margin-top: 64px; */
        position: relative;
        display: none;
    }

    .menu-container ul {
      list-style: none;
      padding: 0;
      text-align: left;
    }
    
    .menu-container ul li {
      display: block;
      margin-top: 14px;
      margin-left: 0px;
    }
    
    .menu-container ul li a {
      display: block;
      color: rgb(56, 56, 56);
      text-decoration: none;
      font-size: 1.2em;
      transition: 0.3s;
      /* border-bottom: 1px solid rgb(39 39 39); */
      margin-top: 10px;
      padding: 15px 20px;
      /* text-align: left !important; */
    }

    .logo-container img{
        width: 100%;
    }
    .slider-container, .inner-page-header{
        background-color: whitesmoke;
        margin-top: 70px;
    }
    .policy-links{
        margin-top:10px;
    }

    .social-icons{
        text-align: center;
    }

    .social-icons ul {
        list-style: none;
        padding: 0;
        margin-bottom: 10px;
    }
    .carousel-item img {
        height: 46vh !important;
        width: 100vh !important;
        object-fit: cover;
    }
    .carousel-caption h1{
        color: #123354;
        font-size: 2em;
        font-size: 700 !important;
    }

    .carousel-caption{
        right: 0% !important;
        left: 10% !important;
        top: 20%;
        text-align: left !important;
        width: 50%;
        /* background: red; */
    }
    .carousel-caption p{
        font-size: 1em;
    }

}