html{

scroll-behavior: smooth;


}


body{

    padding: 0;
    margin: 0;
    box-sizing: border-box;  
    background-image: url(../images/background.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    overflow-x: hidden !important;
    
  
  }
  
  .wrap{
  
  width: 100%;
  max-width: 1920px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  
  }
  
  a *{
  
    padding: 0;
    margin: 0;
    text-decoration: none;
  
  }
  
  p{
  
  padding: 0;
  margin: 0;
  
  }
  
  h1,h2,h3,h4,h5,h6{
  
    padding: 0;
    margin: 0;
  
  }
  
  img{
  
  padding: 0;
  margin: 0;
  border: none;
  
  }
  
  .clear{
    clear: both;
  }
  
  .container{
    
  width: 100%;
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  
  }
  
   /* .menu{
  
    width: 100%;
    max-width: 1280px;
    height: auto;
    padding: 0;
    margin: 5px 0 0 0;
  
  
  
  }
  
  
  
  .header .logo{
  
  width: 252px;
  height: 118px;
  line-height: 118px;
  padding: 0;
  margin: 0;
  float: left;
  
  
  }
  
  .header .nav{
  
    width: 800px;
    height: 118px;
    line-height: 118px;
    padding: 0;
    margin: 0;
    
    text-transform: uppercase;
    font-family: 'Myriad Pro Semibold';
    float: right;
    
    }
  
  
    .nav ul{
  
      padding: 0;
      margin: 0;
      display: block;
  
    }
  
    .nav ul li{
  
  display: inline-block;
  padding: 0;
  margin: 0;
  
    }
  
    .nav ul li a{
  
      font-size: 16px;
      color: white;
      padding: 10px 15px;
      transition: 0.2s;
      text-decoration: none;
  
    }
  
    .nav ul li a:hover , .active {
  
   color: #00afef !important;
   transition: 0.2s;
  
    } */
  
  
  
    /*--Menubar start here--*/
  

    /* .navbar .navbar-brand{


      width: 180px;


    } */
  
    .navbar ul{
  
  
    
      padding: 0;
      margin: 0;
  
    }
  
    .navbar .nav-item{
  
  
      
      padding: 0;
      margin: 0;
  
    }
  
  
    .navbar .nav-item .nav-link{
  
  
      font-size: 18px;
      padding: 10px 25px !important;
      color: white;
      font-family: 'Myriad Pro Semibold';
      transition: 0.3s;
     
    }
  
    .navbar .nav-item .nav-link:hover , .active{
  
      color: #00afef !important;
      transition: 0.3s; 
  
  
    }





    .navbar.scrolled{

      background:#0a0119 !important;
      z-index: 99999;
      /*opacity: 50%;*/
      
      
      
      }
      

    /* @media(max-width:991px) and (min-width:320px){

      .navbar-toggler{


        padding: 0;


      }

      .navbar-toggler:hover  {


        padding: 0;


      }


    } */


    
  
  
  
  
  
  
  
   
    .header {
  
      width: 100%;
      max-width: 1920px;
      height: 100vh;
      padding: 0;
      margin: 0;
      overflow: hidden; 
  
  
    }

    .header .carousel-caption{
      top:0 !important;
    }
  
    .header .carousel-caption h3{
  
      width: 60%;
      height: auto;
      padding: 0;
      margin: 35% auto 0 auto;
      text-align: center;
      font-family: 'Akrobat', sans-serif;
      color: white;
      font-size: 36px;
      line-height: 70px;
      
      
      
  
    }





/* Header Media //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


    @media(max-width:1600px) and (min-width:992px){


      .header {
  
       
      
        height: 100vh;
        width: 100vw;
        padding: 0;
        margin: 0;

        overflow: hidden ;
    
    
      }

      .navbar-brand{


        width: 180px;
        line-height: 5;

      }

      .header .carousel-caption h3{


        font-size: 24px;
        line-height: 50px;
        margin-top: 35%;
        width: 100%;


      }

      .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important; 
       
    }



      
    }


    @media(max-width:991px) and (min-width:769px){


    .header .navbar{


      width: 80%;
     }
      .carousel-item img{
        width: 100vw;
        height: 100vh;
       }

      .navbar-brand{


        width: 200px;
        line-height: 5;

      }

      .header .carousel-caption h3{


        font-size: 16px;
        line-height: 50px;
        margin-top: 40%;


      }

      .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important; 
       
    }




    }



  
    @media(max-width:768px) and (min-width:577px){


      body{
        overflow-x: hidden;
      }

      .header .navbar{


        width: 80%;

      }


 .carousel-item img{
  width: 100%;
  height: 100vh;
 }

      .navbar-brand{


        width: 200px;
        line-height: 5;

      }

      .header .carousel-caption h3{


        font-size: 13px;
        line-height: 40px;
        margin-top:65%;


      }

      .navbar-toggler-icon{


        width: 40px !important;
        height: 40px !important;

      }

      .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important; 
       
    }




    }


    @media(max-width:576px) and (min-width:480px){


      .carousel-item img{
       width: 100vw;
       height: 100vh;
      }
     
           .navbar-brand{
     
     
             width: 200px;
             line-height: 5;
     
           }

           .navbar .container{

            width:70%;
            overflow-x: hidden;
            margin: 0 ;

           }
     
           .header .carousel-caption h3{
     
     
             font-size: 12px;
             line-height: 40px;
             margin-top:65%;
     
     
           }
     
           .navbar-toggler-icon{
     
     
             width: 40px !important;
             height: 40px !important;
     
           }
     
           .navbar-toggler:focus {
             text-decoration: none;
             outline: 0;
             box-shadow: none !important; 
            
         }
     
     
     
     
         }


    
    @media(max-width:479px) and (min-width:370px){


      .carousel-item img{
        width: 100vw;
        height: 100vh;
       }
      
    

      .navbar{


        width:100%;


      }

      .navbar .container{

        width:60%;
        overflow-x: hidden;
        margin: 0 ;

       }
      .navbar .nav-item .nav-link{
  
  
        font-size: 12px;
        /* padding: 15px 25px !important;
        color: white;
        font-family: 'Myriad Pro Semibold';
        transition: 0.3s; */
       
      }


      .navbar-brand{


        width: 150px !important;
        line-height: 5;

      }

      .header .carousel-caption h3{


        font-size: 12px;
        line-height: 30px;
        margin-top: 80%;
        width: 100%;


      }

      .navbar-toggler-icon{


        width: 30px !important;
        height: 30px !important;
        background-color: #00afef !important;

      }

      .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important; 
       
    }


    }


    @media(max-width:369px) and (min-width:320px){

      
   
      .carousel-item img{
        width: 100vw;
        height: 100vh;
       }
      
    

      .navbar{


        width:100%;


      }

      .navbar .container{

        width:60%;
        overflow-x: hidden;
        margin: 0 ;

       }

      .navbar .nav-item .nav-link{


        font-size: 10px;


      }


      .navbar-brand{


        width: 130px !important;
        line-height: 5;

      }

      .header .carousel-caption h3{


        font-size: 10px;
        line-height: 30px;
        margin-top: 80%;
        width: 100%;


      }

      .navbar-toggler-icon{


        width: 30px !important;
        height: 30px !important;
        background-color: #00afef !important;

      }

      .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important; 
       
    }




    }
  
  /* Header Media End//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  


    .about{
  
     height: auto;
     padding: 0;
     margin: 100px 0 0 0;
     display: flex;
   
  
    }
  
    .about .about-text{
  
    width: 95%;
    height: auto;
    padding: 25px 0;
    text-align: left;
    float: left;
  
    }
  
    .about .about-text .about-head{
  
      font-size: 32px;
      font-weight: 700;
      font-family: 'Myriad Pro Semibold';
      color: #00afef;
      padding-bottom: 25px;
  
  
    }
  
    .about .about-text .about-para{
  
      font-size: 15px;
      line-height: 30px;
      font-family: 'Myriad Pro Regular';
      color: #f2f2f2;
      padding-bottom: 25px;
  
    }
  
    .about .about-text .about-btn{
  
      
      
      align-items: start;
      padding-top: 25px;
      
    }
  
    .about .about-text .about-btn a{
    
      
      background-color: #00afef;
      text-align:center;
      padding: 20px 30px;
      border-radius:50px;
      cursor: pointer;
      color: #0a0119;
      font-size: 16px;
      font-family: 'Myriad Pro Semibold';
      letter-spacing: 1px;
      transition: 0.3s;
      text-decoration: none;
  
    }
  
    .about .about-text .about-btn a:hover{
  
      background-color: #4dcefd;
      transition: 0.3s;
      
  
  
    }
  
  
    /* .about .about-text button{
  
      background-color: #00afef;
  
      text-align:center;
      padding: 20px 30px;
      border-radius:50px;
      cursor: pointer;
      color: #0a0119;
      font-size: 16px;
      font-family: 'Myriad Pro Semibold';
      letter-spacing: 1px;
      transition: 0.3s;
      border: none;
  
  
    }
     */
  .about .about-img{
  
  width: 100%;
  height: 90%;
  overflow: hidden;
  float: right;
  
    }
  
    .about .about-img .box{
  
   width: 120px;
   height: 120px;
   border: 10px solid;
   border-image-slice: 1;
   border-image-source: linear-gradient( #19e2fc, #fff);
   z-index: -1;
   position: absolute;
  
  
    }
  
   
  
    .about .about-img img{
  
   border-radius: 50px 0 50px 0;
   box-shadow: 0 3px 10px rgb(5, 5, 5) ;
   z-index: 1;
   position: relative;
   margin: 30px 0 0 20px;
   width: 100%;
  
  
    }


    /* About Media //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  
  

    @media (max-width:1080px){

      .about .about-text{

        width: 90%;


      }

      .about .about-text .about-para{


        font-size: 12px;


      }

      .about .about-img{


        width: 100%;



      }

      .about .about-img img{


        width: 450px;



      }




    }

    @media (max-width:991px){


      .about .about-text{


        text-align: center;
        padding-bottom: 40px;



      }

      .about .about-img{


        width: 500px;
       padding-right: 30px;
       float: none;
       margin: 0 auto;


      }

      .about .about-img img{


        width: 400px;
        margin-left:0;


      }

   


    }
  
  
    @media (max-width:767px){
  
      .about .about-text{
  
  
        padding-bottom: 60px;
  
      }

      .about .about-text .about-head{



        font-size: 24px;

      }

  
      .about .about-text .about-para{
  
  
        font-size: 12px;
  
  
      }

      .about .about-text .about-btn a{


        padding: 15px 20px;
        font-size: 14px;


      }

      .about .about-text .about-btn a:hover{


        padding: 15px 20px;


      }
  
  
    }


    @media (max-width:479px) and (min-width:320px){

      .about {

margin: 40px 0 0 0 ;



      }


      .about .about-text{


        margin: 0 auto;
        width: 100%;
        padding-top: 15px ;


      }

      .about .about-text .about-head{

        font-size: 20px;
        padding-bottom: 10px;


      }

      .about .about-text .about-para{


        font-size: 8px;
        padding-bottom: 10px;
        line-height: 20px;
      }

      .about .about-text .about-btn a{


        padding: 10px 15px;
        font-size: 10px;


      }

      .about .about-img{


        width: 300px;
   
       float: none;
       margin: 0 auto;


      }

      .about .about-img .box{

        width: 100px;
        height: 100px;


      }

      .about .about-img img{


        width: 250px;
        margin-left:0;


      }



    }


    /* About Media End//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  
  
  
    .partner{
  
   height: auto;
   margin-top:100px ;
   padding: 0;
  
  
    }
  
  
    .partner .part-head{
  
   font-size: 32px;
   font-family: 'Myriad Pro Semibold';
   color: #00afef;
  padding-bottom: 45px;
  
    }


    .partner .line{


      width: 100%;
      height: 1px;
      background-color: #00afef;
      margin:60px 0 0 0; 

    }

    /* Partner Media //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


    @media(max-width:575px){


      .partner .part-head{


        font-size: 24px;


      }  



    }


    @media(max-width:767px){


      .partner .part-head{


        font-size: 24px;


      }  



    }

    @media(max-width:480px){


      .partner .part-head{


        font-size: 20px;


      }  



    }


    /* Parner Media End//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



    /*
    .partner .part-item{

       align-items: center;
        display: flex;
        text-align: center;

    }
  
    
  
    .partner .part-item img{
      
    padding: 15px 35px;
   
    
  
    }
  
    .partner .part-item img:hover{
      
      padding: 15px 35px;
      animation: spin 0.5s ease-in-out;
      
    
      }
  
      @keyframes spin{
  
      0%{
        transform: rotateX(0deg);
      }
  
      100%{
        transform: rotateX(360deg);
      }
  
      }
  
  */






  
           /*** Service ***/
  
  .services{
  
  margin-top: 70px;
  padding: 0;
  }
  
  .services .service-head{
  
    margin-bottom: 20px;
    font-size: 32px;
    font-family: 'Myriad Pro Semibold';
    color: #00afef;
    text-align: center;
  
  
  
  }
 .service-para{
    
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    font-family: 'Myriad Pro Light';
    padding:  0 0 10px 0;
    margin: 0;



  }

  /* Service Media //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


  @media(max-width:575px){


    .services .service-head{


      font-size: 24px;


    }  



  }


  @media(max-width:767px){


    .services .service-head{


      font-size: 24px;


    }  



  }
  
  
  
  .container-service {
    position: relative;
  }
  
  .container-service::before {
    position: absolute;
    content: '';
   
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius:5% 0 5% 0 ;
    z-index: -1;
  }
  
  .service-item {
   
    height: 100%;
   text-align: left;
    padding: 30px 20px;
    border:1px #00afef solid ;
  
    border-radius:5% 0 5% 0 ;
    transition: 0.5s ease;
  }
  
  .service-item:hover {
    
    background: linear-gradient(to bottom right, #00afef, #0a051d);
    border-radius:5% 0 5% 0 ;
    transition: 0.5s ease;
    
  }
  
  
  
  
  .service-item h5
  {
    color: #00afef;
    font-family: 'Myriad Pro Semibold';
    
  }
  
  .service-item p {
  
    color: #FFF;
  }
  
  .service-item a {
  
    color: #00afef;
    font-size: 20px;
    text-decoration: none;
  }
  
  .service-item:hover h5,
  .service-item:hover p,
  .service-item:hover a {
    color: #FFF;
  }
  
  .service-item .icon-box-primary i{
  
    color: #fff !important;
    font-size: 20px;
  
  }
  
  .service-item:hover .icon-box-primary i {
    color: #FFF !important;
    transition: 0.5s ease;
  }






  .team{

    width: 100%;
    height: auto;
    padding: 0;
    margin: 100px 0 0 0;

  }

  .team-text{

    width: 100%;
    height: auto;
    padding:0 0 60px 0;
    margin: 0;
    text-align: center;
    
      }
    
      .team-text .team-head{
    
        font-size: 32px;
        font-weight: 700;
        color: #00afef;
        font-family: 'Myriad Pro Semibold';
        padding:  0 0 10px 0;
        margin: 0;
    
      }
    
      .team-text .team-para{
    
        font-size: 16px;
        font-weight: 200;
        color: #fff;
        font-family: 'Myriad Pro Light';
        padding:  0 0 10px 0;
        margin: 0;
    
    
    
      }

  .owl-items{

width: 300px;
height: 400px;
padding: 0;
margin: 0 auto;

  }

  .owl-items .team-img{

height: auto;
width: auto;
padding: 0;
margin: 0;
z-index: 1;
position: relative;
    
    

  }


  .owl-items .team-img img{


    background-color: #f2f2f2;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    
   
    
  }

  .owl-items .owl-content{

    width: 300px;
    height: auto;
    border: 2px #00afef solid;
    border-radius: 0 0 20px 20px;
    background-color: #FFF;
    z-index: -1;
    position: absolute;
    margin-top: 25%;
    padding: 0;
    
  }


  .owl-items .owl-content .owl-text{

padding: 60px 0;

  }


  .owl-items .owl-content .owl-text h2{

    font-size: 22px;
    font-family: 'Myriad Pro Semibold';
    margin: 0 0 20px 0;
    
      }


      .owl-theme .owl-controls .owl-buttons{


        z-index: 9999;
        position: relative;
        transform: translateY(-250px);



      }


      .owl-theme .owl-controls .owl-buttons .owl-next{



        float: right;


      }

      .owl-theme .owl-controls .owl-buttons .owl-prev{



        float:left;


      }

      .owl-theme .owl-controls .owl-buttons div{


        background-color: #00afef !important;
        opacity: 1 !important;
        padding: 10px 15px !important;
        font-size: 16px !important;
     
      }

      /* Team Media //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

      

@media(max-width:1080px){

  .owl-items .owl-content{

    margin-top: 35%;


  }



}

@media(max-width:767px){

  .owl-items .owl-content{

    margin-top: 20%;
    


  }

  .team-text .team-head{

    font-size: 24px;

  }

  .team-text .team-para{

    font-size: 14px;

  }




}

@media(max-width:575px) and (min-width:480px){

  .owl-items .owl-content{

    margin-top: 20%;
    


  }

  .team-text .team-head{

    font-size: 24px;

  }

  .team-text .team-para{

    font-size: 14px;

  }



}


@media(max-width:479px) and (min-width:320px){

  .owl-items .owl-content{

    margin-top: 30%;
    


  }
  .team-text .team-head{

font-size: 20px;


  }
  .team-text .team-para{

    font-size: 14px;
    
    
      }
    


}


/* Team Media End//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




      .portfolio{


        width: 100%;
        max-width: 1280px;
        height: auto;
        padding: 0;
        margin: 100px 0 0 0;

      }


      
.master-filter-gallery {
  width: 100%;
}


/* Portfolio Media //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media(max-width:767px){

  .filters .nav-item .btn{


    
    font-size: 12px;
    
   

  }


}

.master-filter-gallery .container-item {
  transition: all 0.4s;
}

.master-filter-gallery .container-item.animation-item {
  animation: itemIntro 1s;
}

.master-filter-gallery .item-gallery {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 2em;
}

.master-filter-gallery .item-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.master-filter-gallery .item-gallery .caption-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00afef99;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: white;
  font-size:70px;
  text-decoration: none;
  opacity: 0;
  transition: all 0.4s;
}

.master-filter-gallery .item-gallery .caption-link:hover {
  opacity: 1;
}

.filters .nav-item .btn{

  font-size: 16px;
  font-family: 'Myriad Pro Semibold';
  color: #fff ;
  transition: 0.3s;
  text-transform: capitalize !important;

}

.filters .nav-item .btn:hover{

  
  color: #00afef;
  transition: 0.3s;

}


@keyframes itemIntro {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}



       .contact{


        width: 100%;
        height: auto;
        padding: 0;
        margin: 100px 0 0 0;
        display: flex;
        

      }


      @media(min-width:320px) and (max-width:768px){


        .contact{


          flex-direction: column;
          margin: 0 auto;
          align-items: center;


        }



      }

      .contact .left{


        width: 50%;
        height: auto;
        background-color: #fff;
        float: left;

      }

      .contact .left .bank-text{

        width: 100%;
        height: auto;
        padding: 30px;
        margin: 0;
        text-align: center;
        font-family: 'Myriad Pro Semibold';
        color: #0a051d;
        font-size: 20px;



      }

      .contact .left .bank-text ul{



        display: block;
        list-style: none;

      }

      .contact .left .bank-text ul li{


        padding: 10px 0;
        font-family: 'Myriad Pro Semibold';
        color: #0a051d;
        font-size: 20px;


      }

      .contact .left .bank-text ul li img{


      width: 40%;
      height: 60%;


      }

   

      .contact .left .bank-text ul li h2{


        font-size: 30px;
        color: #00afef;


      }

      .contact .right{


        width: 50%;
        height: auto;
        background: #0a051d;
        /* background: radial-gradient(circle, rgba(0,175,239,1) 0%, rgba(0,149,204,0) 0%, rgba(0,162,222,0) 0%, rgba(0,175,239,0) 33%, rgba(0,159,217,0) 39%, rgba(0,162,221,0.8856792717086834) 94%, rgba(0,165,226,0.529936974789916) 100%);*/
        float: right;


      }
    
    
      
      .contact .right .con-text{


        width: 90%;
        height: auto;
        padding: 50px;
        margin: 0 auto;
        text-align: center;

      }

      .contact .right .con-text .con-title{


        padding-bottom: 100px;


      }

      .contact .right .con-text .con-title .con-head{

        font-size: 30px;
        color: #00afef;
        font-family: 'Myriad Pro Semibold';

      }

      .contact .right .con-text .con-title .con-para{

        font-size: 16px;
        color: #fff;
        font-family: 'Myriad Pro Light';

      }
      

  

      .contact .right .con-text .con-details {

        width: 70%;
        height: 500px;
        padding: 15px 0 0 0;
        margin: 0 auto;
        text-align: center;

      }
   


      .contact .right .con-text .con-details .con-items{

        width: 100%;
        height: 100px;
        padding-bottom:25px ;
        margin: 0;
 
      }

  

      .contact .right .con-text .con-details .con-items i{

font-size: 24px;
color:#000 ;
background-color:#fff ;
padding: 10px;
border-radius: 100%;
float: left;
justify-content: center;


}

