@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

.swiper-slide {
    height: 100vh !important;
}
.banner-slider-wrap.classic .content-wrap {
    max-width: 100%;
    text-align: center !important;
}
.banner-slider-wrap.classic .title {
    font-size: 24px !important;
    line-height: normal !important;
    letter-spacing: 0 !important;
    color: #fff !important;
    margin-bottom: 0 !important;
    max-width: 500px !important;
    text-align: center !important;
    font-weight: 300 !important;
    display: inline-block;
    margin: 0 auto;
}
.banner-slider-wrap.classic [class^="swiper-button"] {
    display: flex !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 40px !important;
    border-radius: 0 !important;
    color: #fff !important;
    border: none !important;
}
.banner-slider-wrap.classic .swiper-button-prev {
    left: 10px !important;
}
.banner-slider-wrap.classic .swiper-button-next {
    right: 10px !important;
}

@media(max-width:767px) {
.banner-slider-wrap.classic .title {
    font-size: 20px !important;
    max-width: 360px !important;
    background: rgba(0,0,0,0.5);
    padding: 15px 10px;
    border-radius: 4px;
}
}

@media(max-width:400px) {
	.banner-slider-wrap.classic .title {
		font-size: 16px !important;
		max-width: 200px !important;
	}
}
	
.a-btn {
    padding: 5px 30px !important;
    border: none !important;
    line-height: 1.7em !important;
    display: table !important;
    margin: 20px auto 0 !important;
    background: #28aade !important;
	color: #fff !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.a-btn:hover {
    color: #28aade !important;
    background-color: #fff !important;
    border: none !important;
}




