@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

@font-face {
  font-family: 'MuseoSans-500';
  src: url('../font/MuseoSans-500.eot?#iefix') format('embedded-opentype'),  url('../font/MuseoSans-500.otf')  format('opentype'),
	     url('../font/MuseoSans-500.woff') format('woff'), url('../font/MuseoSans-500.ttf')  format('truetype'), url('../font/MuseoSans-500.svg#MuseoSans-500') format('svg');
  font-weight: normal;
  font-style: normal;
}

font-family: 'Poppins', sans-serif;

html, body {
    height: 100%; font-size: 0.9rem;  line-height: 1.5rem; color:#000000; 
	transition:all ease-in-out 0.4s;
	font-family: 'Open Sans', sans-serif;
	
}

body {
font-family: 'Poppins', sans-serif;
    margin:0; 
	transition:all ease-in-out 0.4s;
/*padding-top: 70px;*/
    background:#fff;
}

.custom_overlay_wrapper { position: relative; }
 
.custom_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, .9);
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
 
.slide-heading:hover .custom_overlay{
	opacity: 1;
background: rgba(117, 123, 144, 0.80);
}
.gray-wrapper:hover{
    background: rgba(113, 128, 128, 0.80) !important;
	}
.green-wrapper:hover{
    background: rgba(88, 106, 105, 0.8) !important;
	}	
 
.custom_overlay_inner {
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
  	transform: translateY(-50%);
}
 
 .custom_overlay_wrapper img{
	     border-bottom-right-radius: 10px;
		     border-bottom-left-radius: 10px;
	 }
.custom_overlay h4 {
    position: relative;
    margin-bottom: 4px;
    text-align: left;
    /*padding-left: 25px;*/
    font-size: 40px;
    font-weight: 600;
    color: #bae8e5;
}
 
.custom_overlay p { 
	color: #000;
	line-height: 1.4em;
}
 
/*.custom_overlay h4:after {
	background-color: red;
	content: "";
	position: absolute;
	left: 35%;
	right: 35%;
	bottom: 0;
	height: 4px;
}*/

.slide-heading{
    border-radius: 17px;
	position:relative;
	    padding-top: 115px;
	}
.slide-heading:hover h2 span{
	 color: #08061d;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}	
.purple{
	    border: 4px solid #5a5f73;	
}
.gray{
	    border: 4px solid #718080;	
}
.green{
	    border: 4px solid #586a69;	
}
.dark-blue{
	    border: 4px solid #39586a;	
}
.light-brown {
    border: 4px solid #807579;
}
.dark-brown {
    border: 4px solid #6b5f5f;
}
.light-green {
    border: 4px solid #6d9092;
}
.violet {
    border: 4px solid #7c7c94;
}
.black-pink {
    border: 4px solid #765f71;
}
.font-purple{
	color:#757b90;	
	}
.font-gray	{
	color:#718080;	
	}
.font-green	{
	color:#b3d483;	
	}
.font-darkblue{
    color:#39586a;
}	
.slide-heading h2 span{	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
		
.slide-heading h2{
position: absolute;
    top: -18px;
    background: #fff;
    color: #08061d;
    left: -5px;
        font-size: 24px;
    display: inline-block;
   /* font-weight: 600;*/
	    /*padding-right: 15px;*/
    padding-bottom: 15px;
        width: 96%;
    margin-bottom: 0;
	  font-family: 'MuseoSans-500';
}

.owl-carousel .owl-item{
	padding-top:10px;
	}
.owl-carousel .owl-nav button.owl-prev{
    font-size: 50px !important;
    line-height: 37px !important;
    padding: 0 0px !important;
    position: absolute;
    left: -3%;
    top: 40%;
}
.owl-carousel .owl-nav button.owl-next{
    font-size: 50px !important;
    line-height: 37px !important;
    padding: 0 0px !important;
    position: absolute;
    right: -3%;
    top: 40%;
}

/*banner and menu css*/
.banner-main{
	position:relative;
	}
.fixed-top{
	background-color:transparent;
	 transition:all 0.2s ease-in-out;
	}
.scrolling{
	background-color: #fff;
	box-shadow: 0 0 10px 0px #cacaca;
    transition:all 0.2s ease-in-out;
	}
	
.circle-vector{
	    position: absolute;
    right: 0;
    top: 0;
	}
.navbar-dark .navbar-nav .nav-link {
    color: #737373;
	font-family: 'Poppins', sans-serif;
	padding-right: 37px;
	transition: all ease-in-out 0.4s;
}
.navbar-dark .navbar-nav .nav-link:hover{
	    color: #08061d;
		transition: all ease-in-out 0.4s;
	}

.menubar{
	padding: 10px 0;
	  /*  padding-top: 20px;*/
	}	
.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/hamburger-menu.png);
	/*background: url(../images/james-bond-bg.jpg) no-repeat #f4f1f0;*/
}	
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.banner-text h1{
	    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #08061d;
	}
