
body{
  margin: 0;
  padding: 0;
/*  height: 3000px;*/
 overflow-x: hidden;
}



:root{
  --main-color :#EDF8FF;
  --button-color:#1b6eb3;
  --secondary-color:#1d4295;
  --buuton2-color:#1b6eb3;
--h6-color:#48546e;
--border-top:#ccd5dd;
}

.fa-sharp{
  color: var(--button-color);
  
}

.container{
  /* margin-left: auto;
  margin-right: auto;
  padding: 0; */
}






/*spinner-wrapper*/

.spinner-wrapper{
  background-color: var(--main-color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1900;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 2s;
  
}

.spinner-grow{
  margin-left: 10px;
}


/*end spinner */




/*pop up*/


.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  border: 1px solid black;
  z-index: 99999;
  background-color: white;
   width: 500px; 
  padding: 20px;
/* margin-top: 10px; */

}



@media only screen and (max-width: 1444px){

  .popup {

     width: 500px; 
  
  }

  }

  /* Media Query for Mobile Devices */
  @media (max-width: 480px) {
  
    .popup {

      width: 250px; 
   
   }
}
  
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    
  .popup {

    width: 300px; 
 
 }
}
  
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
    
  .popup {

    width: 500px; 
 
 }
}
  
/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
    
  .popup {

    width: 600px; 
 
 }
}
  
/* Media Query for Large screens */
@media (min-width: 1281px) {
    
  .popup {

    width: 800px; 
 
 }
}


 .popup.active {
  transform: translate(-50%, -50%) scale(1);
}

.btn-relative{
  position: relative;
}
.btn-relative .close-button{
  position: absolute;
  top: -50px;
  right: -50px;
  height: 54px;
  width: 54px;
  border-radius: 100px;
  opacity: 1;
  box-sizing: content-box;
  padding: 0;
  border: 2px solid #ccd5dd;
  transition: all .15s;
  color: var(--secondary-color);
}


.btn-relative .close-button:hover{
  border: 2px solid var(--button-color);
  color: var(--button-color);
}

.popup .title{
  text-align: center;
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 1.8rem;
}

.popup form{
  width: 100%;
  /* padding-left: 10px; */
}

.popup p{
  /* padding-left: 10px; */
  color: var(--h6-color);
}
i{
  padding: 5px;
  color: var(--secondary-color);
}

.popup form input{
  display: block;
  margin: 20px 0 20px;
  width: 100%;
  padding: 8px;
  border: 1px solid black;
}

.popup form textarea{
  margin: 0 0 20px;
  width: 100%;
  height: 90px;
  padding: 8px;
  border: 1px solid black;

}


.check2{
  padding: 10px;
  margin: 10px;
}


.check2 label{
  color: var(--h6-color);
}

.check2 .form-check-input:checked{
  background-color: var(--button-color);
}


.popup  .large{
  width: 100%;
  height: 80px;
  background-color: var(--button-color);
  border: var(--button-color);
  position: relative;
  border-radius: 3px;
  /* margin-left: 20px; */
}

.popup .large:hover{
  background-color: var(--buuton2-color);
}

.popup .large i{
  margin-left: 215px;
}
.popup .large i::after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(179, 173, 173, 0.8);
  left: 315px;
  top: 0;

}


#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  pointer-events: none;
  z-index: 500;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}






/* end pop up*/






.up {
  position: fixed;
  bottom: 50px;
  right: -60px;
  background-color: white;
  color: var(--secondary-color);
  font-weight: bolder;
  font-size: 18px;
  padding-top: 30px;
  padding-left:15px ;
  border: var(--secondary-color) 1px solid;
  border-radius: 50px;
  font-family: Arial, Tahoma;
  cursor: pointer;
  transition: 0.2s;
  height: 100px;
  width: 60px;
  z-index: 10;
}
.up.show {
  right: 20px;
}

/*section 1 */


/* Style the li a */
/*الناف بار لاتتحرك*/
.se .bt {
   padding: 0px 16px;
    padding-bottom: 11px;
  cursor: pointer;

border-bottom:rgba(255, 253, 253,0) 2px solid;
 
}


.se .color, .bt {
  color: var(--buuton2-color);
  border-bottom: 2px solid var(--button-color);
}

.se .bt:hover{
  outline: none;
  color: var(--buuton2-color);
  border-bottom: 2px solid var(--buuton2-color);
}


/*button bootstra*/

.sec2 .lar{
  background-color: var(--button-color);
  border: none;
}
.sec2 .lar:hover{
  background-color: var(--buuton2-color);
  color: white;
  border: none;
}

