/*
# =======================================
# (c) 2021 Forward Thinking BV
# 
# All materials in this electronic publication including scripts, 
# software, text, graphics, logos and pictures are are protected by copyrights, 
# brand rights and/or any other intellectual property rights.
# 
# 
# Developer(s): Al-Noor Ladhani
#
# =======================================
*/



/* ------------------------
 START FONTS
------------------------*/


/* ------------------------
 END FONTS
------------------------*/

html, body {width:100%; height:100%;} 

body {font-family: 'Poppins', sans-serif; font-style: normal; font-size: 1.0em; font-weight: 400; line-height: 1.85; color: #1d1d33; overflow-x: hidden;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-weight: 300; line-height: 1.5; }

h1, .h1 { 

	padding-top: 20px;
	padding-bottom: 5px;	

	padding-left: 50px;
	padding-right: 50px;
	
	font-family: 'Poppins-Light'; 
	font-size: 2.0em;	
	text-align: left;	
	
	color: #333333;

}

h2, .h2 { font-family: 'Poppins-Light'; font-size: 25px; color: #555555; margin-top: 0.5rem; }
h3, .h3 { font-family: 'Poppins-Light'; font-size: 25px; color: #8090B5; margin-top: 0.5rem; }
h4, .h4 { font-family: 'Poppins-Light'; font-size: 25px; color: #0000FF; margin-top: 0.5rem; }
h5, .h5 { font-size: 19px; }

h6, .h6 {

	padding-top: 0px;
	padding-bottom: 0px;	

	font-family: 'Poppins-Light'; 
	font-size: 2.2em;	
	text-align: left;	
	text-transform: uppercase;
	
	color: #333333;

}


h4, h5, h6, .h4, .h5, .h6 { font-weight: 500; }

p { 
	max-width: 900px;
	
	font-size: 0.96em; 
	color: #8090b5; 
	line-height: 1.85; 
}

a {
	color: #CC0000 !important;
}

a:hover {
	color: #FF0000;
	text-decoration: underline !important;
}




section.position-relative{

	padding-bottom: 40px;
	
}

li {
	color: #8090B5;
	font-size: 0.95em;
	
    padding-left: 0;
    padding-right: 50px;	
    padding-top: 5px;
    padding-bottom: 5px;		
}



.page-wrapper { 
/**	overflow-x: hidden; GIVES ISSUES WITH IPHONE!!! **/

	width:100%; 
	height:100%;
	
	position:relative; 
	overflow-x:hidden; 
	-webkit-overflow-scrolling:touch;
}


.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
	
}

/* ------------------------
 START ALNOOR
------------------------*/

.tp_language_part{
	width: 20%;
	margin-top: 30px;
}

.tp_language_link {
	
	font-size: 0.85em;	
	text-align: right;		
	
	color: #333333 !important;
}


.tp_no_top_margin{
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.tp_no_left_margin{
	margin-left: 0px !important;
	padding-left: 0px !important;	
}


.tp_no_left_padding{
	padding-left: 0px !important;	
}


.tp_left_padding_20px{
	padding-left: 20px !important;	
}


.tp_first_block{
	
	position: relative !important;
	margin-top: 80px;

}


.tp_block_basic{
	
	margin-top: 80px;
	margin-bottom: 80px;
}


.tp_text_basic{
	
	margin-top: 20px;
	margin-bottom: 20px;	
	
}

.tp_text_main p{
	
	margin-top: 20px;
	margin-bottom: 20px;	
	
	font-size: 0.96em !important;	
	color: #8090b5 !important;	
	line-height: 1.85 !important;	
	
}

@media (min-width: 768px) {
	.tp_text_main {
		max-width: 750px;
	}	
}


@media (min-width: 992px) {
	.tp_text_main {
		max-width: 850px;

	}	
}


.tp_text_2_col{

	margin-top: 20px;
	margin-bottom: 20px;

}

@media (min-width: 768px) {
	.tp_text_2_col {
		padding-right: 40px;

	}	
}


@media (min-width: 992px) {
	.tp_text_2_col {
		padding-right: 80px;

	}	
}



.tp_text_3_col{

	margin-top: 20px;
	margin-bottom: 20px;

	padding-right: 20px !important;	

}

@media (max-width: 768px) {
	.tp_text_3_col {
	
		margin-top: 0px !important;
		margin-bottom: 0px !important;		

	}	
}

@media (min-width: 768px) {
	.tp_text_3_col {
	
		margin-top: 0px !important;
		margin-bottom: 0px !important;		

	}	
}


@media (min-width: 992px) {
	.tp_text_3_col {
	
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}	
}



.tp_image_basic{
	
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	
}




.tp_page_split{
	margin-top: 0px;
	margin-bottom: 0px;	
}


.tp_start_header{
	padding-top: 0px;
	padding-bottom: 0px;	

	font-family: 'Poppins-Light'; 
	font-size: 2.2em;	
	text-align: left;	
	
	color: #333333;
}

.tp_start_header_number{
	padding-top: 0px;
	padding-bottom: 0px;	

	font-family: 'Poppins-Light'; 
	font-size: 3.0em;	
	text-align: left;	
	
	color: #8090B5;
}


.tp_page_header{
	padding-top: 20px;
	padding-bottom: 5px;	

	padding-left: 50px;
	padding-right: 50px;
	
	font-family: 'Poppins-Light'; 
	font-size: 2.0em;	
	text-align: left;	
	
	color: #333333;

}



@media (max-width: 568px) {
	.tp_page_header {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}	
}



.tp_page_subheader{
	padding-top: 5px;
	padding-bottom: 20px;	
	
	padding-left: 50px;
	padding-right: 50px;	
	
	font-family: 'Poppins'; 
	font-size: 1.1em;	
	text-align: left;	
	
	color: #8090B5;

}


@media (max-width: 568px) {
	.tp_page_subheader {
		padding-left: 0px !important;
		padding-right: 0px !important;

	}	
}



.tp_page_footer_header{
	padding-top: 20px;
	padding-bottom: 0px;	

	font-family: 'Poppins-Light'; 
	font-size: 2.5em;	
	text-align: center;	
	
	color: #FFFFFF;

}

.tp_footer_last_line{

	padding-top: 0px;
	padding-bottom: 20px;	

	font-family: 'Poppins-Light'; 
	font-size: 0.8em;	
	text-align: center;	
	
	color: #FFFFFF;
		
}

.alnoor_bg_gradient_dark {
	
	background-image: linear-gradient(to right, #00181A, #1C4D9C, #1C4D9C, #1C4D9C);
	
}

.alnoor_no_top_padding {
	padding-top: 0px !important;
}

.alnoor_pading_left_side_30{
	padding-left: 30px;
}

.alnoor_pading_top_bottom_30{
	padding-top: 30px;
	padding-bottom: 40px;
}


@media (max-width: 568px) {
	.tp_logo {
		padding-left: 0px;

	}	
}

@media (min-width: 568px) {
	.tp_logo {
		padding-left: 40px;

	}	
}


.tp_standaard_text{
	font-family: Poppins;
	color: #8090b5;
	font-size: 0.96em;	
	
}



.tp_logo {
	padding-right: 0px;
	font-family: Amethysta;
	font-size: 2.0em;
	font-weight: 600;

}

.tp_logo:hover {
	text-decoration: none !important;
}

.tp_logo_payoff {
	padding-right: 0px;
	font-family: Amethysta;
	font-size: 0.96em;
	font-weight: 600;
}


.tp_logo_footer {
	padding-right: 0px;
	font-family: Amethysta;
	font-size: 0.96em !important;
	font-weight: 600;
}


.tp_logo_white_part{
	color: #FFFFFF !important;	
}

.tp_logo_blue_part{
	font-family: Amethysta;
	font-size: 0.96em;
	color: #1C4D9C !important;
	font-weight: 600;	
}


.tp_logo_red_part{
	font-family: Amethysta;
	font-size: 0.96em;
	color: #CC0000 !important;	
	font-weight: 600;
}


.tp_logo_service_part{
	padding-left: 0px;
	font-family: Amethysta;
	color: #FF0000 !important;
	font-weight: 600;
	font-size: 150%;
	
}

.tp_subheader{
	padding-top: 10px;
	padding-bottom: 40px;
	
	font-size: 20px;
	font-weight: 100;
	
}

.tp_background {
	background-image: linear-gradient(to right, #00181A, #1C4D9C, #1C4D9C, #1C4D9C);	
}

.tp_privacy_link{
	color: #FFFFFF !important;
}

.tp_privacy_link:hover{
	color: #FF0000 !important;
}

/* ------------------------
 END ALNOOR
------------------------*/

/* ------------------------
START BUTTONS
------------------------*/


.but_home_more_info {

	display: block;


	margin-left: 0px;
	margin-right: 0px;


	width: 60%;

	height: 40px;
	line-height: 1;
	font-size: 0.9em;
	font-family: sans-serif;
	text-decoration: none;
	text-align:center;	
	color: #8090B5;
	background: #FFFFFF;
	border: 1px solid #1C4D9C;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
	transition: all .35s;
}


@media (max-width: 768px) {

	.but_home_more_info {

		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 40px;
		width: 80%;
	}
	
}


.but_home_more_info span{
  position: relative;
  z-index: 2;
}

.but_home_more_info:hover{
  color: #FFFFFF !important;
}

.but_home_more_info:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #1C4D9C;
  transition: all .35s;
}


.but_home_more_info:hover:after{
  width: 100%;
}




.tp_button_explore a{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 0.9em;
  text-decoration: none;
  color: #333;
  border: 1px solid #333333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
}

.tp_button_explore a span{
  position: relative;
  z-index: 2;
}

.tp_button_explore a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #1C4D9C;
  transition: all .35s;
}

.tp_button_explore a:hover{
  color: #fff;
}

.tp_button_explore a:hover:after{
  width: 100%;
}


/* ------------------------
END BUTTONS
------------------------*/


/* ------------------------
 START Transition
------------------------*/


a, i, .btn, button, img, span, .dropdown-item, .hover-translate { -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
.hover-translate:hover { box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15); background-color: #fff; -webkit-transform: translate3d(0, -20px, 0); -moz-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); }
a:hover { text-decoration: none; }

/* ------------------------
 END Transition
------------------------*/


/* ------------------------
  START Header
------------------------*/



/* ------------------------
  END Header
------------------------*/



/* ------------------------
  START NavBar
------------------------*/
.tp-navbar-nav{
	padding-top: 30px;
	padding-left: 80px;
}

@media (max-width: 992px) {

	.tp-navbar-nav{
		padding-top: 30px;
		padding-left: 20px;
	}
	
}

@media (min-width: 992px) {

	.tp-navbar-nav{
		padding-top: 30px;
		padding-left: 80px;
	}
		
}



.tp-nav-item{
	padding-left: 0px;
	padding-right: 10px;
	
	font-size: 0.96em;
	font-family: Poppins, sans-serif; 
	font-weight: 600;
	
	letter-spacing: 1px;
	
	color: #1C4D9C !important;	
}

.tp-nav-item:hover{

	color: #CC0000 !important;	

}

.tp-nav-item-active{

	font-size: 0.96em;
	font-family: Poppins, sans-serif; 
	font-weight: 600;
	
	letter-spacing: 1px;
	
	color: #CC0000 !important;	

	
}


.dropdown-menu{
	margin-left: 0px;

}

@media (max-width: 568px) {
    .dropdown-menu{
		
		margin-left: 0px;
		margin-right: 0px;
		
		max-height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
    }
	
	.tp-dropdown-mega-menu{
		max-width: 325px !important;
		max-height: 360px; !important;
	}
		
	
}


@media (min-width: 893px) {
    .dropdown-menu{
		margin-left: 200px;;
    }
}


.tp-dropdown-menu{
    position:relative;
    top: 40px;

	padding-left: 5px;
	padding-right: 5px;
	
	overflow-y: auto;
}


.tp-dropdown-mega-menu {
    position:relative;
    top: 40px;
	left: -400px;

	padding-left: 5px;
	padding-right: 5px;
	width: 700px;
	
	overflow-y: auto;

}

.tp-dropdown-mega-menu_image {
	padding-top: 20px;
	padding-bottom: 0px;
}

.tp-dropdown-mega-menu_image_text {
	padding-top: 20px;
	padding-bottom: 0px;
	
	font-size: 0.96em;
	font-weight: 500;

	color: #1C4D9C !important;	
}


.tp-dropdown-mega-menu_header_text {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	
	font-size: 1.1em;
	font-weight: 600;

	color: #1C4D9C !important;	
}

@media (min-width: 990px) {
	.tp-dropdown-mega-menu_header_text {
		padding-left: 7px !important;
		font-size: 1.3em;
	}
}


.tp-dropdown-item{
	font-size: 0.96em !important;
	color: #333333 !important;	
	font-weight: 400;	
}


.tp-dropdown-item-active{
	font-size: 0.96em !important;
	color: #CC0000 !important;	
	font-weight: 400;	
}

.tp-dropdown-item-last{
	margin-bottom: 10px;
}

.tp-dropdown-item:hover{
	color: #FFFFFF !important;
	background: #1C4D9C;
}

/* ------------------------
  END NavBar
------------------------*/

