@charset "UTF-8";
/* CSS Document */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input[type="text"],  
input[type="number"],  
input[type="tel"],
input[type="email"],
select,  
textarea {    
    font-size: 1rem !important;  
}

html {    
    box-sizing: border-box;  
}    
*, *:before, *:after {    
    box-sizing: inherit;  
}

* {     
  margin: 0;    
  padding: 0;  
}


 html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
        scroll-behavior: smooth;
        overflow-x: hidden !important;
        line-height: 1.35; 
        text-rendering: optimizeLegibility;
        font-family: "Cabin", sans-serif;
        font-optical-sizing: auto;
        color: rgba(34,44,106,1.00);
}
html {
  position: relative;
  height: 100%!important;
}

a[href]:not([class]) {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
    color: rgba(72,47,115,1.00);
}

a[href]:not([class]):hover {       
    color: rgba(77,172,193,1.00);
}

a[href] {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
}


.edje{
    color: #FFFFFF;
     text-decoration: none !important;  
    transition: all ease-in-out .3s;
}
.edje:hover{
    color: #FFFFFF;
}

button:focus {outline:0;}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   
}

.row-large-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

.row-large-gutter > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row-small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row-small-gutter > * {
  padding-left: 5px;
  padding-right: 5px;
}

.line-height-0{
    line-height: 0;
}

.line-height-_5{
    line-height: .5;
}

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

.line-height-1_5{
    line-height: 1.5;
}

.line-height-2{
    line-height: 2;
}

.letter-space-1{
    letter-spacing: 1px;
}

.letter-space-2{
    letter-spacing: 2px;
}

.letter-space-3{
    letter-spacing: 3px;
}

.font-weight-900 {
    font-weight: 900;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

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

.font-weight-300 {
    font-weight: 300;
}

.text-shadow{
	text-shadow: 3px 4px 10px rgba(0,0,0,0.70);
    z-index: 2;
}
.xsmall{
	font-size: 70%;
}

.border-2{
    border-width: 2px;
    border-style: solid;
}

.border-4{
    border-width: 4px;
    border-style: solid;
}

.border-6{
    border-width: 6px;
    border-style: solid;
}

.border-8{
    border-width: 8px;
    border-style: solid;
}

.border-10{
    border-width: 10px;
    border-style: solid;
}

.border-15{
    border-width: 15px;
    border-style: solid;
}

.border-sm-left {
	border-left: solid;
}

.border-sm-white {
	border-color: rgba(255,255,255,1.00);
}

#invisible{
	display: none;
}
.w-10{
    width: 10% !important;
}

   .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
        background-color:rgba(125,194,66,1.00);
       border-color: rgba(125,194,66,1.00);
    }

   .custom-checkbox .custom-control-input:checked:disabled~.custom-control-label::before{
        background-color:rgba(125,194,66,0.60);
    }

   .custom-radio  .custom-control-input:checked~.custom-control-label::before{
        background-color:rgba(125,194,66,1.00);
       border-color: rgba(125,194,66,1.00);
    }

   .custom-radio  .custom-control-input:checked:disabled~.custom-control-label::before{
        background-color:rgba(125,194,66,0.60);
    }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:  rgba(125,194,66,1.00);
}

.nav-pills .nav-link:hover {
    color: #fff;
    background-color: rgba(125,194,66,1.00);
}

.btn-round-lg{
border-radius: 35px;
}
.btn-round{
border-radius: 17px;
}
.btn-round-sm{
border-radius: 15px;
}
.btn-round-xs{
border-radius: 11px;
padding-left: 10px;
padding-right: 10px;
}

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

/*-------------------RESPONSIVE TABLE---------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}

#admin-table  th,
#admin-table td{
     text-align: left !important;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}




@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}



body {
  margin-bottom: 0px;
}
.footer {
  bottom: 0;
  width: 100%;
  height: 30px;
}

footer {
	position: relative;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
	border: 0;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0;
  border: none;
  -moz-outline-style: none;
	outline-style: none;
	box-shadow: 0 0 0 0;
}

.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}


/* ANIMATED X */
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: rgba(34,44,106,1.00);
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}


/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:1999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.lightbox {
    position: relative;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	flex-direction: column;
	left:0;
	height: 100vh;
    width: 100%;
    z-index: 190000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}


/*============== PAGE STYLES ===================================================================*/

.bg-header {
	border-bottom-color: rgba(243,107,33,1.00);
	border-bottom: 18px solid rgba(243,107,33,1.00);
	-webkit-box-shadow: 9px 0px 15px rgba(40,40,40,0.60);
	box-shadow: 9px 0px 15px rgba(40,40,40,0.60);
}