/*fixed scroll*/
.se .navbar .largerbut{
  height: 50px;
  width: 180px;
}

.form-control{
  text-align: center;
}

select:hover{
  outline: 2px var(--button-coor) solid;
}

.sec2 .header{
  width: 100px;
  height: 100px;
}


.navbar.container{
  text-align: center;
}

.se.fixed {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  padding: 10px;
  transition: 0.5s;

}


/* Add a box shadow to the navbar */
.se.fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.se.fixed .nav-links li a{
  color: var(--secondary-color);
}

.se{
  background-color: var(--main-color);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.se .container{
  text-align: center;

}


/*
.se .navbar .reso li .colr{
  text-decoration: none;
  color: black;
  padding: 20px;
}

/*
.se .navbar .reso li .colr:not(:last-child){
  color: black;
border-bottom: 1px black solid;
}


.se .navbar .reso li .colr:hover{
  color: var(--button-color);
}
/*end resourse list*//*resourese list*/




.se .navbar{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.se .navbar h2{
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  color: var(--secondary-color);
}
  


.se .navbar ul{
  display: flex;
  justify-content: space-around;
  list-style: none;
  width:70%;
  margin-left: 20px;
  align-items: center;
  text-align: center;
  margin-top: 15px;
}

.se .navbar ul li a{
  text-decoration: none;
  font-size: 20px;
 color: var(--secondary-color);

}


.sec2 .burger{
  display: none;
 
}






@media only screen and (max-width: 1444px){

  body{
    overflow-x: hidden;
  }


  .nav-links{
    position: fixed;
    top: 100px;
    gap: 0;
    flex-direction: column;
    background-color: #fffefe;
    width: 100%;
    text-align: center;
    transform: translatey(-150%);
   
    z-index: 20;
   
  }

.nav-links li{
  margin: 16px 0;
  width: 100%;
}

.se .navbar ul{
  width: 100%;
  margin-left: 0;
}

.se .navbar ul li{
  border-bottom: rgba(89, 87, 87,0.2) 2px solid;
  padding-bottom: 10px;
  width: 400px;
}


.se .navbar ul li a{
  text-decoration:none;
  font-size: 20px;
  color: var(--secondary-color);
  
 
}




.nav-links.active{
  transform: translatey(0%);
}

  .nav-links ul{
    opacity: 0;
  }
 .sec2 .burger{
    margin-left: 10px;
    display: block;
    cursor: pointer;
    color:rgb(14, 15, 15);
  }
}


/*end navbar header*/
/*start with section1*/
.section1{
  padding: 120px 12px 10px;
  background:url(/image/backgroun.svg);
      background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -370px;
   
}
.section1 .container{
text-align: center;
/* margin-top: 120px; */
}

.section1 h6{
color: var(--h6-color);
}

.section1 h1{
  font-size: 51px;
  font-weight: 500;
  font-size: 70px;
color: var(--secondary-color);
display: block;
line-height: 1.8
}



.section1 .large{
  width: 400px;
  height: 80px;
  background-color: var(--button-color);
  border: var(--button-color);
  position: relative;
  border-radius: 3px;
}

.section1 .large:hover{
  background-color: var(--buuton2-color);
}

.section1 .large i{
  margin-left: 215px;
}
.section1 .large i::after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(179, 173, 173, 0.8);
  left: 315px;
  top: 0;

}

.section1 .play{
 width: 100px;
 height: 100px;
 border-radius: 50%;
 border: 1px solid var(--button-color);
 background-color: white;
}

.section1 .play:hover{
  background-color: var(--buuton2-color);
}

.section1 .play i {
  color:var(--button-color);
  border-radius: 2px;
 
}

.section1 .play:hover i{
  color: white;
}



.section1 img{
  vertical-align: middle;
  margin-top: 90px;
  width: 800px;
  
}


.section1 .valutpara{
  text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: var(--secondary-color);
    /* width: 676px; */
    text-align: center;
    margin: auto;
margin-top: 90px;

  }


  @media (max-width: 950px){
    .section1 img {
        width: 550px;
    }
    
  }

  @media(max-width:800px) {

    .section1 .large{
      width: 200px;
     
    }
  .large i{
    display: none;
    width: 80px;
  }
  
  .section1 .sec1{
  text-align: center;
  width: 100%;
  }
  .section1 .sec1 h1{
    
    font-size: 30px;
  }

  .section1 img{
    width: 436px;
  }

  .section1 .valutpara{
    font-size: 20px;
  }
  
  }



  @media (max-width: 500px){
.section1 img {
    width: 236px;
}

  }

  
  @media (max-width: 300px){
    .section1 img {
        width: 100px;
    }


    .section1 h1 {

      font-size: 40px;

    }
    
      }


/*interface section */

 /*
section{
  background-color: var(--main-color);
  position: relative;
  height: 90vh;
}

.sec1{
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 525px;
  line-height: 100px;
}

.sec1 h1{
  font-size: 60px;
  line-height: 100px;
  color: var(--secondary-color);
}


section .large{
  width: 400px;
  height: 80px;
  background-color: var(--button-color);
  border: var(--button-color);
  position: relative;
  border-radius: 3px;
}

section .large:hover{
  background-color: var(--buuton2-color);
}

section .large i{
  margin-left: 215px;
}
section .large i::after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(179, 173, 173, 0.8);
  left: 315px;
  top: 0;

}

section .play{
 width: 100px;
 height: 100px;
 border-radius: 50%;
 border: 1px solid var(--button-color);
 background-color: white;
}

section .play:hover{
  background-color: var(--buuton2-color);
}

section .play i {
  color:var(--button-color);
  border-radius: 2px;
 
}

section .play:hover i{
  color: white;
}






@media(max-width:800px) {

  .section1 .large{
    width: 200px;
   
  }
.large i{
  display: none;
  width: 80px;
}

.section1 .sec1{
text-align: center;
width: 100%;
}
.section1 .sec1 h1{
  
  font-size: 30px;
}

}

*/
/*section digtiz*/
.secdigit{
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #ccd5dd;
  margin-top: 80px;
  display: flex;
  flex-wrap: nowrap;
}

.secdigit .container{
  text-align: center;
}



.secdigit h6{
  margin-bottom: 1rem!important;
  font-size: 16px;
    font-weight: 500;
    color: #48546e;
    text-transform: uppercase;
 
}

.secdigit h1{
  color: var(--secondary-color);
  font-size: 50px;
  font-weight: 500;
}

.secdigit h5{
  padding-top: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #c8cdd8;
 
}


.secdigit h3{
  color: var(--secondary-color);
  width: 160px;
 margin: auto;
}

.secdigit .digit{
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

@media (max-width:800px){
  .secdigit .digit{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:500px){
  .secdigit .digit{
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
}


/* section2 */

.section2{
  width: 100%;
  display: block;
  background-color: var(--main-color);
}

.section2 .image .dataimg{
  margin-left: auto;
  margin-right: auto;
  display: block;

 

}
.section2 .valutpara1{
  text-align: center;
}

.section2 .valutpara{
  line-height:1.5rem;
  color: var(--secondary-color);
  font-weight: bolder;
  font-size: 20px;
  padding: 10px;
  width: 500px;
 text-align: center;
 position: relative;
 left: 35%;
 margin-top: -100px;
}

.section2::after{
  content: " ";
position: absolute;
width: 100%;
height: 1px;
bottom: -90%;
background-color: rgb(192, 188, 188);
left: 0;
}


@media(max-width:800px){
  
  .section2 .image .dataimg{
    display: block;
    margin-left: auto;
    margin-right: auto;   
    width: 80%;
  }

  .section2 .valutpara1{
   text-align: center;
   position: relative;
   left: -180px;
   
   
  }

  .section2 .valutpara1 .valutpara{
    width: 500px;
    left: 10px;
  }


  .section2::after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0;
    background-color: rgb(210, 25, 25);
    left: 0;
  }

 
}


@media(max-width:1200px){
  .section2 .valutpara1{
    position: relative;
  
    
    }

 
   .section2 .valutpara1 .valutpara{
    left: 200px;
     text-align: center;
   }
 
   .section2::after{
     bottom: -100%;
   }
}




/*section 3*/

.modd{
  margin-top: 80px;
  margin-bottom: 60px;
  border-top: 1px solid #ccd5dd;
  padding-top: 50px;
}
.modd .container{text-align: center;}
.modd h6{
  color: #48546e;
  font-size: 18px;
}

.modd h1{
  color: var(--secondary-color);
}
.sectiontabs{
  background-color: var(--main-color);
 
}

.tab-buttons{
  display: flex;
  justify-content: space-around;
  align-items: center;

}


.tab-button {
  background-color: white;
  border: none;
  outline: none;
  cursor: pointer;
  /* padding: 10px 20px; */
  width: 115px;
  font-weight: 500;
  padding: 0.8rem 0;
  border-bottom: 3px solid transparent;
  font-size: 1.2rem;
  color: #48546e;

}


@media (max-width: 990px){
  .tab-button {
    width: 100px;
  font-weight: 500;
  font-size: 11px;
  }
}

@media (max-width: 460px){
  .tab-button {
    width: 100px;
  font-weight: 500;
  font-size: 8px;
  }
}


.tab-button:hover {
  color: var(--button-color);
  border-bottom: 2px solid var(--button-color) ;
}

.tab-button.active {
  color: var(--button-color);
  border-bottom: 2px solid var(--button-color) ;
}

.tab-panel {
 display: none;
  padding: 20px;
}
.tab-panel .tabflex{
  display: flex;
  justify-content: space-between;
  background-color: var(--main-color);
}
.tab-panel img{
  width: 400px;
}

.tab-panel.active {
  display: block;
}




.sectiontabs .conttab{
  /* width: 400px; */
  /* height: 313px; */
  /* padding-left: 0; */
  /* padding: 50px 5px 10px 15px; */
}

.sectiontabs .conttab h1{
  color: var(--secondary-color);
  font-weight: 500;
  line-height: 2.5rem;
  /* width: 400px; */
}


.sectiontabs .conttab p{
  color: #48546e;
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px;
  padding: 20px 0;
}

.sectiontabs img{
  width: 100%;
  /* max-width: 757px; */
}



@media only screen and (max-width:850px) {
  /*.sectiontabs .container{
    text-align: center;
  }*/
  .sectiontabs{
    /* min-height:780px; */

  }

  .sectiontabs .conttab{
    /* width: 400px; */
    /* height: 212px; */
    /* padding-left: 0; */
  }
  
  .sectiontabs .conttab h1{
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 2rem;
  }


  .sectiontabs img{
    width: 100%;
    /* max-width: 400px; */
  }



  .sectiontabs .tabflex{
    display: flex;
   flex-wrap: wrap;
   flex-direction: column-reverse;
  }

  .sectiontabs .tabflex h1{
    margin-top: -20px;
  }

  .sectiontabs .tabflex p{
    margin-top: -30px;
    font-size: 15px;

 
  }
 
  .sectiontabs img{
   text-align: center;
 
  }
  
}



/*btn in tabs*/

.sectiontabs .large{
  /* width: 400px; */
  height: 80px;
  background-color: var(--button-color);
  border: none;
  position: relative;
  border-radius: 3px;
}

.sectiontabs .large:hover{
  background-color: var(--buuton2-color);
  border: none;
}

.sectiontabs .large i{
  margin-left: 215px;
}

.sectiontabs .large i::after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(179, 173, 173, 0.8);
  left: 315px;
  top: 0;

}




@media only screen and (max-width:850px) {
  /*.sectiontabs .container{
    text-align: center;
  }*/

  .sectiontabs{
    /* min-height:757px; */

  }

  .sectiontabs .tabflex{
    display: flex;
   flex-wrap: wrap;
   flex-direction: column-reverse;
  }
 
  .sectiontabs img{
   text-align: center;
 
  }
  
}





/*
.section3{
  margin-top: 100px;
}

.section3 .modul{
  text-align: center;
  margin: 90px;
}

.section3 .modul h6{
  position: relative;
  top: 50px;
}

.section3 .modul h1{
  margin-top: 80px;
}

.tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.tabs li {
  padding: 10px;
  border-right: 1px solid white;
  cursor: pointer;
  transition: 0.5s;
  margin-left: 0;
  margin-right: 50px;
}
.tabs li.active,
.tabs li:hover {
 border-bottom: var(--button-color) solid 3px;
}

.slider{
  width: 300px;
  display: block;
}

.content {
  background-color: var(--main-color);
 margin: auto;
}

*/

/*slider container 2 *//*
.content .line{
display: flex;
  justify-content: space-between;
  margin-left: 200px;
  margin-right: 200px;
  
}



.content .cont{
  width: 400px;
}

.content .cont h1{
  padding-bottom: 20px;
}
.content > div {
  padding: 20px;
}
.content > div:not(:first-child) {
  display: none;
}




.section3 .large{
  width: 400px;
  height: 80px;
  background-color: var(--button-color);
  border: var(--button-color);
  position: relative;
  border-radius: 3px;
}

.section3 .large:hover{
  background-color: var(--buuton2-color);
}

.section3 .large i{
  margin-left: 215px;
}
.section3 .large i::after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(179, 173, 173, 0.8);
  left: 315px;
  top: 0;

}

.section3 .content .cont h1{
  width: 50px;
}




@media (max-width:800px) {
  .content {
    background-color: var(--main-color);
   

  }
  .content .cont{

   margin-left: -200%;
  
  }
 .content .cont .large{
  width: 200px;
 }
 .content .line img{
  padding-left: 70px;
  width: 250px;
 }


}


*/






/*end section 3*/

/*section 4*/

.unique{
  text-align: center;
  padding: 70px;
  color: var(--secondary-color);
}

.unique h6{
  color: #48546e;
  font-size: 18px;
}

.set-up {
display: flex;
justify-content: center;
/*grid-template-columns: repeat(3,1fr);*/
/* margin-left: 117px;
margin-right: 128px; */
text-align: center;
}

.set-up .tem1{
   background-color: var(--main-color);
  /* margin-left:10px ; */
  padding: 40px;
  margin:40px;
  height: 500px;
}


.set-up .tem1 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 50px;
}



.set-up .tem1 h2{
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 2.3rem;
}



@media (max-width:1200px) {
  .set-up {
    display: grid;
    grid-template-columns: repeat( 2 , 1fr);
  }
}

@media (max-width:800px) {

  .unique
  {
    text-align: center;
  }

  .set-up {
    display: grid;
    grid-template-columns: repeat( 1 , 1fr);
    margin: auto;
        

  }
  .set-up .tem1{
    margin-bottom: 20px;

  }
}

/*section 5*/
.section5{
  background-color: var(--main-color);
  padding: 70px 0;
  margin-top: 200px;
}

.section5 .container2{
  border-bottom: none;
  text-align: center;
}


.section5 .large{
  /* width: 400px; */
  height: 80px;
  background-color: var(--button-color);
  border: var(--button-color);
  position: relative;
  border-radius: 3px;
}

.section5 .large:hover{
  background-color: var(--buuton2-color);
}

.section5 .large i{
  margin-left: 215px;
}
.section5 .large i::after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(179, 173, 173, 0.8);
  left: 315px;
  top: 0;

}


