@charset "utf-8";

/* CSS Document */

html { height: 100%; }

body {
    overflow-x: hidden;font-family: 'Lexend Deca', sans-serif;background:#fff;}

* {
    margin: 0;
    padding: 0;
}
















a {
    outline: none;
}

a:focus {
    outline: none;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


.no-gutter2 > [class*='col-'] {
    padding-right:3px;
    padding-left:3px;
}





ul{ margin: 0 0 0 0; padding: 0 0 0 0;}

.margin1{ margin-top: 10px;}
.margin2{ margin-top: 20px;}
.margin3{ margin-top: 30px;}
.margin4{ margin-top: 40px;}
.margin5{ margin-top: 50px;}
.margin6{ margin-top: 60px;}



.container{max-width:1260px; width: auto;}
.container2{max-width:1260px; width: auto;}





.wow{visibility: hidden;}





.btn_new1 {
    color: #fff;
    font-size: 14px;
background:#023e59;
padding: 5px 9px; border-radius:6px;transition: all .7s; }




.btn_new1.focus,
.btn_new1:focus,
.btn_new1:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#023e59; 
}



.btn_new2 {
    color: #000;
    font-size: 14px;
background:#fff; line-height: normal;
padding: 5px 9px; border-radius:6px;transition: all .7s; }




.btn_new2.focus,
.btn_new2:focus,
.btn_new2:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#000; 
}





.btn_new3 {
    color: #fff;
    font-size: 14px;
background:#422cfb; line-height: normal;
padding: 8px 11px; border-radius:6px;transition: all .7s; }




.btn_new3.focus,
.btn_new3:focus,
.btn_new3:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#422cfb; 
}





.btn_new4 {
    color: #fff;
    font-size: 14px;
background:#023e59;
padding: 5px 9px; border-radius:6px;transition: all .7s; }




.btn_new4.focus,
.btn_new4:focus,
.btn_new4:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#023e59; 
}


.btn_new5 {
    color: #fff;
    font-size: 14px;
background:#e46c39;
padding: 5px 9px; border-radius:6px;transition: all .7s; }




.btn_new5.focus,
.btn_new5:focus,
.btn_new5:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#023e59; 
}
















.margin_adjust{margin-top:110px;}

.margin_adjust2{margin-top:150px;}














































.myheader{position: fixed; top: 0; width: 100%;z-index: 1;}
 .navbar-custom {
       
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }



.top-nav-collapse {
        padding: 0;        
        background:rgba(0,0,0,.5) !important; transition: all 1s;
	
    }

.logo_div img{transition:all .8s;max-width: 120px;}



.logo-max-width{max-width: 100px;transition:all .8s;}
.nav-margin-zero{ margin-top: 5px !important; transition:all .8s;}








.u_n_right{text-align: right;}


