/*========================================================================*/



/* ///////////////////////////////////////////////////////////////////// 
// 03 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader { display: none; }





/* ==========================================================================
	Global Styles
========================================================================== */
a {
	color: #07393C;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	border-bottom: 1px dashed;
	outline:none!important;
}
a:hover,a:focus,a:active {
	color:#0D0D0D;
	text-decoration:none;
	outline:none!important;
}
p {
	color:#8c9398;
	word-spacing:1px;
	line-height:25px;
	font-size:14px;
}
h2 {
	font-size:15px;
	color:#353535!important;
	text-transform:uppercase;
	font-weight:bold;
}
h2::after {
	content:" ";
	border:solid 1px #CCCCCC;
	display:block;
	width:65px;
	margin:20px auto;
}
h6 {
	font-size:15px;
	color:#8c8c8c;
	text-transform:uppercase;
	font-weight:bold;
}
h6::after {
	content:" ";
	border:solid 1px #CCCCCC;
	display:block;
	width:65px;
	margin-top: 20px;
}
/* ==========================================================================HTML5 display definitions========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

/* Remove excess height in iOS 5 devices */
audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}
/* ==========================================================================Base========================================================================== */
html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
html,html a {
	-webkit-font-smoothing:antialiased;
	text-shadow:1px 1px 1px rgba(0,0,0,0.004);
}
html,button,input,select,textarea {
	font-family:'Varela Round',sans-serif;
}
body {
	margin:0;
	font-family: 'Open Sans',sans-serif;
	padding-bottom: 80px;
}
/* ==========================================================================Links========================================================================== */
a:focus {
	outline:thin dotted;
}
a:active,a:hover {
	outline: 0;
}
/* ==========================================================================Typography========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
h1 {
	font-size:2em;
	margin:0.67em 0;
	color:#ed906a;
}
h2 {
	font-size:1.5em;
	margin:0.83em 0;
}
h3 {
	font-size:1.17em;
	margin:1em 0;
}
h4 {
	font-size:1em;
	margin:1.33em 0;
}
h5 {
	font-size:0.83em;
	margin:1.67em 0;
}
h6 {
	font-size: 12px;
	margin:2.33em 0;
}
abbr[title] {
	border-bottom:1px dotted;
}
b,strong {
	font-weight:bold;
}
blockquote {
	margin:0em 55px;
	border-left:4px solid #CCCCCC;
}
dfn {
	font-style:italic;
}
mark {
	background:#ed906a;
	color:#000;
}
p,pre {
	margin:1em 0;
}
code,kbd,pre,samp {
	font-family:monospace,serif;
	_font-family:'courier new',monospace;
	font-size:1em;
}
pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}
q {
	quotes:none;
}
q:before,q:after {
	content:'';
	content:none;
}
small {
	font-size:75%;
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
p {
	font-size: 14px;
	font-weight:100;
	line-height: 28px!important;
}
/* ==========================================================================Lists========================================================================== */
dl,menu,ol,ul {
	margin:1em 0;
}
dd {
	margin:0 0 0 40px;
}
menu,ol,ul {
	padding:0 0 0 40px;
}
nav ul,nav ol {
	list-style:none;
	list-style-image: none;
}
/* ==========================================================================Embedded content========================================================================== */
img {
	border:0;
	-ms-interpolation-mode:bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================Figures========================================================================== */
figure {
	margin: 0;
}
/* ==========================================================================Forms========================================================================== */
form {
	margin:0;
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}
textarea {
	overflow:auto;
	vertical-align: top;
}
/* ==========================================================================Tables========================================================================== */
table {
	border-collapse:collapse;
	border-spacing: 0;
}
/* ==========================================================================Section Styles========================================================================== */
.section-padding {
	padding-top: 120px;
}
.dark-bg {
	background:#f3f5f8;
}
.light-bg {
	background-color:#fff;
}
.dark-box {
	background: #F3F5F8;
	-webkit-box-shadow: 0px 3px 0px 0px #07393C;
	-moz-box-shadow: 0px 3px 0px 0px #07393C;
	box-shadow: 0px 3px 0px 0px #07393C;
	padding:20px 0;
}
.dark-box:hover,.dark-box:focus {
	-webkit-box-shadow: 0px 3px 0px 0px #233a44;
	-moz-box-shadow: 0px 3px 0px 0px #233a44;
	box-shadow: 0px 3px 0px 0px #233a44;
}
.box-hover {
	transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
	-o-transition:all 500ms ease-in-out;
}
.box-hover:hover,.box-hover:focus {
	transform:translate(0,-15px);
	-webkit-transform:translate(0,-15px);
	-ms-transform:translate(0,-15px);
}
.wrapper {
	height:650px;
}
.nopadding {
	padding:0;
}
.inner {
	padding-top: 138px;
}
/* ==========================================================================Navigation========================================================================== */
.menu-wrap a {
    color: #fff;
    outline: none !important;
    transition: color 0.3s ease;
}

.menu-wrap a:hover,
.menu-wrap a:hover span,
.menu-wrap a:focus,
.menu-wrap a.active,
.menu-wrap a.active span {
    color: #90DDf0 !important;
}


.content-wrap {
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	-webkit-transition:-webkit-transform 0.4s;
	transition:transform 0.4s;
	-webkit-transition-timing-function:cubic-bezier(0.7,0,0.3,1);
	transition-timing-function:cubic-bezier(0.7,0,0.3,1);
}
.content {
	position:relative;
	background:#b4bad2;
	padding-bottom: 12em;
}
/* Common styles for menu button and menu-wrap */
/* Menu Button */
.menu-button {
	position: fixed;
	top: 1.5em;
	right: 2em;
	z-index: 1000;
	width: 3em;
	height: 3em;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 4px;
}
.menu-button::before {
    content: '';
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(
        #fff 20%, transparent 20%, transparent 40%,
        #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%
    );
    border-radius: 2px;
}

.menu-button:hover {
	opacity: 0.8;
}
/* Menu Styles */
.menu-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: height 0.3s ease;
	background: rgba(0, 0, 0, 0.9);
	overflow: hidden;
	height: 0;
}


