<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Theme Name: MyBiz
    Theme URL: https://bootstrapmade.com/mybiz-free-business-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

/*General*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
select,
textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7e7e7e;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border linear .3s;
	-webkit-transition: border linear .3s;
	-o-transition: border linear .3s;
	transition: border linear .3s;
	width: 100%;
	margin-top: 30px;
	background-color: #f7f7f7;
	height: 40px;
}

textarea {
	padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #f7f7f7;
	border-color: #01b1d7 !important;
	outline: none;
	color: #333;
}
.form-row {
	width: 100%;
	float: left;
}

.modal-body .btn {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-top: 20px;
	margin-left: 30px;
	background-color: #4294d3;
	color: #fff;
	border-radius: 30px;
	padding: 18px 20px;
	height: 60px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.modal-body h2 {
	color: #4294d3;
	font-weight: bold;
}

.modal-header,
.modal-footer {
	border: 0;
	background-color: #fff;
}
.amount-total {
	border: 0!important;
	background-color: #fff !important;
	margin-top: 0!important;
	font-size: 24px!important;
	font-weight: bold!important;
	color: #febd43!important;
}
.total {
	margin-top: 15px;
	padding-top: 30px;
	float: left;
}
.total strong {
	font-size: 16px;

}
.total-line {
	border-bottom: 1px solid #f7f7f7;
	padding:15px;
}

.payment {
	margin-top: 30px;
	float: left;
}
.payment strong {
	font-size: 16px;

}
.payment-line {
	border-bottom: 1px solid #f7f7f7;
}

span.wpcf7-list-item {
    display: grid;
}

input.wpcf7-free-text {
	margin: 0;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    text-align: center;
    color: red;
    font-size: x-large;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	text-align: center;
    color: green;
    font-size: x-large;
}
/* Custom CF7 Loader */
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: -30 0 0 4px;
    vertical-align: middle;
}
div.wpcf7 .ajax-loader {
background-image: url(../images/ajax-loader.gif);
width: 24px;
height: 24px;
margin-left: 10px;
}
div.wpcf7 .ajax-loader.is-active{
	visibility: visible;
}


.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.cover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.container {
	position: relative;
	z-index: 3;
}

/*Header*/
/*Top nav left*/
.navbar-brand {
	padding: 0;
	background-color: none;
}
.navbar-brand img {
	height: 60px;
}
.top-nav {
	;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #01b1d7;
}

/*Top left Menu*/
.top-left {
	float: left;
}

.top-left ul &gt;li {
	display: inline-block;
	margin-right: 15px;
}

.top-left a {
	font-size: 16px;
	color: #333;
}

.top-left a:hover {
	color: #01b1d7;
}

/*Top Right Menu*/
.top-right {
	float: right;
}

.top-right p:before {
	content: "\f041";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #01b1d7;
	margin-right: 10px;
}

.top-right p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.top-right p &gt; span {
	margin-left: 5px;
	font-style: italic;
	font-weight: 400;
}

/*Nagivation*/
#main-nav {
	padding: 15px 0;
	background: #fff;
    /*background: #f0548e;*/
}

/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(240,240,240,0.9);
    color: #fff;
    z-index:10;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

.navbar {
	margin:0;
}

#main-nav .navbar-header a {
	background-color: #none;
	color: #f0548e;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
	background-color: #fff;
}

#main-nav .navbar-toggle span {
	background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {
	margin-top: 10px;
}
#main-nav .navbar-right li &gt; a {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #f0548e;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: capitalize;
}

#main-nav .navbar-right li &gt; a:focus {
	color: #f0548e;
    background: none;
    outline: none;
}

#main-nav .navbar-nav&gt;li&gt;a:hover {
    color: #f0548e;
}

#main-nav .navbar-nav&gt;li.active&gt;a {
	color: #fff;
}
#main-nav .navbar-nav&gt;li&gt;a:hover {
	background: none;
}
#main-nav .navbar-nav&gt;li.active&gt;a {
    background: #f0548e;
    border-radius: 20px;
}

/*Search Form*/
.search-form {
	padding: 10px;
	position: absolute;
	bottom: -76px;
	right: 15px;
	z-index: 3;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s linear;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 1px 2px #ebebeb;
}

.search-form.visible {
	visibility: visible;
	opacity: 1;
}

.search-form input {
	height: 40px;
	width: 275px;
	border-color: #e8e8e8;
}

/*Main Slider*/
#slider {
	margin: 0;
	padding: 0;
	position: relative;
}

.flexslider {
	border: 0;
}