a.log_reg i{color: #4d86c9;}

.log_reg{color:#3d6593 !important;}
















/* -------- NAV & LOGO SECTION --------*/



.wrap2{ background:rgba(0,0,0,0); padding-top:4px;padding-bottom:15px; position: relative; z-index: 9;}
.crush img{width:100%;}

.logo_div{ text-align: center;margin-top: 10px;}

.search_div{ margin-top: 20px;}
.search_div .form-control{  }

.p_login{text-align:right;}




.top_list p{text-align: center; font-weight: bold;}













@media only screen and (min-width: 768px) {
  
}



@media(min-width:1200px) {

}


@media (max-width: 992px) {
	
	.myheader{position: relative;}
	.wrap2{background: #021c30;padding-top: 5px;}
	.top_div{background:#333;}
	.logo_div{display:block;}
	
	
	
	
	
	
	
}











@media(max-width:767px) {
     
	
	
	
	
	
}

@media(max-width:479px) {
  
}


@media(max-width:320px) {
	
}




.pin-sample-section {
 background: linear-gradient(180deg, #03528B 0%, #02416d 55%, #012b46 100%);
  color: #fff;
  padding: 180px 0 0 0;
  position: relative;
  overflow: hidden;
}

/* Copy */
.pin-copy {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 35px;
}
.pin-copy .lead-line {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px;
  opacity: 0.95;
}
.pin-copy .info-line {
  font-size: 16px;
  margin: 0 0 14px;
  line-height: 1.6;
  opacity: 0.95;
}

/* Thumbnail layout */
.pin-thumb-wrap {
  text-align: center;
  margin-top: 18px;
}

.pin-thumb-card {
  display: inline-block;
  position: relative;
  border-radius: 6px;
  max-width: 640px;
  width: 100%;
  overflow: hidden;
}

/* Image is dim by default */
.pin-thumb-card .pin-thumb {
  width: 100%;
  display: block;
  filter: brightness(60%);
  transition: filter 0.3s ease;
}

/* Hovering the card or button brightens the image */
.pin-thumb-card:hover .pin-thumb {
  filter: brightness(100%);
}

/* Optional: button styling */
.pin-enlarge-btn {
  margin-top: 10px;
}


/* Thumbnail image */
.pin-thumb {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  filter: saturate(.85) brightness(.9);
}

/* Enlarge button (overlay center) */
.pin-enlarge-btn {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  
}
.pin-enlarge-btn:active { transform: translateX(-50%) translateY(1px); }

/* Lightbox */
.pin-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(2,8,18,0.85);
  display: none;               /* toggled via JS */
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 30px;
}
.pin-lightbox[aria-hidden="false"] { display: flex; }

.pin-lightbox-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  max-height: 92vh;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0 25px 80px rgba(0,0,0,0.6);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  padding: 18px;
}












/* Remove default modal background */
.custom-modal {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 0;
}

/* Center image properly */
.custom-modal img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Close button styling */
.close-btn {
    position: absolute;
    top: -25px;
    right: -19px;
    font-size: 32px;
    color: #fff;
    opacity: 0.9;
    z-index: 10;
}

/* Make modal backdrop darker */
.modal-backdrop.in {
  opacity: 0.8;
}

/* Remove border radius from modal dialog */
.modal-dialog {
  margin-top: 40px;
}

















.video-section {
      background: #fff; /* dark background for contrast */
      padding: 60px 0 90px 0;
      color: #fff;
      text-align: center;
    }
    .video-wrapper {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */      
      height: 0;
      overflow: hidden;
      border-radius: 8px;margin-top: 40px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.6);
    }
    .video-wrapper video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
    }
    .video-title {
      margin-bottom: 30px;
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 1px;
    }





.heading_1{color: #000;}





.flag_div{width: 100%;margin-top: 80px;}









/* Section */
.pin-sec {
  margin-top: 60px;
}

/* Title */
.pin-title {
  font-size: 26px;
  font-weight: 700;
  color: #0b2f4a;
  margin-bottom: 40px;
  letter-spacing: 0.4px;
}

/* Card */
.pin-card {
  display: inline-block;
  padding: 35px 45px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.pin-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* Input Wrap */
.pin-input-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}

/* Inputs */
.pin-box {
  width: 75px;
  height: 55px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #0b2f4a;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 49, 82, 0.25);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.pin-box:focus {
  background: #ffffff;
  outline: none;
  border-color: #0d5481;
  box-shadow: 0 0 8px rgba(13, 84, 129, 0.35);
}

/* Separator */
.pin-sep {
  width: 20px;
  height: 2px;
  background: #0d5481;
  display: inline-block;
  border-radius: 10px;
}

/* Button */
.pin-btn {
  padding: 14px 45px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 12px;
  background: linear-gradient(135deg, #093e5d, #0d5481);
  border: none;
  color: #fff;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 20px rgba(0, 49, 82, 0.25);
  transition: all 0.3s ease;
}

.pin-btn:hover {
  background: linear-gradient(135deg, #072c40, #0a446a);
  transform: translateY(-3px);
}


/* -------------------- */
/* RESPONSIVE FIXES     */
/* -------------------- */

@media (max-width: 767px) {

  .pin-card {
    width: 100%;
    max-width: 360px;
    padding: 25px 20px;
  }

  .pin-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .pin-input-wrap {
    gap: 10px;
  }

  .pin-box {
    width: 60px;
    height: 48px;
    font-size: 18px;
  }

  .pin-sep {
    width: 14px;
  }

  .pin-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {

  .pin-card {
    max-width: 300px;
  }

  .pin-input-wrap {
    gap: 8px;
  }

  .pin-box {
    width: 50px;
    height: 44px;
    font-size: 16px;
  }

  .pin-title {
    font-size: 20px;
  }
}







/* OUTER WRAPPER */
.secure-notice-wrapper {
  background: #ffffff;
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  margin:70px 0 30px 0;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
  transition: 0.3s ease;
}

.secure-notice-wrapper:hover {
  box-shadow: 0 25px 55px rgba(0,0,0,0.16);
}

/* HEADER */
.secure-header {
  background: linear-gradient(180deg, #03528B 0%, #02416d 55%, #012b46 100%);
  padding: 40px 35px;
  color: #fff;
  text-align: center;
}

.secure-header h3 {
  margin: 15px 0 10px;
  
}

.secure-sub {
  font-size: 14px;
  opacity: 0.8;
  letter-spacing: 0.5px;
}

.secure-badge {
  display: inline-block;
  background: #d9534f;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 30px;
  color: #fff;
  letter-spacing: 1px;
}

/* BODY CONTENT */
.secure-content {
  padding: 40px 40px;
  font-size: 16px;
  color: #2d3e50;
  line-height: 1.8;
}

/* SIGN */
.secure-sign {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.secure-sign strong {
  font-size: 17px;
  color: #0c3f62;
  display: block;
}

.secure-sign span {
  font-size: 17px;  
  color: #0c3f62;
}

/* RESPONSIVE */
@media (max-width: 767px) {

  .secure-header {
    padding: 30px 20px;
  }

  .secure-header h3 {
    font-size: 20px;
  }

  .secure-content {
    padding: 25px 20px;
  }
}




































/* -------- Scroll Top Css --------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	
	z-index: 9999;
   
	color: #eeeeee;
	
	right: 5px;
	bottom: 70px;
	padding-top: 2px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}

/* -------- Scroll Top Css Ends --------*/



@media (min-width:1300px){
.container-fluid-new{padding-left:65px; padding-right:65px;}

}



@media (min-width:1300px){
.advert_modal .modal-dialog {
    width: 500px !important;
    margin: 30px auto;
}

}












@media(max-width:1300px) {



}



@media(max-width:1200px) {

.art_left h2{font-size: 40px;}
	.art_left2 h2{font-size: 40px;}
	.top_round{display: none;}

}



@media(max-width:992px) {

    
    .pin-enlarge-btn {bottom: 25px;}
    
    .no_row_margin_later{margin-left: 0;margin-right: 0;}  
    
    .pin-sample-section { 
  padding:20px 0 0 0;}

    .logo_div img {max-width: 70px;}
    .flag_div {margin-top: 30px;}
    
    .video-section{padding:30px 0 60px 0;}
    .close-btn {top:-35px;right:1px;}
	
}














@media(max-width:767px) {
	

	
	
	
	
	
}



@media(max-width:567px) {

	
}










@media(max-width:479px) {

	
	
	
	
	
	
	
}


@media(max-width:320px) {
	
}











footer{background: linear-gradient(180deg, #03528B 0%, #02416d 55%, #012b46 100%); padding-top: 30px; width: 100%;margin-top:0;}



.footer3{margin-top: 30px; margin-bottom: 30px;}
.footer3 ul{list-style: none;}
.footer3 ul li{font-size: 14px;}
.footer3 ul li a{color: #fff; font-size:14px; line-height: 30px;}

.footer3 h4{ padding-bottom: 8px;color: #f1e6e2; font-size: 16px;}


.footer4{padding-bottom:30px;color: #fff;}
.footer4 p{font-size: 13px;margin-bottom: 0;color: #fff;}

ul.soc li{display: inline-block; margin-right: 5px;margin-bottom: 10px;}
ul.soc li a img{max-width:30px;}

.footer3 p{color: #fff;}
.footer3 p a{color: #fff;}




.app_lower{}
.app_lower h6{color:#000;}

.app_lower a img{max-width: 46%; display: inline-block;}

.first_footer a img{margin-bottom: 15px;}



.margin_feature_footer{margin-top: 0;}




@media(max-width:1200px){




}
	
	
	
@media(max-width:992px){
	
footer{}
	
	.footer3 h4 {
    padding-bottom: 0px;
    color: #f1e6e2;
    font-size: 16px;}
	
	
	.f_blocks{margin-top: 15px;}
	
	


}








@media(max-width:767px) {
    
	.margin_mobile{margin-bottom: 100px;}
	
}

@media(max-width:479px) {
 
}


@media(max-width:320px) {
	
}


