body, html {
	font-family: 'Roboto', sans-serif !important;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 42px;
	color: #666;
}
h3, h4 {
	font-size: 20px;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 17px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #159ad8;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #222;
	z-index: 99999;
	height: 100%;
}

#status {
	position: absolute;
	left: 45vw;
	top: 50%;
	margin: -32px 0 0 -32px;
	padding: 0;
}

@media (max-width: 768px) {
    #status {
        left: 30vw;
    }
    
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #19B5FE;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}

.color {
	color: #19B5FE;
	font-weight: 700;
}
.btn-default {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	background-color: #19B5FE;
	border: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0 8px;
	font-size: 16px;
	transition: all 0.5s;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #159ad8;
	color: #fff;
}

.img-responsive {
    display: block;
max-width: 100%;
height: auto;
}



/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-family: 'Bree Serif', serif;
	font-size: 22px;
	color: #FFFFFF;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 6px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
    display:block;
}
#menu.navbar.navbar-nav > li > a:hover {
	border-bottom: 2px solid #363636;
}
.on {
	background-color: #222 !important;
	padding: 20px 10px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	border-bottom: 2px solid #363636 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ccad52;
	border-color: #ccad52;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.icon-bar {
	background-color: #FFF;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 100px 0;
	background: rgba(0, 0, 0, 0.65);
}
.section-title p {
	font-size: 18px;
	color: #666;
}
.btn-custom {
	text-transform: uppercase;
	color: rgba(255,255,255,.8);
	background-color: #b82601;
	border-top: 4px solid #ccad52;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 300;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background: #a18530;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
header {
	display: table !important;
    width: 100%;
    height:80vh;
	padding: 0;
	background: url(../img/intro-header3.webp) no-repeat center center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.65);
}
.intro .wave {
	
	width: 100%;
}
.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}
.intro h1 {
	font-family: 'Bree Serif', serif;
	color: #89cff0;
	font-size: 50px;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro h2 {
	font-family: 'Bree Serif', serif;
	color: #fff;
	font-size: 24px;
	margin-top: 10px;
	font-weight: 300;
	margin-bottom: 20px;
}

.intro p {
	font-family: 'Bree Serif', serif;
	color: #fff;
	font-size: 24px;
	margin-top: 10px;
	font-weight: 300;
	margin-bottom: 20px;
}
.intro h2.small {
	color: rgba(255,255,255,0.85);
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 240px;
	padding-bottom: 240px;
	text-align: center;
}

/* Services Section */
#services-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeefef+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeefef+0,ffffff+100 */
background: #fcfcfc; 

}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	margin-bottom: 10px;
	color: #19B5FE;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#services-section .service:hover > i.fa {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

/* Team Section */
#team-section2 {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeefef+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); /* IE6-9 */
}

#team-section {
	padding: 120px 0;
	background: #fff;
}

.space {
	margin-top: 40px;
}
#team-section i.fa {
	font-size: 40px;
	margin-bottom: 10px;
	color: #19B5FE;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#team-section .service:hover > i.fa {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

/* Team Section */

#team-section h2 {
	font-size: 36px;
}

#team-section .about-text-right {
    margin-top: 10vh;
}
#team-section .vcenter {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
#team-section .margin-bottom {
	margin-bottom: 40px;
}
#team-section .left-img {
	margin: 0 auto;
	padding-left: 5%;
	padding-top: 5%;
	box-shadow: -20px -20px 40px -10px rgba(0, 0, 0, 0.1);
	max-height: 350px;
}
#team-section .right-img {
	margin: 0 auto;
	padding-right: 5%;
	padding-bottom: 5%;
	box-shadow: 20px 20px 40px -10px rgba(0, 0, 0, 0.1);
	max-width: 350px;
}
#team-section p {
	line-height: 24px;
	margin: 30px 0;
}

/* Team Section */
#team-section2 {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeefef+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); /* IE6-9 */
}


.space {
	margin-top: 40px;
}
#team-section i.fa {
	font-size: 40px;
	margin-bottom: 10px;
	color: #19B5FE;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#team-section .service:hover > i.fa {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