.contact .right .con-text .con-details .con-items .det{

width: 80%;
height: auto;
font-size: 15px;
color: #fff;
font-family: 'Myriad Pro Light';
text-align: left;
float: right;

}

.contact .right .con-text .con-details .con-items .det .social{

  display: flex;
  gap: 10px;
  justify-content: start;

}

.contact .right .con-text .con-details .con-items .det .social .facebook-bg{
  padding: 10px 15px;
}




.contact .right .con-text .con-details .con-items .det a{

  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-family: 'Myriad Pro Light';
  text-decoration: none;


}


/* Contact Media  ////////////////////////////////////////////////////////////////////////////////////////////*/

@media(max-width:991px) and (min-width:769px){


  

  .contact .right .con-text .con-title{


    padding-bottom:40px;


  }


  .contact .left .bank-text ul li h2{


    font-size: 22px;


  }

  .contact .left .bank-text ul li{

font-size: 14px;
padding-bottom: 25px;



  }

  .contact .right .con-text .con-title .con-head{


    font-size: 22px;
    
    
      }
    
      .contact .right .con-text .con-title .con-para{
    
    font-size: 12px;
    
    
      }
    
    
      .contact .right .con-text .con-details{
    
        width: 100%;
    
    
      }
      .contact .right .con-text .con-details .con-items{
    
       margin-bottom: 50px;
    
    
      }
    
      .contact .right .con-text .con-details .con-items i{
    
    float: none;
    text-align: center;
    margin-bottom: 15px;
    
    
      }
    
      .contact .right .con-text .con-details .con-items .det{
    
        float: none;
        text-align: center;
        width: 100%;
        font-size: 14px;
    
      }
    
      .contact .right .con-text .con-details .con-items .det a{
    
        font-size: 14px;
      }
    

      .contact .right .con-text .con-details .con-items .det .social{

        display: flex;
        gap: 10px;
        justify-content: center;
      
      }
      


}




