@charset "utf-8";
/* CSS Document */


/*
Theme Name: Agents - Real Estate Responsive Landing Page Template  
Version: 1.0
Author: Conquerors Market
Author URI: http://themeforest.net/user/conquerorsmarket
 
*/
/******************  Table of Contents  *****************************/
/*

1. GLOBAL STYLES
2. HEADER
3. YOUR GOAL
5. TESTIMONIALS
6. VIDEO DEMO
7. FEATURES
8. REQUEST A FREE CONSULTATION
9. FOOTER
10.CUSTOM MEDIA QUERIES

If you having trouble in editing css. please send a mail to conquerorsmarket@gmail.com
I will really help you

*/

/*========== 1. GLOBAL STYLES ==============*/


body {
  font-family: 'Open Sans', Arial, sans-serif;
  background: #FFF;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #9aa0a9;
}
strong, b {
  font-weight: 600;
}
a {
  transition: all 0.2s linear;
}
a:hover, a:focus {
  text-decoration: none;
}
h1 {
  font-size: 50px;
  line-height: 1.2em;
  margin: 35px 0;
  font-weight: 600;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 15px 0;
  line-height: 1.1em;
}
h3 {
  font-size: 30px;
  margin: 10px 0;
  font-weight: 600;
}
h4 {
  font-size: 25px;
  margin: 10px 0;
}
h5 {
  color: #586067;
  font-size: 21px;
  font-weight: 700;
  margin: 6px 0 15px;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  color: #384047;
}
a {
  color: #5173bd;
}
a:hover, a:focus {
  color: #5173bd;
}
p {
  line-height: 26px;
  font-size: 16px;
}
/*Vertical Rythm*/

.has-margin-top {
  margin-top: 30px;
}
.has-margin-top-lg {
  margin-top: 40px;
}
.has-margin-bottom {
  margin-bottom: 30px;
}
.has-margin-bottom-sm {
  margin-bottom: 20px;
}
.has-margin-vertical {
  margin: 20px 0 30px;
}
.has-margin-bottom {
  margin-bottom: 40px;
}
.container {
  max-width: 960px !important;
  width: 100%;
}
/* Initial Subtle Animation*/

