@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'droid_serifbold';
    src: url('fonts/DroidSerif-Bold-webfont.eot');
    src: url('fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/DroidSerif-Bold-webfont.woff2') format('woff2'),
        url('fonts/DroidSerif-Bold-webfont.woff') format('woff'),
        url('fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
        url('fonts/DroidSerif-Bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('fonts/DroidSerif-BoldItalic-webfont.eot');
    src: url('fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/DroidSerif-BoldItalic-webfont.woff2') format('woff2'),
        url('fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
        url('fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
        url('fonts/DroidSerif-BoldItalic-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifitalic';
    src: url('fonts/DroidSerif-Italic-webfont.eot');
    src: url('fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/DroidSerif-Italic-webfont.woff2') format('woff2'),
        url('fonts/DroidSerif-Italic-webfont.woff') format('woff'),
        url('fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
        url('fonts/DroidSerif-Italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifregular';
    src: url('fonts/DroidSerif-Regular-webfont.eot');
    src: url('fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/DroidSerif-Regular-webfont.woff2') format('woff2'),
        url('fonts/DroidSerif-Regular-webfont.woff') format('woff'),
        url('fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
        url('fonts/DroidSerif-Regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    color: #222;
    font-weight: 400;
    line-height: 27px;
}
#impliedsubmit{
	background-color:#C00;
	color:#fff;
	font-weight:700;
	width:100%;
	border:none;
	padding:6px;
}
/* NAV */
.navbar {
    padding: 10px;
    background-color: #fff;
    font-size: 15px;
}

.nav-item a {
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
}

.nav-item a:hover {
    font-weight: 700;
    color: #333;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #333 !important;
	font-weight:700;
	border-bottom:2px solid #333;
}

.navbar-nav .nav-link {
    color: #333 !important;
}

.navbar-toggler {
    border: none;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #333;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}

.hover-underline-animation.center::after {
  transform-origin: bottom center;
}

.hover-underline-animation.center:hover::after {
  transform-origin: bottom center;
}

.hover-underline-animation.right::after {
  transform-origin: bottom left;
}

.hover-underline-animation.right:hover::after {
  transform-origin: bottom right;
}

.position-inherit {
    position: inherit !important;
}
.form-control.neutral{
	border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    appearance: none;
    background: 0px center;
    border-width: 0px 0px 1px;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    border-bottom: 1px solid;
}
.form-control.neutral:focus {
	border:1px solid #333;
	border-radius: 6px;
    outline: none !important;
    box-shadow: none;	
}
/* SLIDESHOW */
.carousel-caption {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 30px !important;
}

.carousel-caption h2 {
    margin: 0 !important;
}

.carousel-item h1 {
    font-size: 40px;
    font-weight: 500;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.carousel-item h2 {
    font-size: 30px;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.carousel-item h3 {
    font-size: 18px;
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

@media all and (max-width:768px) {
    .carousel-caption {
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        transform: translate(-50%, -50%) !important;
        background: rgba(0, 0, 0, 0.5) !important;
        padding: 30px !important;
        min-width: 300px;
    }

    .carousel-caption h2 {
        margin: 0 !important;
    }

    .carousel-item h1 {
        font-size: 23px;
        font-weight: 500;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .carousel-item h2 {
        font-size: 17px;
        font-weight: 400;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .carousel-item h3 {
        font-size: 15px;
        font-weight: 300;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
}

.whiteicon {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "droid_serifregular", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.whitebg {
    background-color: #fff;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    line-height: 27px;
}

.whitebg h1 {
    font-size: 30px;
    font-weight: 400;
}

.whitebg h2 {
    font-size: 35px;
    font-weight: 400;
}

.whitebg h3 {
    font-size: 20px;
    font-weight: 400;
    color: #1c96b8;
}

.whitebg h4 {
    font-size: 18px;
    font-weight: 600;
}

.whitebg a,
.whitebg h4 a {
    color: #1c96b8;
    text-decoration: none;
}

.whitebg a:hover,
.whitebg h4 a:hover {
    color: #222;
    text-decoration: none;
}

.bg-white {
    color: #fff;
}

.bg-light {
    background-color: #efefef !important;
}

.lightgrey_bg {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.lightgrey_bg h1 {
    font-size: 30px;
    font-weight: 600;
}

.lightgrey_bg h4 {
    font-size: 17px;
    font-weight: 600;
}

.lightgrey_bg h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

.lightgrey_bg a {
    color: #1c96b8;
    text-decoration: none;
}

.lightgrey_bg a:hover {
    color: #222;
    text-decoration: none;
}

.blueicon {
    color: #1c96b8;
}

.bluebg-01 {
    background-color: #1d74bb;
    color: #fff;
}

.bluebg-02 {
    background-color: #1c96b8;
    color: #fff;
}

.bluebg-03 {
    background-color: #173d8a;
    color: #fff;
}

.bluebg-01 h1,
.bluebg-02 h1,
.bluebg-03 h1,
    {
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.bluebg h2 {
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}

.bluebg h4 {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    letter-spacing: 1px;
}

.bluebg h4 a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.redbg h4 a:hover {
    color: #222;
    text-decoration: none;
    font-weight: 600;
}

.btn-primary {
    color: #fff !important;
    background-color: #1c96b8;
    border-color: #1c96b8;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #222;
    border-color: #222;
    font-weight: 500;
    letter-spacing: 1px;
}

.btn-secondary {
    color: #fff !important;
    background-color: #222;
    border-color: #222;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #1c96b8;
    border-color: #1c96b8;
    font-weight: 500;
    letter-spacing: 1px;
}
.btn-outline-primary {
    color: #333 !important;
    background-color: #fff;
    border-color: #333;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #1d74c5;
    border-color: #1d74c5;
    font-weight: 500;
    letter-spacing: 1px;
}
/* PARALLAX */
.container-slide {
    max-width: 900px;
    margin: 0 auto;
}

.parallax-TP {
    background-image: url(../images/parallax-TP.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 40px;
    padding-right: 40px;
}

.parallax-TP h1 {
    color: #FFF;
    font-size: 40px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 600;
    font-style: normal;
}

.parallax-TP h2 {
    color: #FFF;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.parallax-TP h3 {
    color: #FFF;
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}

@media (min-width: 640px) and (max-width: 992px) {

    .parallax-TP h1 {
        color: #FFF;
        font-size: 30px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 600;
        font-style: normal;
    }

    .parallax-TP h2 {
        color: #fff;
        font-size: 18px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 400;
        font-style: normal;
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    .parallax-TP {
        background-image: url(../images/parallax-TP.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .parallax-TP h1 {
        color: #FFF;
        font-size: 27px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 600;
        font-style: normal;
    }

    .parallax-TP h2 {
        color: #fff;
        font-size: 17px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 400;
        font-style: normal;
    }

    .parallax-TP h3 {
        color: #FFF;
        font-size: 23px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 500;
        font-style: normal;
        letter-spacing: 1px;
    }
}
.contactblock{
	background:#fff;
    box-shadow: rgba(0, 0, 0, 0.25) -3px 0 11px 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) -3px 0 11px 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) -3px 0 11px 0 !important;
}
.contactblock a{
	color: inherit;
	text-decoration: none;
}
/* FOOTER */
.footer {
    background-color: #222;
    color: #fff;
    font-size: 13px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    line-height: 25px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #1c96b8;
    text-decoration: none;
}

.footer h4 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer hr {
    color: #555;
}

/* OTHER */

.home-boxes p {
    font-size: 18px;
    line-height: 30px;
}

.home-boxes a {
    color: #1c96b8;
    text-decoration: none;
}

.home-boxes a:hover {
    color: #222;
    text-decoration: none;
}

.home-boxes h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
}

.borderline {
    position: relative;
    width: 20%;
    height: 3px;
    background-color: #000;
}

.borderline-white {
    position: relative;
    width: 60%;
    height: 3px;
    background-color: #fff;
}

.container-small {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}

.shadow-strong {
    box-shadow: #333 0 0 11px 0;
}

ul.border-ul {
    border-right: 1px #000 solid;
	line-height:16px;
}
ul.no-border {
	line-height:16px;
}
ul.border-ul li,
ul.no-border li{
	color:#03426b
}
.greylogobox {
    background-color: #ececec;
    padding: 33% 20px;
}


/* Logo Carousel */
#partnerCarousel .carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#partnerCarousel .carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

#partnerCarousel .carousel-item-custom {
    text-align: center;
    padding: 10px;
}

#partnerCarousel .carousel-item-custom img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

#partnerCarousel .carousel-control-prev,
#partnerCarousel .carousel-control-next {
    width: 5%;
    z-index: 10;
}
