@font-face {
    font-family: 'Aka-AcidGR-Cord';
    src: url('../fonts/Aka-AcidGR-Cord.woff2') format('woff2'),
        url('../fonts/Aka-AcidGR-Cord.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF Din Text';
    src: url('../fonts/subset-PFDinText-Bold.woff2') format('woff2'),
        url('../fonts/subset-PFDinText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'PF Din Text';
    src: url('../fonts/subset-PFDinText-Regular.woff2') format('woff2'),
        url('../fonts/subset-PFDinText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}






@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=greek');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap&subset=greek');

@viewport {
	min-zoom: 0.5;
	max-zoom: 2;
}

.containerz.pt-3::before
{
	content: "Αποδέχομαι";
	margin-left: -39%;
	color: white;
	margin-top: -5%;
	font-family: 'PF Din Text',sans-serif;
}
*
{
	font-family: 'PF Din Text',sans-serif;
}

.white
{
	color: white;
}
.to-top
{
	position: fixed;
	left: 90%;
	top: 90%;
	border: 3px solid #043A66;
    padding: 1rem;
    border-radius: 4rem;
    background-color: #678A2E;
    color: white;
    font-weight: 400;
    transform: translateX(-50%);

}
.to-top:hover
{
	border: 3px solid #678A2E;678A2E
    padding: 1rem;
    border-radius: 4rem;
    background-color: #043A66;
    color: white;
    font-weight: 400;
}

/* responsive type ---------------------------------------------------------- */
html {
  font-size: 1rem;
    font-family:  'PF Din Text',sans-serif;
}

@include media-breakpoint-up(sm) {
  html {
	font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
	font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
	font-size: 1.6rem;
  }
}
/* -------------------------------------------------------------------------- */
/* The container */
li
{
	font-family: 'PF Din Text',sans-serif;
}
.dropdown-item:active 
{
	background-color: #043A66!important;
}

.containerz {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  width: auto;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerz input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 50%;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerz:hover input ~ .checkmark {
  background-color: #678A2E;
}

/* When the checkbox is checked, add a blue background */
.containerz input:checked ~ .checkmark {
  background-color: #678A2E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerz input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerz .checkmark:after {
	left: 13px;
    top: 9px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fixed-box
{
	    display: block;
    position: fixed;
    top: 0;
    z-index: 1000;
     transform: translateY(-100%); 
    transition: transform 1s;
    padding: 2rem 3rem;
    width: 100vw;
}
.fixed-box_open
{
     transform: translateY(0%); 
}

/*
GENERIC
*/
html ,
body {
	min-height: 100vh;
}

body {
	background-color: white;
	color: #231F20;
	font-size: 18px;
	line-height: 1.2;
}

* {
	background-size: cover;
}

p {
	margin-bottom: .5rem;
}

b, strong {
	font-weight:bold;
}

a
{
	text-decoration: none !important;
}

.test
{
	justify-content: space-between;
}
.input-cs
{
	background-color: rgba(0,0,0,0);
    border: 1px solid white;
    border-radius: 9px !important;
    padding: 0.5rem !important;
}
.btn-ss
{
	padding: 1rem 6rem !important;
	transition: background-color 1s,border 1s, color 1s;
}
.btn-ss:hover
{
	background-color: white;
	border: 1px solid #043A66;
	color: #043A66 !important;
}

.logo-img
{
	padding: 1rem;
	max-width: 320px;
	margin-left: 1rem;
}
.header-bar
{
	background-color: white;
	min-height: 120px;
	max-height: 250px;
}
.menuplace{}


.fa-1x {
font-size: 1.2rem !important;
}
.navbar-toggler.toggler-example {
cursor: pointer;
}
.dark-blue-text {
color: #0A38F5;
}
.dark-pink-text {
color: #AC003A;
}
.dark-amber-text {
color: #ff6f00;
}
.dark-teal-text {
color: #004d40;
}
.bg-light2
{
	background-color: white;
}


.second-row {
	flex-grow: 1;
	/*max-width: 820px;*/
	max-width: 960px;
}


.selectme img {
	max-width: 40vw;
}


.container {
	max-width: 820px;
}


#ytube {
	max-width: 64%;
}
.wm-l
{
	max-width: 140%;
	margin-left: -24px;
}
@media(max-width: 750px)
{
	.flex-wrap
	{
		padding-left: 0px
		padding-right: 0px;
	}
	.logo-img
	{
		width:215px;
	}	
}
@media(min-width: 750px)
{
	.p10c
	{
		padding-left: 10%;
    	padding-right: 10%;
	}
	.txr
	{
		margin-left: 9%;
		text-align: right;
	}
	.txl
	{
		margin-right: 9%;
		text-align: left;
	}
	.flex-wrap
	{
		padding-left: 40px;
		padding-right: 40px;
	}
}



#sec-0 {
}
#sec-1 {
}
#sec-2 {
}
#sec-3,
#sec-4,
#sec-5 {
	background: url('../images/header_bg_2.svg') center top no-repeat transparent;
}
#sec-5,
#sec-6 {
}

