/* GLOBAL */
body, input, select, textarea, button, tspan { 
	font-family: 'Roboto Condensed', sans-serif;
}

body{
	margin: 0;
    overflow-y: hidden; /* Hides vertical scroll bar */
    overflow-x: hidden; /* Hides horizontal scroll bar */
}


p {
	font-size: 16px;
}

*.condensed { 
	font-family: 'Roboto Condensed', sans-serif;
}



.img-responsive {
	max-width:100%;
}

.margin-100T {
	margin-top: 380px;
}

.switch-white {
	color: #000!important;
}




/*BODY*/

.container {
	background-image: url("../img/ss-home-bg.jpg");
	background-repeat: no-repeat;
	min-height: 960px;
}

.logo-box {
    margin-left: 95px;
    padding-top: 20px;
}

.logo {
	padding-left: 96px;
}




.downloads-container {
    align-items: flex-end;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 105px;
    display: flex;
    padding: 0px 50px;
    gap: 30px;
}

.downloads-container h4 {
	font-size: 16px;
	padding-left: 65px;
	color: #000;
}

.downloads {
	padding-left: 15px;
	height: fit-content;
	flex-basis: 19%;
	border: 1px solid #000;
	border-radius: 30px;
	backdrop-filter: blur(10px);
	box-sizing: border-box;
}

.downloads-large {
    padding-left: 15px;
    padding-right: 15px;
    height: fit-content;
    flex-basis: 19%;
    border: 1px solid #000;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    box-sizing: border-box;
}

.downloads ul {
	display: none;
	padding-left: 36px;
	list-style-type: none;
	list-style-image: url("../img/icon-3.png");
	box-sizing: border-box;
}

.downloads ul li{
	margin-bottom: 10px;
	font-size: 16px;
}

.downloads ul li a {
	color: #000000;
	text-decoration: none;
}



.downloads-large ul {
	display: none;
	padding-left: 36px;
	list-style-type: none;
}

.downloads-large ul li{
   margin-bottom: 10px;
   font-size: 14px;
   position: relative;
   list-style: none;
}

.downloads-large ul li:after {
    content: '';
    background-image: url("../img/excel-icon.png");
    box-sizing: border-box;
    width: 24px;
    height: 26px;
    position: absolute;
    left: -35px;
    top: -2px;;
    background-size: cover;

}
 

.downloads-large ul li a {
   color: #FFFFFF;
   text-decoration: none;
}









.icon div.bg {
	position: absolute;
	bottom: 14px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.icon div.bg:hover {
	background-color: #808b6e;
}


.icon img {
 	position: absolute;
}

.center {
    text-align: center;
    max-width: 35%;
    line-height: 1.5;
}

.cal {
    display: flex;
    gap: 65px;
    padding: 10px;
    max-width: 710px;
    border: 1px solid #000;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    margin: 100px 50px 0px 50px;
}
.cal p {
    font-size:14px;
}

.cal img {
    position: relative;
    right: 0px;
    top: 0px;
}

.cal div.bg-cal {
    position: absolute;
    bottom: 9px;
    width: 46px;
    left: 230px;
    height: 46px;
    border-radius: 50%;
}

.cal div.bg-cal:hover {
	background-color: #808b6e;
}

.cal-p {
	padding-left: 45px!important;
}

.padding-5T {
	padding-top: 5px;
}

.no-margin {
	margin: 0;
}

.margin-5TB {
    margin: 8px 7px 0px 0px;
}




  
.angled-box {
    position: relative;
    width: 100%;
    height: 25px;
    background-color: transparent;
    overflow: hidden;
    bottom: -588px;
}

.angled-box::before,
.angled-box::after {
    content: '';
    position: absolute;
    width: 200%;  
    height: 100%;
    background-color: #FFF; 
    top: 0px;
    transform-origin: top left;
        }

.angled-box::before {
    transform: rotate(0.75deg);
        }

.angled-box::after {
    transform: rotate(1deg);
    right: -75%;
}