.masthead .container {
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}
.loading * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
}
@keyframes fadein {
  from {
    opacity:0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity:1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity:0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity:1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity:0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity:1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity:0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity:1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
/*animation ends*/
/*=========== Hedder Part CSS===========*/
.top_hedder {
  background: #f5d76e;
  padding: 54px 10px 0;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}
.logo {
  text-align: center;
  margin-bottom: 20px;
}
.hero {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.logo img {
  width: 100%;
  max-width: 640px;
  height: auto;
}
.main_titile {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
.sub_title {
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
}
#underline {
  line-height: 0;
  margin-right: 30px;
  text-align: right;
}
#arrow {
  position: absolute;
  right: 0px;
  margin-top: -20px;
}
/* Get Form */
.form {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
}
.list-numbers li {
  margin-top: 25px;
  padding-left: 55px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.list-numbers li:first-child {
  margin-top: 0;
}
.list-numbers li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-numbers li p {
  font-weight: 400;
  line-height: 1.4em;
}
.list-numbers .no {
  width: 32px;
  height: 32px;
  background-color: #0099FF;
  border: none;
  color: #fff;
  position: absolute;
  left: 0;
  margin-top: 3px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
}
.no {
  width: 45px;
  height: 45px;
  border: 1px solid #ddd;
  color: #0099FF;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 100%;
}
.screenshot {
  border: 1px solid #eee;
  border-radius: 5px;
}
.list-screens li {
  padding: 45px 0;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.list-screens li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-screens li:first-child {
  padding-top: 0;
}
.list-screens li > * {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: auto;
  margin-right: -4px;
}
.list-screens li.reverse .screenmsg {
  float: right;
}
.list-screens li.reverse .screenmsg {
  float: left;
  padding-top: 120px;
}

.list-screens .no {
  font-size: 18px;
  margin-bottom: 15px;
}
.screenmsg {
  padding: 0 45px;
  position: relative;
}
.screenmsg .no {
  position: absolute;
  margin-top: 3px;
}
.screenmsg p:not(.no) {
  padding-left: 65px;
}

input[type="text"], select {
  border: 1px solid #dedede;
  border-radius: 3px;
  height: 45px;
  margin-top: 0;
  padding: 10px;
  width: 100%;
}
.btn-googlesign {
  display: block;
  background-color: #DC4A33;
  background-image: none;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  padding: 5px;
  width: 100%;
  overflow: hidden;
}
.btn-googlesign:hover {
  background-color: #CF3823;
  color: #FFF;
  border: 0;
}
.btn-googlesign:focus {
  color: #fff;
}
.btn-googlesign.signed {
  background-color: #7EC056;
  display: none;
}
.btn-googlesign img {
  margin-right: 15px;
  max-width: 51px;
  height: auto;
  margin-top: 8px;
}
.btn-googlesign span {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
}
.submit {
  background-color: #2ecc71;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  height: 65px;
  padding: 10px 35px;
  width: 100%;
  line-height: 46px;
}
.submit:hover, .submit:active, .submit:active:hover {
  background-color: #29c36a;
  color: #FFF;
  border: 0;
  -webkit-box-shadow: 0 3px 0 rgba(2, 139, 61, 1);
  box-shadow: 0 3px 0 rgba(2, 139, 61, 1);
}
.submit a, .submit a:hover {
  color: #fff;
  text-decoration: none
}
.form .btnout {
  display: block;
}
.btnout {
  padding: 5px;
  border-radius: 6px;
  background-color: rgba(0,0,0,.12);
  display: inline-block;
}
/* Get Form */
/* Placeholder */
::-moz-placeholder {
  color:#838383;
  font-size:18px;
}
::-webkit-input-placeholder {
  color:#838383;
  font-size:18px;
}
:-o-input-placeholder {
  color:#838383;
  font-size:18px;
}
:-ms-input-placeholder {
  color:#838383;
  font-size:18px;
}
/* Placeholder */

#underline > img {
  margin: -15px 0px 40px 0;
  position: relative;
  width: 340px;
  height: 18px;
}
.form > img {
  padding: 20px 0 13px;
}
#form-errors, #form-success {font-weight:bold;font-size:13px;}
#form-errors{color:#AF3A36;}
#form-success{color:#65BB65;}

/*=========== Hedder Part CSS===========*/




/*============YOUR GOAL CSS=================*/ 
.gola {
  padding: 60px 0 60px 0px;
  text-align: center
}
.section-hed-sub {
  color: #676767;
  font-size: 27px;
  font-weight: lighter;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}
.section-hed {
  color: #222222;
  font-size: 37px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
  padding-bottom: 40px;
  text-align: center;
}
.gola h4 {
  color: #555b65;
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
}
.gola p {
  font-size: 20px;
}
/*============YOUR GOAL CSS=================*/


/*============YOUR GOAL CSS=================*/

/*============TESTIMONIALS CSS=================*/
.testmonials {
  background: #f7f7f7;
  padding: 80px 0;}
.testmonials p {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  line-height: 35px;
}
.test_img h5 {
  color: #4e5560;
  margin: 20px 0 5px;
}
.test_img small {
  font-size: 16px;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.test_img {
  text-align: center;
}
/*============TESTIMONIALS CSS=================*/


.btn-promovideo {
  display: block;
  max-width: 240px;
  border: 2px solid #fff;
  padding: 12px 20px;
  padding-left: 65px;
  border-radius: 4px;
  color: #fff;
  line-height: 1.05em;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 15px auto;
}
.btn-promovideo .iconcircle {
  background-color: rgba(255,255,255,.25);
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: 14px;
  top: 7px;
  text-align: center;
  line-height: 39px;
  padding-left: 3px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-promovideo .iconcircle img {
  max-width: 14px;
  height: auto;
}
.btn-promovideo:hover {
  background-color: rgba(255,255,255,.25);
  color: #fff;
  text-decoration: none;
  border-color: transparent;
}
.btn-promovideo:hover .iconcircle {
  border-color: #fff;
  background-color: transparent;
}
.btn-promovideo:focus {
  color: #fff;
  text-decoration: none;
}

.modal-video .modal-dialog {
  width: auto;
  max-width: 900px;  
}
.modal-video .modal-content {
  border-radius: 0;
}
.modal-video .modal-body {
  padding: 0;
}
.modal-video .close {
  margin-right: -40px;
  text-shadow: none;
  color: #fff;
  font-size: 26px;
  opacity: .8;
  display: block;
  padding: 8px 12px;
}
.video-box {
  position: relative;
  padding-top: 56.5%;
}
.video-box iframe {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .modal-video .close {
    margin-right: 0px;
    margin-top: -40px;
  }
  .modal-video .modal-dialog {
    margin-top: 30px;
  }
}

/*============VIDEO DEMO================*/
.video_demo {
  padding: 40px 0;
}
iframe {
  border: 0 none;
}
.video{ width:100%; }
/*============VIDEO DEMO================*/


/*============FEATURES================*/

.feature {
  padding: 40px 0
}
/*============FEATURES================*/

/*============REQUEST A FREE CONSULTATION================*/
.request {
  background: #f5d76e;
  padding: 40px 0
}
.request h4 {
  font-weight: bold;
  font-size: 33px;
  color: #fff;
}
.request small {
  font-size: 22px;
  color: rgba(255,255,255,.75);
  font-weight: 400;
}
.request .btnout {
  margin-top: 10px;
}
/*============REQUEST A FREE CONSULTATION================*/


/*============FOOTER================*/
.footer {
  padding: 40px 0;
  text-align: center
}
.footer h6 {
  color: #acacac;
  font-size: 13px;
  font-weight: normal;
}

/*============FOOTER================*/

/*Media Queries for smaller devices*/ 


/*============Theam Color================*/
.blue{ background:#1ba1e2;}
.yellow{ background: #009AFF;}
/*============FOOTER================*/
@media (max-width: 768px) {
  .logo img {
    max-width: 620px;
    height: auto;
  }
  #underline > img {
    margin: -15px 60px 30px 0;
    position: relative;
    width: 240px;
    height: 14px;
  }
  #arrow {
    display: none;
    position: absolute;
    right: -60px;
  }
  .top_hedder {
    padding-bottom: 25px;
  }
  .form {
    padding: 18px;
  }
  .form > img {
    width: 100%;
  }
  .list-numbers li {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .list-numbers li p {
    font-size: 15px;
  }
  .btn-googlesign {
    font-size: 15px;
  }
  .list-screens {
    padding: 0 12px;
  }
  .sub_title {
    font-size: 26px
  }
  .main_titile {
    font-size: 19px;
  }
  .section-hed {
    font-size: 26px
  }
  .section-hed-sub {
    font-size: 19px;
  }
  .request h4 {
    font-size: 24px;
    text-align: center;
  }
  .request small {
    display: table;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
  }
  .gola img {
    margin: 20px 0 0;
  }
  .section-hed {
    padding-bottom: 10px
  }
  .form {
    margin: 10px 0;
  }
  .request {
    text-align: center;
  }

}

@media (max-width: 767px) {
  .hero {
    display: block;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }
  .list-numbers li p {
    margin-bottom: 0;
  }
  .btn-googlesign {
    margin-top: 8px;
  }
  .list-screens {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .list-screens li {
    padding: 25px 0;
  }
  .list-screens li.reverse .screenmsg {
    float: none;
    padding-top: 0;
  }
  .list-screens li > * {
    display: block;
    width: 100%;
    float: none;
  }
  .list-screens li > .screenmsg,
  .list-screens li.reverse > .screenmsg {
    padding-top: 15px;
  }
  .gola .screenshot {
    margin-top: 0;
  }

  .features img {
    margin-top: 45px;
  }

}

@media (max-width: 480px) {
  .top_hedder {
    padding-top: 25px;
  }
  .main_titile {
    font-size: 15px;
    margin-top: 25px;
  }
  .sub_title {
    font-size: 22px;
  }
  #underline > img {
    margin: -15px 35px 10px 0;
    position: relative;
    width: 200px;
    height: 10px;
  }
  .hero {
    max-width: 95%;
  }
  .section-hed-sub {
    font-size: 15px;
  }
  .section-hed {
    font-size: 22px;
  }
  .list-screens {
    max-width: 100%;
  }
  .screenmsg {
    padding: 0 15px;
    padding-top: 10px;
    position: relative;
  }
  .gola {
    padding-left: 12px;
    padding-right: 12px;
  }
  .gola h4 {
    font-size: 20px;
    margin: 10px 0;
  }
  .gola p:not(.no) {
    font-size: 17px;
    line-height: 1.3em;
  }
  .testmonials {
    padding: 40px 0;
  }
  .testmonials p {
    font-size: 17px;
    line-height: 1.3em;
  }
  .test_img h5 {
    font-size: 15px;
  }

}

@media (max-width: 320px) {
  #underline > img {
    margin: -15px 23px 10px 0;
    position: relative;
    width: 180px;
    height: 10px;
  }
  .top_hedder {
    padding-top: 12px;
  }
  .top_hedder .container {
    padding-left: 0;
    padding-right: 0;
  }
  .main_titile {
    font-size: 13px;
    margin-top: 15px;
  }
  .list-numbers li {
    padding-left: 45px;
  }
  .form {
    padding: 12px;
    margin: 0;
    margin-top: -8px;
  }
  .btn-googlesign img {
    margin-right: 8px;
    margin-top: 5px;
  }
  .list-screens {
    max-width: 100%;
  }
}

#signedin {
	position: absolute; 
	top: 20px; 
	right: 20px;
}

#signedin  SPAN{
	border-bottom: 1px dashed #fff;
	color: #fff;
}