/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.

By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content.
*/


/* checkout buttons: */
.checkoutbtn{ /*color:;*/ /*background-color:;*/ /*border-color:;*/ }
.checkoutbtn:hover{ /*color:;*/ /*background-color:;*/ /*border-color:;*/ }
.p2 {font-size:15px;font-weight:bold}
.p2 a {text-decoration:none;color:black}

/* fixed banners: */
#fixedpanelleft{  }
#fixedpanelright{  }
#fixedpanelbottom{  }

.parallax-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 650px; /* Set height to 650px */
}

.semi-transparent-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 61, 148, 0.5); /* Semi-transparent black */
  z-index: 1; /* Place it between the parallax container and the video */
z-index: 1; /* Place it between the parallax container and the video */
 background-image: radial-gradient(#002f55 50%, transparent 70%);
 background-size: 3px 3px;
}

.video-wrapper {
  position: relative;
  z-index: 0; /* Ensure the video is behind the semi-transparent layer */
}

.video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-overlay {
  position: absolute;
  top: 50%; /* Adjust as needed */
  left: 50%; /* Adjust as needed */
  transform: translate(-50%, -50%);
  text-align: center;
  color: white; /* Text color */
  z-index: 2; /* Ensure it's above the semi-transparent layer */
}

.text-overlay h2 {
  font-size: 2em; /* Adjust as needed */
  margin-bottom: 10px; /* Adjust as needed */
}

.text-overlay p {
  font-size: 1em; /* Adjust as needed */
}

.title {color:#4f4f4f;font-size: 24px; font-weight: bold;}
.title .sub_title{color:#004b88;}
.title2 {font-weight: bold; color:#f35f15; font-size:40px;}
.title2 .color-blue {color:#004b88} 

/*************why **************/
.why {background-color: #f8f8f8;}
.why .fa {padding:20px 0px; color:#e4e4e4;}
.why h3{font-size:40px;text-align:center;margin:0px;background-color:#3367CE;width:100%;color: white;}
.why .ab{background-color:#163E85;color:white;}
.why .btn-container {padding:20px 0px;text-align:center }
.why .ab1{background-color:#16385;padding:10px 16px;}
.why .ab1 h5{color:white;font-size:20px;}
.why .ab1 p{color:#e2e2e2;font-size:18px;}