.banner-text p{
color: #08061d;
    /*width: 80%;*/
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 35px;
	}	
.banner-text a.waitlist-cta{	
    background: #fd6464;
    /*display: inline-block !important;*/
    text-align: center;
    text-decoration: none;
	transition:all ease-in-out 0.4s;
    color: #fff;
    padding: 10px 55px;
    border-radius: 10px;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'MuseoSans-500';	
}
.banner-text a.waitlist-cta:hover{
	transition:all ease-in-out 0.4s;
	background: #08061d;
	}
.banner-text a.leadership{
	display:none;
	}
.navbar-dark .navbar-nav .leadership-desktop {	
	background: none;
    text-decoration: underline;
    color: #fd6464;
    /* font-family: 'MuseoSans-500'; */
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    /* padding: 0; */
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.leadership-desktop {
    background: none;
    text-decoration: underline;
    color: #fd6464;
    /* font-family: 'MuseoSans-500'; */
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    /* padding: 0; */
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.mob-waitlist-cta span{
    background: #fd6464;
    display: inline-block !important;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
        margin-bottom: 10px;
    font-family: 'MuseoSans-500';
}
/***/	

/*james bond css*/
.james-bond{
    font-family: 'Poppins', sans-serif;
    padding: 50px 0 0;
    background: url(../images/james-bond-bg.jpg) no-repeat #f4f1f0;
    /* background: #f4f1f0; */
    position: relative;
	margin-top: 3%;
    background-size: 100%;
	}
.banking{
	text-align:right;
	}
.banking h3{	
    margin-bottom: 30px;
    font-size: 40px;
    color: #08061d;	
}
.banking h2{
    font-weight: 600;
	    color: #08061d;
    font-size: 55px;
    margin-bottom: 0;
}
.banking p{
    font-size: 21px;
    color: #08061d;
    font-weight: 300;
    line-height: 1.2;
}
.noodles{
position: absolute;
    top: -10%;
    right: 44%;
}

img.vert-move {
    -webkit-animation: mover 1.5s infinite  alternate;
    animation: mover 1.5s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1.5 infinite  alternate;
    animation: mover 1.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(20px); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(20px); }
    100% { transform: translateY(-20px); }
}


/**/


/*footer css*/
footer{
    font-family: 'Open Sans', sans-serif;
    padding: 70px 0px 0px;
    border-top: 1px solid #d3d3d3;
	font-size: 14px;	
	}
.footer-logo p{	
    color: #818181;
    margin-top: 15px;
    font-size: 15px;	
}
.footer-links ul li{
	    margin-right: 5px !important;
	list-style-type:none;
	    padding-bottom: 10px;
	}
.footer-links ul li a{	
	color:#959ca4;
}
.footer-links p{	

    color: #3c3c3c;
    font-weight: 600;	
}

/***/

/*form css*/
.form{
	    padding: 0 25px;
	}	
.form-heading h1{
	    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
	}	
.form-heading p{	
    font-size: 13px;
    font-weight: 600;	
}
form{
	padding-right: 25px;
	}
	
.form-group {
  position:relative;  
  margin-top:20px;
}

.form-control{
	border: none;
	height: 40px;
	font-weight: 500;
    border-bottom: 1px solid #a0a0a0;
    border-radius: 0;
    padding-left: 0;
	transition:0.4s all ease-in-out;
    font-size: 17px;
}
.form-control:hover{
	border-bottom: 2px solid #000000;
	transition:0.4s all ease-in-out;
	}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    /* border-color: #80bdff; */
    outline: 0;
    border-bottom: 2px solid #000000;
    box-shadow: none;
}
.btn:focus{
	    box-shadow: none;
    background: none;
    color: inherit;
	}

::placeholder {
  color: #a0a0a0;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #a0a0a0;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #a0a0a0;
}

.btn-submit{
	    background: none;
    border: none;
    color: #08061d;
    letter-spacing: 2px;
    font-size: 35px;
    font-weight: 600;
   /* margin-top: 25px;*/
    padding: 0;
    text-transform: uppercase;
	}
