@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Outfit:wght@100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
}
a{
    color: unset;
    text-decoration: none;
}
/*index page*/
.open{
    display: none;
}
.close{
    display: none;
}
.navBar{
    width: 100%;
 
    background: #13265e;
    padding: 30px 0;
    box-shadow: 0 25px 45px rgba(0,0,0,0.2);
}
.navBar2{
    display: none;
 
}
.navRow{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.navList ul li{
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;


}
.navList ul li a{

    position: relative;
  }
  .navList ul li a::after{
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    bottom: -8px;
    left: 0;
    background: #ffff;
    transition: 0.5s;
  } 
  
  .navList ul li a:hover::after{
    width: 100%;
  }
.navImg img{
    width: 150px;
}
.navCol{
    
    display: flex;
    align-items: center;
    
    
    
}
.searchBtn{
    margin-left:30px;
}
.searchBtn form{
    width: 100%;
}
.inputSec{
    width: 100%;
    position: relative;

}
.inputSec input{
    width: 100%;
    background: none;

    outline: none; 
    padding: 20px;
    font-size: 15px; 
    color: #fff; 
    border: 1px solid #fff;

}
.inputSec  input::placeholder{
    color: #fff;
    font-size: 15px;
}
.inputSec input:focus{
    border: 1px solid #fff;
}
.inputSec button{
    position: absolute;
    top: 30%;
    right: 20px;
    background: none;
    outline: none;
    border: none;
}
.inputSec button i{
    color: #FFF;
    font-size: 18px;
}
.lineNav{
    width: 100%;
    height: 10px;
     background: #13265e;
}


.heroSec{
    width:100%;
    background: url(images/bank.jpg);
    height: 90vh;
    background-position: center;
    background-size: cover;

}
.herosecRow{
    width: 85%;
    margin: auto;
    padding-top: 180px;
    color: #fff;    
}
.heroSec h5{
    color: #fff;
    font-size: 25px;   
}
.heroSec h3{
    color: #fff;
    font-size: 45px; 
    max-width: 1050px;
    color: #FFF;
    margin-top: 15px;  
}
/*bootstrap*/
.carousel-item{
    height:70vh;
    width: 100%;
    position: relative;
    
    

}
.carousel-inner{
    height: 70vh;
    width: 100%;
}
.carousel-item img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
/*.carousel-cap{
   position: absolute;
   top: 65%;
   left: 20%;
   transform: translateY(-65%);
    

}*/
/*.carousel-cap{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    text-align: center;
    
     
 
 }*/
 .carousel-cap{
    position: absolute;
    top: 50%;
    left: 5%;
    color: #fff;
    transform: translateY(-50%);
    text-align: center;
    
     
 
 }
 .carousel-cap a{
    background: none;
    padding: 15px 30px;
    color: #fff;
    margin-top: 15px;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    width: 200px;

    z-index: 10;
    border: 2px solid #fff;
    color: #fff;
    outline: none;
    transition: 0.3s;
    
  
    
    
    
 }
 /* .carousel-cap a::before{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
    transition: 0.5s;
    border-radius: 25px;
    z-index: -10;
   
    

}
.carousel-cap a:hover::before{
    width: 100%;
    background: #13265e;
} */
.carousel-cap a:hover{
    
    background: #204cc5;
    color: #fff;
    text-decoration: none;
}
 .carousel-cap p{
   margin-bottom: 30px;
   font-size: 20px;
   text-align: left;
 }
 .carousel-cap h3{
    font-size: 60px;
    font-weight: 700;
    text-align: left;
  }

  /*about us section*/
  .aboutSec{
    margin: 40px 0;
  }
  .row1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .rowAbout{
    width: 85%;
    margin: auto;
  }
  .col1{
    flex-basis: 45%;
  }
   
  .col1 img{
    width: 85%;
  }
  .col2 h2{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .col2 h6{
    line-height: 25px;
    margin-bottom: 25px;
  }
  .col2 p{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .col2 a,.rowJoin a{
    background: #204cc5;

    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    border-radius: 8px;
    font-weight: 500;
}
.col2 a:hover,.rowJoin a:hover{
    background: #eaf3fa;
    color:#204cc5;
    text-decoration: none;
    border: 1px solid #204cc5;

}
.col2{
    flex-basis: 55%;
  }
  .col2Row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;

  }
  .col2Col h3{
    font-size: 30px;
    font-weight: 600;

  }
  .col2Col p{
    font-size: 18px;
  }
/*what we do*/
.rowWhat{
    width: 85%;
    margin: 50px auto;
        display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap: 40px;
    padding: 30px 0;
}
 .col3{
    flex-basis: 22%;
    text-align: center;
    background: #eaf3fa;
    padding: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 8px;
    
}
.col3 i{
    font-size: 45px;
    color: #13265e;
    margin-bottom: 20px;
}
.col3 h4{
    font-size: 24px;
    margin-bottom: 25px;
    z-index: 5;
    
}
.col3 p{
    font-size: 18px;
    margin-bottom: 25px;
    
}
 .col3:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #13265e;
    z-index: -10;
    transition: 0.3s ease-in;
    border-radius: 8px;
 

} 
.col3:hover::before{
    color: #fff;
    height: 100%;


}
.col3:hover i,.col3:hover h4,.col3:hover p{
    color: #fff;

}
.catHead h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #13265e;

}
.catline{
    margin-top: 20px;
     width: 100px;
    height: 4px;
    text-align: center;
    background: #13265e;
    margin: auto;
}
/*pricceSec*/
.catHead3 h2{
    color: #fff;

}
.catHead3 .catline{
    background: #fff;
}
.priceSec{
    margin: 50px 0;
    background: #13265e;
    padding: 60px 0;
}
.rowPrice{
    width: 85%;
    margin: 30px auto 0;
}
.colPrice{
    background: #fff;
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20%;
    flex-basis: 30%;
    margin-bottom: 25px;
}
.colPrice a{
    background: #204cc5;
    width: 100%;
    display: block;
    padding: 15px 20px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}