.cc-window.cc-static {
    position: fixed!important;
}

#sec-wrapper {
	flex-grow: 1;
display: flex;
align-items: flex-start;
justify-content: center;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}


.no-padding {
	padding: 0;
}


.title-row {
	max-width: 820px;
	text-align: center;
}

.title-row h3 {
	margin: 0;
}



.cord {
	font-family: 'PF Din Text';
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}


.progress {
    height: 2rem;
    font-size: 1.25rem;
    background-color: #fff;
    border-radius: .75rem;
    border: 3px solid #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.progress-bar {
    background-color: #E96E81;
}


.text-white {
	color: #fff;
}
.text-black {
	color: #221F20;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    font-family:  'PF Din Text',sans-serif;
}


.chk-wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.c-box-wrapper {
	justify-content: space-between;
	width: 100%;
	height: 100%;
	align-items: center;
	align-items: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.c-box-wrapper .title {
	padding: 0.45rem;
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	align-items: flex-end;
}


#winner {
	font-weight: bold;
	text-transform: uppercase;
}


.announcer {
	position:absolute;
	transform: translate(-50%, -50%) scale(0.75, 0.75);
	top: 0;
	left: 0;
}
p
{
    font-family:  'PF Din Text',sans-serif;
}


.card {
    background-color: rgba(255,255,255,0.7);
    border-radius: 1.25rem;
    border:0 none;
    padding: 1.5rem 1.5rem;
}
img.card {
    background-color: #fff;
    /*border-radius: 1.25rem;*/
    /*border: 8px solid #fff;*/
}

.card.pan {
    border:4px solid #fff;
}

/*
HEADER
*/
header {
	background-size: cover;
}
.header-logo {
	margin: 30px auto 10px auto;
	max-width: 240px;
}





h1 {
	font-size: 3em;
	font-weight: bold;
	/*white-space: nowrap;*/
}
h3 {
	font-weight: bold;
}



.login-box {
	display: none;
}

.ct-2
{
	transform:translateX(-8%);
}
.error {
	background-color: #F2DEDE;
	border: 1px solid #EBCCD1;
	display: none;
}
#token {
	display:none;
}

.alert {
	position: fixed;
    z-index: 100;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 1rem;
	display: none;
	font-size: 16px;
}
.error-notice {
	color: #a94442;
	background-color: #F2DEDE;
	border: 1px solid #EBCCD1;
}
.info-notice {
	color: #0c5460;
	background-color: #D4ECF1;
	border: 1px solid #bee5eb;
}
.success-notice {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}



.sec-intro {
}

.link-wrapper {
	border: 5px solid #fff;
	background: #fff;
}


/* Customize the label (the container) */
.subscribe-wrap .checkbox label, .subscribe-wrap .radio label,
.terms-wrap .checkbox label, .terms-wrap .radio label {
	padding-left: 0px;
}
.subscribe-wrap .checkbox, .subscribe-wrap .radio,
.terms-wrap .checkbox, .terms-wrap .radio {
	margin-right: .75rem;
}

