*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;

}
/*header start*/
.header_main{
    display: flex;
    align-items: center;

}
.header_bg{
    background: rgb(3,35,99);
    background: linear-gradient(90deg, rgba(3,35,99,1) 0%, rgba(41,99,95,1) 35%, rgba(125,43,85,1) 100%);
    height: 80px;
}
.header_logo h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin-top: 20px;
    margin-left: 46px;
}
.search_bar input{
   
    height: 40px;
    width: 125px;
    border: none;
    outline: none;
    border-radius: 15px;
    padding-left: 40px;
    margin-left: 150px;
    margin-top: 20px;
    background: linear-gradient(90.28deg, rgba(255, 255, 255, 0.09) -5.54%, rgba(255, 255, 255, 0.16) 112.42%);
    position: relative;

}
.search_bar input::placeholder{
    
    color: #fff;
}
.search_icon{
    position: absolute;
    left: 374px;
    top: 30px;
    font-family: 'Urbanist';
    font-size: 15px;
    
}
.search_bar{
    
}
.menu{
    display: flex;
    align-items: center;
    

}
.menu li{
    
    padding-top: 20px;
    padding-left: 25px;
    

}
.menu li a{
    color: #fff;
    font-size: 15px;
    font-family: Urbanist;
    
}
.menu_button{
  display: flex;
  position: relative;
}
.menu_button button{
   color: #fff;
  margin-left: 50px;
  margin-top: 15px;
  background: rgb(253,98,29);
background: linear-gradient(90deg, rgba(253,98,29,1) 35%, rgba(254,24,56,1) 100%);
padding-top: 13px;
    padding-left: 25px;
    padding-bottom: 13px;
    padding-right: 25px;
border: none;
border-radius: 20px;
}
.header_blue{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 160px;
    background: rgb(10,171,229);
background: linear-gradient(90deg, rgba(10,171,229,1) 35%, rgba(16,109,245,1) 100%);

}


/*header start*/



/*cover img start*/

