/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
.section-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.col h2, .brand-strategy h2, strong {
	text-transform: uppercase;
}

.owl-nav > div {
    position: absolute;
    background-color: rgba(0,0,0,.5);
    width: 86px;
    height: 100%;
    text-align: center;
    top: 0;
    vertical-align: middle;
}

.owl-next {
    right: 0;
}

.owl-nav > div > svg {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.owl-nav > div:not(:hover) > svg > path {
	fill: rgba(255,255,255,.2) !important;
}



/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
h1, h1 + p {
	color: #fff;
}

h2, h2 + p {
	font-weight: 400;
	margin: 0;
}

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/
#section-1 {
    padding-bottom: 10%;
}

#section-1 > .container {
	background-color: #fff;
	-webkit-box-shadow: 0 -10px 10px -5px rgba(0,0,0,.75);
	        box-shadow: 0 -10px 10px -5px rgba(0,0,0,.75);
	padding: 25px 35px;
	max-width: 1200px;
}

#section-1 img {
    display: inline;
    float: right;
    margin: 0 auto 25px;
}


#section-2 {
	padding-top: 5%;
	text-align: center;
}

#section-2 header {
    margin-bottom: 5%;
}

#section-2 .brand-strategy {
    background-color: #fff;
    margin-bottom: 5%;
    padding: 25px 2.5%;
}

#section-2 .icons {
    margin-bottom: 5%;
    position: relative;
    text-align: center;
}

#section-2 .icons > .item {
    display: inline-block;
    margin: 25px 15px;
}

#section-2 .icons > .item > span {
	display: block;
	margin: 15px;
	text-transform: uppercase;
}

#section-2 .icons > .item > span:first-child {
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.75);
            box-shadow: 0 0 10px -5px rgba(0,0,0,.75);
    display: inline-block;
    height: 100px;
    padding: 25px 10px;
    margin: auto;
    width: 100px;
}

#section-2 .row > .col {
	-webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.75);
	        box-shadow: 0 0 10px -5px rgba(0,0,0,.75);
    display: inline-block;
    padding: 25px;
    background-color: #fff;
    vertical-align: top;
}

#section-3 {
	background-color: #333;
	padding-bottom: 5%;
	padding-top: 3%;
	text-align: center;
}

#section-3 h2 {
	color: #fff;
	margin-bottom: 25px;
}

#section-3 .owl-item {
    background-color: #fff;
    padding: 10px;
}


#section-4 {
	padding-bottom: 5%;
	padding-top: 5%;
	text-align: center;
}

#section-4 header, #section-3 a.cta-button {
	display: inline-block;
	vertical-align: middle;
}

#section-4 a.cta-button {
	display: inline-block;
	padding: 25px 35px;
	color: #fff;
    margin: 5%;
}

#section-4 a.cta-button:hover {
	background-color: #333 !important;
}


#section-5 {
	background-color: #00a2df;
	padding-top: 2.5%;
	text-align: center;
}

#section-5 > .container > h2 {
	color: #fff;
}

#section-5 .col {
    background-color: #fff;
	-webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.75);
	        box-shadow: 0 0 10px -5px rgba(0,0,0,.75);
    display: inline-block;
    padding: 25px 35px;
    vertical-align: top;
}

#section-5 .col:not(:last-child) {
	min-height: 360px;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media screen and ( max-width: 767px ) {
	section:not(#section-1):not(#section-4) .container {
		padding: 0;
	}

	#section-4 header {
		text-align: center;
	}
}

@media screen and ( min-width: 768px ) {
	section header > h2 {
		font-size: 34px;
	}

	section .brand-strategy h2,
	section .col h2 {
		font-size: 28px;
	}

	#section-2 .icons {
	    display: table;
	}

	#section-2 .icons > .item {
	    display: table-cell;
	    width: calc(1400px/5);
	}

	#section-2 .row > .col {
		min-height: 340px;
	    width: calc(50% - 50px);
	}

	#section-2 .row {
	    -webkit-transform: translateY(150px);
	        -ms-transform: translateY(150px);
	            transform: translateY(150px);
	    margin-bottom: 200px;
	    margin-top: -175px;
	}

	#section-4 header {
		text-align: left;
	}

	#section-5 {
	    margin-bottom: 150px;
	}

	#section-5 > .container > h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}

	#section-5 .row {
	    -webkit-transform: translateY(100px);
	        -ms-transform: translateY(100px);
	            transform: translateY(100px);
	    margin-top: -90px;
	}

	#section-5 .col:not(:last-child) {
	    width: calc(50% - 35px);
	}

}

@media screen and ( min-width: 1024px ) {
	#section-1 > .container {
		margin-top: -125px;
	}
}

@media screen and ( min-width: 1025px ) and ( max-width: 1399px ) {
	#section-3 {
		padding-top: 15%;
	}
}