/* section 5 slider */


.sectiontabs .conttab, .sectiontabs.slider_sec2{
    overflow: hidden;
    height: 380px;
}


@media (max-width:1000px) {
  .sectiontabs .conttab,.sectiontabs.slider_sec2{
    height: 500px;
    overflow: hidden;
    
  }
}

@media (max-width:767px) {
  .sectiontabs .conttab,.sectiontabs.slider_sec2{
    height: 380px;
    overflow: hidden;
    
  }
}

@media (max-width:500px) {
  .sectiontabs .conttab,.sectiontabs.slider_sec2{
    height: 450px;
    overflow: hidden;
  }
}

@media (max-width:400px) {
  .sectiontabs .conttab,.sectiontabs.slider_sec2{
    height: 480px;
    overflow: hidden;
  }
}

@media (max-width:325px) {
  .sectiontabs .conttab,.sectiontabs.slider_sec2{
    height: 550px;
    overflow: hidden;
  }
}


/*footer*/

.container2{
  padding: 20px;

	max-width: 1170px;
	margin:auto;
  margin-top: 50px;
  border-bottom: solid 2px rgb(43, 42, 42);
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: white;
    padding: 10px 0 10px;
    position: relative;
}
footer::after{
  content: " ";
  position: absolute;
  background: linear-gradient(to right,#7a64ac,rgb(84 73 158),rgb(44 146 201));
  width: 100%;
  height: 4px;
  left: 0;
 top: 3px; 

}
.footer ul{
  padding: 0;
}

.footer-col{
   width: 25%;
   padding: 0 15px;
   margin-left: 50px;
}
.footer-block h4{
	font-size: 18px;
	color: var(--secondary-color);
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-block h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
 
}
.footer-block ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-block ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	color: #2b2a2a;
	display: block;
	transition: all 0.3s ease;
}
.footer-block ul li a:hover{
	/* color: green; */
	/* padding-left: 8px; */
}
.footer-block .social-links a{

  outline: none;
  border: none;
  text-decoration: none;
  color: black;
	/* display: block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 0px 0px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #2a19e9;
	transition: all 0.5s ease; */
}
.footer-block .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}


.boot{
  padding-top: 20px;

}

.boot .container{
  max-width: 1170px;
  display: flex;
  align-items: center;
justify-content: space-around;

}
.copyrightlogo{
  text-align: right;
}


/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
footer .boot .boot2{
  display: block;

width: 50%;
margin: 0;
}
footer .boot .boot2 .but2 input{
  width: 300px;

}


}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}

}

