/*----------------- 1. Google font ------------------*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');

/*------------------- 2. Theme Default CSS --------------------*/

* {
	font-family: 'Source Sans Pro', 'Calibri', Tahoma, sans-serif;
}
ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

figure,
p {
	margin: 0;
}

a {
	color: #fff;
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-ms-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}

iframe {
	border: 0;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

img {
	max-width: 100%;
}

html {
	background: #000000 url(https://www.poloriz.com/wp-content/themes/poloriz/assets/images/parallax-2.jpg) no-repeat scroll center center / cover;
	height: 100%;
	width: 100%;
	text-align: center;
}

html:before {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#290208));
    background: linear-gradient(to bottom, #fff 0%, #290208 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#290208', GradientType=0);
    color: #ffffff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    z-index: -1;
}

*,
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	width: 100%;
	line-height: 21px;
	font-size: 16px;
	color: #000;
	text-align: center;
}

header {
	position: relative;
	padding: 0;
	margin: 0;
	padding-top: 30px;
	text-align: center;
}

.logo_div {
	width: 357px;
	height: 108px;
	display: block;
	margin: 0 auto;
}

main {
	margin-top: 25px;
	text-align: center;
}

.live-websites {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

.live-websites-divs {
    width: 95px;
    height: 68px;
    margin: 20px auto 0 auto;
    padding: 15px;
    border-radius: 22px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.more-details {
    margin-top: 10%;
    display: block;
    color: #000000;
    font-size: 18px;
}

.who-is-are {
    max-width: 50%;
    margin: 10% auto 0px auto;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-radius: 22px;
    /*font-size: 15px;*/
}

.who-is-are > span {
    /*font-size: 17px;*/
    font-weight: 700;
    margin-bottom: -10px;
    display: block;
}

.get-started-form {
    margin-top: 10px;
}
.get-started-form .form-control {
    float: none !important;
    width: 70%;
    /*max-width: 200px;*/
    height: 60px;
    margin: 0px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.5;
    padding: 12px 20px;
    border: none;
    font-size: 14px;
        color: #555;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    border-radius: 5px;
    font-size: 15px;
}

.get-started-form .button {
    display: inline-block;
    margin-left: 0px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 61px;
    vertical-align: top;
    background-color: #eb314f;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.footer_div {
    color: #958787;
    font-size: 11px;
    position: fixed;
    bottom: 10px;
    width: 100%;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    max-width: 90%;
    margin: 20px auto;
    font-size: 15px;
}

@media only screen and (max-width: 680px) {
	header {
		padding-top: 15px;
	}
	.logo_div {
        width: 150px;
        height: auto;
	}
	main {
		margin-top: 25px;
	}
	.who-is-are {
        max-width: 90%;
    }
}