@media(min-width:576px) and (max-width:768px){


  .contact .left{

width: 90%;


  }

  .contact .right{

    width: 90%;
    
    
      }

  .contact .right .con-text .con-title{


    padding-bottom:60px;


  }


  .contact .left .bank-text ul li h2{


    font-size: 24px;


  }

  .contact .left .bank-text ul li{

font-size: 16px;



  }

  .contact .right .con-text .con-title .con-head{


font-size: 24px;


  }

  .contact .right .con-text .con-title .con-para{

font-size: 14px;


  }


  .contact .right .con-text .con-details{

    width: 100%;


  }
  .contact .right .con-text .con-details .con-items{

   margin-bottom: 70px;


  }

  .contact .right .con-text .con-details .con-items i{

float: none;
text-align: center;
margin-bottom: 15px;


  }

  .contact .right .con-text .con-details .con-items .det{

    float: none;
    text-align: center;
    width: 100%;
    font-size: 14px;

  }

  .contact .right .con-text .con-details .con-items .det a{

    font-size: 14px;
  }

  .contact .right .con-text .con-details .con-items .det .social{

    display: flex;
    gap: 10px;
    justify-content: center;
  
  }
  

}



@media(min-width:480px) and (max-width:575px){

  .contact .left{

    width: 80%;
    
    
      }
    
      .contact .right{
    
        width: 80%;
        
        
          }


  .contact .right .con-text .con-title{


    padding-bottom: 50px;


  }

  .contact .left .bank-text{


    align-items: center;

  }

  .contact .left .bank-text ul{

    padding: 0;


  }

  .contact .left .bank-text ul li h2{


    font-size: 18px;


  }

  .contact .left .bank-text ul li{

font-size: 14px;



  }

  .contact .right .con-text .con-title {
    padding-bottom: 30px;
}

  .contact .right .con-text .con-title .con-head{


font-size: 18px;


  }

  .contact .right .con-text .con-title .con-para{

font-size: 12px;


  }


  .contact .right .con-text .con-details{

    width: 100%;


  }
  .contact .right .con-text .con-details .con-items{

   margin-bottom: 00px;
   height: 150px;


  }

  .contact .right .con-text .con-details .con-items i{

float: none;
text-align: center;
margin-bottom: 10px;


  }

  .contact .right .con-text .con-details .con-items .det{

    float: none;
    text-align: center;
    width: 100%;
    font-size: 14px;

  }

  .contact .right .con-text .con-details .con-items .det a{

    font-size: 14px;
  }

  .contact .right .con-text .con-details .con-items .det .social{

    display: flex;
    gap: 10px;
    justify-content: center;
  
  }
  


}