#team-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}

/* Portfolio Section */

#portfolio-section {
	padding: 120px 0;
	background: #fff;
}

#portfolio-section h2 {
	font-size: 36px;
}

#portfolio-section .about-text-right h22 {
	margin-left: 0;
	text-align: left;
}
#portfolio-section .about-text-left {
	text-align: right;
	vertical-align: baseline;
}

#portfolio-section .about-text-right {
	margin-top: 25%;
	text-align: left;
}
#portfolio-section .about-text-left hr {
	margin-right: 0;
}
#portfolio-section .vcenter {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
#portfolio-section .margin-bottom {
	margin-bottom: 10px;
}
#portfolio-section .left-img {
	margin: 0 auto;
	padding-left: 5%;
	padding-top: 5%;
    margin-bottom: 5vh;
	/*box-shadow: -20px -20px 40px -10px rgba(0, 0, 0, 0.1);*/
	max-height: 851px;
        display: block;
    max-width: 100%;
    height: auto;
}

#about img {
	margin: 0 auto;
	max-width: 320px;
	padding: 10px;
	box-shadow: 0 0 40px #ddd;
	border-right: 0;
}

#portfolio-section .right-img {
	margin: 0 auto;
	padding-right: 5%;
	padding-bottom: 5%;
	box-shadow: 20px 20px 40px -10px rgba(0, 0, 0, 0.1);
	max-width: 851px;
}
#portfolio-section p {
	line-height: 24px;
	margin: 30px 0;
}

/* Pricing Section*/

#pricing{
	padding: 120px 0;
	background: #f6f6f6;
}

.space {
	margin-top: 20px;
}

#pricing .pricing-desc {
	margin: 10px 10px 10px;
	border-radius: 25px;
	border: 0.5px solid #ccc;
	padding: 20px;
	
	
}

#pricing .pricing-desc-gold {
	margin: 10px 10px 10px;
	border-radius: 25px;
	border: 1px solid #ffd700;
	padding: 20px;
	
	
}

#pricing .pricing-media img{
	border-radius: 18px;
	opacity: 0.8;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
}

#pricing .pricing-features{
	margin-bottom: 10px;
	text-align: center;
	font-weight: 500;
}

#pricing .section-title {
	margin-bottom: 70px;
}

#pricing h3 {
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

#pricing h4{
	text-align: center;
	font-style: italic;
	padding: 5px 0;
	font-weight:300;
	font-size: 25px
}

#pricing p{
	text-align: center;
	padding-bottom:20px;
}

/*pricing calculator */
#pricing .price-img {
	margin: 0 auto;
	padding-top: 5%;
	max-height: 350px;
}

#pricing .about-text-right {
	
	margin-top:5%;
	text-align: left;
}


#pricing .calculator{
	border-radius: 25px;
	border: 1px solid #ffd700;
}
/* Contact Section */
#contact-section {
	padding: 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeefef+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); /* IE6-9 */
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: #c9cbce;
	margin-right: 20px;
   
}

@media (max-width: 412px) {
    #contact-section i.fa {
        width: 0px;
        margin-right: 0px;
        visibility: hidden;
    }
}
@media (max-width: 412px) {
    #contact-section p {
       text-align: left;
       margin-bottom: 0px;
    }
    #contact-section h3 {
        font-weight: 600;
        margin-top: 5vh
    }
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: #fbfbfb;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #aaa;
	font-size: 15px;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #19B5FE;
	border: 1px solid #19B5FE;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 0;
}
#footer h3 {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	background: #262626;
}
#footer .social {
	margin: 20px 0 40px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #89cff0;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #fff;
}
#footer .social i.fab {
	font-size: 26px;
	padding: 4px;
	color: #89cff0;
	transition: all 0.3s;
}
#footer .social i.fab:hover {
	color: #fff;
}
#footer p {
	font-size: 15px;
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;
}

@media (max-width: 768px) {
#about .vcenter {
	float: left;
}
#about .about-text-right {
	margin-top: 30px;
	margin-left: 20px;
}
}