a, a:hover {
				text-decoration: none !important;
				-webkit-tap-highlight-color: transparent;
				transition:all 0.4s ease-out;
			}
			a:focus {
				outline: none;
			}
		
			.loader-logo {
				position: absolute;
				top: 50%;
				left: 50%;
				/*animation: shake 8s ease infinite;
				-o-animation: shake 8s ease infinite;
				-ms-animation: shake 8s ease infinite;
				-webkit-animation: shake 8s ease infinite;
				-moz-animation: shake 8s ease infinite;*/
				margin-left: -80px;
				margin-top: -33px;
				width:160px;
				height:auto;
			}
	
			html {
				font-size: 10px;
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
				font-family: sans-serif;
				-webkit-text-size-adjust: 100%;
				-ms-text-size-adjust: 100%;
				-webkit-font-smoothing: antialiased;
			}
		
			html, body {
				width:100%;
				height:auto;
				overflow-x: hidden;
				font-family: 'Roboto Condensed', Arial, snas-serif !important;
			}
		
			p {
				margin-bottom: 20px !important;
				font-size: 17px !important;
				line-height: 26px !important;
				font-weight: 400 !important;
				color: #666 !important;
				color: #666;
			}

			h1, h2 {
				padding-bottom: 0px !important;
				font-size: 40px !important;
				line-height: 40px !important;
				margin-bottom: 35px !important;
			}
			h1, h2, h3, h4, h5, h6 {
				font-weight: 700 !important;
			}
	
			h3 {
				font-weight: 300 !important;
				font-size: 20px;
				text-transform: uppercase;
				letter-spacing: 1px;
				color: #555;
				margin-bottom: 5px !important;
			}
	
			strong {
				font-weight: 700 !important;
			}
		
			.spacer {
				height:150px !important;
			}
			
			.spacer80 {
				height:80px !important;
			}
		
			.spacer35 {
				height:35px !important;
			}
	
			.section-image {
				height: 500px;
				position: relative;
			}
			.section-image.numbers {
				height: auto;
			}
	
			.fullwidth {
				width:100%;
				height: 100%;
				position: absolute;
				object-fit: cover;
				object-position: center;
			}
	
			.fullwidth-image-relative {
				width: 100%;
				height: auto
			}
			
			.container-size {
			    width:100%;
			}
	
			.grid {
				display: grid;
				grid-template-columns: 1fr 1fr 1fr;
				grid-column-gap:2px;
				grid-row-gap:35px;
			}
	
			.grid-item img {
				width:100%;
				margin-bottom: 0;
			}
			.grid-item .grid-info {
				padding: 0 20px;
			}
	
			
	
			@media (max-width: 767px) {
				h1, h2 {
					font-size: 26px !important;
					line-height: 26px !important;
				}
				p {
					margin-bottom: 10px !important;
					font-size: 15px !important;
					line-height: 22px !important;
				}
				.section-image {
					height: 350px;
				}
				.section-image.numbers {
					height: auto;
				}
				.grid {
					grid-template-columns: 1fr;
					grid-column-gap:2px;
					grid-row-gap:35px;
				}
				.spacer {
    				height:75px !important;
    			}
			}
	
	
			.gridcenter {
				text-align: center;
			}
			.gridcenter .grid-item {
				display: inline-block;
				border: 1px solid #ccc;
				padding: 0;
				max-width: 130px;
				margin: 8px;
			}
			.gridcenter .grid-item a {
				display: block;
			}
	
            .jobpost {
                display:grid;
                grid-template-columns: 1fr 1fr 1fr;
                grid-gap: 10px;
            }
            
            @media (max-width:767) {
                grid-template-columns: 1fr 1fr;
            }
            
            @media (max-width:465) {
                grid-template-columns: 1fr;
            }
	
			.jobpost a {
				text-decoration: none !important;
				padding: 20px;
				display: block;
				color:#000 !important;
				border-radius: 4px;
				border:1px solid #ccc;
				transition:all 0.4s ease-out;
				display:block;
			}
			.jobpost a:hover {
				border:1px solid #000
			}
			
			.container iframe {
			    width:100% !important;
			}
	
	
			#footer.classic {
				background-color: #fcfcfc !important;
				border-top: 1px solid #eee;
				text-align: center;
			}
			.footer-bottom-wrap {
				padding: 35px 0 25px !important;
				text-align: center;
			}
			.footer-logo {
				font-family: 'lora', serif;
				font-weight: normal !important;
				font-size: 16px !important;
				color: #28aade !important;
				text-transform: uppercase !important;
				text-align: center;
				line-height: 1;
			}
			#footer .copyright {
				margin-top: 7px !important;
				font-size: 14px;
    			color: #888888;
			}
	
	
			/* CAROUSEL */
	
			.swiper-container {
			  width: 100%;
			}

			.swiper-slide {
			  background-size: cover;
			  background-position: 50%;
			  min-height: 20vh;
			  display: flex;
			  align-items: center;
			  justify-content: center;
			  flex-direction: column;
			}

			.swiper-pagination-bullet {
			  background-color: transparent;
			  border: 2px solid #fff;
			  border-radius: 50%;
			  width: 12px;
			  height: 12px;
			  opacity: 1;
			}
			.swiper-pagination-bullet-active {
			  background-color: #fff;
			}

			.swiper-button-container {
			  background-color: rgba(0, 0, 0, 0.25);
			}
			.swiper-button-prev {
			  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
			}
			.swiper-button-next {
			  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
			}



			.swiper-slide:before {
			  content: "";
			  position: absolute;
			  left: 0;
			  top: 0;
			  width: 100%;
			  height: 100%;
			  background: black;
			  opacity: 0.4;
			  display: none;
			}
			.swiper-slide h2 {
			  pointer-events: none;
			  opacity: 0;
			  color: #ffffff;
			  font-size: calc(5vw);
			  letter-spacing: -1px;
			  transform: translateY(-5%) scale(0.8);
			  transition: 1s ease;
			  text-transform: uppercase;
			  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
			}
			.swiper-slide-active h2 {
			  opacity: 1;
			  transform: translateY(0%) scale(1);
			  transition: 1s ease;
			}
			
			
			/* MENU */
			
            .header {
                background-color: transparent;
                position: fixed;
                z-index: 1000;
                top: 0;
                width: 100%;
                transform: translateY(0);
                transition: all 300ms ease;
                background-color: rgba(0, 0, 0, 0.4) !important;
            }
            .contain .header.classic {
                display: block !important;
                padding: 0 !important;
            }
            .header .logo-area {
                display: flex;
                text-align: center;
                margin: 20px auto 10px;
                justify-content: center;
                align-items: center;
            }
            .header .logo-area a.logo {
                display: inline-block !important;
                text-align: center !important;
                font-family: 'Lora', serif;
                font-size: 24px;
                color: #fff;
                text-transform: uppercase;
            }
            .menuul {
                text-align: center;
            }
            .menuul ul.menu {
                padding: 0;
                margin: 0;
            }
            .menuul ul.menu > li {
                display: inline-block;
                color: #fff;
                list-style: none;
                position:relative;
            }
            .menuul ul.menu > li a {
                padding: 10px 20px;
                color: #fff;
                text-transform: uppercase;
                display: block;
            }
            .menuul ul.menu > li li, .menuul ul.menu > li ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }
            .menuul ul.sub-menu {
                opacity:0;
                visibility:hidden;
                position: absolute;
                left: 0;
                background: #fff;
                width: 200px;
                padding: 20px 13px !important;
                margin-top:10px !important;
				transition:all 0.2s ease-out;
            }
            .menuul ul.menu > li .sub-menu a {
                color: #000 !important;
                text-align: left;
                padding: 5px;
				transition:all 0.2s ease-out;
            }
            .menuul ul.menu > li .sub-menu a:hover {
                color: #28aade !important;
            }
            
            .menuul ul.menu > li:hover > .sub-menu {
                margin-top:0 !important;
                opacity: 1;
                visibility: visible;
            }
            
            /* AFTER SCROLL MENU */
            
            .contain .header.classic.whiteback {
                background:#fff !important;
                webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1) !important;
                -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.1) !important;
                box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1) !important;
            }
            
            .header.whiteback .logo-area a {
                color: #28aade;
            }
            .header.whiteback .menuul ul.menu > li a {
                color: #28aade;
            }
            .header.whiteback .menuul ul.menu > li a {
                color: #28aade;
            }
            
            
            
            /* INPUT FORM FIELDS */
            
            input, button, select, textarea {
                font-family: 'Roboto Condensed' !important;
                font-size: inherit;
                line-height: inherit;
                width: 100%;
                border-radius: 0 !important;
                border: 1px solid #28aade !important;
                text-decoration: none !important;
                outline: none !important;
            }
            
            input[type=file] {
                display: block;
                border: none !important;
            }
            
            input[type="submit"] {
                background: #28aade;
                color: #fff;
                padding: 3px;
                text-transform: uppercase;
                font-size: 15px;
                font-weight: 500;
            }
            
            .apply {
                color: #28aade !important;
                padding: 0 0 5px;
                text-transform: uppercase;
                font-size: 20px !important;
                border-bottom: 1px solid #28aade;
            }
            
            
            /* MOBILE NAV */
            
            
            .mob-nav {
                width: 100px;
                display: none;
                width: auto;
                height: 18px;
                margin: 0;
                font-size: 14px;
                color: var(--dark-color);
                opacity: 1;
                padding: 0 5px;
                text-align: left;
            }
            .mob-nav .hamburger {
                width: 22px;
            }
            .mob-nav .line {
                height: 1px !important;
                margin: 5px auto !important;
                width: 22px !important;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }
            .hamburger .line {
                position: relative;
                height: 1px;
                width: 22px;
                background: #fff;
                display: block;
            }
            
            .cascade-socials {
                width: 100px;
                text-align: right;
                padding: 0 20px;
            }
            
            .cascade-socials {
                width: auto;
                text-align: right;
                padding: 0;
                position: absolute;
                right: 10px;
            }
            .cascade-socials a {
                color: #fff;
                font-size: 18px;
                padding: 6px;
            }
            
            .header.whiteback .cascade-socials a {
                color: #28aade;
            }
            
            .parentmenu .hide-drop {
                display:none;
            }
            
            
            @media (max-width:767px) {
                .menuul {
                    text-align: left;
                    position: absolute;
                    background: #666;
                    width: 100%;
                    height: calc(100vh - 55px);
                    display: block;
                    transition: all 0.3s ease-out;
                    left: -100%;
                }
                .menuul.open {
                    left: 0;
                }
                .menuul ul.menu {
                    padding: 0;
                    margin: 0;
                }
                .menuul ul.menu > li {
                    display: block;
                    color: #fff;
                    list-style: none;
                    position: relative;
                    text-align: left;
                    border-bottom: 1px solid #777;
                }
                
                .menuul ul.menu > li a {
                    padding: 0 20px;
                    line-height:40px;
                }
                .header.whiteback .menuul ul.menu > li a {
                    padding: 0 20px;
                    line-height:40px;
                    color: #fff !important;
                    position:relative;
                }
                
                .header.whiteback .menuul ul.menu > li ul a, .header .menuul ul.menu > li ul a {
                    padding: 0;
                    padding-left: 40px;
                    border-top: 1px solid #99999930;
                    font-size: 14px;
                    line-height: 32px;
                    color: #fff !important;
                }
                
                .header.whiteback .hamburger .line {
                    background: #000;
                }
                
                
                .menuul ul.menu > li > .sub-menu {
                    position: relative;
                    width: 100%;
                    background: transparent;
                    padding: 0 !important;
                    padding-bottom: 10px !important;
                    opacity:1;
                    visibility:visible;
                    margin:0 !important;
                }
                
                
                .mob-nav {
                    display: block;
                }
                
                .header .logo-area {
                    margin: 15px auto;
                }
                
                .cascade-socials {
                    width: auto;
                    text-align: right;
                    padding: 0;
                    position: absolute;
                    right: 10px;
                }
                .cascade-socials a {
                    color: #fff;
                    font-size: 15px;
                    padding: 4px;
                }
                
                .header.whiteback .cascade-socials a {
                    color: #28aade;
                    font-size: 15px;
                    padding: 4px;
                }
                .header .logo-area a.logo {
                    font-size: 18px;
                }
                .hamnurger-menu {
                    position: absolute;
                    left: 15px;
                }
                .parentmenu .hide-drop {
                    display: block;
                    font-size: 10px;
                    font-weight: 400 !important;
                    position: absolute;
                    right: 0;
                    padding: 0;
                    background: #606060;
                    height: 100%;
                    line-height: 40px;
                    padding: 0 15px;
                    top: 0;
                    color: #bbb;
                }
            }
            
            @media (max-width:475px) {
                .cascade-socials {
                    display:none;   
                }
            }
            
            h2.headwhite, h3.headwhite {
                text-align: center;
                color: #fff;
                margin: 0 !important;
            }
            h2.headwhite {
                font-size:50px !important;
                line-height:50px !important;
                margin-top:40px !important;
            }
            h3.headwhite {
                margin-top:10px !important;
                margin-bottom:40px !important;
            }