@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: 65px;
    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: 15px;
	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 #757b90;	
}
.gray{
	    border: 4px solid #718080;	
}
.green{
	    border: 4px solid #586a69;	
}
.font-purple{
	color:#757b90;	
	}
.font-gray	{
	color:#718080;	
	}
.font-green	{
	color:#b3d483;	
	}
.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;
    display: inline-block;
   /* font-weight: 600;*/
	    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
	  font-family: 'MuseoSans-500';
}

.owl-carousel .owl-item{
	padding-top:10px;
	}
	

/*banner and menu css*/
.banner-main{
	position:relative;
	}
.fixed-top{
	background-color:transparent;
	 transition:all 0.2s ease-in-out;
	}
.scrolling{
        padding: 0px 0 !important;
	background-color: #fff;
	box-shadow: 0 0 10px 0px #cacaca;
    transition:all 0.2s ease-in-out;
	}
.menubar img{	
    transition: all 1s ease-in-out;
}	
.scrolling img{	
        width: 130px;
    transition: all 1s 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: 40px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #08061d;
	}
.banner-text p{
    color: #7a7a7a;
    width: 65%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 35px;
	}	
.banner-text a{	
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
    color: #fff;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-color: #ED3693;
    border-radius: 25px 25px 25px 25px;
    box-shadow: -100px 0px 75px -33px #DE1F27 inset;
    padding: 15px 35px 15px 35px;
        margin-top: 65px;
}
/*.banner-text a: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;
}
/***/	

/*mob sections css*/
.mob-main{
	position:relative;
	    padding-top: 120px;
	}
.pb-100{
    padding-bottom: 120px;
}	
.noodles {
    position: absolute;
    top: 0;
    right: 52%;
}	
.mob-box-text h2{
	font-size: 33px;
    font-weight: 500;
    color: #08061d;
    line-height: 1.3;
    padding-bottom: 20px;
	}

.mob-box-text ul{
	padding-left:0;
	}

.mob-box-text ul li{
    color: #08061d;
     font-family: 'Open Sans', sans-serif;
    background: url(../images/tickmark-icon.jpg) no-repeat;
    background-position: 0% 1px;
    padding-left: 45px;
    list-style-type: none;
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
	}
.mob-box-text ul li span{	
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    color: #7a7a7a;
}
.mob-box-text a{
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-color: #ED3693;
    border-radius: 25px 25px 25px 25px;
    box-shadow: -100px 0px 75px -33px #DE1F27 inset;
    padding: 15px 25px 15px 25px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", Sans-serif;
}
.mob-box-text a:hover{
    text-decoration:none;
}

.right-img img{
	/*float:right;*/
	}

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); }
}


/*disclaimer css*/
.disclaimer{
	padding-left:0;
	padding-right:0;
	    /*border-bottom: 1px solid #17162b;*/
	}

.disclaimer p{
    font-family: 'Open Sans', sans-serif;
    color: #08061d;
    font-size: 14px;
	}
.disclaimer img{
    position: absolute;
    left: 50%;
    bottom: 15px;
}

/*footer css*/
/*footer{*/
/*font-family: 'Poppins', sans-serif;*/
/*    padding: 00px 0px 30px;*/
/*	font-size: 9px;*/
/*    color: #bdbdbd;*/
/*	position:relative;*/
/*	}*/
/*footer img.footer-img{*/
/*    position: absolute;*/
/*    left: 39%;*/
/*    bottom: 25px;*/
/*}*/

footer{
    font-family: 'Open Sans', sans-serif;
    padding: 70px 0px 0px;
        box-shadow: 6px 0px 10px 0px rgba(0,0,0,0.5);
	font-size: 14px;	
	}
.footer-logo p{	
    color: #818181;
    margin-top: 15px;
    font-size: 16px;	
}
.footer-links ul li{
	    margin-right: 9px !important;
	list-style-type:none;
	    padding-bottom: 20px;
	}