#slider.flexslider .slides &gt; li img {
	
}

/*Slider Caption*/
#slider .caption {
	position: absolute;
	top: 50%;
	left: 38% !important;
}

#slider .caption h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 42px;
}

#slider .caption span {
	padding: 0 10px;
	background-color: none;
	color: #fff;
}

#slider .caption p {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
	margin-top: 30px;
	color: #01b1d7;
}

#slider .caption .btn {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-top: 20px;
	margin-left: 30px;
	background-color: #FFF200;
	color: #000;
	border-radius: 30px;
	padding: 18px 20px;
	height: 60px;
}

#slider .caption .btn:hover {
    transition: 0.3s;
    color: #fff;
}


/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#slider .caption {
		position: absolute;
		top: 48%;
		left: 15% !important;
	}

	#slider .caption h3 {
		font-size: 13px;
		margin: 5px;
	}

	#slider .caption p {
		font-size: 10px;
		font-style: italic;
		margin: 0;
		padding: 0;
		color: #01b1d7;
	}

	#slider .caption .btn {
	    height: 46px;
		font-size: 10px;
		margin-top: 5px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#slider .caption {
		position: absolute;
		top: 50%;
		left: 20% !important;
	}

	#slider .caption h3 {
		font-size: 24px;
	}

	#slider .caption p {
		font-size: 16px;
		font-style: italic;
		margin-top: 15px;
		color: #01b1d7;
	}

	#slider .caption .btn {
	    height: 40px;
		font-size: 12px;
		margin-top: 15px;

	}
}

/*Control Nav*/
#slider .flex-control-nav {
	position: absolute;
	display: inline;
	z-index: 2;
}

#slider .flex-control-nav li {
	margin: 5px;
	display: inline-block;
}

#slider .flex-control-paging li a {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #01b1d7;
}

#slider .flex-control-paging li a:hover {
	background: #01b1d7;
}

#slider .flex-control-paging li a.flex-active {
	background: #01b1d7;
	width: 12px;
	height: 12px;
}

/* why-flywire */
#why-flywire {
	background: #f0548e;
	padding: 20px;
}
.why-flywire-heading h1 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: fit-content;
	margin: 10px auto;
	padding-bottom: 20px;
	border-bottom: 3px solid #fff;
}
#why-flywire img {
	float: left;
}
#why-flywire p {
	text-align: left;
	padding-top: 10px;
}
/*About*/
#about {
	padding: 20px 80px;
}

#about .about-heading, #testimonial .about-heading {
	text-align: center;
	margin: 40px auto;
}

hr.red-line {
	height: 5px;
	width: 250px;
	background-color: #f0548e;
}

#about .about-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#about .about-heading p,
#testimonial .about-heading p {
	margin-top: 20px;
	color: #4285f4;
	font-size: 30px;
	font-weight: bold;

}

#about .about-left {
	position: relative;
    z-index: 2;
}

#about .about-right {
	padding: 0 10px 10px 10px;
}

#about .about-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding-top: 100px;
	text-transform: uppercase;
}

#about .about-right .btn {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-top: 20px;
	background-color: #f0548e;
	color: #fff;
	border-radius: 30px;
	padding: 15px 20px;
	margin-bottom: 40px;
	height: 50px;
}

#about .about-right .btn:hover {
    transition: 0.3s;
    color: #fff;
}
.embed-responsive {
	height: 380px;
}
/*
#about .about-right-boot:before {
	content: "\f080";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}
*/

#about .about-right-wrapper {
    padding-left: 20px;
	left: 0;
	top: 75px;
}

#about .about-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #4285f4;
}
#about .about-right-wrapper a h3 {
	color: #4285f4;
	margin-top: 0px;
}

#about .about-right-wrapper a:hover {
	color: #01b1d7;
}

#about .about-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #8e8e8e;
}

#about .about-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#about {
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#about .about-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#about .about-right {
		position: relative;
		padding: 0;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a &gt; h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#about {
		margin-top: 50px;
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#about .about-heading p {
		margin-top: 20px;
	}

	#about .about-right {
		position: relative;
		padding: 0;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a &gt; h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}

/*About bg*/
#about-bg {
	position: relative;
	background-image: url(../images/bg-contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

.about-bg-heading {
	font-family: 'Josefin', sans-serif;
	font-weight: 900;
	text-align: center;
	line-height: 40px;
	z-index: -2;
}

.about-bg-heading h1 {
	font-size: 40px
}

.about-bg-heading p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-weight: 400;
	font-size: 30px;
	color: #fff;
}
.about-bg-heading img {
	height: 65px;
	margin-bottom: 50px;
}
.about-bg-wrapper {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	z-index: -2;
}