@media(min-width:320px) and (max-width:479px){



  .contact .left{

width: 80%;



  }

  
  .contact .right{

    width: 80%;
    
    
    
      }
 


  .contact .left .bank-text{

width: 90%;
padding: 10px;



  }


 

  .contact .left .bank-text ul li h2{


    font-size: 14px;


  }

  .contact .left .bank-text ul li{

font-size: 10px;
padding: 5px 0;

  }

  .contact .left .bank-text ul li img{

width: 40%;
height: 30%;



  }


  .contact .right .con-text .con-title{


    padding-bottom: 20px;


  }

  

  .contact .right .con-text .con-title .con-head{


font-size: 14px;
padding-bottom: 5px;


  }

  .contact .right .con-text .con-title .con-para{

font-size: 10px;


  }

  .contact .right .con-text{

padding: 10px;



  }


  .contact .right .con-text .con-details{

    width: 100%;
    height: 350px;
    

  }
  .contact .right .con-text .con-details .con-items{

   margin-bottom: 20px !important;
   height: 70px;


  }

  .contact .right .con-text .con-details .con-items i{

float: none;
text-align: center;
margin-bottom: 5px;
font-size: 16px;
padding: 5px;



  }

  /* .contact .right .con-text .con-details .con-items i{

    font-size: 24px;
    color:#000 ;
    background-color:#fff ;
    padding: 10px;
    border-radius: 100%;
    float: left;
    justify-content: center;
    
    
    } */
    

  .contact .right .con-text .con-details .con-items .det{

    float: none;
    text-align: center;
    width: 100%;
    font-size: 10px;

  }

  .contact .right .con-text .con-details .con-items .det a{

    font-size: 10px;
    margin: 0;
  }

  .contact .right .con-text .con-details .con-items .det .social{

    display: flex;
    gap: 10px;
    justify-content: center;
  
  }
  

}


