/*******************
Font Icons
********************/

@import url(animate.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');
@import url(../icons/font-awesome/css/font-awesome.min.css);
@import url(../icons/simple-line-icons/css/simple-line-icons.css);
@import url(../icons/iconmind/iconmind.css);
@import url(../icons/themify-icons/themify-icons.css);

/*******************
Preloader
********************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff; }
  .preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px); }

.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em; }

.loader__figure {
  height: 0;
  width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid #1976d2;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

.loader__label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0.5em 0 0 50%;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #1976d2;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2; }
  29% {
    background-color: #1976d2; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2; }
  29% {
    background-color: #1976d2; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2; }
  29% {
    background-color: #1976d2; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

@-moz-keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

@keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

/******************* 
Global Styles 
*******************/
* {
  outline: none; }

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  overflow-x: hidden;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
  scroll-behavior: smooth;
}

a:link, a:visited {
    color: #00209F;
}

a:hover, a:focus, a:active {
    color: #171654; 
}

a.white-link, a.white-link:active {
  color: #ffffff; 
}

a.white-link:hover, a.white-link:focus, a.white-link:active  {
    color: #263238;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 4px; }

html body .mdi:before,
html body .mdi-set {
  line-height: initial; }
  

/* Scroll to Target w/ Fixed Header */
@media (min-width: 768px) {
[id] {
    scroll-margin-top: 130px;
  }
}

/*******************
Header
*******************/
.h13-nav .navbar-nav .nav-item .nav-link,
.header-nav .navbar-nav .nav-item .nav-link
{
    color: #153696;
    padding: 10px 15px;
    display: block; 
}

.h13-nav .navbar-nav .dropdown ul li a:hover,
.header-nav .navbar-nav .dropdown ul li a:hover
  {
      background-color: #f8f9fa;
  }
/*add bottom border to subnav items */
.dropdown ul li a {
    border-bottom: 1px solid #f4f5f7;
}

/* Remove border from last item */
.dropdown ul li:last-of-type a {
    border-bottom: none;
}
    
/* Desktop Styles */
@media (min-width: 992px){
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover > .submenu {
		display: block;
	}
	
	/* Mega Menu */
	#mega {
	    position: relative;
	}
	
	#mega > ul {
	        -moz-column-count: 3;
	        -moz-column-gap: 20px;
	        -webkit-column-count: 3;
	        -webkit-column-gap: 20px;
	        column-count: 3;
	        column-gap: 20px;
	        -webkit-column-rule: 1px solid #eee;
	        -moz-column-rule: 1px solid #eee;
	        column-rule: 1px solid #eee;
	        right: auto;
	        left: 50%;
	        -webkit-transform: translate(-50%, 0);
	        -o-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	    } 
	    
}
    
/* Topbar Styles */

.h13-topbar .navbar .search-box,
.topbar .navbar .search-box {
    padding: 15px;
    width: 240px; 
    }

.h13-topbar .navbar .nav-item .nav-link,
.header-topbar .navbar .nav-item .nav-link{
    padding: 10px 20px 10px 0;
}
    
.topbar .topbar-left li.nav-item:first-child a {
    padding-left: 0px;
    }
      
/* Increase Search icon size */
.topbar-right .fa {
    font-size: 24px;
}
    
/* Adjust right topbar padding */
.topbar .navbar .topbar-right .nav-item .nav-link {
    padding-bottom:8px;
    padding-right:15px;
} 
    
/* Search Box */
@media (max-width: 990px) { 
    .dropdown-menu.search-box {
        background-color: transparent;
    }
    .dropdown-menu.b-none.search-box {
         box-shadow: 0 0 0 rgba(255, 255, 255, 0.0);
    }
    .topbar .navbar .search-box {
        padding: 15px 0;
        width: 100%;
    }
}
    
/* Top Bar External Link Icon */
.topbar-left li a[target="_blank"]:after, #sidebar-nav.list-group a[target="_blank"]:after {
	content: "\f08e";
	font-family: 'FontAwesome';
    padding: 0 0 0 5px;
}
      
/* Navbar Search */

.navbar-search {
    position: relative;
}
  .navbar-search-input {
    padding-right: 30px;    
}
.navbar-search-icon  {
    position: absolute;
    right: 0px;
    top: 8px;
    padding: 5px 10px;
    pointer-events: none;
}

/* medium devices (landscape phones, less than 992px)*/
/* Overview Section*/
@media (max-width: 991.98px) {
    div#section-1[style] {
        background-image: none!important;
    }
}

/* sticky for bootstrap 4.6 */
@media (max-width: 991.98px) { /* Bootstrap LG breakpoint */
    .sticky-desktop {
        position: static !important; /* Remove stickiness on mobile */
    }
}

