* {
    padding: 0px;
    margin: 0px;
}

.Page1 {
    width: 100%;
    float: left;
    background-size: 100% 100%;
    background-color: #2073c2;
    height: 78px;
}

.nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.collapse ul li a {
    color: white !important;
}

.navbar-expand-lg {
    margin-top: 10px;
}

.Stores {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.Page2 {
    width: 100%;
    float: left;
    background-size: cover;
    background-image: url(../s-images/img1.png);
    padding-bottom: 464px;
    background-position: -25px;
}

.text {
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 100px;
    font-size: 36px;
}

.text0 {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 24px;
}
.Page3{
    width: 100%;
    float: left;
}

.left-text {
    font-size: 36px;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold;

}
.left-text1 {
    font-size: 36px;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold;

}

.left-text2 {
    font-size: 46px;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold;

}
.text-left{
    font-weight: bold;
}
.right-paragraphs {
    font-size: 16px;
}

.info-box {
    background-color: #2073c2;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
  }
  .info-box .right-side {
    text-align: right;
  }
   .head{
    color: #2073c2;
    font-size: 16px;
   }
   .right-paragraph{
    line-height: 1.5;
    font-size: 24px;
   }

   .card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.card1:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.card2:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.mb-4 {
    padding: 0 14px !important;
}
.card{
    background-color: #2073c2;
    color: white;
}

.card-body {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 5rem 2rem 2rem 2rem !important;
}


.card-img-icon img{
    border: 1px solid black;
    padding: 15px;
}
.card-img-top {
    width: 100%;
    height: auto;
}

.card2 {
    border: none !important;
}

.card-body2 {
    padding-top: 30px !important;
    padding-left: 0px !important;
}

.dist{
    padding-top: 35px;
    padding-bottom: 80px;
}

.read-more {
    display: flex;
    align-items: center;
    margin-top: 70px;
  }

  .read-more1{
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .read-more2{
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  .read-more img {
    margin-left: 5px; 
  }
  .read-more1 img {
    margin-left: 5px; 
  }
  .read-more2 img {
    margin-left: 5px; 
  }
.Page4{
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-bottom: 50px;
}

.bg-primary {
    background-color: #2073c2 !important;
}
  .bg-left {
    background-image: url(../s-images/img7.png); 
    background-size: cover;
    background-position: center;
    padding-bottom: 20px;
    height: 300px;
    
}

.content-right {
    padding: 20px;
}
.stats {
    display: flex;
    justify-content: space-between;
    line-height: 0.5;
}
.stats div {
    text-align: left;
    margin-right: 10px;
}
.stats div:last-child {
    margin-right: 0;
}
.dist1{
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 50px;
}
.color{
    color: #2073c2;
    font-size: 50px;
    font-weight: 500;
}
.Page5{
    width: 100%;
    float: left;
    
}

.#2073c2-background {
    background-color: #2073c2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 700px;
}
.image-container {
    padding: 0;
}
.image-container img {
    width: 100%;
    height: 700px;
    object-fit: cover; 
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.blue-background {
    background-color: #2073c2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 700px;
}
.new{
    margin-left: 50px;
}
.title{
    color: white;
    font-size: 36px;
    margin-top: 50px;
}
.title1{
    color: white;
    font-size: 66px;
    margin-top: 50px;
}
.small{
    font-size: 16px;
    margin-top: 20px;
}

.Page6{
    width: 100%;
    float: left;
    margin-top: 30px;
}

.small-box {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
.big-box {
    height: 320px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.big-box .line {
    width: 100%;
    height: 1px;
    background: #000;
    margin: 10px 0;
}
.big-box .line1 {
    width: 100%;
    height: 1px;
    background: white;
    margin: 10px 0;
}
.big-box .date {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.big-box .container.bottom {
    align-self: flex-end;
    width: 100%;
    margin-bottom: 20px;
}
.big-box .container.top {
    margin-top: 20px;
}
.space{
    margin-top: 30px;
}

.Page7{
    width: 100%;
    float: left;
}

.text3{
    margin-top: 50px;
}

.text3 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    color: black;
}
.text3 li::after {
    content: '';
    display: block;
    width: 100%; 
    height: 2px; 
    background-color: #C8D3DE; 
    position: absolute;
    bottom: -30px; 
    left: 0;
    margin-top: 10px;
}
.text3 li.line2::after {
    display: none;
}
.text3 li {
    margin-bottom: 50px; 
}



.Page8 {
    width: 100%;
    float: left;
    background-size: 100% 100%;
    background-color:#2073c2;
    height: 150px;
    clear: both; 
    position: relative; 
    margin-top: 100px;
}

.lines{
   
    height: 100px; 
    background-color: white; 
    width: 100%; 
    border-top: 3px solid white;
    margin-top: 80px;
}
.Inc{
    color: white;
}

.line2{
    margin-bottom: 20px;
}
@media (min-width: 1440px){
    .new{
        margin-left: 45px;
    }
    .Page2{
        background-position: -60px;
        padding-bottom: 500px;
    }
}
@media (max-width: 1024px){
    .Page1{
        height: auto;
    }
    
}

@media (min-width:769px) and (max-width: 1024px){
    .#2073c2-background{
        height: 900px;
    }
    .image-container img{
        height: 900px;
    }
    .new{
        margin-left: 30px;
    }
    .big-box{
        height: 365px;
    }
}
    @media (min-width:769px) and (max-width: 1024px){
    .Page2{
        background-position: -90px;
    }
}
@media (min-width:769px) {
    ol,ul{
        padding-right: 2rem;
    }
}
@media (max-width: 768px) {
    .Page1 {
        height: auto;
    }
    .big-box{
        height: 365px;
    }
    .Page2{
        background-size: cover;
        background-position: -36px;
        padding-bottom: 226px;
    }
    .Stores {
        font-size: 20px;
    }
   
    .text {
        font-size: 28px;
        margin-top: 35px;
    }

    .text0 {
        font-size: 20px;
    }
    .left-text,
    .left-text1,
    .left-text2 {
        font-size: 28px;
        font-weight: bold;
    }
    .right-paragraphs {
        font-size: 14px;
    }
    .info-box {
        width: 100%;
    }
    .new {
        margin-left: 15px;
    }
    .title1 {
        font-size: 48px;
    }
    .text3{
        padding-left: 5px;
    }
    .row .col-md-2 {
        flex: 0 0 100%;
        max-width: 21%;
        margin-bottom: 10px; 
    }
}

@media (max-width: 425px) {
    .Page2{
        background-position: -42px;
        padding-bottom: 120px;
    }
    .#2073c2-background{
        height: 750px;
    }
    .content-right {
        padding: 0px;
    }
    .left-text,
    .left-text1,
    .left-text2 {
        font-size: 32px;
        font-weight: bold;
    }
    .right-paragraphs {
        font-size: 16px;
    }
    .text-left{
        font-size: 32px;
    }
    .info-box {
        width: 64%;
    }
    .new {
        margin-left: -10px;
    }
    .title1 {
        font-size: 40px;
    }
    .title{
        font-size: 28px;
    }
    .image-container img {
        height: auto;
    }
    .img-fluid{
        width: 20%;
    }
    .small-box {
        height: 50px; 
        margin-bottom: 10px;
        margin-top: 20px;
        font-size: 12px; 
    }

    .row .col-md-2 {
        flex: 0 0 100%;
        max-width: 33%;
        margin-bottom: 10px; 
    }
    .text3{
        margin-top: 0px;
    }
    
}

@media (max-width: 375px) {
    .info-box {
        width: 64%;
    }
    .image-container img {
        height: auto;
    }
}

@media (max-width: 320px) {
    .info-box {
        width: 64%;
    }
    .image-container img {
        height: auto;
    }
    
    
}
