/*
Theme Name:     Skyway Media
Description:    
Author:         skywaymedia
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/**************************
 * BASE
 *************************/

.sw-col-2 {
	width: 49%;
	display: inline-block;
}

/**************************
 * HOME
 *************************/

.home #page-container {
	padding-top: 0 !important;
}
.home #main-header {
	background-color: transparent !important;
	box-shadow: none !important;
}
.home #top-menu a {
	color: #1b488c !important;
}
.sm-home-hero {
	height: 600px;
	background-color: #fff;
}
.hero-title, .type {
	color: #1b488c !important;
	text-align: center;
	font-size: 100px;
}
.type {
	font-weight: 900;
}
.hero-title {
	margin-bottom: 35px;
	color: #ffc333 !important;
	font-weight: 700;
}
.sm-home-hero p {
	text-align: center;
}
.typed-cursor {
	color: #1b488c !important;
	font-size: 100px;
}
.hero-subtitle {
	width: 300px;
	margin: auto;
	text-align: center;
	margin-top: 75px;
}
.hero-subtitle p {
	padding-bottom: 0 !important;
	color: #1b488c !important;
}
.bridge-section {
	position: absolute;
	top: 0;
	display: none;
}
.bridge {
	color: #ffc333 !important;
	font-size: 20px;
	letter-spacing: 2px;
	position: absolute;
	left: -143px;
	top: 201px;
	transform: rotate(-90deg);
}

/* Client section */

#clientSectionWrapper {
	height: 800px !important;
	background-color: #222 !important;
}
#clientSection {
	transition: 0.3s ease-in-out;
	background-color: #222;
	height: 800px !important;
	width: 100% !important;
	margin: auto !important;
}
.client-scroll {
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
}
.sw-logo-container {
	max-width: 1200px;
	width: 80%;
	margin: auto;
	position: relative;
}
.home-logos {
	position: absolute;
	right: -100px;
	transition: 0.3s linear;
}

/* Portfolio section */

#portfolioSection {
	margin-top: 2000px !important;
}

/**************************
 * CLIENTS
 *************************/

.sm-clients .et_pb_image_wrap img {
	border-radius: 50% !important;
}
.sm-clients h3 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.sm-clients p {
	font-size: 20px;
	line-height: 26px;
}
.sm-clients-text-right {
	text-align: right;
}
.sm-clients .et_pb_column_1_2 {
	display: flex;
	align-items: center;
}
.view-more {
	color: #1b478d;
	font-style: italic;
	cursor: pointer;
}
.view-more .fa {
	font-size: 25px !important;
	position: relative !important;
	top: 3px !important;
	margin-right: 10px !important;
}