#about-bg .about-bg-wrapper .count {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 45px;
	margin-right: 20px;
	text-align: center;
	float: left;
	color: #01b1d7;
}

#about-bg .about-bg-wrapper p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: 30px;
	float: left;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	.about-bg-heading h1 {
		font-size: 28px;
	}

	.about-bg-wrapper {
		margin-left: 25%;
	}

}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	.about-bg-heading h1 {
		font-size: 30px;
	}

	.about-bg-wrapper {
		margin-left: 0%;
	}

}

/*Service*/
#service {
	background-attachment: scroll;
    padding-bottom: 0px;
    padding-top: 0px;
}

#service .col-md-6 {
	padding: 0;
	
}

#service .service-heading {
	text-align: center;
}

#service .service-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-align: left;
	color: #4285f4;
}

#service .service-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.services-style-one {
	position: relative;
}

.services-style-one .outer-box {
	position: relative;
	background: #1c1c1c;
}

.services-style-one .services-column {
	position: relative;
	width: 50%;
	float: left;
	background: #f2f3f4;	
}

.services-style-one .service-block {
	position: relative;
	margin-bottom: 40px;	
}

.services-style-one .services-column .content-outer {
	position: relative;
	float: right;
	max-width: 700px;
	padding: 80px 20px 40px 40px;	
}

.services-style-one .services-column .icon-box {
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 1px;
	color: #01b1d7;	
}

.services-style-one .services-column h4 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #1c1c1c;	
}

.services-style-one .services-column .text {
	font-size: 13px;
	color: #5a5a5a;
	max-width: 250px;	
}

.services-style-one .content-column {
	position: relative;
	float: left;
	width: 50%;
	background: #1c1c1c;
	text-align: right;
}

.services-style-one .content-column .content-box {
	position: relative;
	float:left;
	padding: 170px 20px 100px 320px;
	max-width: 700px;	
}

.services-style-one .content-column .sec-title h2 {
	color: #fff;
}

.services-style-one .content-column .sec-title h2 &gt; span {
	border-bottom: 2px solid #01b1d7;
	padding-bottom: 5px;
}

.services-style-one .content-column .inner-box {
	position: relative;
}

.services-style-one .content-column .text {
	position: relative;
	margin: 30px 0;
	color: #999999;
	line-height: 25px;
}
.inner-box {
	text-align: left;
}

.inner-box h4 {
	font-weight: bold;
	margin-bottom: 25px;
}

.service-block {
	border-bottom: 1px dashed #ccc;
	padding: 10px;
}

.service-block .icon-box {
	float: left;
	padding-right: 20px;
}

.service-block .icon-box img {
	width: 140px;
  	border-radius: 50%;
  	border: 5px solid #d7d7d7;
}

.inner-box button {
	background-color: #01b1d7;
	width: 120px;
	height: 35px;
	color: #fff;
}

.inner-box button:hover {
	background-color: #fff;
	color: #01b1d7;
}

/*Service Footer*/
#service .service-footer {
	background: #222222;
	padding: 30px 0;
}

#service .service-footer-left h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
}

#service .service-footer-left h3 &gt; span {
	color: #01b1d7;
}

#service .service-footer-left p {
	font-size: 16px;
	color: #9d9d9d;
}

#service .service-footer-right {
	float: right;
	line-height: 80px;
}

#service .service-footer-right button {
	background-color: #01b1d7;
	width: 180px;
	height: 50px;
	color: #fff;
}

#service .service-footer-right button:hover {
	background-color: #fff;
	color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 27px;
	}

	#service .service-heading p {
		font-size: 13px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 30px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

/*Portfolio*/
#portfolio {
	background: #f7f7f7;
	padding-bottom: 50px;
}

#portfolio .portfolio-heading {
	text-align: center;
}

#portfolio .portfolio-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #4285f4;
}

#portfolio .portfolio-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#portfolio .portfolio-thumbnail {
	position: relative;
}

#portfolio .portfolio-thumbnail img {
	width: 100%;
	height:auto;
}

#portfolio .portfolio-thumbnail .col-md-3 {
	padding: 0;
}

#portfolio .portfolio-thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(62, 212, 255, 0.7);
	opacity: 0;
	-moz-transition: opacity linear .3s;
	-webkit-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

#portfolio .portfolio-thumbnail .item:hover &gt; .caption {
	opacity: 1;
}

#portfolio .caption i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #01b1d7;
	background-color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}