.icon-list {
    float: right;
    padding: 1.5em 9em;
}

.icon-list a {
    opacity: 0;
    display: inline-block;
    padding: 0;
    margin: 0 15px;
    text-align: center;
    font-size: 1.25em;
    text-decoration: none;
    border-bottom: none;
}

.icon-list a span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.5em;
    font-weight: 700;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    transition: color 0.3s ease;
}

.show-menu .icon-list a {
    opacity: 1;
}

.show-menu .menu-wrap {
    height: 400px;
}

.show-menu .content-wrap {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
}

/* Mobile Styles */
@media screen and (max-width: 767px) {
    .icon-list {
        float: none;
        padding: 1em;
        text-align: center;
    }
    
    .show-menu .menu-wrap {
        height: auto;
        min-height: 300px;
        max-height: 80vh;
        overflow-y: auto;
    }

    .icon-list a {
        margin: 5px 10px;
    }
}

/* ==========================================================================Hero========================================================================== */
.hero {
	background: url('../img/title-2.webp') right bottom no-repeat;
	background-size: contain;
	padding:180px 0 180px 0;
	height:auto;
	background-color: #01021e;
}
.hero h1 {
	font-size: 120px;
	letter-spacing: -8px;
	margin: 0;
	font-weight: 600;
	line-height: 95px;
	text-transform: uppercase;
}
.hero h1 span {
	color:#fef1d2;
	letter-spacing: -3px;
	/* display:inline-block; */
}
.hero h3 {
	font-size: 20px;
	margin:0;
	padding:8px;
	opacity:0.5;
	color: #6da999;
	font-weight: bold;
	letter-spacing: 8px;
	line-height: 20px;
	text-transform: uppercase;
}
.hero p {
	letter-spacing:1px;
	color:#fff;
	font-size: 15px;
}
/* Boucing Arrow Animation */
@keyframes arrowbounce {
	from {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		transform:translateY(0);
	}
	to {
		-webkit-transform:translateY(-20px);
		-moz-transform:translateY(-20px);
		transform:translateY(-20px);
	}
}
@-moz-keyframes arrowbounce {
	/* Firefox */ from {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		transform:translateY(0);
	}
	to {
		-webkit-transform:translateY(-20px);
		-moz-transform:translateY(-20px);
		transform:translateY(-20px);
	}
}
@-webkit-keyframes arrowbounce {
	/* Safari and Chrome */ from {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		transform:translateY(0);
	}
	to {
		-webkit-transform:translateY(-20px);
		-moz-transform:translateY(-20px);
		transform:translateY(-20px);
	}
}
@-o-keyframes arrowbounce {
	/* Opera */ from {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		transform:translateY(0);
	}
	to {
		-webkit-transform:translateY(-20px);
		-moz-transform:translateY(-20px);
		transform:translateY(-20px);
	}
}
.scrollto {
	padding: 150px 0px 0px 0px;
	display:block;
	color:#FFF;
	text-decoration:none;
	width:200px;
	margin:0 auto;
	border-bottom: none;
}
.scrollto--arrow {
	padding:10px;
}
.scrollto--arrow img {
	animation:arrowbounce 1s alternate infinite;
	-moz-animation:arrowbounce 1s alternate infinite;
	/* Firefox */-webkit-animation:arrowbounce 1s alternate infinite;
	/* Safari and Chrome */-o-animation: arrowbounce 1s alternate infinite;
	/* Opera */
}
/* ==========================================================================Intro========================================================================== */
.intro p {
	margin:50px 0 0;
}
h1.arrow {
	font-size: 16px;
	text-transform:uppercase;
	color:#353535;
	letter-spacing: 4px;
	background:url('../img/h1-bg.png') no-repeat center bottom;
	padding-bottom:30px;
	font-weight: bold;
}
h1.arrow span {
    color: #07393C;
}
/* ==========================================================================About========================================================================== */
.about-image {
	height:400px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.color-bg {
	background: #07393C;
}

.color-bg a {
    color: #90DDf0;
}
.color-bg h6, .color-bg p {
    color: white;
}
.color-bg h6::after{
	border-color: #fff;
}
.color-bg .weight-outline-btn {
    color: white;
    border-color: white;
}
.color-bg .weight-outline-btn:hover {
  background: #FFF;
  color: #07393C;
  border-color: rgba(0, 0, 0, 0);
}
.about-text {
	padding:20px 50px 25px 50px;
}
.about-text h1 {
	text-transform:uppercase;
	font-size:24px;
	color: #8C8C8C;
}
.color-bg h1.arrow span {
    color: #90DDf0;
}
.color-bg h1.arrow {
    color: #FFF;
}
/* ==========================================================================Services========================================================================== */
.services {
	margin-top:80px;
	margin-bottom:40px;
}
.services .icon {
	position:relative;
	width:175px;
	height:175px;
	margin:0 auto;
	text-align:center;
	line-height:180px;
	font-size:56px;
	color:#fff;
	border-radius:50%;
	box-shadow:0 0 0 0 rgba(0,0,0,0.0);
	margin-bottom:40px;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border: 1px solid #07393C;
	color: #07393C;
}
.services .item:hover .icon {
	background: #07393C;
	border: 1px solid #07393C;
}
.services .item [class*=fa] {
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.services .item:hover [class*=fa] {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	color:#fff;
}
.features-wrapper {
	margin:70px 0 0;
}
i.respons {
	position:relative;
	width:35px;
	height:35px;
	margin:0 auto;
	line-height:35px;
	text-align:center;
	font-size:15px;
	color:#fff;
	border-radius:50%;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border:1px solid #CCCCCC;
	color: #CCCCCC;
}
/* ==========================================================================iPhone Section========================================================================== */
.iphone {
	width:50%;
	background:#f3f5f8;
	float:left;
	height:100%;
	box-shadow:inset -15px -11px 40px -6px rgba(0,0,0,0.1);
	-moz-box-shadow:inset -15px -11px 40px -6px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset -15px -11px 40px -6px rgba(0,0,0,0.1);
	z-index:1;
}
.fluid-white {
	width:50%;
	background:#fff;
	float:right;
	height:100%;
	z-index:2;
}
.responsive-services {
	position: relative;
}
/* ==========================================================================Portfolio========================================================================== */
.swag {
	padding:75px 0;
}
.swag h1 {
	text-transform:uppercase;
	letter-spacing:5px;
}
.swag h1 span {
	display:block;
	font-size:25px;
	margin-top:20px;
}
.down-arrow-btn {
	width:auto;
	height:40px;
	background:rgba(0,0,0,0.6);
	display:inline-block;
	margin:15px 5px 15px 5px;
	color:#fff;
	font-size:16px;
	line-height:40px;
	padding:0px 10px;
	text-align:center;
}
.down-arrow-btn:hover,.down-arrow-btn:focus {
	color:#fff;
	background:rgba(0,0,0,1);
}
.portfolio img {
	height:300px;
	width:100%;
}
img.grayscale {
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+,IE10 */ filter:gray;
	/* IE6-9 */ -webkit-filter:grayscale(100%);
	/* Chrome 19+& Safari 6+*/ -webkit-transition:all .6s ease;
	/* Fade to color for Chrome and Safari */ -webkit-backface-visibility:hidden;
	/* Fix for transition flickering */
}
img.grayscale:hover {
	filter:none;
	-webkit-filter:grayscale(0%);
}
.row-offset-0 {
	margin-left:0;
	margin-right:0;
}
.row-offset-0>* {
	padding-left:0;
	padding-right:0;
}
.effects {
	padding-left:15px;
}
.effects .img {
	position:relative;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.effects .img:nth-child(n) {
	margin-right:5px;
}
.effects .img:first-child {
	margin-left:-15px;
}
.effects .img:last-child {
	margin-right:0;
}
.effects .img img {
	display:block;
	margin:0;
	padding:0;
	height:auto;
}
.overlay {
	display:block;
	position:absolute;
	z-index:20;
	filter:none!important;
	-webkit-filter:grayscale(0%);
	overflow:hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.overlay-effect .img i {
	font-size:30px;
}
.overlay-effect .overlay {
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	opacity:0;
}
.overlay-effect .overlay a.expand {
	left:0;
	right:0;
	bottom:47%;
	margin:0 auto -30px auto;
}
.overlay-effect .img.hover .overlay {
	height:100%;
	opacity:1;
}
.img img {
	width:-webkit-calc(100%+40px) !important;
	width:calc(100%+40px) !important;
	-webkit-transition:opacity 0.35s,-webkit-transform 0.35s;
	transition:opacity 0.35s,transform 0.35s;
	-moz-transition:opacity 0.35s,-moz-transform 0.35s;
	-o-transition:opacity 0.35s,-o-transform 0.35s;
	-webkit-transform:translate3d(-40px,0,0);
	transform:translate3d(-40px,0,0);
	-ms-transform:translate3d(-40px,0,0);
}
.img:hover img {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-ms-transform:translate3d(-40px,0,0);
}
.hype {
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top: 50px;
}
/* ==========================================================================Subscribe========================================================================== */
.subscribe {
	padding-top:75px;
}
.subscribe h1 {
	color: #FFFFFF;
	margin-bottom:40px;
}
.subscribe h1 span {
	display:block;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:20px;
	letter-spacing:1px;
}
.subscribe input[type=text] {
	background-color:rgba(255,255,255,0.1);
	border: solid 1px #90DDf0;
	padding:20px;
	width:30%;
	color:#808080;
}

.subscribe input[type=text]:focus {
    outline: none;
}
.subscribe input[type=submit] {
	background: #90DDf0;
	border: solid 1px #90DDf0;
	padding:20px;
	color: #07393C;
	text-transform:uppercase;
	letter-spacing:1px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.subscribe input[type=submit]:hover {
	background: rgba(0, 192, 240);
	border: solid 1px #90DDf0;
	color: #07393C;
}
/* ==========================================================================CTA========================================================================== */
.spacer-cta {
	background-color: #07393C;
	padding:70px 0;
}
.outline-btn {
	display:inline-block;
	padding:25px 40px;
	color: #90DDF1;
	border: solid 1px #90DDF1;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}
.outline-btn:hover,.outline-btn:focus {
	color: #07393C;
	border: solid 1px #07393C;
	background: #90DDF1;
}
.weight-outline-btn {
	display:inline-block;
	padding:20px 30px;
	color:#8C8C8C;
	border:solid 1px #8C8C8C;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}
.weight-outline-btn:hover,.outline-btn:focus {
	color:#424242;
	border: solid 1px #424242;
}
/* ==========================================================================Team========================================================================== */
.team img {
	margin-bottom:20px;
}
ul.social-buttons {
	list-style:none;
	margin:0;
	padding:0;
}
ul.social-buttons li {
	display:inline-block;
	margin-right:10px;
}
ul.social-buttons li:last-child {
	margin-right:0;
}
.social-btn {
	width:40px;
	height:40px;
	background: #07393C;
	display:inline-block;
	color:#fff;
	font-size:17px;
	line-height:40px;
	text-align:center;
}
.social-btn:hover,.social-btn:focus {
	background: rgba(0, 255, 153, 0.488);
	color: #07393C;
}
.social {
	margin-top: 25px
}
/* ==========================================================================Contact========================================================================== */
.up-btn {
	width:55px;
	height:55px;
	background: rgba(0, 192, 240);
	display:block;
	margin:0 auto;
	color: #07393C;
	font-size:18px;
	line-height:52px;
	text-align:center;
	position:absolute;
	top:-26px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.up-btn:hover,up-btn:focus {
	color: black;
	background: #90DDf0;
}
.contact-details {
	margin:70px 0;
}
.contact-details h2 {
	font-size:20px;
}
.contact-details h2 span {
	display:block;
	color:#545454;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	margin-top:15px;
}
.contact-wrap {
	position:relative;
}
#googlemaps {
	width:100%;
	height:300px;
	left:15px;
	bottom:25px;
}
.contact {
	margin-top:-20px!important;
}
.contact label {
	float:left;
}
.contact .form-control {
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #cbcbcb;
	height:45px;
}
.contact textarea.form-control {
	height: 310px;
}

.contact-image {
	margin-top:0px;
	height:525px;
	background-size:cover;
}

/* Inputs styles */
.contact .form-control {
	border-radius:0!important;
	;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.contact .form-control:focus {
	-webkit-box-shadow:none;
	box-shadow:none;
	border:1px solid #B0B0B0;
}

.btn-send{
	background:#07393C;
	color: white;
	transition: all 0.4s;
	border-radius: 0;
	float: right;
}

.btn-send:hover{
	background: #90DDf0;
	color: #07393C
}

button,button:focus,button:hover,button:active {
	outline: none!important;
}

/* ==========================================================================Footer========================================================================== */
footer a {
	color:#a1a9b0;
}
footer {
	background-color:#f3f5f8;
	padding:40px 0 30px;
}
footer p {
	color: #808080;
}

/* ==========================================================================FlexSlider Custom CSS========================================================================== */
#servicesSlider {
	margin-top:70px;
}
ul.slides li {
	margin-bottom:20px;
}
.features-slider {
	position:relative;
	padding:11% 100px 10% 100px;
	height:400px;
	background-color:#3F6184;
}
.features-slider ul {
	margin:0;
	padding:0;
	list-style:none;
}
.features-slider ul li {
	width:100%;
}
.features-slider li h1 {
	margin-bottom:15px;
	color:#fff;
	font-weight:400;
	font-size:22px;
}
.features-slider li p {
	color:#fff;
	font-size:14px;
}
#clientSlider .flex-control-nav {
	text-align:left;
}
#clientSlider .flex-control-nav li:first-child {
	margin:0px 4px 0px 0px;
}
#clientSlider small {
	font-size: 12px;
	font-weight: bold;
}
.flex-control-paging li a.flex-active {
    background: #07393C;
    border-color: #07393C;
}

.color-bg .flex-control-paging li a{
    background: white;
    border-color: white;
}

.color-bg .flex-control-paging li a.flex-active {
    background: #90DDf0;
    border-color: #90DDf0;
}
/* ==========================================================================Waypoints========================================================================== */
.wp1,.wp2,.wp3,.wp4,.wp5,.wp6 {
	visibility:hidden;
}
.bounceInLeft,.bounceInRight,.fadeInUp,.fadeInUpDelay,.fadeInDown,.fadeInUpD,.fadeInLeft,.fadeInRight {
	visibility:visible;
}
.delay-05s {
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
}
.delay-1s {
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.wp3 {
	background:url('../img/iphone-bg.png') no-repeat center center;
	background-position:200px 10px;
	height: 100%;
}
/* ==========================================================================Responsive========================================================================== */
/* 320px (iPhone) */
@media screen and (max-width:414px) {
	.scrollto {
		padding: 95px 0px 0px 0px;
	}

	.hero h1 {
		font-size: 100px;
		line-height: 80px;
		margin-top: 65px;
}
}
/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
	.wrapper {
		background:#f3f5f8;
		height:640px;
	}
	.iphone {
		display:none;
	}
	.fluid-white {
		display:none;
	}
	.wp2,.wp4,.wp5,.light-box {
		margin-bottom: 30px;
	}
}
/* xGA iPad */
@media screen and (max-width:1024px) {
	.wp3 {
		background-position:50px 0;
	}
	.swag {
		background-attachment:scroll;
	}
	.subscribe {
		background-attachment: scroll;
	}
}
/* 1200px (Small Desktop,Netbook) */
@media screen and (max-width:1280px) {
	.wp3 {
		background-position: 50px 0;
	}
}
/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
	.iphone {
		display:none;
	}
	.fluid-white {
		display:none;
	}
	.wrapper {
		background:#f3f5f8;
		height:540px;
	}
	.wp2,.wp4,.wp5,.light-box {
		margin-bottom:30px;
	}
}
@media screen and (max-width:50em) {
	.icon-list a {
		padding:0.5em 0em;
		margin:0 5px;
		font-size:1em;
	}
}







/** Responsive fixes **/
@media screen and (max-width:767px) {
	.inner {
    padding-top: 10px;
    text-align: center;
	}

	.hero h3 {
	    letter-spacing: 10px;
	}


	.hero {
	    padding-bottom: 0;
	}

	.subscribe input[type=text] {
	    width: 50%;
	    margin-bottom: 30px;
	}

	.btn-send {
	    float: none;
	
	    margin-bottom: 80px;
	}
	.effects .img {
    	margin-bottom: 15px;
	}
	.show-menu .icon-list a {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}

	.show-menu .menu-wrap {
		height: auto;
		max-height: 80vh;
		overflow-y: auto;
	}

	.icon-list {
		float: none;
		padding: 0.75em 1em;
		text-align: center;
	}
	
	.icon-list a {
		display: inline-block;
		width: auto;
		margin: 5px 10px;
	}
}


@media screen and (max-width:991px) {
	.hero {
    	padding: 0px;
	}

	.subscribe {
	    padding-bottom: 40px;
	}
}

/* Beyond Section Styles */
.beyond-item {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.beyond-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.beyond-image {
  margin-bottom: 20px;
}

.beyond-image img {
  width: 100%;
  height: auto;
}

.beyond-content h3 {
  color: #07393C;
  margin-bottom: 15px;
}

.beyond-preview {
  text-align: center;
  padding: 30px 15px;
  background: #f8f9fa;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.beyond-preview:hover {
  background: #07393C;
  color: white;
}

.beyond-preview:hover h3,
.beyond-preview:hover p,
.beyond-preview:hover i {
  color: white;
}

.beyond-preview i {
  color: #07393C;
  margin-bottom: 15px;
}

/* Schedule Styles */
.schedule-item {
  background: #f8f9fa;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #07393C;
}

.schedule-item h3 {
  color: #07393C;
  margin-bottom: 10px;
}

.schedule-item p {
  margin: 5px 0;
}

.schedule-item i {
  margin-right: 10px;
  color: #07393C;
}

/* News Item Styles */
.news-item {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.news-item img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.news-item h3 {
  color: #07393C;
  margin-bottom: 10px;
}

.news-item .date {
  color: #666;
  font-style: italic;
  margin-bottom: 10px;
}

/* Utility Classes */
.mt-5 {
  margin-top: 50px;
}

.mb-4 {
  margin-bottom: 40px;
}

/* ==========================================================================
Portfolio Styles
========================================================================== */
.portfolio-item {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.portfolio-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event-item {
  display: flex;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.event-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.event-date {
  background: #07393C;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  margin-right: 20px;
  min-width: 100px;
}

.event-date .day {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.event-date .month {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.event-date .year {
  font-size: 14px;
  display: block;
}

.event-details {
  flex: 1;
}

.event-details h3 {
  margin-top: 0;
  color: #07393C;
}

.event-details p {
  margin: 5px 0;
}

.event-details i {
  margin-right: 10px;
  color: #07393C;
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.portfolio-grid .portfolio-item {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 57, 60, 0.9);
  color: #fff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay h3 {
  color: #fff;
  margin: 0 0 10px 0;
}

.portfolio-overlay p {
  color: #90DDf0;
  margin: 0;
}

.view-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #90DDf0;
  color: #07393C;
  border-radius: 50%;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.view-btn:hover {
  background: #fff;
  color: #07393C;
}

/* Page Headers */
.page-header {
    padding: 120px 0 60px;
    background: #01021e;
    margin: 0;
    position: relative;
}

.page-header h1 {
    font-size: 60px;
    letter-spacing: -3px;
    margin: 0;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.page-header h3 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 300;
    color: #6da999;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/* Menu Button Styles */
.menu-button {
    background: transparent;
    border: none;
}

.dark-bg .menu-button::before {
    background: linear-gradient(#07393C 20%, transparent 20%, transparent 40%, #07393C 40%, #07393C 60%, transparent 60%, transparent 80%, #07393C 80%);
}

.light-bg .menu-button::before {
    background: linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);
}

/* Menu Icon Colors */
.dark-bg .icon-list a {
    color: #07393C;
}

.dark-bg .icon-list a span {
    color: #07393C;
}

.light-bg .icon-list a,
.light-bg .icon-list a span {
    color: #fff;
}

/* Adjust content padding for menu */
.section-padding {
    padding-top: 120px;
}

/* Site Logo Styles */
.site-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

.site-logo a {
  display: block;
  text-decoration: none;
  border: none;
  transition: opacity 0.3s ease;
}

.site-logo img {
  width: 100px;
  height: 100px;
}

.site-logo a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .site-logo {
    left: 15px;
  }
  .site-logo img {
    width: 32px;
    height: 32px;
  }
}

/* Enhanced Footer Styles */
.enhanced-footer {
    background-color: #f3f5f8;
    padding: 60px 0 30px;
    text-align: center;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    width: 120px;
    height: auto;
    margin: 0 auto;
}

.footer-contact {
    margin-bottom: 30px;
}

.footer-contact p {
    color: #07393C;
    font-size: 16px;
    margin: 10px 0;
}

.footer-social {
    margin-bottom: 30px;
}

.footer-social .social-btn {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer-social .social-btn:hover {
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(7, 57, 60, 0.1);
    padding-top: 20px;
}

.footer-bottom p {
    color: #07393C;
    font-size: 14px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .enhanced-footer {
        padding: 40px 0 20px;
    }
    
    .footer-logo img {
        width: 80px;
    }
}