/*--------------------------------
5 Header / Navigations 
----------------------------------*/

/*--------------------
    5.1 Header Regular 
   ----------------------*/
.logo-menu { padding-top:9px; padding-right: 9px; float:left;}
.logo { }
.top-bar { background-color: #244d7c /*#ea6f06*/; padding-top: 0px; padding-bottom: 1px; }
.support-bar { margin-top: 0px;}
.support-bar ul { }
.support-bar ul li { float: right;  font-size: 13px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; color: #fff; padding-top: 0px; }
.support-bar ul li strong {color:#fff;}
.support-bar-link{ color:#FFF; padding-right:10px; }
.support-bar-link:hover{color:#000;}
.support-bar i { font-size: 15px; color: #F17F20; width: 20px; display: inline-block; }
.header-wrapper { z-index: 9; position: relative; background-color: #fff; border-top: 2px solid #275082; -webkit-box-shadow: 0 8px 6px -6px rgba(53,53,53,0.5);
	   -moz-box-shadow: 0 8px 6px -6px rgba(53,53,53,0.5);
	        box-shadow: 0 8px 6px -6px rgba(53,53,53,0.5); }
.header-btn { padding-top: 7px; text-align: right; }

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
#navigation { }
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none;	line-height: 1;	display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 	box-sizing: border-box;}
#navigation:after, #navigation>ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation { font-family: 'Poppins', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; float:right; }
#navigation>ul>li { float: left;}
#navigation.align-center>ul { font-size: 0; text-align: center; }
#navigation.align-center>ul>li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right>ul>li { float: right; }
#navigation>ul>li>a {  margin-left: -1px; padding: 22px 31px; font-size: 15px; color: #275082;  text-decoration: none; font-weight: 400; text-transform: uppercase; }
#navigation>ul>li:hover>a { color: #fff; background-color: #275082; }
#navigation>ul>li.has-sub>a { padding-right: 31px; }

/*#navigation>ul>li>a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: '/';
}*/
#navigation>ul>li.has-sub>a:before { position: absolute; /* right: 28px;  font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease;*/ }

/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
#navigation ul ul { position: absolute; left: -9999px; margin: -1px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { top: 0px; height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover>ul { left: auto; }
#navigation li:hover>ul>li { height: 64px; }
#navigation.align-right li:hover>ul { left: auto; right: 0; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { background-color: #fff; padding: 24px 20px; width: 216px; font-size: 14px; text-decoration: none; color: #275082; font-weight: 400; letter-spacing: 0.5px; border-bottom: #e4e7ed 1px solid; margin-top: -1px; }
#navigation ul ul li:first-child>a { border-top-right-radius: 0%; }
#navigation ul ul li:last-child>a { border-bottom-right-radius: 0%px; border-bottom-left-radius: 0%px; }
#navigation ul ul li:last-child>a, #navigation ul ul li.last-item>a { border: transparent; }
#navigation ul ul li:hover>a, #navigation ul ul li a:hover { color: #fff; background-color: #275082; }
#navigation ul ul li.has-sub>a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #dddddd; content: ''; }
#navigation.align-right ul ul li.has-sub>a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub>a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub>a:before { right: auto; left: 14px; }
#navigation ul ul>li.has-sub:hover>a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center>ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid #e4e7ed; top: auto; background-color: transparent; }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover>ul>li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; padding: 20px 15px; color: #7a7e85; }
#navigation.small-screen>ul>li>a:after { position: absolute; top: 16px; right: -3px; height: 2px; display: block; content: ''; }
#navigation.small-screen>ul>li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #7a7e85; background-color: transparent; }
#navigation.small-screen ul ul li:hover>a, #navigation.small-screen ul ul li.active>a { color: #fff; background-color: #ea6f06; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen>ul>li.has-sub>a:after, #navigation.small-screen>ul>li.has-sub>a:before, #navigation.small-screen ul ul>li.has-sub>a:after, #navigation.small-screen ul ul>li.has-sub>a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 18px; color: #7a7e85; cursor: pointer; font-size: 14px; text-transform: uppercase; font-weight: 600; background-color: transparent; margin-top: 0px; }
#navigation.small-screen #menu-button:after { position: absolute; top: 16px; right: 17px; display: block; height: 12px; width: 20px; border-top: 2px solid #7a7e85; border-bottom: 2px solid #7a7e85; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 21px; right: 17px; display: block; height: 2px; width: 20px; background: #7a7e85; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 20px; border: 0; height: 2px; width: 10px; background: #7a7e85; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 20px; background: #7a7e85; width: 10px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 0px solid #fff; height: 54px; width: 53px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 25px; right: 20px; width: 8px; height: 2px; display: block; background: #7a7e85; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background:#fff; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 22px; right: 23px; display: block; width: 2px; height: 8px; background: #7a7e85; content: ''; }
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }
#navigation.small-screen>ul>li>a { border-left: transparent; margin: 0; border-right: transparent; }
#navigation.small-screen>ul>li:hover>a { border-left: transparent; border-right: transparent; color:#fff; }

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header { background: url("../../images/page-header.png") no-repeat; background-size: cover; margin: 0px; padding: 0px; border: 0px; }
.page-header-news { background: url(../images/page-header-news.jpg) no-repeat; background-size: cover; margin: 0px; padding: 0px; border: 0px; }
.page-steadyi { background: url("../../images/page-steadyi.png") no-repeat; background-size: cover; margin: 0px; padding: 50px; border: 0px; }
.page-section { padding-top: 70px; padding-bottom: 60px; }
.page-title { font-size: 44px; font-weight: 300; font-family: 'Poppins', sans-serif; color: #fff; }
.page-breadcrumb { color: #9fa5ae; }
.page-breadcrumb .breadcrumb { background-color: transparent; padding: 5px 0px; margin-bottom: 6px; font-size: 11px; font-weight: 600; border: none; letter-spacing: 0.5px; text-transform: uppercase; color: #9fa5ae; }
.breadcrumb>li+li:before { padding: 0 5px; color: #9fa5ae; content: "/\00a0"; }
.breadcrumb>li>a { color: #fff; }


/*-------------popup disclaimer-------------*/
.modal-disclaimer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
	overflow-y: scroll;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.modal-disclaimer:target { opacity: 1; pointer-events: auto; -webkit-transition-delay: 0s;  transition-delay: 0s;}
.modal-disclaimer>div {
  width: 50%;
  position: relative;
  margin: 7% auto;
  padding: 20px;
  background: #fff;
  color: #444;
  font-size:13px;
  border-radius:5px;
}
.modal-disclaimer>div>div { background-color: rgba(234, 111, 6, 0.15); padding: 20px; }
.modal-disclaimer>div>div>p { font-weight:400; color:#000; }
.modal-disclaimer header { font-weight: bold;}
.modal-disclaimer h1 { font-size: 150%; margin: 0 0 15px; color:#09203F;}
.modal-disclaimer h6 { margin: -20px 0 15px 0; color:#333; font-weight:400;}

.popup-declaration {
	width: 100%; 
	height: 300px; 
	border-bottom: 0px solid #666666; 
	overflow-x:hidden; 
	overflow-y:scroll; 
	padding: 2px;
	text-align:justify;
}
.modal-logo {
	background-image:url(../../images/logo.png);
	background-repeat: no-repeat;
	height: 50px;
	margin: 0px;
	padding-top: 5px;
	position: relative;
	background-color: #fff;
	background-position: left top;
	padding-left: 15px;
}
.btn-disclaimer { font-family: 'Poppins', sans-serif; font-size: 12px; text-transform: uppercase; font-weight: 400; padding: 3px 12px; border-radius: 2px;  letter-spacing: 1px; border: transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; word-wrap: break-word; white-space: normal !important;  }
.btn-disclaimer-sm { background-color: #f15427; color: #fff; margin:10px 10px 0 0; }
.btn-disclaimer-sm:hover { background-color: #ccc; color: #000;  -webkit-box-shadow: 0px 0px 10px -2px rgba(102,102,102,0.7);
-moz-box-shadow: 0px 0px 10px -2px rgba(102,102,102,0.7);
box-shadow: 0px 0px 10px -2px rgba(102,102,102,0.7);}
.btn-disclaimer-sm.focus, .btn-disclaimer-sm:focus { background-color: #f15427; color: #fff;  -webkit-box-shadow: 0px 0px 10px -2px rgba(102,102,102,0.7);
-moz-box-shadow: 0px 0px 10px -2px rgba(102,102,102,0.7);
box-shadow: 0px 0px 10px -2px rgba(102,102,102,0.7);}

/*-------------popup-------------*/
.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 20;
  bottom: 0;
  left: 20;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.modal-window:target { opacity: 1; pointer-events: auto; -webkit-transition-delay: 0s;  transition-delay: 0s;}
.modal-window>div {
  width: 40%;
  position: relative;
  margin: 7% auto;
  padding: 20px;
  background: #fff;
  color: #444;
  font-size:12px;
  border-radius:5px;
}
.modal-window>div>div { background-color: rgba(234, 111, 6, 0.15); padding: 20px; }
.modal-window>div>div>p { font-weight:400; color:#000; text-align:justify; }
.modal-window header { font-weight: bold;}
.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: rgba(0,0,0,.15);
}
.modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.modal-close:hover { color: #ea6fo6;}
.modal-window h1 { font-size: 150%; margin: 0 0 15px; color:#09203F;}
.modal-window h6 { margin: -20px 0 15px 0; color:#333; font-weight:400;}
.close-modal {
  background: rgba(0,0,0,.7);
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
    /* "delay" the visibility transition */
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
}
.modal:target + .close-modal{  
  opacity: 1;
  visibility: visible;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width:192px) {
    .slider-captions { bottom: 53px; }
	.modal-window>div { width: 40%;}
	.modal-profile>div { width: 40%;}
	.modal-disclaimer>div { width: 40%;}
}

@media only screen and (max-width:1440px) {
    .slider-captions { bottom: 53px; }
	.modal-window>div { width: 40%;}
	.modal-profile>div { width: 40%;}
	.modal-disclaimer>div { width: 40%;}
}
@media only screen and (max-width:1200px) {
    #navigation>ul>li>a { padding: 22px 24px; }
    .support-bar ul li { padding: 5px 12px; }
    .slider-captions { bottom: 30px; left: 20%; }
    .slider-title { font-size: 28px; line-height: 32px; }
    .slider .owl-theme .owl-nav { }
    .slider .owl-theme .owl-dots { bottom: 35px; }
	.modal-window>div { width: 40%;}
	.modal-profile>div { width: 60%;}
	.modal-disclaimer>div { width: 40%;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width:1024px) {
	.modal-window>div { width: 60%;}
	.modal-profile>div { width: 60%;}
	.modal-disclaimer>div { width: 60%;}
 }

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
	.modal-window>div { width: 60%;}
	.modal-profile>div { width: 60%;}
	.modal-disclaimer>div { width: 60%;}
 }

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
    .support-bar ul li { padding: 0px 5px; }
    .slider-captions { bottom: 60px; text-align: center; left: 50%; }
    .slider-title { font-size: 28px; line-height: 32px; }
    .slider .owl-nav { }
    .slider .owl-theme .owl-nav .owl-prev { top: 30%; }
    .slider .owl-theme .owl-nav .owl-next { top: 30%; }
    .slider .owl-theme .owl-dots { bottom: 35px; }
    .page-section { padding-top: 70px; padding-bottom: 40px; }
    .slider .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 4px; background: transparent; border-radius: 50px; border: 2px solid #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
    .space-medium { padding-top: 45px; padding-bottom: 40px; }
    .content { padding-top: 45px; padding-bottom: 40px; }
    .video-block { padding-top: 0px; }
    .error { padding-top: 0px; }
	.modal-window>div { width: 70%;}
	.modal-profile>div { width: 70%;}
	.modal-profile h1, h5 { padding-left:20px;}
	.modal-profile { overflow:scroll;}
	.modal-disclaimer>div { width: 70%;}
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
	.top-bar { padding-top: 0px; padding-bottom: 0px; }
    .slider-captions { bottom: 18px; background: transparent; left: 0px; }
    .slider-title { font-size: 21px; line-height: 26px; }
    .slider .owl-theme .owl-nav { display: none; }
    .slider .owl-theme .owl-dots { bottom: 24px; }
    .slider .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 4px; background: transparent; border-radius: 50px; border: 2px solid #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
    .page-section { padding-bottom: 0px; padding-top: 25px; }
    .page-section p { margin-bottom: 0px; }
    .page-title { font-size: 30px; }
    .page-btn { margin-top: 0px; }
    .space-medium { padding-top: 35px; padding-bottom: 30px; }
    .content { padding-top: 35px; padding-bottom: 30px; }
    .doc-section { padding-top: 30px; padding-bottom: 30px; }
    .testimonial-img { padding-left: 44px; }
    .error { padding-top: 0px; }
	.modal-window>div { width: 90%; }
	.modal-window { overflow:scroll;}
	.modal-profile>div { width: 90%; }
	.modal-profile { overflow:scroll;}
	.modal-disclaimer>div { width: 90%; }
	.modal-disclaimer { overflow:scroll;}
	
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
	.top-bar { padding-top: 0px; padding-bottom: 0px; }
    .slider-captions { bottom: 18px; background: transparent; left: 0px; }
    .slider-title { font-size: 21px; line-height: 26px; }
    .slider .owl-theme .owl-nav { display: none; }
    .slider .owl-theme .owl-dots { bottom: 24px; }
    .slider .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 4px; background: transparent; border-radius: 50px; border: 2px solid #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
    .page-section { padding-bottom: 0px; padding-top: 25px; }
    .page-section p { margin-bottom: 0px; }
    .page-title { font-size: 30px; }
    .page-btn { margin-top: 0px; }
    .space-medium { padding-top: 35px; padding-bottom: 30px; }
    .content { padding-top: 35px; padding-bottom: 30px; }
    .testimonial-img { padding-left: 44px; }
    .error { padding-top: 0px; }
	.modal-window>div { width: 90%;}
	.modal-window {overflow:scroll;}
	.modal-profile>div { width: 90%;}
	.modal-profile {overflow:scroll;}
	.modal-disclaimer>div { width: 90%;}
	.modal-disclaimer {overflow:scroll;}
	
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 14px; /* Increase font size */
}

#myBtn:hover {
  background-color: #ccc; /* Add a dark-grey background on hover */
  color: #333;
}

/*--- CHECKBOX STYLE ---*/
/* The container */
.container-cbx {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight:400;
  line-height: 1.5;
  text-align:justify;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-cbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color:  #eee;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container-cbx:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-cbx input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-cbx input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-cbx .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*------------------------------------------------------------------*/

.theme-color-1 {
  color: #f58220 !important;
}
.theme-color-2 {
  color: #244d7c !important;
}
.theme-color-3 {
  color: #FF0004 !important;
}
.bg-color-primary{
  background-color: #f4801f !important;
}
.banner-content-bg {
  background-color: rgba(52, 96, 150, 0.7);
}
.main-banner {
  min-height: 86vh;
  top: 0px;
  width: 100%;
}
.banner-images{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us-banner {
  background-image: url(./../images/about-us-banner.jpg);
}
.banner-content {
  max-width: 650px;
  font-size: 16px;
}
.custom-icons {
  height: 16px;
  width: 16px;
}
.cursor-pointer {
  cursor: pointer;
}
.custom .accordion-item {
  border: none;
  background-color: inherit;
}
.custom .accordion-button {
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 5px solid #f4801f;
  font-size: 24px;
  background-color: inherit;
}
.custom .accordion-button:not(.collapsed) {
  border: none;
  color: inherit;
  background-color: inherit;
}
.custom .accordion-button:not(.collapsed)::after {
  background-image: url(./../icons/minus.svg);
  background-size: contain;
  height: 25px;
  width: 25px;
}
.custom .accordion-button::after {
  background-image: url(./../icons/pluse.svg);
  height: 25px;
  width: 25px;
  background-size: contain;
}
.hover-box {
  border: 3px solid #f4801f;
  min-height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  cursor: pointer;
  z-index: 0;
  overflow: hidden;
}
.small.hover-box{
  min-height: 220px;
}
.hover-box .content {
  z-index: 99;
}
.hover-content{
    display: none;
}
.hover-box:hover .hide {
  display: none;
}
.related-box-2:hover{
  background-image: url(./../images/related-2-1.png) !important;
}
.hover-box:hover .hover-content{
    display: block;
    animation: slideUp 0.8s ease-in-out;
    opacity: 1;
}
.hover-box:hover .content{
  animation: slideUp 0.8s ease-in-out;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100%);  /* Starts from 100% below its position */
  }
  to {
    opacity: 1;
    transform: translateY(0);  /* Animates to its normal position */
  }
}
.awards-bg{
  background-image: url(./../images/award-bg.jpg);
  background-repeat: no-repeat;
  border-radius: 10px;
      background-size: 100%;
    background-color: #244d79;
    background-position: center top;
}
.box{
  max-width: 650px;
}
.white-outline-btn{
  border: 1px solid white;
  color: white;
  font-size: inherit;
  background-color: transparent;
  border-radius: 10px;
}
.awards{
  background-color: #EEEEEE;
}
.C_bg-secondary{
  background-color: #F4F0EC;
}
.unit-trust-banner{
  background-image: url(./../images/unit-trust-fund-banner.png);
}
.dark-blue-bg{
  background-image: url(./../images/dark-blue-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-transparent.form-select option{
    color: black;
}
.rm-focus.form-select{
  box-shadow: none;
  outline: none;
}
.rm-icons.form-select{
  appearance: none;
  background-image: none;
}
.rm-focus.form-select:focus{
  box-shadow: none;
  outline: none;
}
.select-year li{
  cursor: pointer;
}
.select-year .active{
  color: white;
  background-color: #f4801f;
  border-radius: 4px;
  padding: 0px 4px;
}
.priamry-border{
  border: 2px solid #f4801f !important;
}
.custom-table thead{
  background-color: #EDEDED;
  border-radius: 10px !important;
}
.custom-table thead th{
  min-width: 250px;
}
.custom-table td{
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
}
.C_text-success{
  color: #009933 !important;
}
.primary-dot::marker{
    color: #f4801f;
}
.success-dot::marker{
  color: #009933;
}
.C_gray-text{
  color: #7A7A7A;
}
.xs-fs{
  font-size: 12px;
}
.parent li h6{
  font-size: 14px;
}
.parent li{
  padding: 16px 8px;
  height: fit-content;
  flex-flow: column;
  flex-grow: 1;
}
.parent > li {
  border-right: 1px solid #f4801f; 
  min-height: max-content;
}
.parent > li:last-child {
  border-right: none;
}
.light-white-bg{
  background-color: #EDEDED !important;
}
.investor-box{
  background-color: #08447F;
}
.investor-risk-box{
  background-color: #5881BE;
}
.light-blue-bg{
  background-image: url(./../images/light-blue-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sm-fs{
  font-size: 14px;
}
.min-width-200{
  min-width: 250px !important;
}
.related-content-bg{
  background-image: url(./../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.Border-Radius-4{
  border-radius: 10px;
}

.minus-margin-bottom-500{
  margin-bottom: -600px !important;
}
.minus-margin-bottom-500 .add-height{
  height: 600px !important;
}

.slider-button-icon{
  width: 40px;
  height: 40px;
  font-size: clamp(20px, 4vw, 35px);
}
@media (min-width: 768px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
	left: 0;
	right: 0;
	width: 100%;
	padding: 8px 5px;
}
.dropdown-item {
    padding: 5px;
}
.newdrop {
    background-color: #fff;
    min-width: 60vw;
    margin: 0 3px;
    padding: 25px;
    border-radius: 12px;
        float: right;
}
    .newdrop2 {
        background-color: #fff;
        min-width: 40vw;
        margin: 0 3px;
        padding: 25px;
        border-radius: 12px;
        float: right;
    }
    .newdrop3 {
        background-color: #fff;
        max-width: 40vw;
        margin: 0 auto;
        padding: 15px;
        border-radius: 12px;
    }
	

.dropdown-menu {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.nav-link {
	border-bottom: 3px solid #fff;
	padding-bottom: 15px;
}

.nav-link:hover {
	border-bottom: 3px solid #f17f21;
}

.nav-item:hover .nav-link {
	border-bottom: 3px solid #f17f21;
	color: #f17f21;
}

}


.dropdown-toggle:hover ~ .dropdown-toggle::after {
    color: #f17f21 !important;
}

.dropdown-toggle::after {
    visibility: hidden !important;
	display:block;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    width: 8px;
    margin: 0 auto;
}


.multi-column-dropdown, .dropdown-menu ul {
  list-style: none;
  padding-left: 0;
}

.disablehover, .disablehover:hover, .disablehover:active {
	color:#164680 !important;
}

.button{
  outline: none;
  border: none;
}

.form-control.rm-hover{
  box-shadow: none !important;
}

.negativeArrow {
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
}

.positiveArrow {
  background-image: url(../images/arrow-up.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
}

.equalArrow {
  background-image: url(../images/arrowequal.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
}

.negativeColor {
  color: #fe0000;
}

.positiveColor {
  color: #090;
}