@media (min-width: 992px) {
    .sticky-desktop {
        position: sticky;
        top: 0;
        z-index: 1020; /* Ensure it stays above content */
    }
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6, .h1,.h2,.h3,.h4,.h5,.h6 {
  color: #3e4555;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.display-7 {
  font-size: 26px; }

.box {
  border-radius: 4px;
  padding: 10px; }


.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

.circle {
  border-radius: 100%; }

/*******************
Blockquote
*******************/
html body blockquote {
  border-left: 5px solid #009efb;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px; }

.clear {
  clear: both; }

ol li {
  margin: 5px 0; }

/*******************
Opacity
*******************/
.op-8 {
  opacity: 0.8; }

.op-7 {
  opacity: 0.7; }

.op-5 {
  opacity: 0.5; }

.op-3 {
  opacity: 0.3; }

/*******************
font weight
*******************/
html body .font-bold, .fw-bold {
  font-weight: 700; }

html body .font-semibold {
  font-weight: 600; }

html body .font-normal {
  font-weight: normal; }

html body .font-light {
  font-weight: 300; }

html body .font-medium {
  font-weight: 500; }


/*******************
Text Colors
*******************/
.text-white {
  color: #ffffff !important; }

.text-light {
  color: #f5f7fa !important; }

.text-danger {
  color: #e2383f !important; }

.text-muted {
  color: #8d97ad !important; }

.text-warning {
  color: #fec500 !important; }

.text-success {
  color: #00a950 !important; }

.text-info {
  color: #188ef4 !important; }

.text-inverse {
  color: #3e4555 !important; }
  
.highlight {
    background-color: AliceBlue;
    padding: 0 3px;
}

.text-success-gradiant {
  background: #00a950;
  background: -webkit-linear-gradient(legacy-direction(to right), #00a950 0%, #40BF7C 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00a950), to(#40BF7C));
  background: -webkit-linear-gradient(left, #00a950 0%, #40BF7C 100%);
  background: -o-linear-gradient(left, #00a950 0%, #40BF7C 100%);
  background: linear-gradient(to right, #00a950 0%, #40BF7C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

.text-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #273892 100%);
  background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#273892));
  background: -webkit-linear-gradient(left, #188ef4 0%, #273892 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #273892 100%);
  background: linear-gradient(to right, #188ef4 0%, #273892 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

html body .text-blue {
  color: #02bec9; }

html body .text-purple {
  color: #7460ee; }

.text-primary {
  color: #273892!important;}

html body .text-orange {
  color: #ff534b !important; }

html body .text-dark {
  color: #8d97ad; }

html body .text-themecolor {
  color: #009efb; }
  
/* Text Decoration */
.text-decoration-underline {
    text-decoration: underline;
}

/*******************
Background Colors
*******************/
.bg-primary {
  background-color: #273892 !important; }

.bg-success {
  background-color: #00a950 !important; }

.bg-info {
  background-color: #188ef4 !important; }

.bg-warning {
  background-color: #fec500 !important; }

.bg-danger {
  background-color: #e41d30 !important; }

.bg-orange {
  background-color: #ff6a5b !important; }

.bg-yellow {
  background-color: #fed700; }
  
.bg-black {
  background-color: #000 !important; }

.bg-facebook {
  background-color: #3b5a9a; }

.bg-twitter {
  background-color: #56adf2; }

.bg-success-gradiant {
  background: #00a950;
  background: -webkit-linear-gradient(legacy-direction(to right), #00a950 0%, #3aba85 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00a950), to(#3aba85));
  background: -webkit-linear-gradient(left, #00a950 0%, #3aba85 100%);
  background: -o-linear-gradient(left, #00a950 0%, #3aba85 100%);
  background: linear-gradient(to right, #00a950 0%, #3aba85 100%); }

.bg-info-gradiant {
  background: #263892;
  background: -webkit-linear-gradient(legacy-direction(to right), #263892 0%, #18235b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#263892), to(#18235b));
  background: -webkit-linear-gradient(left, #263892 0%, #18235b 100%);
  background: -o-linear-gradient(left, #263892 0%, #18235b 100%);
  background: linear-gradient(to right, #263892 0%, #18235b 100%); }

.bg-danger-gradiant {
  background: #e41d30;
  background: -webkit-linear-gradient(legacy-direction(to right), #e41d30 0%, #c21929 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e41d30), to(#c21929));
  background: -webkit-linear-gradient(left, #e41d30 0%, #c21929 100%);
  background: -o-linear-gradient(left, #e41d30 0%, #c21929 100%);
  background: linear-gradient(to right, #e41d30 0%, #c21929 100%); }

html body .bg-theme {
  background-color: #009efb; }

html body .bg-inverse {
  background-color: #3e4555; }

html body .bg-purple {
  background-color: #4c2868; }

html body .bg-orange {
  background-color: #ff534b; }

html body .bg-light {
  background-color: #f5f7fa!important; }

.bg-light-primary {
  background-color: #f1effd}

html body .bg-light-success {
  background-color: #dff0d8!important; }

.bg-light-info {
    color: #004085;
    background-color: #cce5ff!important;
}

html body .bg-light-extra {
  background-color: #ebf3f5!important; }

html body .bg-light-warning {
  background-color: #fcf8e3!important; }

html body .bg-light-danger {
  background-color: #f2dede!important; }

html body .bg-light-inverse {
  background-color: #f6f6f6!important; }

html body .bg-white {
  background-color: #ffffff!important; }
  
html body .bg-muted {
    background-color: #C7CCD7!important;
}

.bg-subtle {
    background-color: #e2e3e5;
}

.bg-light-purple {
    background-color: #F2F0FE;
}

.bg-light-pink {
    background-color: #FFE6F9;
}

.bg-medium-muted {
    background-color: #E2E5EA;
}

.bg-light-orange {
    background-color: #FFEEEE;
}

.bg-light-muted {
    background-color: #F4F5F7;
}

.bg-gray-dark {
    background-color: #515152;
}

/*Table Backgrounds */

.table-info, .table-info>td, .table-info>th {
    background-color: #C0D9EC;
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0px;
  padding: 0px; }
  ul.list-style-none li {
    list-style: none; }
    ul.list-style-none li a {
      color: #8d97ad;
      padding: 8px 0px;
      display: block;
      text-decoration: none; }
      ul.list-style-none li a:hover {
        color: #009efb; }

/*******************
dropdown-item
******************/
.dropdown-item {
  padding: 8px 1rem;
}

/*******************
Buttons
******************/

.btn {
  color: #fff!important;
  padding: 10px 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }
  .btn:hover {
    color: #fff; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #263238!important;
  padding: 10px 15px; }
  .btn-link .underline {
    border-bottom: 1px solid #263238; }
  .btn-link:hover {
    color: #188ef4;
    text-decoration: none!important;
    }

.btn-light {
  color: #263238!important; }
  .btn-light:hover {
    background: #dadbdb;
    color: #263238;
    border-color: #bcbcbd; }

.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem; }

.btn-md {
  padding: 15px 45px;
  font-size: 16px; }

.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px; }

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px; }

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px; }
  .btn-circle.btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px; }

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px; }

.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px; }

.btn-rounded {
  border-radius: 60px;
  -webkit-border-radius: 60px; }

.btn-arrow {
  position: relative; }
  .btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform; }
  .btn-arrow:hover span, .btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0); }
  .btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity; }
  .btn-arrow:hover i, .btn-arrow:focus i {
    opacity: 1;
    right: -2rem; }

.btn-primary,
.btn-primary.disabled {
  color: white!important;
  background: #273892;
  border: 1px solid #1d2a6e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-primary:hover,
  .btn-primary.disabled:hover {
    background: #1d2a6e;
    border: 1px solid #18235b; }
  .btn-primary.active, .btn-primary:active, .btn-primary:focus,
  .btn-primary.disabled.active,
  .btn-primary.disabled:active,
  .btn-primary.disabled:focus {
    background: #1d2a6e; }

.btn-themecolor,
.btn-themecolor.disabled {
  background: #009efb;
  color: #ffffff;
  border: 1px solid #009efb; }
  .btn-themecolor:hover,
  .btn-themecolor.disabled:hover {
    background: #028ee1;
    border: 1px solid #028ee1; }
  .btn-themecolor.active, .btn-themecolor:active, .btn-themecolor:focus,
  .btn-themecolor.disabled.active,
  .btn-themecolor.disabled:active,
  .btn-themecolor.disabled:focus {
    background: #028ee1; }

.btn-success,
.btn-success.disabled {
  background: #00a950;
  border: 1px solid #00a950; }
  .btn-success:hover,
  .btn-success.disabled:hover {
    background: #3aba85;
    border: 1px solid #3aba85; }
  .btn-success.active, .btn-success:active, .btn-success:focus,
  .btn-success.disabled.active,
  .btn-success.disabled:active,
  .btn-success.disabled:focus {
    background: #3aba85; }

.btn-info,
.btn-info.disabled {
  background: #188ef4;
  border: 1px solid #188ef4;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-info:hover,
  .btn-info.disabled:hover {
    background: #2c73cb;
    border: 1px solid #2c73cb; }
  .btn-info.active, .btn-info:active, .btn-info:focus,
  .btn-info.disabled.active,
  .btn-info.disabled:active,
  .btn-info.disabled:focus {
    background: #2c73cb; }

.btn-warning,
.btn-warning.disabled {
  background: #fec500;
  color: #ffffff;
  border: 1px solid #fec500; }
  .btn-warning:hover,
  .btn-warning.disabled:hover {
    background: #dcaf17;
    color: #ffffff;
    border: 1px solid #dcaf17; }
  .btn-warning.active, .btn-warning:active, .btn-warning:focus,
  .btn-warning.disabled.active,
  .btn-warning.disabled:active,
  .btn-warning.disabled:focus {
    background: #dcaf17;
    color: #ffffff; }

.btn-danger,
.btn-danger.disabled {
  background: #e2383f;
  border: 1px solid #b3191e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-danger:hover,
  .btn-danger.disabled:hover {
    background: #b3191e;
    border: 1px solid #951519; }
  .btn-danger.active, .btn-danger:active, .btn-danger:focus,
  .btn-danger.disabled.active,
  .btn-danger.disabled:active,
  .btn-danger.disabled:focus {
    background: #951519; }

.btn-inverse,
.btn-inverse.disabled {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #ffffff; }
  .btn-inverse:hover,
  .btn-inverse.disabled:hover {
    background: #232a37;
    color: #ffffff;
    border: 1px solid #232a37; }
  .btn-inverse.active, .btn-inverse:active, .btn-inverse:focus,
  .btn-inverse.disabled.active,
  .btn-inverse.disabled:active,
  .btn-inverse.disabled:focus {
    background: #232a37;
    color: #ffffff; }

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff; }
  .btn-red:hover,
  .btn-red.disabled:hover {
    border: 1px solid #d61f1f;
    background: #d61f1f; }
  .btn-red.active, .btn-red:active, .btn-red:focus,
  .btn-red.disabled.active,
  .btn-red.disabled:active,
  .btn-red.disabled:focus {
    background: #d73e6b; }

.btn-success-gradiant {
  background: #00a950;
  background: -webkit-linear-gradient(legacy-direction(to right), #00a950 0%, #3aba85 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00a950), to(#3aba85));
  background: -webkit-linear-gradient(left, #00a950 0%, #3aba85 100%);
  background: -o-linear-gradient(left, #00a950 0%, #3aba85 100%);
  background: linear-gradient(to right, #00a950 0%, #3aba85 100%);
  border: 0px; }
  .btn-success-gradiant:hover {
    background: #3aba85;
    background: -webkit-linear-gradient(legacy-direction(to right), #3aba85 0%, #00a950 100%);
    background: -webkit-gradient(linear, left top, right top, from(#3aba85), to(#00a950));
    background: -webkit-linear-gradient(left, #3aba85 0%, #00a950 100%);
    background: -o-linear-gradient(left, #3aba85 0%, #00a950 100%);
    background: linear-gradient(to right, #3aba85 0%, #00a950 100%); }
  .btn-success-gradiant.active, .btn-success-gradiant:active, .btn-success-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1; }

.btn-danger-gradiant {
  background: #e41d30;
  background: -webkit-linear-gradient(legacy-direction(to right), #e41d30 0%, #c21929 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e41d30), to(#c21929));
  background: -webkit-linear-gradient(left, #e41d30 0%, #c21929 100%);
  background: -o-linear-gradient(left, #e41d30 0%, #c21929 100%);
  background: linear-gradient(to right, #e41d30 0%, #c21929 100%);
  border: 0px; }
  .btn-danger-gradiant:hover {
    background: #c21929;
    background: -webkit-linear-gradient(legacy-direction(to right), #c21929 0%, #e41d30 100%);
    background: -webkit-gradient(linear, left top, right top, from(#c21929), to(#e41d30));
    background: -webkit-linear-gradient(left, #c21929 0%, #e41d30 100%);
    background: -o-linear-gradient(left, #c21929 0%, #e41d30 100%);
    background: linear-gradient(to right, #c21929 0%, #e41d30 100%); }
  .btn-danger-gradiant.active, .btn-danger-gradiant:active, .btn-danger-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1; }

.btn-info-gradiant {
  background: #263892;
  background: -webkit-linear-gradient(legacy-direction(to right), #263892 0%, #18235b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#263892), to(#18235b));
  background: -webkit-linear-gradient(left, #263892 0%, #18235b 100%);
  background: -o-linear-gradient(left, #263892 0%, #18235b 100%);
  background: linear-gradient(to right, #263892 0%, #18235b 100%);
  border: 0px; }
  .btn-info-gradiant:hover {
    background: #18235b;
    background: -webkit-linear-gradient(legacy-direction(to right), #18235b 0%, #263892 100%);
    background: -webkit-gradient(linear, left top, right top, from(#18235b), to(#263892));
    background: -webkit-linear-gradient(left, #18235b 0%, #263892 100%);
    background: -o-linear-gradient(left, #18235b 0%, #263892 100%);
    background: linear-gradient(to right, #18235b 0%, #263892 100%); }
  .btn-info-gradiant.active, .btn-info-gradiant:active, .btn-info-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1; }

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #345bcb;
  border: 1px solid #345bcb; }

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #3aba85;
  border: 1px solid #3aba85; }

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #2c73cb;
  border: 1px solid #2c73cb; }

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #dcaf17;
  border: 1px solid #dcaf17; }

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b; }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37; }

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff; }

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px; }

/******************* 
Topbar
*******************/
.topbar {
  padding: 0px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  width: 100%;
  position: fixed;
  z-index: 20;
  background: #ffffff; }
  .topbar.fixed-header {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background: #ffffff; }
    .topbar.fixed-header .navbar .navbar-brand img {
      /*height: 50px;*/
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1); }

/******************* 
Main & Page wrapper
*******************/
.page-wrapper {
  padding-top: 0; }

#main-wrapper {
  overflow: hidden; }

/******************* 
container fluid
*******************/
.container-fluid {
  padding: 0px; }

/******************* 
Fix-width
*******************/
.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

/******************* 
Title
*******************/
.title {
  margin: 20px 0 15px; }

/******************* 
Subtitle
*******************/
.subtitle {
  color: #8d97ad;
  line-height: 24px; }

/******************* 
card
*******************/
.card {
  border: 0px;
  margin-bottom: 30px; }
  .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.card-group .card {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 30px; }
  
/*******************
Box Shadow
*******************/

.box-shadow, .box-shadow-v2 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-shadow-v3 {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 5px;
} 

/******************* 
Icon space
*******************/
.icon-space {
  margin: 20px 0; }

.linking {
  color: #273892; }
  .linking i {
    font-size: 14px;
    margin-left: 10px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
  .linking:hover {
    color: #009efb; }
    .linking:hover i {
      margin-left: 15px; }

/******************* 
Listing
*******************/

.list-unstyled li {
    padding: 10px 0;
}

.list-block {
  margin: 0px;
  padding: 0px; }
  .list-block li {
    list-style: none;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .list-block li i {
      margin-right: 10px;
      -webkit-flex-shrink: 0px;
      -ms-flex-negative: 0px;
      flex-shrink: 0px;
      margin-top: 3px; }
  .list-block.with-underline>li,
  .list-unstyled.with-underline>li
  {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    padding: 10px 0; }
    
    /* Add Check */
    ul.list-icon-check>li::before {
    content: "\e080";
    font-family: 'simple-line-icons';
    color: #273892;
    padding: 0 10px 0 0;
}

ul.list-icon-check-white>li::before {
    color: #fff!important;
}

ul.list-icon-check-white.with-underline>li {
    border-color: #eee;
    border-color: rgba(255,255,255,0.13);
}

/******************* 
Image shadow
*******************/
.img-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3); }

/******************* 
Icon Round
*******************/
.icon-round {
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  font-size: 45px;
  color: #ffffff;
}

.no-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/******************* 
up section
*******************/
.up {
  z-index: 10;
  position: relative; }

/* Back to Top Button */  
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #273892;
}
.back-to-top:hover {
    background-color: #1b2766;
}

/******************* 
Side text content
*******************/
.side-content {
  padding: 40px 60px; }

/******************* 
background cover
*******************/
.bg-cover {
  background-size: cover;
  min-height: 200px; }

/******************* 
Max width
*******************/
.max-300 {
  max-width: 300px; }

.max-400 {
  max-width: 400px; }

.max-500 {
  max-width: 500px; }

.max-600 {
  max-width: 600px; }

/******************* 
line sticks
*******************/
.stick-bottom {
  position: relative;
  margin-bottom: 30px; }
  .stick-bottom > span {
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0px;
    display: inline-block; }

/******************* 
position
*******************/
.po-absolute {
  position: absolute; }

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

/************************/
/* Navigation Dropdown */
/**********************/
#h13-sdropdown.dropdown-toggle::after {
    display: none;
} 

#header13 .navbar-nav .dropdown-toggle::after,
#headerNav .navbar-nav .dropdown-toggle::after {
  display: inline-block;
  border: none!important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107"!important; /* FontAwesome icon */
  vertical-align: 0;
}

.navbar-nav .dropdown-menu.b-none {
  border: 0px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.navbar-nav {
  font-weight: 400; }

.pre-scroll {
  position: relative; }
  
/* Mega Menu */
.mega-dropdown {
  position: static; }
  .mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    margin-top: 0px;
    overflow: hidden; }
  .mega-dropdown .list-style-none {
    font-size: 14px; }
  .mega-dropdown .inside-bg {
    margin: -30px 0 -30px -30px; }
  .mega-dropdown .inside-bg-right {
    margin: -30px -30px -30px 0; }
  .mega-dropdown .bg-img {
    background-size: cover;
    height: 100%;
    padding: 30px; }
  .mega-dropdown h6 {
    margin: 15px 0;
    font-size: 15px; }


/*************/
/* General Listing*/
/*************/
.general-listing {
  padding: 0px;
  margin: 0px; }
  .general-listing li {
    list-style: none; }
    .general-listing li a {
      color: #8d97ad;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 0;
      -webkit-transition: 0.2s ease-in;
      -o-transition: 0.2s ease-in;
      transition: 0.2s ease-in;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .general-listing li:hover a {
      color: #009efb;
      padding-left: 10px; }
    .general-listing li i {
      margin-right: 7px;
      vertical-align: middle; }
  .general-listing.two-part li {
    width: 49%;
    display: inline-block; }
  .general-listing.only-li li {
    padding: 5px 0; }
    

/*************/
/* social-round */
/*************/
.round-social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .round-social a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px); }

.round-social.light a {
  color: #263238;
  background: #f5f7fa; }

.round-social.light a:hover {
  background: #263238;
  color: #ffffff; }

/*************/
/* Form Banner */
/*************/

.form-control {
  border: 1px solid rgba(120, 130, 140, 0.4);
  background-color: #f9f9f9;
    
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 12px); }

/*******************
Buttons
******************/
.button-group .btn {
  margin-bottom: 7px; }

/*******************
Grid page
******************/
.show-grid {
  margin-bottom: 10px;
  padding: 0 15px; }

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background-color: #f5f7fa; }
  
/*******************
alerts
******************/
.alert {
    padding-top: 1rem;
}
.alert-light {
color: #343a40;
background-color: #f5f7fa;
border-color: #e7e9ec;
}

.alert-white {
background-color: white;
border-color: #ddd;
}

/*******************
list and media
******************/
.list-group a.list-group-item:hover {
  background: #f5f7fa; }

.list-group-item.active,
.list-group .list-group-item.active:hover {
  background: #f5f7fa;
  border-color: #e9ecef; }

.list-group-item.disabled {
  color: #8d97ad;
  background: #f5f7fa; }
  
.nav-start-item .list-group-item {
    border-top-right-radius: 25deg;
    border-top-left-radius: 25deg;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-style: none;
}

.media {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 10px;
  padding: 15px; }

/*******************
Notification page Jquery toaster
******************/
.alert-rounded {
  border-radius: 60px; }

/*******************
Vertical tabs
******************/
.vtabs {
  display: table; }
  .vtabs .tabs-vertical {
    width: 150px;
    border-bottom: 0px;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    display: table-cell;
    vertical-align: top; }
    .vtabs .tabs-vertical li .nav-link {
      color: #263238;
      margin-bottom: 10px;
      border: 0px;
      border-radius: 4px 0 0 4px; }
  .vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top; }

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #009efb;
  border: 0px;
  color: #ffffff; }

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #ffffff;
  border: 0px;
  border-right: 2px solid #009efb;
  margin-right: -1px;
  color: #009efb; }

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px; }

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #8d97ad; }
  .customtab2 li a.nav-link.active {
    background: #009efb;
    color: #ffffff; }
  .customtab2 li a.nav-link:hover {
    color: #ffffff;
    background: #009efb; }
/* Stack Tabs on small devices */  
@media screen and (max-width:767px){
  .nav-tabs .nav-item {
      width:100%;}
    .nav-tabs .nav-link {
        background: #f5f7fa;
        border: 1px solid #ddd;
    }      
}

/*============================================================== 
 Ui-bootstrap
 ============================================================== */
ul.list-icons {
  margin: 0px;
  padding: 0px; }
  ul.list-icons li {
    list-style: none;
    line-height: 30px;
    margin: 5px 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
    ul.list-icons li a {
      color: #8d97ad; }
      ul.list-icons li a:hover {
        color: #009efb; }
    ul.list-icons li i {
      font-size: 13px;
      padding-right: 8px; }

ul.list-inline li {
  display: inline-block; }
  ul.list-inline li:first-child {
    padding-left: 0px; }
  ul.list-inline li a {
    color: #8d97ad; }
    ul.list-inline li a:hover {
      color: #009efb; }

ul.two-part {
  margin: 0px; }
  ul.two-part li {
    width: 48.8%; }

/*Accordion*/
html body .accordion .card, .card-acc {
  margin-bottom: 0px; }

#accordion4 .card-header {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #e9ecef;
  margin-bottom: 10px; }
  #accordion4 .card-header a {
    color: #8d97ad; }
  #accordion4 .card-header:hover {
    background-color: #188ef4;
    border: 1px solid #188ef4; }
    #accordion4 .card-header:hover a {
      color: #ffffff; }

#accordion4 .card.active .card-header {
  background-color: #188ef4;
  border: 1px solid #188ef4; }
  #accordion4 .card.active .card-header a {
    color: #ffffff; }

/*===================== 
Breadcrumb
=====================*/
.bc-colored .breadcrumb-item,
.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6); }
.bc-colored .breadcrumb-item:hover,
.breadcrumb-item a:hover {
      color: rgba(255,255,255,0.8);
      text-decoration: underline;
  }
  .bc-colored .breadcrumb-item.active,
  .bc-colored .breadcrumb-item a.active {
    opacity: 0.8;
    font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
  }

.breadcrumb {
    padding: 0 .5rem;
    margin-bottom: 0px;
    background-color: transparent;
    font-size: .75rem;
}

/* Hide Breadcrumbs on xs devices */
@media (max-width: 575.98px) { 
    #breadcrumb {
        display: none;
    }
}
  
/*******************
Hero
*********************/

.wrap__hero {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

/*******************
 Card title
*******************/
.card-title {
  font-size: 18px; }

.card-subtitle {
  color: #8d97ad;
  margin-bottom: 30px;
  font-size: 14px; }

.card-inverse .card-bodyquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65); }

.card-default .card-header {
  background: #ffffff;
  border-bottom: 0px; }

.card-success {
  background: #00a950;
  border-color: #00a950; }

.card-danger {
  background: #e2383f;
  border-color: #e2383f; }

.card-warning {
  background: #fec500;
  border-color: #fec500; }

.card-info {
  background: #188ef4;
  border-color: #188ef4; }

.card-primary {
  background: #273892;
  border-color: #273892; }

.card-dark {
  background: #3e4555;
  border-color: #3e4555; }

.card-megna {
  background: #1dc8cd;
  border-color: #1dc8cd; }
  
.card-orange {
  background: #ff534b;
  border-color: #ff534b; }

/*============================================================== 
 Cards
 ============================================================== */
.card-columns .card {
  margin-bottom: 20px; }

.collapsing {
  -webkit-transition: height .08s ease;
  -o-transition: height .08s ease;
  transition: height .08s ease; }

.card-info {
  background: #188ef4;
  border-color: #188ef4; }

.card-primary {
  background: #273892;
  border-color: #273892; }

.card-outline-info {
  border-color: #188ef4; }
  .card-outline-info .card-header {
    background: #188ef4;
    border-color: #188ef4; }

.card-outline-inverse {
  border-color: #3e4555; }
  .card-outline-inverse .card-header {
    background: #3e4555;
    border-color: #3e4555; }

.card-outline-warning {
  border-color: #fec500; }
  .card-outline-warning .card-header {
    background: #fec500;
    border-color: #fec500; }

.card-outline-success {
  border-color: #00a950; }
  .card-outline-success .card-header {
    background: #00a950;
    border-color: #00a950; }

.card-outline-danger {
  border-color: #e2383f; }
  .card-outline-danger .card-header {
    background: #e2383f;
    border-color: #e2383f; }

.card-outline-primary {
  border-color: #273892; }
  .card-outline-primary .card-header {
    background: #273892;
    border-color: #273892; }

/*******************
Custom-select
******************/
.custom-select {
  background: url(/assets/images/ui/custom-select.png) right 0.75rem center no-repeat;
  border: 2px solid rgba(120, 130, 140, 0.13);
  height: calc(2.25rem + 12px); }

/*******************
textarea
******************/
textarea {
  resize: none; }

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem; }

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #00a950; }

.has-success .form-control-success {
  background-image: url(../../assets/images/ui/success.svg); }

.has-success .form-control {
  border-color: #00a950; }

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #fec500; }

.has-warning .form-control-warning {
  background-image: url(../../assets/images/ui/warning.svg); }

.has-warning .form-control {
  border-color: #fec500; }

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #e2383f; }

.has-danger .form-control-danger {
  background-image: url(../../assets/images/ui/danger.svg); }

.has-danger .form-control {
  border-color: #e2383f; }

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
  position: initial;
  opacity: 1; }

.input-form .btn {
  padding: 14px 12px; }

.form-control-sm {
  padding: .25rem .5rem; }


/*******************
Overlay headers and third dropdown
******************/
.header-overlay {
  position: absolute;
  width: 100%; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #009efb; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-item > .ml-auto {
    position: absolute;
    right: 15px;
    top: 10px; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none; }
  .dropdown-submenu > .dropdown-menu.menu-right {
    left: auto;
    right: 100%; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -75%; }

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden; }

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/*******************
icons path
*******************/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.ttf?-rdmvgc") format("truetype"); }

/*
@font-face {
  font-family: 'simple-line-icons';
  src: url("../icons/fonts/Simple-Line-Icons.ttf?-i3a2kk") format("truetype"); }
*/

@font-face {
  font-family: 'themify';
  src: url("fonts/themify.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"); }

/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 1024px) {
    .page-wrapper {
      padding-top: 102px; 
    } 
    
    /* In Use on Main Template */
    .has-header .page-wrapper {
        padding-top: var(--header-height);
    }
   .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0px; 
   }
   .navbar-nav > .dropdown .dropdown-menu {
        min-width: 250px;
        margin-top: 0px; 
   }
   .dropdown-submenu:hover > .dropdown-menu {
        display: block; 
   } 
}

@media (max-width: 1023px) {
/*   .d-flex {
  display: block !important; } */
    .d-flex.no-block {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  .po-absolute {
    position: relative; }
  .topbar {
    position: relative; }
    .topbar.animated {
      -webkit-animation-duration: 0s;
      animation-duration: 0s; }
      .topbar.animated.slideInDown {
        -webkit-animation-name: none;
        animation-name: none; } }
 
 /********************/
/* Homepage Slider */
/********************/

/* Typography */

#slider h1 {
    font-size: 19px;
}

#slider p {
    font-size: .8rem;
}

@media (min-width: 768px) {
    #slider h1 {
        font-size: 30px;
    }
    
    #slider p {
        font-size: 1rem;
    }
} 

@media (min-width: 960px) {
    #slider.skew h1 {
        font-size: 40px;
    }
    
    #slider.default h1 {
        font-size: 50px;
    }
}

/* Center captions vertically */
#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}

/* Prevent blur on captions */
#slider .carousel-item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Overlay for smaller devices */
#slider .carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
  

@media (min-width: 992px) {
    #slider h1 {
        font-size: 50px;
    }
    
    #slider.default .caption-outer p {
    max-width: 65%;
    margin: 20px auto;
    }
    
  /* Remove overlay on desktop for skewed design*/
  #slider.skew .carousel-item:before {
      background: transparent;
  }
  
  /* Skew caption background on desktop */
  #slider.skew .caption-outer {
    text-align: left;
    padding: 30px 50px 30px 75px;
    background-color: rgba(39, 56, 146, 0.8);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    -o-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
  }
  
  /* Remove skew on caption elements */
  #slider.skew .caption-inner {
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
  }
}

@media (min-width: 1200px) {
    #slider.skew .caption-outer {
    max-width: 65%;
    margin: 0;
    }
}

.slide-outer {
  box-shadow: 0 0 0 #000;
  background: rgba(39,56,146,0.9);
  padding: 30px;
}
/*@media (min-width: 768px)*/
@media (min-width: 992px) {
    /* Slider - Skew Box */
    .slide-outer {
      overflow: hidden;
      padding: 30px 50px 30px 70px;
      position: relative;
      -moz-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
    }
    .slide-inner {
      -moz-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
      -webkit-transform: skewX(30deg);
      transform: skewX(30deg);
    }
}

/*Feature 3 */
.wrap-feature3-box .card-body {
  padding: 40px;
}
.wrap-feature3-box .card-body .icon-space {
    padding: 0px 40px 20px 0px;
}

/* Feature 6 */
.wrap-feature6-box {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.wrap-feature6-box .card-body {
  padding: 30px;
}

.wrap-feature6-box .card-body .linking {
  color: #ffffff;
}

.wrap-feature6-box .card-body .linking:hover {
  color: #263238;
}

.wrap-feature6-box .card-body p {
  opacity: 0.8;
}

.wrap-feature6-box:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Feature 11 */
.wrap-feature11-box {
  margin-top: 60px;
}

.wrap-feature11-box .card-body {
  padding: 40px;
}

.wrap-feature11-box .icon-space {
  margin: -80px 0 20px;
}


/* Feature 12 */
.feature-12 {
  position: relative;
}

.feature12 [class*=col-md-12] {
  margin-bottom: 30px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.feature12 [class*=col-md-12]:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.feature12 .uneven-box {
  margin-top: 0px;
}

@media (min-width: 768px) {
 .feature12 .uneven-box {
      margin-top: 100px;
    }   
}

/*******************
Feature 41
*******************/

.wrap-feature41-box .f41-tab {
  display: block;
}

.wrap-feature41-box .f41-tab li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 25px;
}

.wrap-feature41-box .f41-tab li a .t-icon {
  margin-right: 25px;
  color: #8d97ad;
}

.wrap-feature41-box .f41-tab li a h5 {
  font-weight: 500;
}

.wrap-feature41-box .f41-tab li a h6 {
  font-size: 14px;
  margin-bottom: 0px;
}

.wrap-feature41-box .f41-tab li a.active, .wrap-feature41-box .f41-tab li a:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.wrap-feature41-box .f41-tab li a.active .t-icon, .wrap-feature41-box .f41-tab li a:hover .t-icon {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

/*******************
Feature 45
*******************/
.wrap-feature45-box {
  margin-top: 0px; }
  .wrap-feature45-box .f45-tab {
    display: table;
    width: 100%; }
    .wrap-feature45-box .f45-tab > a {
      display: table-cell;
      border: 1px solid #dee2e6;
      text-align: center;
      padding: 15px 10px;
      background: #343a40;
      color: white;
      }
      .wrap-feature45-box .f45-tab > a:hover {
          background-color: #000;
      }
      .wrap-feature45-box .f45-tab > a.active {
        border-bottom-color: transparent;
        background: white;
        color: #343a40; }
      
  .wrap-feature45-box .tab-pane {
    padding: 20px;
    background: white;
  }
  
@media (max-width: 768px) {
    .wrap-feature45-box .f45-tab {
        display: block;
    }
    .wrap-feature45-box .f45-tab > a {
      display: block;
    }   
}

    
/* Feature 47 */
.wrap-feature47-box .f-47-line {
  line-height: 40px;
}

/* Form */

.error {
    font-size: .875rem;
    color: #dc3545;
}

/*******************
Timeline page
******************/
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto; }

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #f4f8fa; }

.timeline > li {
  position: relative;
  margin-bottom: 20px; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); }

.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid rgba(120, 130, 140, 0.13);
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(120, 130, 140, 0.13); }

.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #ffffff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff; }

.timeline > li > .timeline-badge {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 46px;
  color: #fff;
  overflow: hidden; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0; }

.timeline-badge.primary {
  background-color: #253594; }

.timeline-badge.success {
  background-color: #2cdd9b; }

.timeline-badge.warning {
  background-color: #fec500; }

.timeline-badge.danger {
  background-color: #ff4d7e; }

.timeline-badge.info {
  background-color: #188ef4; }

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }
  
  /* Filter */
  /* Filter */
.filters {
	width: 100%;
	position: relative;
	bottom: 0;
	text-align: center;
}

.filters ul {
	list-style: none;
	padding: 20px 0;
}

.filters ul li {
	display: inline;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 200;
	cursor: pointer;
}

.filters ul li:hover {
	color: #ddd;
}

.filters ul li.active {
	color: #ccc;
	color: #e2383f;
	font-weight: 700;
}

/* Cookie Consent */

.cookieconsent {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999;
    border-radius: 0;
    border: 1px solid #ccc;
}

@media (min-width: 768px) {
  .cookieconsent {
    width: 440px;
    bottom: 40px;
    right: 40px;
  }
}

/* Responsive Video */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* News */

.article ul li {
    margin-bottom: 1rem;
}

/* Footer Docs */

.footer-docs a[href$=".pdf"]::after {
    content: "\f1c1"; /* Unicode for PDF icon */
    font-family: "FontAwesome"; /* FA version */
    font-weight: 400; /* Required for solid icons */
    margin-left: 8px; 
    color: #fff; 
    display: inline-block; /* Align with text */
}

/* Global Search */
    
@media (min-width: 768px) {
    .header-search .input-group .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .header-search .btn-search {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

/* Temp Styles */

/* Desktop */
.fixed-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030; /* Ensure it stays on top */
}

/* Extend Bootstrap */

.lh-1 {
    line-height: 1;
}

.lh-1-8 {
    line-height: 1.8;
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
  }
    .pt-lg-6 {
      padding-top: 6rem!important;
  }
    .pb-lg-6 {
      padding-bottom: 6rem!important;
  }
}

/* Mobile (Remove fixed-top on smaller screens) */
@media (max-width: 1024px) {
.fixed-topbar {
    position: static; /* Or whatever default position you want */
  }
}

/* Sizing */

/* Base: all screens (mobile-first) */
.min-vh-100 { min-height: 100vh; }
.min-vh-75  { min-height: 75vh; }
.min-vh-50  { min-height: 50vh; }
.min-vh-50  { min-height: 50vh; }
.min-vh-25  { min-height: 25vh; }

/* Small screens and up (≥576px) */
@media (min-width: 576px) {
  .min-vh-sm-100 { min-height: 100vh; }
  .min-vh-sm-75  { min-height: 75vh; }
  .min-vh-sm-50  { min-height: 50vh; }
  .min-vh-sm-25  { min-height: 25vh; }
}

/* Medium screens and up (≥768px) */
@media (min-width: 768px) {
  .min-vh-md-100 { min-height: 100vh; }
  .min-vh-md-75  { min-height: 75vh; }
  .min-vh-md-50  { min-height: 50vh; }
  .min-vh-md-25  { min-height: 25vh; }
  .w-md-80 {  width: 80%; }
}

/* Large screens and up (≥992px) */
@media (min-width: 992px) {
  .min-vh-lg-100 { min-height: 100vh; }
  .min-vh-lg-75  { min-height: 75vh; }
  .min-vh-lg-50  { min-height: 50vh; }
  .min-vh-lg-25  { min-height: 25vh; }
  .w-lg-75 { width: 75%; }
  .w-lg-50 { width: 50%; }
}

/* Extra-large screens and up (≥1200px) */
@media (min-width: 1200px) {
  .min-vh-xl-100 { min-height: 100vh; }
  .min-vh-xl-75  { min-height: 75vh; }
  .min-vh-xl-50  { min-height: 50vh; }
  .w-xl-60 { width: 60%; }
}

/* Table Spacing */

.table th,
.table td {
  padding: 0.75rem; /* 12px */
}

.table-sm th,
.table-sm td {
  padding: 0.375rem; /* 6px */
}


/* hero image */
.hero-image {
    height: clamp(300px, 50vw, 500px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    text-align: center;
}