.cr-icon {
	color: #fff
}

.form-check-label {
/*    display: block;
	position: relative;
	margin-bottom: 55px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}

/* Hide the browser's default radio button */
.form-check-label input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    transform: translate(-50%,50%);
    height: 30px;
    width: 30px;
    bottom: -35px;
    left: 50%;
    background-color: #678A2E;
    -webkit-box-shadow: inset 0px 0px 0px 1px white;
    -moz-box-shadow: inset 0px 0px 0px 1px white;
    box-shadow: inset 0px 0px 0px 1px white;
    transition: all 0.3s ease-in-out;
    border-radius: 8px
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
	background-color: #678A2E;
}

/* When the radio button is checked, add a blue background */
.form-chec-labelk input:checked ~ .checkmark {
  background-color: #678A2E;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check-label .checkmark:after {
	top: 4px;
	left: 4px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: white;
}



@media (min-width: 1200px) {
	.form-check.col-lg-1 {
		width: 10%;
	}
}




















.terms-wrap {
}





input[type="text"], input[type="password"] {
	border-radius: 0px;
	color: #00447C;
	padding: .275rem .75rem;
}







.checkbox label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr {
	position: relative;
	display: inline-block;
	border: 2px solid #000000;
	width: 1.1em;
	height: 1.1em;
	float: left;
	margin-right: .5em;
}
.checkbox .cr .cr-icon {
	position: absolute;
	font-size: .6em;
	line-height: 0;
	top: 50%;
	left: 20%;
}
.checkbox label input[type="checkbox"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
	color: #000;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
	opacity: .5;
}











.w-65
{
	width: 65%;
}
















.w-68
{
	width: 68%;
}


.img-responsive {
	margin-left: auto;
	margin-right: auto;
}

#selectImage {
	padding-top: 1rem;
	padding-bottom: 1rem;
}





.reg-wrapper {
	background-color: #DDEADD;
}


.selectme:hover * {
	transition: all 0.2s ease-in-out;
	opacity:0.5;
	cursor:pointer;
}




.btn {
	transition: all 0.2s ease-in-out;
	color: #fff;
	border-radius: 0;
	border: none;
	cursor: pointer;
	padding: .25rem 1rem .6rem 1rem;
}
.btn:hover {
	opacity:0.5;
}

.input-group-btn span.btn {
	padding: 5px 20px;
}


.btn-default {
	background-color: #EC0F67
}
.btn-default:hover {
	color: #fff;
}

.btn-play {
	background: transparent;
}
.btn-play:hover {
	background: transparent;
	opacity: 0.7;
}



a.btn {
	transition: all 0.3s ease-in-out;
}



.btn-sp {

		    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    margin: 2rem auto;
    z-index: 5;
    /* max-width: 100%; */
    /* font-family: 'Aka-AcidGR-Cord'; */
    font-family:  'PF Din Text',sans-serif;
    
    transition: all 0.2s ease-in-out;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    padding: 0.8rem 1.6rem 0.8rem 1.6rem;
    box-shadow: 0.2rem 0.2rem 20px rgba(0,0,0,.25);
    text-shadow: 1px 1px 4px rgba(0,0,0,.4);
    margin-top: 5px;


	
}
.btn-sp:before {
	content:'';
	position: absolute;
	top:0;
	left:0;
    z-index: 2;
    width: 100%;
    height: 100%;
    box-shadow: inset 0.4rem 0.4rem 8px rgba(0,0,0,.4);
}
.btn-sp:after {
	content:'';
	position: absolute;
	top:0;
	left:0;
    z-index: 6;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0px 6px #fff;
}
.btn-sp:hover {
	/*opacity:0.5;*/
	border-color: inherit;
    text-shadow: none;
    box-shadow: inset 0 0 7px rgba(0,0,0,.25);
}
.btn-pink { background-color: #E96E81; }
.btn-yellow { background-color: #FAC900; }


#success {
	color: green;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#invalid {
	color: red;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#error {
	color: red;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#error_message {
	color: blue;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#loading {
	display: none;
	font-size: 25px;
	margin-top:10px;
}







/* RESPONSIVE =============================================================== */


@media (min-width: 1200px) {
}
@media (min-width: 769px) {
}
@media (min-width: 992px) {
	.text-per
	{
		font-size: 110% !important;
	}
}
@media (min-width: 480px) {

}

@media (max-width: 1200px) {
	
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
	.hideme {
		display: none;
	}
}
@media (max-width: 480px) {
	#ytube {
		max-width: initial;
	}
    html {
        font-size: 0.9rem;
    }
    .containerz.pt-3::before
    {
    	content: "Αποδέχομαι";
	margin-left: -70%;
	color: white;
	margin-top: -5%;
    }
}

