*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    -webkit-tap-highlight-color: transparent;
}

#sidebar{
    position: absolute;
    right: 50px;
    display: none;
}

#menu{
    width: 40px;
    height: 7px;
    background-color: white;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}


#navbar{
    width: 100%;
    height: 140px;
    display: flex;
    z-index: 1;
    background-color: #012346;
    position: fixed;

}

#close{
    font-size: 35px;
    color: red;
    position: absolute;
    top: 20px;
    left: 50px;
    display: none;
}


#list_options{
    padding: 10px;
    font-family: sans-serif;
    list-style: none;
}

#list_options li{
    padding: 10px;
    color: white;
    cursor: pointer;
}

#list_options li:active{

    background-color: #818062;
    border-radius: 5px;
}


#logo{
    width:30%;
    height: 100%;
    display: flex;
    justify-content: left;;
    z-index: 2;
    cursor: pointer;
}

#logo img{
    width: 200px;;
    height:150px;
    filter: drop-shadow(5px 10px 10px white);
    mix-blend-mode: darken;

}

#memberoflaw{
    color: white;
    text-align:justify;
    margin-top: 50px;
    font-size: 15px;
    margin-right: 10px;
}

#navoptions{
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#address{
    display: flex;
    width: 100%;
    height:30px;
    justify-content: space-evenly;
    padding: 5px;
    font-family: sans-serif;
    color: white;
    font-size: 18px;
}

#location,#mobile,#email{
    cursor: pointer;
}

#phone{
    color: #D2B06C;
    margin-right: 5px;
}

#options
{
    width: 100%;
    height: 70px;
    font-family: sans-serif;
    font-weight: bold;
}

#uloptions{
    list-style: none;
    display:flex;
    justify-content: center;
    align-items: baseline;

}
#uloptions li{
    padding: 10px;
    margin: 10px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

#uloptions li:hover{
    background-color: #D2B06C;
    border-radius: 5px;
}


#uloptions #home{
    color: #D2B06C;
}
#home:hover{
    background-color: white !important;
}




/****************************************section 1*********************************/
#section1{
    width: 100%;
    height: 100vh;

}

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: auto;
}


#myslides_fade img{

    width: 100%;
    height: 100vh;
    size: auto;
    display: block;
}

#fade-1,#fade-2{
    width: 100%;
    height: 100vh;
    background-color: black;
    color: white;
    position: absolute;
    top: 0;
    opacity:0.7;
}

#fade-1-text,#fade-2-text{
    font-size: 25px;
    position: absolute;
    top: 30%;
    left: 5%;
    text-align: justify;
    width: 650px;
    height: 350px;
    line-height: 40px;
    font-family:sans-serif;
    
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}





/**********************section 4******************/

#section4{
    width: 100%;
    height: 100vh;
    background-image: url('/images/help.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#help{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    margin-top: 150px;
}

#help1{
    font-size: 25px;
    font-family: Cursive;
    font-weight: normal;
    color: #D2B06C;
    padding: 10px;
}

#help2{
    font-size: 40px;
    color: white;
    font-weight: bold;
    padding: 10px;
}

#help3{
    font-size: 50px;
    color: white;
    font-weight: bold;
}

#help_logo{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    margin-top: 70px;
}

#help_email{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -190px;

}

#help_logo i{
    color:#D2B06C;
    font-size: 15px;
    padding: 10px;
}

#help_logo i span{
    padding: 10px;
    color: white;
}

#contact_us{
    width: fit-content;
    height: fit-content;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #D2B06C;
    margin-top: 20px;
}

#contact_us:hover{
    color: #a17c32;
}
#contact_us_now a{
    color: white;
    text-decoration: none;
    width: 450px;
    height: 150px;
    border-radius: 10px;
    background-color: red;
    padding: 20px;
}

/*******************section 5 *************************************/
#section5{
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section5 iframe{
    border-radius: 10px;
}

/*******************section 6 *************************************/

#section6{
    width: 100%;
    height: 6vh;
    background-color:#012346;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#section6_text{
    font-size: 15px;
    color:  white;
    margin-left: 50px;
    font-weight: bold;
}


/***************************about section started************************************/

#index_about{
    width: 100%;
    height:120vh;
    display: flex;
    flex-direction: row;
    justify-content:center;
    background-color: white;
}


#about_text{
    width: 50%;
    height:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
}

#about_text_1,#about_text_2,#about_text_3{
    width:550px;
    height: auto;
    padding: 10px;
    font-size: 20px;
    font-family: sans-serif;
    text-align: justify;
}

#about_logo{
    width: 50%;
    height: 120vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about_logo img{
    margin-top: 10%;
    width: auto;
    height: 450px;
}

#about_text_name{
    font-weight: bold;
    font-size: 25px;
    color: #a17c32;
}


/*******************************practice area section**************************/

#ourservices{
    width: 100%;
    height: 120vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color:  white;
}

.card1,.card2,.card3,.card4 {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 300px;
  height: 450px;
  text-align: center;
  border-radius: 10px;
  background-color: white;
  color: black;
  margin: 10px;
  padding: 10px;
  text-align: justify;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card1 button,.card2 button,.card3 button,.card4 button{
   
    width: 80%;
    height: 40px;
    font-size: 20px;
    cursor:pointer;
    margin-top: 100px;
    background-color: #012346;
    border: none;
    color: white;
    border-radius: 10px;
}

.card1 img,.card2 img,.card3 img,.card4 img{
    height: 220px;
    padding: 5px;
    border-radius: 10px;
}

/*******************************************section 3 *******************************/
#section3{
    width:100%;
    min-height: fit-content;
    background-color:white;
    display: flex;
    flex-direction:column;
    padding-right: 50px;
    border-radius: 20px;
}

#getback{
    width: 100%;
    height: 7vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    margin-top: 2%;

}

#back_btn{
    width: 120px;
    height: 50px;
    margin-left: 50px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 25px;
    background-color: #012346;
    color: white;
    font-weight: bold;
}


#back_btn i {
    padding: 10px;
}

#displaydata{
    width: 95%;
    height: 73vh;
    overflow: scroll;
    position: absolute;
    top: 25%;
    left: 2.5%;
    border-radius: 20px !important;
    outline: 2px solid gray;
}

::-webkit-scrollbar {
  width: 1px;
}


#immigration_law_info,#wills_info,#us_immigration_info,#freedom_info,#wavier_info,#us_visa_info,#refuge_info{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

#immigration_text,#wills_text,#us_immigration_text,#freedom_text,#wavier_text,#us_visa_text,#refuge_text{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}

#immigration_texts,#wills_texts,#us_immigration_texts,#freedom_texts,#wavier_texts,#us_visa_texts,#refuge_texts{
    padding-left: 20px;
    height: 500px;
    height: auto;
    font-size: 17px;
    color: black;
    word-wrap: break-word;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    margin-top: 20px;
}

#immigration_img,#wills_img,#us_immigration_img,#freedom_img,#wavier_img,#us_visa_img,#refuge_img{
    width:50%;
    height:100%;
    display: flex;
    justify-content:center;
    align-items: center;
}


#immigration_img img,#wills_img img,#us_immigration_img img,#freedom_img img,#wavier_img img,#us_visa_img img,#refuge_img img{
    height: 400px;
    width: 400px;
}