#portfolio .caption p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 17px;
	text-transform: capitalize;
	top: 55%;
	left: 30%;
	right: 30%;
}

#portfolio .btn {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-top: 20px;
	background-color: #f0548e;
	color: #fff;
	border-radius: 30px;
	padding: 15px 20px;
}

#portfolio .btn:hover {
    transition: 0.3s;
    color: #fff;
}

/* Testimonial*/
#testimonial {
	margin-bottom: 50px;
}
.testi-item {
	text-align: center;
	background-color: #f7f7f7;
	min-height: 450px;
}

.testi-item .photo {
	background-color: #fff;
}

.testi-item img {
	width: 140px;
    border-radius: 50%;
    border: 5px solid #f0548e;
    margin-bottom: -70px;
    background-color: #fff;
}
.testi-item .info {
	margin-top: 90px;
}
.testi-item p{
	margin-top: 30px;
	padding: 5px 15px;
}
.star .checked {
  color: orange;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 27px;
	}

	#portfolio .portfolio-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 30px;
	}

}

/*Contact*/
#contact {
	margin-top: 100px;
}

#contact .contact-heading {
	text-align: center;
}

#contact .contact-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#contact .contact-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*Get In Touch*/
#get-touch {
	margin-top: 100px;
}

#get-touch .get-touch-heading {
	text-align: center;
}

#get-touch .get-touch-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
}

#get-touch .get-touch-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#get-touch .content {
	margin-top: 50px;
}

#get-touch .content .form input {
	height: 50px;
	width: 100%;
	border-color: #ebebeb;
}

#get-touch .content .form textarea {
	width: 100%;
	height: 180px;
	border-color: #ebebeb;
	margin-top: 20px;
}

#get-touch .content .form .submit {
	text-align: center;
}

#get-touch .content .form .submit .btn {
	margin-top: 25px;
	background-color: transparent;
	color: #7e7e7e;
	border-color: #01b1d7;
}

#get-touch .content .form .submit .btn:hover {
	background-color: #01b1d7;
	color: #fff;
}


/*Map*/
#google-map{
    position:relative;
    margin-top:10px;
    height: 400px;
}

/*Client*/
#client {
	text-align: center;
}

#client .col-md-2 {
	height: 170px;
	background-color: #f4f4f4;
	margin: 0 16px;
	padding-top: 20px;
}

#client span {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 15px;
}

#client img {
	vertical-align: middle;
	width: 75px;
}

/*Footer*/
#footer {
	background:#E9E9E9 url('../images/bg-row.png') repeat;
    color: #4D4D4D;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    padding: 60px 0 0px;
}

#footer .about .content{

    float:right;
    position: relative;
    background-color: #fff;
}

.ht-video-show-thumb {
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.ht-video-show-thumb:not(.play)::before {
    background: rgba(255, 255, 255, 0.5) url(../images/play_media.png) no-repeat scroll center center;
    bottom: 0;
    content: "";
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#footer .about .content .video{
    float:left;
    position:relative;
    width: 35%;
}
#footer .about .content .text{
    float:right;
    width: 60%;
    z-index: 1;
    position:relative;
    padding: 22px 0 2px;
}
#footer .about .content .text p{
    margin-bottom: 20px;
}
#footer .about a.more, #footer .about a.policy, #footer .about a.terms{
    float:left;
	background: #F54989;
    color:#fff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
	font-weight: bold;
    font-size: 12px;
    padding: 8px 16px;
}
#footer .about a.terms{
    margin-left: 15px;
}
#footer .information-company{
    padding-bottom: 25px;
}
#footer .title_footer{
    font-family: Arial, sans-serif;
	font-weight: bold;
    font-size: 18px;
    color:#4D4D4D;
    margin-left: 20px;
    text-align: left;
}
.about .title_footer{
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    float:right;
}
#footer .footer-heading {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding: 0 20px;
	color: #fff;
}

#footer .footer-heading h3 {
	font-size: 20px;
	text-transform: capitalize;
}

#footer .footer-heading span {
	padding-bottom: 8px;
}

#footer .footer-heading p {
	font-family: 'Open Sans', sans-serif;
	word-spacing: 3px;
	font-weight: 300;
	margin-top: 0px;
	color: #7e7e7e;
}

#footer .footer-heading ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	color: #000;
}

#footer .footer-heading li {
	border-bottom: 1px solid #8b8b8b;
	padding: 10px 0;
}

#footer .footer-heading ul &gt; li &gt; a:before {
	content: "\f10c";
	font-family: 'FontAwesome';
	padding-right: 10px;
}