@media (min-width: 768px) {
	.text-per
	{
		font-size: 110%;
	}
	
}







.video-section .pattern-overlay {
	background-color: #000;
	padding: 110px 0 32px;
	min-height: 496px;
	/* Incase of overlay problems just increase the min-height*/
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

















#sec-6
{
	background: url(../images/header_bg_2.svg);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
} 

#sec-5
{
	background-size: 135%;
}

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


.modal {
    background: #FAC900 url('../images/gfx_bg.svg') no-repeat center center;
    background-size: 850px;
    background-position: 50% 100%;
    /*background-size: cover;*/
}

.modal.show .modal-dialog {
    min-height: 100%;
    margin: auto;
}

.modal-body {
/*	padding: 0 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;*/
}

.modal-content {
    background-color: transparent;
    border: 0 none;
}

.modal-header, .modal-footer {
	border: none;
}

.modal-footer .btn {
	margin: auto;
	display: block;
}

.modal .close {
	position: absolute;
    left: 75%;
    top: 4%;
    z-index: 5 !important;
    opacity: 1;
}

.modal-body .embed-responsive {
	border: 1rem solid #E6D1AF;
}


@media (min-width: 576px) {
	.modal-dialog {
	    max-width: 600px;
	    margin: 1.75rem auto;
	}
}


.dropdown-toggle::after
{
	display: none;
}
.phone-fix
{
	/*transform: translateX(20%);*/
}
@media (max-width: 992px){
	.dreverse{flex-direction: row-reverse;}
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    }
    .ct-2
{
	transform:translateX(0%);
}
.phone-fix
{
	/*transform: translateX(0%);*/
}
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    transform: translateX(-90%);
}
@media (max-width: 768px){
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    transform: translateX(-90%);
}
}

.cont-icon{max-width: 20px;}
.cont-icon2{max-width: 35px;    min-width: 25px;}
.cont-title
{
	color: white;
	text-align: center;
}
.cont-text
{
	color: white;
	text-align: left;
	padding-left: 8px;
	padding-top: 5px;
	font-size: 18px;
}






.float-box
{
	    width: 550px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    float: left;
    margin-left: 15rem;
    margin-top: 4rem;
    transform: translateX(40%);

}

.float-box-2
{
	width: 500px;
    color: black;
    font-size: 28px;
    font-weight: bold;
    /* float: right; */
    /* margin-right: 33%; */
    margin-top: 4rem;
    margin-bottom: 7rem;
    transform: translateX(40%);

}
@media (max-width: 1530px)
{
.float-box
{
	    width: 500px;
	    color: white;
	    font-size: 28px;
	    font-weight: bold;
	    /* float: right; */
	    /* margin-right: 33%; */
	    margin-top: 9rem;
	    transform: translateX(38%);

}
	.
	.float-box-2
	{
		width: 500px;
	    color: black;
	    font-size: 28px;
	    font-weight: bold;
	    /* float: right; */
	    /* margin-right: 33%; */
	    margin-top: 9rem;
	    transform: translateX(38%);

	}
}
.float-box-3
{
	    width: 650px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    float: left;
    margin-left: 10rem;
    margin-top: 4rem;
    margin-bottom: 7rem;

}
.hr-1
{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 11;
    border-top: 10px solid white;
    width: 90px;
    text-align: left;
    margin-left: 0px;
}
.hr-3
{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 11;
    border-top: 10px solid black;
    width: 90px;
    text-align: left;
    margin-left: 0px;
}
.s1-title
{
	font-size: 60px;
	text-shadow: 0px 0px 4px black;
	background-color: #678a2e91;
    padding: 15px;
    margin-bottom:0px;
}