header {

    z-index: 30;
}

.bg-dk-blue {
    background-color: rgba(34,44,106,1.00);
}

.text-dk-blue {
   color: rgba(34,44,106,1.00);
}

.bg-orange {
    background-color: rgba(243,107,33,1.00);
}

.navbar-brand img{
    width: 90%;
    margin-top: -3.2rem;
}

.nav-link {
    font-family: "Big Shoulders Display", sans-serif;
  font-optical-sizing: auto;
    font-size: 1.7rem;
    color: rgba(34,44,106,1.00);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-link:hover {
    color:  rgba(243,107,33,1.00);
    font-weight: 500;
}

.carousel-caption h5.display-1 {
    font-size: 9rem;
}

.btn-outline-light:hover{
    color: rgba(243,107,33,1.00);
}

.font-condensed {
    font-family: "Big Shoulders Display", sans-serif;
  font-optical-sizing: auto;
}

.border-dk-blue {
    border-color: rgba(34,44,106,1.00);
}

.btn-dk-blue {
    background-color: rgba(34,44,106,1.00);
    color: rgba(255,255,255,1.00);
}

.btn-dk-blue:hover {
    background-color: rgba(243,107,33,1.00);
    color:  rgba(34,44,106,1.00);
}

.btn-outline-light:hover {
    background-color: rgba(255,255,255,0.60)
}

.link-orange {
    color:  rgba(243,107,33,1.00);
}

.link-orange:hover {
    color:  rgba(243,107,33,1.00);
    text-decoration: underline;
    text-underline-position: below;
    underline-offset: 1px;
}

.socials .fa-circle {
    transition: all ease-in-out .3s;
	border: 2.5px  solid;
    border-color: rgba(243,107,33,1.00);
	color: rgba(255,255,255,1.00);
    background-color: rgba(255,255,255,1.00);
	border-radius: 50%;
}

.socials .fa-brands {
    transition: all ease-in-out .3s;
    margin: .2rem 0;
    color: rgba(243,107,33,1.00);
    font-size: 1.5rem;
}

.socials:hover .fa-circle {
    border-color: rgba(243,107,33,1.00);
	color: rgba(243,107,33,1.00);
    background-color:rgba(243,107,33,1.00);

}

.socials:hover .fa-brands {
    color:  rgba(255,255,255,1.00);

}

/*-------------- MEDIA QUERIES ---------------------------------------------*/


@media only screen and ( max-width: 1399px ) {
    
    .carousel-caption h5.display-1 {
    font-size: 8rem;
}

}


@media only screen and ( max-width: 991px ) {
    
    .carousel-caption h5.display-1 {
    font-size: 5rem;
}
    .nav-link {
    font-family: "Big Shoulders Display", sans-serif;
  font-optical-sizing: auto;
    font-size: 1rem;
    color: rgba(34,44,106,1.00);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
}
    
    .navbar-brand img{
    width: 90%;
    margin-top: -2.5rem;
}


}

@media only screen and ( max-width: 768px ) {
    
    .carousel-caption h5.display-1 {
    font-size: 4rem;
}



}


@media only screen and ( max-width: 767px ) {
    
    
    .navbar-brand img{
    width: 20%;
    margin-top: -1.2rem;
 
}
    
    .navbar-brand {
        width: 70%;
    }
    
.navbar{
    margin-top: -2.5rem;
    bottom: -2rem;
}
    
.nav-link {
    font-family: "Big Shoulders Display", sans-serif;
  font-optical-sizing: auto;
    font-size: 1.7rem;
    color: rgba(34,44,106,1.00);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
}


}



@media only screen and ( max-width: 425px ) {
    
.bg-header {
	border-bottom-color: rgba(243,107,33,1.00);
	border-bottom: 12px solid rgba(243,107,33,1.00);
	-webkit-box-shadow: 9px 0px 15px rgba(40,40,40,0.60);
	box-shadow: 9px 0px 15px rgba(40,40,40,0.60);
}

.navbar{
    margin-top: -2.5rem;
    bottom: -1.7rem;
}

}


@media only screen and ( max-width: 375px ) {
    
.bg-header {
	border-bottom-color: rgba(243,107,33,1.00);
	border-bottom: 6px solid rgba(243,107,33,1.00);
	-webkit-box-shadow: 9px 0px 15px rgba(40,40,40,0.60);
	box-shadow: 9px 0px 15px rgba(40,40,40,0.60);
}

.navbar{
    margin-top: -1.3rem;
    bottom: -1rem;
}

}
