
#main{
    display: flex;
}
#main::before{
    
        content: "";
        background:url('../image/Background.jpg') no-repeat center center/cover;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 96.8%;
        width: 100%;
        z-index: -1;
        opacity: 0.8;
        margin-bottom: 0px;
    }
    /* #main::after{
        content: "";
        background:url('../image/cloud.png') no-repeat center center/cover;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 72%;
        width: 100%;
        z-index: -1;
        opacity: 0.7; */
    /* } */
    #sun img{
        /* height: 100px; */
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 12%;
        margin-bottom: 12px;
        

    }
    #te{
        
        text-align: center;
       color: rgb(23 69 201);
      
       font-family: 'Bree Serif', serif;
       margin-bottom: 25px;
    }
    #ss{
        text-align: center;
        color: rgb(23 69 201);
        font-family: 'Bree Serif', serif;
        margin-top: 20px;
    }
    
    #we{
        font-size: 30px;
        color: black;
        font-family: 'Gloock', serif;
        text-decoration: solid;
    }
    #main h1{
        padding-top: 20px;
        font-size: 30px;
        padding-left: 20px;
        text-decoration: underline;
        font-family: 'Bree Serif', serif;
    }
    
    .container{
        font-family: 'Bree Serif', serif;
    }
  .bt{
    background: transparent;
    border-radius: 9px;
    border-color: rgba(15, 96, 15, 0.553);
    font-family: 'Arvo', serif;
  }
  .bt:hover{
    background-color: #198754;
    color: white;
  }
  .card{
    font-size: 20px;
  }
 .nav-item{
    font-size: 20px;
    font-family: 'Arvo', serif;
   
 }
 
.navbar-nav {
    margin-left: 30px;
}
.hii{
    color: white;
    /* background-color: rgb(23 69 201); */
}
.card-heade{
    background-color: rgb(23 69 201);

}
#city,#about{
    font-family: 'Arvo', serif;
}
.b-example-divider {
    padding: -30px;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}
#p3rd{
    background-color:#EAF1F1;
    background-size: cover;
    margin:0%;

}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
   
       
    }
#linkedin,#twiter,#mail{
    height: 150px;
    
}

.col-lg-4 img{
    margin-top: 20px;
}


.fw-normal{
    margin-left: 28px;
}

#contact{
   
    text-align: center;
    padding-top: 20px;
}