#footer .footer-heading ul &gt; li &gt; a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #7e7e7e;
}

#footer .footer-heading ul &gt; li &gt; a:hover {
	color: #01b1d7;
}

#footer .insta img {
	float: left;
	width: 100px;
	height: 100px;
}

.credits a {
    color: #fff;
}

/*Bottom Footer*/
#bottom-footer {
	background-color: #33539a;
	padding: 20px 0;
	color: #fff;
}

#bottom-footer .footer-right ul &gt; li &gt; a {
	color: #fff;
}

#bottom-footer .footer-right ul &gt; li &gt; a:hover {
	color: #fff;
}

#why-flywire,
#offer,
#service,
#portfolio {
	padding-top: 10px;
	padding-bottom: 10;
}
#main-nav .navbar-toggle {
	background-color: transparent;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 27px;
	}

	#contact .contact-heading p {
		font-size: 13px;
	}
	#footer .about .content .video {
	    float: none;
	    margin: auto;
	    width: 100%;
	}

	#footer .about .content .text {
	    box-sizing: border-box;
	    padding: 10px;
	    width: 100%;
	}

	#footer .about a.more, #footer .about a.policy, #footer .about a.terms {
	    display: block;
	    text-align: center;
	    float: none;
	    margin-top: 10px;
	}

	#footer .about .content {
	    width: 100%;
	    overflow: hidden;
	}

	#footer .about a.terms {
	    margin-left: 0;
	}

	#client .col-md-2 {
		margin: 15px 0px 0 15px;
	    padding: 20px;
	    width: 44%;
	}
	.about-bg-wrapper {
		margin-left: 0px;
	}
	#why-flywire {
		padding: 2px;
	}
	#about .about-heading p {
		font-size: 27px;
		line-height: 45px;
	}
	#main-nav {
		padding: 8px 0px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 30px;
	}
	#footer .about a.more, #footer .about a.policy, #footer .about a.terms {
	    display: block;
	    text-align: center;
	    float: none;
	    margin-top: 10px;
	}
	#footer .about a.terms {
	    margin-left: 0;
	}

}

/* Testimonial */
.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control.left {
	margin-left: -33px;
}
.carousel-control.right {
	margin-right: 30px;
}

.carousel-control &gt; a &gt; i {
	font-size: 22px !important;
	line-height: 28px;
	color: #e7e7e7;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: #e7e7e7;
	margin-top: 200px;
}
.fa-angle-left:before,
.fa-angle-right:before {
	color: #4285f4;
}

.carousel-col { 
    position: relative; 
    min-height: 450px; 
    padding: 0px 0px; 
    float: left;
    margin: 10px;
 }

 .active &gt; div { display:none; }
 .active &gt; div:first-child { display:block; }
 .modal-dialog {
 	width: 98%;
 	max-width: 1200px;
 	padding: 30px;
 }

/*xs*/
@media (max-width: 767px) {
	.carousel-control.left { margin-left: -25px; }
	.carousel-control.right { margin-right: 15px; }
  	.carousel-inner .active.left { left: -90%; }
  	.carousel-inner .active.right { left: 90%; }
	.carousel-inner .next        { left:  90%; }
	.carousel-inner .prev		     { left: -90%; }
  	.carousel-col                { width: 90%; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
	#client .col-sm-4 {
		width: 28%;
		margin-top: 15px;
	}
	.carousel-control.left { margin-left: -35px; }
	.carousel-control.right { margin-right: 30px; }
  	.carousel-inner .active.left { left: -44%; }
  	.carousel-inner .active.right { left: 44%; }
	.carousel-inner .next        { left:  44%; }
	.carousel-inner .prev		     { left: -44%; }
  	.carousel-col                { width: 44%; }
	.active &gt; div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -30%; }
  .carousel-inner .active.right { left: 30%; }
	.carousel-inner .next        { left:  30%; }
	.carousel-inner .prev		     { left: -30%; }
  .carousel-col                { width: 30%; }
	.active &gt; div:first-child + div { display:block; }
  .active &gt; div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
	.carousel-inner .active.left { left: -30%; }
	.carousel-inner .active.right{ left:  30%; }
	.carousel-inner .next        { left:  30%; }
	.carousel-inner .prev		     { left: -30%; }
	.carousel-col                { width: 30%; }
	.active &gt; div:first-child + div { display:block; }
	.active &gt; div:first-child + div + div { display:block; }
	#client .col-md-2:first-child {
		margin-left: 200px;
	}
}

</pre></body></html>