.btn-submit:hover{	
    background: none;
    color: #586a69;
}
.btn-submit img{
	vertical-align: initial;
    width: 44px;
	}	
.error-msg{
	    color: red;
		display:none;
    font-size: 10px;
    font-weight: 500;
	}
.btn-login{
	    font-size: 18px;
    color: #a0a0a0;
	}
.form-group a{
	    font-size: 13px;
    color: #a0a0a0;
    text-decoration: none;
    padding-top: 5px;
	}
.form-group a:hover{
    color: #212529;	
}
#login,#register{
	    padding-top: 25px;
	}
 #confetti{
	
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: -1;
}
/*------------------- TABLET ------------------*/
@media only screen and ( min-width: 600px ) and ( max-width: 999px ) {
	.custom_overlay h4 { }
	.custom_overlay p { 
		font-size: 85%;
		line-height: 1.2em;
	}
}
@media only screen and (max-width: 1024px) {
.form {
    padding: 0 0px;
}
.banner-text a.leadership{
    background: none;
    text-decoration: underline;
    color: #fd6464;
    /* font-family: 'MuseoSans-500'; */
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    /* padding: 0; */
    display: inline-block;
    margin: 0 auto;
    text-align: center;
	}
.leadership-desktop {	
	display:none;
}	
}
@media only screen and (max-width: 991px) {
.w100-sm{
	max-width:100%;
	width:100%;
	}	
.noodles {
	display:none;
}
.banner-text a.waitlist-cta {
    display:inline-block !important;
}

	}
	
@media only screen and (max-width: 870px) {	
.banking h3 {
    font-size: 30px;
	    margin-bottom: 10px;
}
.banking h2 {
    font-size: 40px;
}
.banking p {
    font-size: 17px;
}
.banner-text h1 {
	    margin-bottom: 10px;
	    margin-top: 10%;
	}
.banner-text p {
    width: 100%;
}
}

 @media only screen and ( max-width: 768px ) {
.james-bond{
    padding:0px 0 0;
    background: url(../images/james-bond-mob-bg.jpg) no-repeat #f4f1f0;
    /* background: #f4f1f0; */
    background-size: 100%;
	    margin-top: 10%;
	}	
footer {
    font-size: 14px;
}	
.banking {
    padding-top: 25px;
} 
.owl-carousel .owl-nav button.owl-prev {
    position: static;
    margin: 3% 3% 5%;
}
.owl-carousel .owl-nav button.owl-next {
    position: static;
    margin: 3% 3% 5%;
}

	 }
 @media only screen and ( max-width: 767px ) {	 
img.multiple-vectors {
    width: auto;
    left: 40%;
    top: auto;
    bottom: -100px;
    position:absolute;
}
	
.circle-vector img{
width: 80%;
    float: right;
}
.navbar-collapse{
	background:#fff;
	box-shadow: 0 3px 9px #dadada;
    padding: 10px 25px;
	}	
 }
@media only screen and ( max-width: 640px ) { 
.order-2-sm{
	order:2;
	}  
.banking {
    text-align: left;
}
}
/*------------------- MOBILE ------------------*/
@media only screen and ( max-width: 599px ) {
	/*.custom_overlay h4 { font-size: 100%;}*/
	.custom_overlay p { font-size: 100%;}
	.form {
    padding: 0 5px;
}
.banking{
	padding-top: 7%;
	}
.order-2-sm	img{
	width: 70%;
	}
.banner-text a.waitlist-cta {
    padding: 5px 35px;
    font-size: 25px;
    margin-left: 7%;
    width: 86%;
    margin-right: 7%;
}	
.banner-text h1{
    font-size: 30px;
    padding-top: 15%;
    padding-left: 7%;
	    margin-top: 0;
	    margin-bottom: 10px;
    padding-right: 7%;
    text-transform: capitalize;
}
.banner-text p{
    width: 100%;
    padding-left: 7%;
    font-size: 16px;
    padding-right: 7%;
	    margin-bottom: 0;
}
.banner-text a.leadership {
	width:100%;
	    margin-top: 10px;
	}
.navbar  img{
	    width: 120px;
	}	
.custom_overlay h4 {
        font-size: 30px;
}
.mob-screen-sm{
        padding-top: 30% !important;
}
.mob-waitlist-cta span {
        margin-left: 7%;
    width: 86%;
        font-size: 15px;
    margin-right: 7%;
    margin-bottom: 10px;
        padding: 10px 25px;
}
}