.colPrice h6{
    font-size: 20px;
  
}
.colPrice h2{
    font-size: 35px;
    margin-bottom: 25px;
    color: #13265e;
}
.colPricecol{
    display: flex;
    align-items: center;
}
.colPricecol p{
    font-size: 20px;

}
.colPricecol i{
    font-size: 20px;
    margin-top: -15px;
    margin-right: 20px;

}


/*market*/
.rowMarket{
    width: 85%;
    margin: auto;
}
/*edgeSec*/
.edgeSec{
    margin: 50px 0 0;
    padding: 50px 0;
    background: #eaf3fa;
}
.rowEdge{
    width: 85%;
    margin: 40px auto;
        display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    grid-gap: 40px;
    
}
 .col4{
   
    

   
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 8px;
    
}
.col4Sec{
    background: #13265e;
    color: #fff;
    padding: 15px;
   
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.col4 img{
    width: 100%;
    border-top-left-radius: 30%;
     border-top-right-radius: 30%;
}
/*joinSec*/
.joinSec{
    padding: 150px 0;
   
    color: #fff;
    text-align: center;
      background: url(images/cta.jpg);
   
    background-position: center;
    background-size: cover;
}
.rowJoin{
    width: 85%;
    margin: auto;
}
.rowJoin h3{
    font-size: 60px;
    font-weight: 700;
    
}
.rowJoin p{
    max-width: 600px;
    margin: auto;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
}
/*testimonials*/
/*swipr>*/
.testimonials{
    padding: 30px 0;
    background: #ebede8;
}
.catHead2{
    margin-bottom: 40px;
}
.swiper {
    width: 85%;
   height: 350px;
    margin:  auto;
  }
  .swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align:center;
    font-size: 18px;
    border-radius: 25px;
    box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
   
    cursor: pointer;
    transition: ease-in 0.5s;
  }
  .swiper-slide:hover{
    background: #13265e;

  }
  .swiper-slide:hover p{
    color: #fff;


  }
  .swiper-slide:hover h4{
    color: #fff;


  }
  .swiper-slide:hover small{
    color: #fff;


  }

  .swiper-slide p{
    font-size: 18px;
    color: #444;
    line-height: 25px;
    

  }
  .swiper-slide h4{
    font-size: 24px;
    
    color: #13265e;
  }
  .swiper-slide small{
    font-size: 12px;
    
    color: #063127
  }

   /*footer*/
 footer{
    width: 100%;
    padding: 100px 0;
    
    background: radial-gradient(rgba(0,0,0,0.5),#13265e),url(css/images/bitcoin.jpg);
        
    background-position: center;
    background-size: cover;
  }
  .col31{
    flex-basis: 30%;
  }
  .col31 h3{
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    
  }
  .col31 p{
    color: white;
    line-height: 25px;

  }
  .col32 h3{
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .col32 ul li {
    color: white;
    list-style: none;
    margin-bottom: 10px;
  }
  .col32 ul li a{
    color: white;
    text-decoration: none;
  }
  .col32 {
    flex-basis: 60%;

  }
  .colfoot{
    background: #13265e;
    padding: 30px;
    text-align: center;
    color: white;
    border-top: 2px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .rowFoot{
    width: 85%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*contactSec*/
.contactMain{
    background: #13265e;
    padding: 100px 0;
    text-align: center;
    color:#fff;
       width:100%;
    background: url(images/bg3.jpg);
  
    background-position: center;
    background-size: cover;
}
.contactMain h2{
    font-size: 45px;
    font-weight: 600;
}
.contactSec{
    margin: 150px 0;

}
.rowContact{
    width: 85%;
    margin: 100px auto;
}
.colContact1{
    flex-basis: 45%;
    background: url(images/blog5.jpg);
   padding: 120px 30px;
    background-position: center;
    background-size: cover;
    border-bottom: 2px solid #204cc5;
    border-radius: 12px;
}
.colContact1 h6{
    color: #204cc5;
    font-size: 20px;
    margin-bottom: 25px;
}
.colContact1 h4{
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}
.colContact1 .colContact1Row{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
/* .colContact1Row span{
    width: 80px;
    height: 50px;
 
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ce0600;
    color: #fff;


} */
.colContact1Row i{
    font-size: 35px;
    color: #204cc5;
}
.colContact1Col{
    margin-left: 15px;
}
.colContact1Col h5{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.colContact1Col p{
    color: #fff;
    font-size: 18px;
}
.colContact2{
    flex-basis: 45%;
    background: #fff;
    padding: 11px 30px;
     border-radius: 12px;
      box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
}
.colContact2 form{
    width: 100%;
}
.colContact2 h4{
    margin-bottom: 25px;
    font-size: 24px;
}
.inpSec{
    margin-bottom: 15px;
}
.inpSec label{
    font-size: 18px;
    margin-bottom: 10px;
}
.inpSec input,.inpSec select,.inpSec textarea{
    width: 100%;
    background: #eee;
    padding: 10px;
    border: none;
    outline: none;
    margin-top: 7px;
}
.colContact2 button{
    background: #204cc5;
   
    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    margin-bottom: 50px;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    border: none;
}


 
    
    @media screen and (max-width:750px){
        
        .navBar2{
            display: block;
            background: #13265e;
            height: 70px;
            border-bottom:2px solid #13265e; 
            box-shadow: 0,25px 45px rgba(0,0,0,0.2);
            
        }
        .navRow2{
            display: flex;
            align-items: center;
            height: 100%;
        }
        .navImg2{
            width:82%;
            background: #fff;
            height: 100%;
           
            
    
           
        }
        .openBtn{
            width: 18%;
        }
        .openBtn img{
            margin-left: 10px;
            width: 40px;
        }
        .navImg2 img{
            width: 120px;
            margin-left: 10px;
            margin-top: 12px;
        }
        
        .navCol2{
            position: fixed;
            top: -1000px;
            right: 0px;
            width: 100%;
            
            
            background: #13265e;
            height: 100vh;
            transition: 0.5s;
            z-index: 100;
            flex-direction: column;
        }
        .navList2{
            padding-right: 5px;
        }
      
        .navCol2.show{
           top: 0;
        }
    
        .navList2 ul li{
            display: block;
            text-align: left;
            margin: 20px 15px 50px 15px;
            font-size: 15px;
            color: #fff;
            border-bottom: 1px solid #fff;
            padding-right: 5px;
            padding-bottom: 5px;
           
        
        }
       
        .open{
            display: block;
            color:#fff;
            font-size:25px;
        }
        .navclose{
            display: block;
            text-align: left;
            color: white;
            font-size: 35px;
            z-index: 1000000;
            margin-left: 10px;
            margin-top: 20px;
            
        }
        .navBar{
            display: none;
        }
         .carousel-cap p{
            margin-bottom: 30px;
            font-size: 15px;
            text-align: left;
            line-height: 25px;
        }
           
          
          .carousel-cap h3{
            margin-bottom: 15px; 
             font-size: 22px;
             font-weight: 700;
             text-align: left;
            }
            .carousel-cap a{
                background: none;
                padding: 10px;
                color: #fff;
                margin-top: 15px;
                border-radius: 4px;
                text-decoration: none;
                display: block;
                width: 180px;
            
                z-index: 10;
                border: 1px solid #fff;
                color: #fff;
                outline: none;
                transition: 0.5s;
                
              
                
                
                
             }
             .col1,
             .col2,
             .col3,
             .col4,
             .col5,
             .col31,
             .col32,
             .colContact1,
             .colContact2,
             .colPrice{
                flex-basis: 100%;
                margin-bottom: 30px;
             }
             .col1 img{
                width: 100%;
             }
             .col2 h2,.catHead h2{
                font-size: 24px;
             }
             .col2 h5{
                font-size: 18px;
             }
             .col2 p,.col3 p,.col4 p{
                font-size: 16px;
             }
             .col2 a,.rowJoin a{
                padding: 15px 25px;
             }
             .col3 h4,.col4 h4,.col4 h4{
                font-size: 22px;

             }
            .rowJoin h3{
                font-size: 27px;

            }
             .rowJoin p{
                font-size: 16px;

            }
            .colContact1Col h5{
    font-size: 18px;

}
.colContact1Col p{
    font-size: 15px;

}
.colContact1Row{

}
.colContact1{
    margin-bottom: 20px;

}
.colContact1 h6{
    font-size: 20px;
}
.colContact1 h4{
    font-size: 20px;
}
.colContact1 p{
    font-size: 15px;
    
}

.colContact1Row i{
    font-size: 20px;
 
}
.colContact2 h4{
    font-size: 20px;

    
}
  .col2Col h3{
    font-size: 20px;
    font-weight: 600;
    

  }
  .col2Col p{
    font-size: 12px;
  line-height: 15px;
   
  }





            
             
    
        
      
 }