.con-fix{
	max-width: initial;
}
.l-box
{
	padding: 5rem;
	text-align: center;
}
.s2-textl
{
	color: white;
	font-size: 18px;
	padding-bottom: 2rem;
}
.s2-textr
{
	color: white;
	font-size: 18px;
	padding-bottom: 2rem;
}
.r-box
{
	padding: 5rem;
	text-align: center;

}
.box-btn
{
	display: flex;
    border: 1px solid white;
    padding:1rem 3rem;
    justify-content: space-between;
    align-items: center;
}
.icon-b
{
	max-width: 40px;
	margin-right: 2rem;
    /*padding-top: 2rem;*/
}
.text-btn-l
{
	/*padding: 2rem 0rem;*/
    text-align: center;
    color: white;
    font-size: 20px;
    letter-spacing: 3px;
    padding-right: 2rem;
}
.btn-l
{
	transition: all 0.3s ease-out;
	filter: none;
	text-decoration: none !important;
	display: inline-block;
}
.btn-l:hover
{
	filter: drop-shadow(2px 4px 6px black);
	color: black;
}
.social-box
{
	background-color: #A59C97;
	text-align: center;
	justify-content: center;
}
.fotm-title
{
    font-size: 3vmax;
    font-weight: bolder;
    color: #043A66;
    margin-bottom: 3rem;
}

.contact-box
{
	/*margin-bottom: 2rem;*/
	/*margin-top: 2rem;*/
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #678A2E;
	text-align: center;
	justify-content: center;
}
.contact-text
{
	font-family: 'PF Din Text',sans-serif;
	    font-size: 18px;
    font-weight: 300;
    color: white !important;
    /*color: #678A2E !important;*/
        line-height: 24px;
}
.contact-text-say
{
	height: 100px;
	font-family: 'PF Din Text',sans-serif;
	    font-size: 18px;
    font-weight: 300;
    color: white !important;
    line-height: 24px;
}
.contact-send
{
    width: inherit;
    text-align: ;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}


.social-icon1
{
	width: 13px;
}
.social-icon2
{
	width: 30px;
}
.social-icon3
{
	width: 30px;
}
.text-box-1
{
	padding: 1rem 5rem;
	padding-bottom: 0px;
}
.s2s1-title
{
	font-size:86px;
	font-weight: 500;
	line-height: 78px;
}
.s2s1-subtitle
{
	font-size:40px;
	font-weight: 800;

}
.s2s1-text
{
	font-size: 18px;
	color: black;
	font-weight: 300;
}

@media(max-width: 400px )
{
	.box-btn
	{
		transform: translateX(-10%);
	}
	
}