.footer-links ul li a{	
    color: #8B959E;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    fill: #8B959E;
}
.footer-links ul li a:hover{
    text-decoration:none;
}
.footer-links p{	
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-weight: 500;
    letter-spacing: 1px;
}

/***/

/*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 { font-size: 80%;}
	.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;
	}
.navbar-dark .navbar-nav .leadership-desktop {	
	display:none;
}
.banner-text p {
    width: 100%;
}
}
@media only screen and (max-width: 991px) {
.w100-sm{
	max-width:100%;
	width:100%;
	}	
.noodles {
	/*display:none;*/
}	
.mob-img img{
	display: block;
    margin: auto;
}
.right-img img {
    float: none;
}
.banner-text a.mob-cta{	
    display: inline-block !important;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
    color: #fff;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-color: #ED3693;
    border-radius: 25px 25px 25px 25px;
    box-shadow: -100px 0px 75px -33px #DE1F27 inset;
    padding: 15px 35px 15px 35px;
        margin-top: 65px;
}
.mob-box-text a.mob-cta{
    display: inline-block !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-color: #ED3693;
    border-radius: 25px 25px 25px 25px;
    box-shadow: -100px 0px 75px -33px #DE1F27 inset;
    padding: 15px 35px 15px 35px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", Sans-serif;
}
	}
	
@media only screen and (max-width: 870px) {	
.banner-text h1 {
	    margin-bottom: 10px;
	    margin-top: 10%;
	}

}

 @media only screen and ( max-width: 768px ) {

footer {
   /* font-size: 14px;*/
}	
.order-2-sm{
	order:2;
	}  
.mob-img img{
	width:50%;
	}
	.order-2-sm	img,.mob-img img{
	    width: 70%;
		    padding-bottom: 15%;
    padding-top: 10%;
	}
footer {
    font-size: 14px;
}	
	 }
 @media only screen and ( max-width: 767px ) {	 
.circle-vector {
	left:0;
	}
	
.circle-vector img{
width: 100%;
    float: left;
}
.navbar-collapse{
	background:#fff;
	box-shadow: 0 3px 9px #dadada;
    padding: 10px 25px;
	}	
.disclaimer img,footer img.footer-img {
    left: 3%;
}
.menubar{
    position: static;
}
body {
        padding-top: 0;
}

 }
@media only screen and ( max-width: 640px ) { 


}
/*------------------- MOBILE ------------------*/
@media only screen and ( max-width: 599px ) {
	/*.custom_overlay h4 { font-size: 100%;}*/
	.custom_overlay p { font-size: 100%;}
	.form {
    padding: 0 5px;
}
.order-2-sm	img,.mob-img img{
	    width: 100%;
}

.banner-text a {
    margin-left: 5%;
    /* width: 86%; */
    margin-top: 20%;
    margin-right: 5%;
}	
.banner-text h1{
font-size: 30px;
    padding-top: 20%;
    padding-left: 5%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 5%;
    text-transform: capitalize;
}
.banner-text p{
    width: 100%;
    padding-left: 5%;
    font-size: 16px;
    padding-right: 5%;
	    margin-bottom: 0;
}
.banner-text a.mob-cta {
    margin-right:5%;
    margin-left:5%;
        margin-top: 40px;
}
.banner-text a.leadership {
	width:100%;
	}
.navbar  img{
	    width: 120px;
	}	
.mob-screen{
	padding-top: 20% !important;
    padding-bottom: 10%;
	}	
.w100-sm {
    max-width: 95%;
    width: 95%;
}	
.mob-box-text h2 {
        line-height: 1.2;
    padding-bottom: 30px;
}
.mob-screen-sm{
	    padding-top: 30% !important;
	    padding-bottom: 15%;
	}
.footer-col{
    flex-basis: 1;
}	
.mob-main {
    padding-top: 20px;
}
.pb-100 {
    padding-bottom: 50px;
}
}

