@charset "utf-8";
/*
	Template Name: DomainPark - Domain For Sale Template
    Template URL: http://uxdcode.com/demo/DomainPark
	Author: UXDCODE
	Author URI : http://www.uxdcode.com/
    Version: 1.0
    Description: Domain For Sale Template.
	Tag: HTML5, CSS3, Domain Broker,Domain For Sale, Responsive Template.
    */


/* Table of Contents
==================================================
# Global 
# Header Area
# Feature
# Statistic
# Call to Actionbutton
# More Domain
# Call to action
# Contact
# Footer
# Responsive CSS 
==================================================

*/

/*===== Global  =====*/

html,body {
    background-color: #ffffff;
    color: #555;
    font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    color: #555;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    letter-spacing: 1.2px;
    line-height: 1.5;
    margin: 0 0 10px;
}
h1 {
    font-size: 45px;
    font-weight: 700;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

p {
    line-height: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}
a {
    color: #555555;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: #03a9f4;
}

img {
    height: auto;
    max-width: 100%;
}
.color-white{
	color: #fff;
}
.section-title{
	margin-bottom: 50px;
	text-transform: uppercase;
	font-weight: 600;
}

.section-padding{
	padding-top: 60px;
	padding-bottom: 60px;
}
.overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	background-color: rgba(3, 169, 244, .8);
	z-index: -1;
}
.overlay-section{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 1;
}
.submit-btn {
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
    font-size: 16px;
    padding: 10px 25px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.submit-btn:hover {
    background-color: transparent;
    border: 1px solid #03a9f4;
    padding: 10px 25px;
    color: #03a9f4;
}
.form-control {
    border-radius: 3px;
    box-shadow: none;
    outline: medium none;
    min-height: 47px;
    border-color: #777;
    color: #777;
    background-color: transparent;
}
.form-control:focus{
	border-color:#03a9f4;
	box-shadow:none;
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    background-color: #555;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.back-to-top i:hover {
    background-color: #03a9f4;
}

/*===== Header Area =====*/

.header-area{
	background-image: url("../img/header-img.jpg");
    height: 560px;
}
.header-text-area,.header-form-area{
    margin-top: 10%;
}
.value-established{
	margin-top: 80px;
}
.make-offer-form h3{
	margin-bottom: 20px;
}
.make-offer-form form {
    padding: 20px 40PX 30PX;
    border-right: 3px solid;
    background-color: #fff;
    border-right-color: #fff;
    position: relative;
        border-radius: 10px;
}
.make-offer-form form::before{
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 35px solid;
    border-bottom-color: #fff;
    border-left: 35px solid transparent;
}
.make-offer-form .input-group{
	margin-bottom: 20px;
}
.make-offer-form .input-group-addon {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #03a9f4;
    background-color: #fff;
    border: 1px solid #fff;
}
.make-offer-form .form-control {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: none;
    outline: medium none;
    min-height: 45px;
    border-color: #fff;
    color: #777;
    background-color: transparent;
}

/*===== Feature =====*/

.no-margin{
    margin-right: 0;
    margin-left: 0;
}
.feature-cell {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 5px 30px rgba(3, 169, 244,0.4);
}
.feature-cell:hover {
    box-shadow: 0px 20px 40px rgba(3, 169, 244,0.4);
}
.feature-icon{
	font-size: 24px;
	color: #03a9f4;
}
/*===== Statistics =====*/

.statistics{
    background-color: #efefef;
}
.statistics img{
	margin-bottom: 50px;
}
/*===== Call to Actionbutton =====*/

.call-to-actionbutton{
	background-color: #03a9f4;
} 
.actionbutton{
	padding-top: 20px;
	text-align: right;
}
.actionbutton a{
	background-color: #fff;
	color: #03a9f4;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 15px 20px;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.actionbutton:hover a{
	background-color: transparent;
	color: #fff;
}

/*===== More Domain =====*/

.domain-box {
    position: relative;
    overflow: hidden;
    padding: 20px;
    margin: 15px 0;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.domain-box i {
    width: 10%;
    float: left;
    font-size: 24px;
    color: #03a9f4;
}
.domain-box-body{
	width: 80%;
    float: right;
    font-size: 18px;
}
/*===== Call to action =====*/

.call-to-action{
	background-image: url("../img/call-to-action-bg.jpg");
}
.call-to-action h2{
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

/*===== Contact =====*/

.locations{
	padding-bottom: 20px;
}
.locations i{
	padding-right: 15px;
	font-size: 18px;
}
.locations span{
	font-size: 16px;
}
.social-link i{
	font-size: 21px;
	padding-right: 15px;
	margin-bottom: 20px;
}
.contact{
    background-color: #efefef;
}
.contact .input-field {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.contact .input-field .fa {
    position: absolute;
    right: 12px;
    top: 16px;
    color: #777;
}

/*===== Footer =====*/

.footer-area{
	text-transform: uppercase;
    padding: 25px 0;
    background-color: #081228;
    color: #eee;
}

/*===== Responsive CSS =====*/
/* md */

@media (min-width: 992px) and (max-width: 1199px) {

    .make-offer-form .form-control {
        min-height: 35px;
		padding:6px;
        font-size:12px;
    }
	.make-offer-form .input-group-addon {
    padding: 8px;
    font-size: 12px;
    }

}

@media (max-width: 991px) {
    .header-area {
        height: 600px;
    }
    .header-text-area {
        margin-top: 50px;
    }
    .header-form-area {
        margin-top: 20px;
    }
    .value-established {
        margin-top: 20px;
    }
    .make-offer-form .form-control {
        min-height: 35px;
    }

}
/* sm */

@media (min-width: 768px) and (max-width: 991px) {

	.header-text-area, .header-form-area {
    margin-top: 50px;
   }
   .feature-cell {
    padding:30px;
   }
   .feature-cell h4 {
    font-size:14px;
	font-weight:700;
   }

}
/* xs */

@media (max-width: 767px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .input-group-addon {
        padding: 5px;
    }
    .make-offer-form .input-group {
        margin-bottom: 10px;
    }
    .feature-cell {
        padding: 30px;
    }
    .actionbutton {
        text-align: center;
        float: none;
    }
}
/* XS Portrait */

@media (max-width: 479px) {
    h1 {
        font-size: 28px;
    }
    h2,
    h3 {
        font-size: 18px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .actionbutton a {
        padding: 10px 15px;
        font-size: 14px;
    }
}