@media(max-width: 500px )
{
	.containerz {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  width: auto;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
	
}

@media(min-width: 1600px )
{
	.text-box-1
{
	padding: 7rem 5rem;
	padding-bottom: 0px;
}
.s2s1-title
{
	font-size:86px;
line-height: 78px;
}
.s2s1-subtitle
{
	font-size:40px;
	font-weight: 800;

}
.s2s1-text
{
	font-size: 19px;
	color: black;
	font-weight: 300;
}


}

@media(max-width: 1600px )
{
	.text-box-1
{
	padding: 1rem 5rem;
	padding-bottom: 0px;
}
.s2s1-title
{
	font-size:60px;
	font-weight: 800;
line-height: 55px;
}
.s2s1-subtitle
{
	font-size:30px;
	font-weight: 800;

}
.s2s1-text
{
	font-size: 19px;
	color: black;
	font-weight: 300;
}


}


@media (max-width: 995px)
{

}


@media (max-width: 900px)
{
.sec-1-img
{
	height:512px;
	background-size: cover;
	background-position: left center;
	    display: flex;
    justify-content: center;
}	
.sec-2-img
{
	height:auto;
	background-size: cover;
	background-position: right center;
	    display: flex;
    justify-content: center;
}	
.sec-3-img
{
	height:auto;
	background-size: cover;
	background-position: left center;
	display: flex;
    justify-content: left;
}	

.float-box
{
	width: 400px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    float: left;
    margin-left: 10rem;
    margin-top: 1rem;
        transform: translateX(-13%);

}
.float-box-2
{
	width: 400px;
    color: black;
    font-size: 28px;
    font-weight: bold;
    float: right;
    margin-right: 14rem;
    margin-top: 9rem;
        transform: translateX(10%);

}
.float-box-3
{
	width: 510px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    float: left;
    margin-right: 2rem;
    margin-top: 6rem;

}
.hr-1
{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 11;
    border-top: 10px solid white;
    width: 90px;
    text-align: left;
    margin-left: 0px;
}
.hr-3
{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 11;
    border-top: 10px solid black;
    width: 90px;
    text-align: left;
    margin-left: 0px;
}
.s1-title
{
	font-size: 50px;

}

.s1-cont{
	font-size: 22px;
	width: 100% !important;
}

}

@media (max-width: 600px)
{
	.s2s1-title
{
	font-size:45px;
	font-weight: 500;
	line-height: 78px;
}

	.fotm-title
{
    font-size: 3vmax;
    font-weight: bolder;
    color: #043A66;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;

}
		.text-box-1
{
	padding: 7rem 2rem;
	padding-bottom: 0px;
}
.sec-1-img
{
	/*height: auto;
	background-size: cover;
	background-position: left center;*/
	height: auto;
	background-size: cover;
	background-position: left center;
		    display: flex;
    justify-content: center;
}	
.sec-2-img
{
	height: auto;
	background-size: cover;
	background-position: right center;
		    display: flex;
    justify-content: center;
}	
.sec-3-img
{
	height: auto;
	background-size: cover;
	background-position: left center;
	display: flex;
    justify-content: center;
}	

.float-box
{
	    width: 300px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    float: left;
    margin-left: 1rem;
    margin-top: 1rem;
        transform: translateX(00%);

}
.float-box-2
{
	       width: 100%;
    color: black;
    font-size: 28px;
    font-weight: bold;
    float: none;
    margin-right: 6rem;
    margin-top: 3rem;
    padding-left: 2rem;
        transform: translateX(10%);
}
.float-box-3
{
	    width: 380px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    float: none;
    margin-left:  0rem;
    margin-top: 3rem;
    padding-left: 3rem
}
.hr-1
{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 11;
    border-top: 10px solid white;
    width: 90px;
    text-align: left;
    margin-left: 0px;
}
.hr-3
{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 11;
    border-top: 10px solid black;
    width: 90px;
    text-align: left;
    margin-left: 0px;
}
.s1-title
{
	font-size: 31px;
}
.s1-cont
{
	font-size: 18px;
}






}
.s1-cont
{
	font-size: 18px;
	width: 85%;
	text-shadow: 0px 0px 4px black;
	background-color: #678a2e91;
	padding: 15px;
	width: auto;
}



@media (min-width: 900px){

.sec-1-img
{
	height: 700px;
	background-size: cover;
	background-position: left center;
		    display: flex;
    justify-content: center;
}
.sec-2-img
{
	height: auto;
	background-size: cover;
	background-position: right center;
		    display: flex;
    justify-content: center;
}
.sec-3-img
{
	height: auto;
	background-size: cover;
	background-position: left center;
	display: flex;
    justify-content: left;
    padding-left: 10rem;
}
}

::-webkit-input-placeholder { /* Edge */
  color: white;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::placeholder {
  color: white;
}