.bg_image{
    height: 350px;
    
    background-image:url("../images/Cover\ Image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}
.cover_button{
    position: relative;
}
.cover_button button{
    color: #fff;
  background: rgb(103,60,140);
background: linear-gradient(90deg, rgba(103,60,140,1) 25%, rgba(78,119,209,1) 100%);
height: 50px;
width: 320px;
border: none;
border-radius: 27px;
position: absolute;
top: -30px;
left: 470px;
font-size: 17px;
}


/*background img end*/


/*section1 start*/
.section_1{
    
  
    display: flex;
    padding-top: 70px;
}
.section_left{
   
    width: 40%;
    
}
.section_right{
   
    width: 60%;
   
}
.section_left1{
    width:60%;
    margin: auto;
    border-radius: 10px;
    border: 1px solid black;
}
.section_left1_top{
    display: flex;
}

.section_right1_top{
 
  display: inline;
}
.section_left1_top h4{
    font-size: 20px;
    color:black;
    margin-top: 20px;
    margin-left: 30px;

}
.section_left1_top button{
    color: #fff;
    background: rgb(103,60,140);
  background: linear-gradient(90deg, rgba(103,60,140,1) 25%, rgba(78,119,209,1) 100%);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  border-radius: 15px;
  margin-top: 20px;
  margin-left: 15px;
  font-size: 12px;
}
.section_left_bottom{
   padding-top: 30px;
   padding-bottom: 60px;
}
.section_left_bottom input{
    width: 75%;
    display: block;
   
    margin: auto;
    height:30px;
    margin-top: 15px;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-right: 10px;
  
    border-radius: 10px;
    border: 1px solid black;
    outline: none;
   
    
}
.section_right1{
    border: 1px solid blue;
    border-radius: 10px;
    padding-top: 30px;
    width: 90%;
   
    
    

}

.section_right1_top img{
   margin-left: 20px;
   margin-top: 18px;
   height: 18px;
}
.section_right1_top p{
     display: inline;
     padding-left: 10px;
     font-size: 18px;
     font-weight: 600;
}
.section_right1_top_button{
   
    display: inline;
}
.section_right1_bottom{
    display: flex;
    padding-bottom:20px;
    padding-top: 50px;
}
.bt2{
    color: #fff;
    background: rgb(103,60,140);
  background: linear-gradient(90deg, rgba(103,60,140,1) 25%, rgba(78,119,209,1) 100%);
  height: 30px;
  width: 30%;
  border: none;
  border-radius: 7px;
  margin-left: 100px;
  
}
.bt1{
    color: #fff;
    background: rgb(103,60,140);
  background: linear-gradient(90deg, rgba(103,60,140,1) 25%, rgba(78,119,209,1) 100%);
  height: 30px;
  width: 20%;
  border: none;
  border-radius: 7px;
}
.section_right1_bottom_box1{
    height: 120px;
    border: 1px solid black;
    border-radius: 10px;
    width: 30%;
    background-image: url(../images/Group\ 187.png);
  
    background-repeat: no-repeat;
    background-position:bottom;
    background-size: contain;
    margin-left: 16px;
    margin-top: 20px;
    
    
}
.section_right1_bottom_box1 p{
    display: inline;
     padding-left: 5px;
     font-size: 16px;
     font-weight: 560;
}
.section_right1_bottom_box1 img{
    margin-left:17px;
    margin-top: 15px;
    height: 18px;

}
.section_right1_bottom_box1 h3{
    margin-left: 20px;
    margin-top: 20px;
    font-size: 20px;
     font-weight: 600;
}
/*section1 end*/






/*section2 start*/
.section_2{
    display: flex;
   
    padding-top: 30px;
   
}
.section_2_left{
    width: 25%;
  
    margin-left: 90px;
    border-radius: 10px;
    border: 1px solid black;
  

}
.section_2_left h4{
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-left: 25px;
}
.section_2_left_box1{
    height: 120px;
    border: 1px solid black;
    border-radius: 10px;
    width: 75%;
    background-image: url(../images/Group\ 187.png);
  
    background-repeat: no-repeat;
    background-position:bottom;
    background-size: contain;
    margin: auto;
    margin-top: 20px;
    
}
.section_2_left_box1 p{
    display: inline;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 560;
}
.section_2_left_box1 h3{
    margin-left: 20px;
    margin-top: 20px;
    font-size: 20px;
     font-weight: 600;
}
.section_2_left_box1 img{
    margin-left:17px;
    margin-top: 15px;
    height: 18px;

}
.section_2_left_box1 button{
    color: #fff;
    background: rgb(103,60,140);
  background: linear-gradient(90deg, rgba(103,60,140,1) 25%, rgba(78,119,209,1) 100%);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  border-radius: 15px;
  margin-top: 10px;
  margin-left: 115px;
  font-size: 12px;
}
.section_2_right{
   
    border: 1px solid blue;
    width: 54%;
    border-radius: 10px;
    margin-left: 100px;
    padding-bottom: 30px;
}
.section_right1_top_button button{
    position: relative;
}
.section_right1_top_button button img{
    height: 13px;
   position: absolute;
   top: 8px;
  left: 10px;
  
}
.section_right1_bottom ul{
   display: flex;
}
.section_right1_bottom li{
    color:black;
    font-size: 17px;
    font-weight: 600;
    font-family: Urbanist;
    padding-left: 65px;
    
    
}
.section_right1_bottom_line{
    
    height: 50px;
    border-radius:5px;
    border: 1px solid blue;
    width: 95%;
    margin: auto;
    display: flex;
    margin-top: 16px;
}
.bottom_line_col0{
    margin-left: 50px;
    
}
.bottom_line_col1{
    margin-left: 50px;
   
}
.bottom_line_col2{
    margin-left: 80px;
 
}
.bottom_line_col3{
    margin-left: 70px;
   
}
.bottom_line_col4{
    margin-left: 67px;
}
.section_right1_bottom_line p{
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
}
.section_right1_bottom_line img{
    
    margin-top: 9px;
}
.bottom_line_col3{
    margin-top: 8px;
}
.bottom_line_col2 button{
    outline: none;
    border: 1px solid black;
   height: 30px;
   width: 70px;
   border-radius: 7px;
   margin-top: 10px;
   color: black;
   font-size: 14px;
   background-color: #fff;
   

}


/*section2 end*/




/*section3 start*/
.section_3{
    margin-top: 50px;
   
}
.section_3_right{
    border: 1px solid blue;
    width: 54%;
    border-radius: 10px;
    margin-left: 100px;
    padding-bottom: 30px;
    margin-left: 505px;

}
.footer{
    background: rgb(4,9,30);
background: linear-gradient(135deg, rgba(4,9,30,1) 48%, rgba(2,47,137,1) 83%);
}
.footer_top{
   
    display: flex;
    
margin-top: 50px;
padding-bottom: 50px;

}
.left{
    
    position: relative;
    padding-left: 130px;
  
    
}
.left h4{
    color: #fff;
    font-size: 23px;
    font-weight: 700; margin-top: 70px;
}
.left input{
    height: 48px;
    width:300px;
    margin-top: 20px;
    background-color: #313546;
    border:none;
    outline: none;
    padding-left: 20px;
    color: #fff;
}
.left button{
    height: 35px;
    width: 70px;
    border:none;
    background: rgb(253,114,24);
background: linear-gradient(90deg, rgba(253,114,24,1) 19%, rgba(254,21,57,1) 100%);
position: absolute;
top: 123px;
    left: 374px;
}
.mid{
    margin-left: 50px;
}
.mid h4{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins';
    padding-left: 65px;
    margin-top: 70px;
}
.mid li {
    color:#fff;
    font-size: 17px;
    font-weight: 500;
    margin-top: 30px;
    font-family: Urbanist;
    padding-left: 65px;
    font-family: 'Poppins';
    
}
.mid li a{
    color: #fff;
}
.right h3{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
    padding-left: 165px;
    margin-top: 70px;
}
.right input{
    height: 45px;
    width:220px;
    margin-top: 20px;
    background-color:#35394A;
    border:none;
    outline: none;
    padding-left: 20px;
    color: #fff;
    margin-left: 165px;
}

/*section3 end*/


/*footer start*/
.footer_bottom{
    padding-bottom: 100px;
   
   
}
.footer_bottom{
   
    border-top: 1px solid #fff;
}
.footer_bottom li{
    color:#fff;
    font-size: 17px;
    font-weight: 500;
    margin-top: 30px;
    font-family: Urbanist;
    padding-left: 65px;
    font-family: 'Poppins';
}
.footer_bottom ul{
    display: flex;
    margin-left: 180px;
}
.footer_bottom{
    display: flex;
}
.footer_bottom img{
    margin-left: 30px;
    height: 38px;
}
.footer_bottom_right{
    margin-left: 250px;
    margin-top: 20px;
}
/*footer end */