/* Contact Media End */



/* Footer */


.foot{

width: 100%;
height: auto;
padding: 0;
margin: 100px 0 0 0;
background-color: #00afef;

}



.footer-widget ul {
  margin: 0px;
  padding: 0px;
}

/* .footer-content {
position: relative;
z-index: 2;
background-color: #00afef;

}  */

.footer-widget{

text-align: left;

}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #fff;
line-height: 28px;
font-family: 'Myriad Pro Light';
}

.footer-text i{

font-size: 20px;
margin-right: 20px;

}

.footer-text a{

font-size: 12px;
text-decoration: none;
color: #fff;


}

.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 30px;
width: 30px;
text-align: center;
line-height: 28px;
border-radius: 50%;
}
.facebook-bg{
background: #0a0119;
}
.twitter-bg{
  background: #0a0119;
}
.google-bg{
  background: #0a0119;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
margin-bottom: 20px;
position: relative;
font-family: 'Myriad Pro Bold';
}

.footer-widget ul li {
display: inline-block;

width: 50%;
margin-bottom: 12px;
}

.footer-widget ul li a {
color: #fff;
text-transform: capitalize;
text-decoration: none;
font-family: 'Myriad Pro Medium';
}

.copyright-area{
background: #202020;
padding: 25px 0;
text-align: center;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #fff;
font-family: 'Myriad Pro Medium';
}

.footer-menu li {
display: inline-block;
margin-left: 20px;
}

.footer-menu li a {
font-size: 14px;
color: #878787;
}


.footer-widget-heading img{

width: 200px;
height: 180px;


}


/* Footer */


  


 
  
  
  
  
  /*------------mobilemenu-----------*/

/* 
  @media(max-width:1600px){

    .header .banner h2{

      font-size: 24px;
      width: 100%;
      color: #FFF;
      line-height: 50px;
      margin: 25% 0 0 0;


    }



  } */
  
 
  /*------------mobilemenu-----------*/
  
  
  @media(max-width: 991px){
    .hideOnMobile{
      display: none;
    
    }

  .navbar-toggler-icon {
    padding: .40rem .90rem;
    font-size: 2.25rem;
    line-height: 1;
    background-color: #00afef;
    color: white !important;
    border: 1px solid white;
    border-radius: .25rem;
    /* transition: box-shadow .15s ease-in-out; */
}

    .menu-button{
      display: block;
    }

    .menu-bar ul li ul {

        position: relative;
        z-index: 2 !important;
        
    }

    .navbar-collapse
    {

      background-color: rgba(0, 175, 239, 0.2);
      backdrop-filter: blur(5px);
   
    }

    .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      /* box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); */
  }
        
    

    
  }
  @media(max-width: 400px){
    .sidebar{
      width: 100%;
      z-index: 2;
    
    }

  .navbar-toggler-icon {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;

    border: 1px solid transparent;
    border-radius: .25rem;
    /* transition: box-shadow .15s ease-in-out; */
}


    .menu-bar ul li ul{

        position:relative;
        z-index: 3;
        
    }

   
        
    

  }



  

/*------------mobilemenu-----------*/




.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #00afef;
	background-color: #FFF;
	font-size: 16px;
	padding: 1em;
  z-index: 9999;
}
















