@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url(../css/style.css);
@import url(../css/fontawsome.css);

.z-1 {
  z-index: 999;
}

body {
  font-size: 16px;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  overflow: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

/*header {
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

header .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .parent .logo img {
  max-width: 100%;
}

header .parent .signupbtn {
  display: block;
}

header .parent .signupbtn ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .parent .signupbtn ul li {
  list-style: none;
}

header .parent .signupbtn ul li a {
  color: #2358a6;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
}

header .parent .signupbtn ul li a.active {
  background-color: #e66d34;
  color: #fff;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header .parent .signupbtn ul li a.active:hover {
  color: #fff;
  -webkit-box-shadow: inset 170px 0px 0px 0 #2358a6;
          box-shadow: inset 170px 0px 0px 0 #2358a6;
}

nav {
  background-color: #2358a6;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

nav .navbar ul {
  margin: 0;
  padding: 0;
  border:solid 1px red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .navbar ul li {
  list-style: none;
}

nav .navbar ul li a {
  color: #fff;
  font-size: 16px;
  padding: 10px 12px;
  margin:0;
  display: block;
  text-transform: uppercase;
  -webkit-transition: .25s all;
  transition: .25s all;
  border:solid 1px red;
}

nav .navbar ul li a:hover {
  background-color: #fff;
  color: #e66d34;
}

nav .navbar ul li a.active {
  background-color: #fff;
  color: #e66d34;
}*/

.banner {
  background: url(../images/Home-Page.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .bannertitle {
  /*background: #1b1c1dc9;*/
  color: #1b1c1dc9;
  max-width: 850px;
  /*margin: 0 auto;*/
  position: absolute;
  right: 0;
  top: 110px;
  /*  margin-left:0;
  margin: 0;
*/
  padding: 15px;
  text-align: center;
}

.banner .bannertitle h1 {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 200;
  line-height: 50px;
  font-weight: 400;
}

.banner .bannertitle p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.banner .bannertitle button {
  border: none;
  cursor: pointer;
  padding: 10px 25px;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #e66d34;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.banner .bannertitle button:hover {
  color: #fff;
  -webkit-box-shadow: inset 150px 0px 0px 0 #2358a6;
  box-shadow: inset 150px 0px 0px 0 #2358a6;
}

.whycre {
  padding: 80px 0;
}

.whycre .title h2 {
  font-size: 36px;
  color: #2358a6;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 40px;
}

.whycre .title h2 span {
  color: #e66d34;
}

.whycre .title p {
  color: #585858;
  font-size: 16px;
  line-height: 28px;
}

.whycre .points {
  margin-top: 30px;
  max-width: 80%;
}

.whycre .points .pointschild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.whycre .points .pointschild span {
  width: 25px;
  height: 25px;
  background-color: #2358a6;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  line-height: 25px;
  font-weight: bold;
}

.whycre .points .pointschild div {
  margin-left: 20px;
}

.whycre .points .pointschild div h6 {
  font-size: 18px;
  font-weight: 700;
  color: #2358a6;
  margin-bottom: 15px;
}

.whycre .points .pointschild div p {
  color: #585858;
}

.whycre .whycrimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.whycre .whycrimg img {
  max-width: 80%;
}

.whycre .whycrimg::before {
  content: "";
  position: absolute;
  width: 368px;
  background: url(../images/imgbefore.png) no-repeat;
  height: 380px;
  bottom: -9%;
  left: 45%;
  z-index: -1;
}

.whycre .uscrimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}


.whycre .uscrimg img {
  max-width: 60%;
}

.whycre .uscrimg::before {
  content: "";
  position: absolute;
  width: 368px;
  background: url(../images/imgbefore.png) no-repeat;
  height: 380px;
  bottom: -9%;
  left: 45%;
  z-index: -1;
}

.whycre .uscrimg-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}


.whycre .uscrimg-1 img {
  max-width: 80%;
}

.whycre .uscrimg-1::before {
  content: "";
  position: absolute;
  width: 368px;
  background: url(../images/imgbefore.png) no-repeat;
  height: 380px;
  bottom: -9%;
  left: 45%;
  z-index: -1;
}

.whycre .uscrimg-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}


.whycre .uscrimg-r img {
  max-width: 80%;
}

.whycre .uscrimg-r::before {
  content: "";
  position: absolute;
  width: 368px;
  background: url(../images/imgbefore-r.png) no-repeat;
  height: 380px;
  bottom: -9%;
  right: 45%;
  z-index: -1;
}

.whystrata {
  padding: 80px 0;
  background-color: #f6f6f6;
}

.whystrata .title {
  text-align: center;
}

.whystrata .title h2 {
  font-size: 36px;
  color: #2358a6;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 40px;
}

.whystrata .title h2 span {
  color: #e66d34;
}

.whystrata .title p {
  color: #585858;
  font-size: 16px;
  line-height: 28px;
}

.whystrata .strtafields {
  margin-top: 50px;
}

.whystrata .strtafields .parent {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.whystrata .strtafields .parent li {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 26px -19px #00000042;
  box-shadow: 0 0 26px -19px #00000042;
}

.whystrata .strtafields .parent li h6 {
  color: #2358a6;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.whystrata .strtafields .parent li p {
  color: #585858;
  font-size: 16px;
}

.stripinvestor {
  background: url(../images/investorbg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 330px;
}

.stripinvestor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000009c;
  z-index: 0;
}

.stripinvestor h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
}

.stripinvestor button {
  border: none;
  cursor: pointer;
  padding: 14px 25px;
  margin: auto;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #e66d34;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.stripinvestor button:hover {
  color: #fff;
  -webkit-box-shadow: inset 250px 0px 0px 0 #2358a6;
  box-shadow: inset 250px 0px 0px 0 #2358a6;
}

footer {
  padding: 35px 0 15px 0;
  text-align: center;
}

footer .flinks {
  margin: 20px 0 20px 0;
}

footer .flinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .flinks ul li a {
  padding: 10px 30px;
  display: block;
  font-size: 16px;
  color: #2c2828;
}

footer .copyrights {
  border-top: 1px solid #cccccc73;
  padding: 40px 0 0 0;
}

footer .copyrights p {
  margin: 0;
  color: #555;
}

.menu {
  display: none;
}

/*.about-img {
  background: url(../images/about-us-himg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
}*/

/******* About Us ********/
.breadcrumb {
  background: url(../images/breadcrumb.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
}

.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  z-index: 0;
}

.breadcrumb .breadcrumbtitle {
  z-index: 99;
}

.breadcrumb .breadcrumbtitle h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}

.breadcrumb .breadcrumbtitle p {
  color: #fff;
}

.about {
  padding: 80px 0;
  text-align: justify;
}

.about ul li {
  background: url(../images/bullet-arrow.png) no-repeat;
  padding: 5px 10px 5px 25px;
  list-style: none;
  margin: 0;
  vertical-align: top;
}


.about .abtcntnt {
  padding: 30px;
  /*border-left: 8px solid #e66d34;
  border-radius: 25px;
  padding-right: 0px;*/
}

.about .abtcntnt p {
  margin-bottom: 15px;
  color: #585858;
  font-size: 16px;
  line-height: 26px;
}

.about .abtcntnt h5 {
  color: #2358a6;
  font-size: 35px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 400;
}



.about .aboutimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.about .aboutimg::before {
  content: "";
  width: 45%;
  height: 275px;
  background-color: #e66d34;
  bottom: -22px;
  left: 128px;
  position: absolute;
  z-index: -1;
}

.about .aboutimg img {
  max-width: 75%;
}

.about .aboutimg-1 {
  margin-top: 60px;
  margin-right: 0px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;*/
  position: relative;

}

.about .aboutimg-1::before {
  content: "";
  width: 65%;
  height: 275px;
  background-color: #e66d34;
  top: -18px;
  right: 20px;
  position: absolute;
  z-index: -1;
}

.about .aboutimg-1 img {
  max-width: 94%;
  position: relative;
}



.about .aboutimg-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.about .aboutimg-2::before {
  content: "";
  width: 45%;
  height: 275px;
  background-color: #e66d34;
  bottom: -22px;
  left: 28px;
  position: absolute;
  z-index: -1;
}

.about .aboutimg-2 img {
  max-width: 91%;
}



/*** FAQ's ***/
.faq {
  padding: 80px 0;
}

.faq .faqarea .faqlabel {
  background-color: #fff;
  padding: 25px;
  -webkit-box-shadow: 0 0 14px -2px #33333330;
  box-shadow: 0 0 14px -2px #33333330;
  border-radius: 10px;
  margin-bottom: 20px;
  border-top: 5px solid #e66d34;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.faq .faqarea .faqlabel:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.faq .faqarea .faqlabel h6 {
  margin-bottom: 10px;
  color: #2358a6;
}

.faq .faqarea .faqlabel p {
  font-size: 14px;
  color: #585858;
}

/*** properties ***/
.properties {
  padding: 80px 0;
}

.properties .propertyarea {
  display: block;
}

.properties .propertyarea ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.properties .propertyarea ul li {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-bottom: 30px;
}

.properties .propertyarea ul li:hover .imgarea img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.properties .propertyarea ul li .propertytab {
  background: #f1f1f1;
}

.properties .propertyarea ul li .propertytab .imgarea {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
}

.properties .propertyarea ul li .propertytab .imgarea img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.properties .propertyarea ul li .propertytab .pdetailarea {
  padding: 25px;
}

.properties .propertyarea ul li .propertytab .pdetailarea .ptitle {
  margin-bottom: 20px;
}

.properties .propertyarea ul li .propertytab .pdetailarea .ptitle h2 {
  font-size: 26px;
  color: #2358a6;
  line-height: 32px;
  font-weight: 500;
}

.properties .propertyarea ul li .propertytab .pdetailarea .ptitle p {
  font-size: 14px;
  padding: 8px 0;
  color: #e66d34;
}

.properties .propertyarea ul li .propertytab .pdetailarea .ptitle p i {
  color: #e66d34;
}

.properties .propertyarea ul li .propertytab .pvalues {
  margin-top: 20px;
}

.properties .propertyarea ul li .propertytab .pvalues .vlist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.properties .propertyarea ul li .propertytab .pvalues .vlist li {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  padding: 10px;
  background: #f6f6f6;
  margin-bottom: 8px;
}

.properties .propertyarea ul li .propertytab .pvalues .vlist li span {
  display: block;
  font-size: 12px;
  color: #656565;
}

.properties .propertyarea ul li .propertytab .pvalues .vlist li span:first-child {
  font-weight: 600;
  font-size: 16px;
  color: #2358a6;
}

.properties .propertyarea ul li .propertytab .pbutton {
  margin-top: 10px;
}

.properties .propertyarea ul li .propertytab .pbutton button {
  padding: 15px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  background-color: #e66d34;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.properties .propertyarea ul li .propertytab .pbutton button:hover {
  -webkit-box-shadow: inset 450px 0 0 0 #2358a6;
  box-shadow: inset 450px 0 0 0 #2358a6;
}

/*** Login ***/
.login {
  padding: 40px 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.login .loginsec {
  border: 1px solid #ccc;
}

.login .loginsec .loginleft {
  background-color: #fff;
  padding: 50px;
}

.login .loginsec .loginleft h2 {
  font-size: 32px;
  line-height: 36px;
  color: #2358a6;
  font-weight: 600;
  text-align: center;
}

.login .loginsec .loginleft .socialarea {
  margin-top: 30px;
}

.login .loginsec .loginleft .socialarea ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login .loginsec .loginleft .socialarea ul li {
  margin: 0 5px;
}

.login .loginsec .loginleft .socialarea ul li a {
  color: #2358a6;
  padding: 15px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e66d34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.login .loginsec .loginleft .socialarea ul li a i {
  font-size: 16px;
}

.login .loginsec .loginleft .formlogin {
  max-width: 80%;
  margin: 30px auto 0;
}

.login .loginsec .loginleft .formlogin .formgroup {
  margin-bottom: 20px;
}

.login .loginsec .loginleft .formlogin .formgroup label {
  color: #2358a6;
  z-index: 99;
  padding: 5px 0;
  display: block;
}

.login .loginsec .loginleft .formlogin .formgroup label i {
  margin-right: 5px;
  color: #e66d34;
}

.login .loginsec .loginleft .formlogin .formgroup input {
  position: relative;
  width: 100%;
  height: 36px;
  border: 1px solid #ababab;
  background: #f1f1f1;
  padding: 0 10px;
}

.login .loginsec .loginleft .formlogin .supline p {
  color: #585858;
  font-size: 14px;
  text-align: center;
}

.login .loginsec .loginleft .formlogin .loginbutton {
  margin-top: 25px;
  text-align: center;
}

.login .loginsec .loginleft .formlogin .loginbutton a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #e66d34;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.login .loginsec .loginright {
  background: url(../images/loginimg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.login .loginsec .loginright::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #252020c7;
  width: 100%;
  height: 100%;
}

.login .loginsec .loginright h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 30px;
  z-index: 99;
}

.login .loginsec .loginright p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  z-index: 99;
}

.login .loginsec .loginright a {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  color: #fff;
  background-color: #2358a6;
  z-index: 99;
}

.signup {
  display: none;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

/***** Responsive *****/
@media (max-width: 1200px) {
  header {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .whycre .whycrimg::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .properties .propertyarea ul li {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 20px;
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0 15px;
  }

  .container {
    max-width: auto;
  }

  header {
    height: auto;
    padding: 15px;
  }

  header .parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .signupbtn {
    width: 100%;
    margin-top: 10px;
  }

  header .signupbtn ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  header .signupbtn ul li {
    width: 100%;
  }

  header .signupbtn ul li a {
    padding: 8px 10px !important;
    font-size: 16px;
    display: block;
    text-align: center;
    border: 1px solid bisque;
  }

  /* nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
  }
  nav .navbar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  nav .navbar ul li a {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }
  nav .navbar .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px;
    cursor: pointer;
  }
  nav .navbar .menu span {
    color: #fff;
  }
  nav .navbar .menu i {
    color: #fff;
  }*/
  .banner {
    height: 450px;
  }

  .banner .bannertitle {
    max-width: auto !important;
    margin: 0 20px;
    padding: 20px;
  }

  .banner .bannertitle h1 {
    font-size: 23px;
    margin-bottom: -8px;
  }
  
  .about .aboutimg-1::before {
    content: "";
    width: 00%;
    height: 0px;
    background-color: #e66d34;
    top: -18px;
    right: 20px;
    position: absolute;
    z-index: -1;
}

  .banner .bannertitle p {
    font-size: 14px;
  }

  .banner .bannertitle button {
    padding: 10px;
    font-size: 14px;
  }

  .whycre {
    padding: 40px 0;
  }

  .whycre .title h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .whycre .whycrimg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .whycre .whycrimg::before {
    display: none;
  }

  .whycre .whycrimg img {
    max-width: 100%;
  }

  .whystrata .strtafields .parent li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .stripinvestor h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .stripinvestor button {
    padding: 12px 18px;
    font-size: 14px;
  }

  footer .flinks ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about {
    padding: 40px 0;
  }

  .about .aboutimg::before {
    display: none;
  }

  .about .aboutimg img {
    max-width: 100%;
  }

  .faq {
    padding: 40px 0;
  }

  .login .loginsec .loginleft .formlogin {
    max-width: 100%;
  }
}

@media (max-width: 567px) {
  .properties .propertyarea ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 320px) {
  .container {
    padding: 0 10px;
    /* max-width: 100%; */
  }
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dots {
  text-align: center;
}

.dots div img {
  margin-bottom: 30px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2358a6;
  z-index: 999999;
}

.dots .dot {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  border-radius: 50%;
  background: #FFF;
  -webkit-animation: dot-dot-dot 1.4s linear infinite;
  animation: dot-dot-dot 1.4s linear infinite;
}

.dots .dot:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.dots .dot:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

@-webkit-keyframes dot-dot-dot {

  0%,
  100%,
  60% {
    -webkit-transform: initial;
    transform: initial;
  }

  30% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@keyframes dot-dot-dot {

  0%,
  100%,
  60% {
    -webkit-transform: initial;
    transform: initial;
  }

  30% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

/*# sourceMappingURL=stratayield.css.map */


/**/
.prop-page button {
  width: 200px;
  height: 40px;
  background: #2358a6;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  position: relative;
  /*left: calc(50% - 100px);*/
  bottom: -15px;
  cursor: pointer;
}

.prop-page button:hover {
  background: #e66d34;
}

/**/




/**/
.contact-form {
  width: 80vw;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: 50px 0;
}

.contact-form>* {
  width: 50%;
}

.contact-form .first-container {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/Contact.jpg) center center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form .first-container .info-container div {
  margin: 24px 0;
}

.contact-form .first-container .info-container div h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 10px;
}

.contact-form .first-container .info-container div:first-of-type p {
  max-width: 260px;
  color: #999;
}

.contact-form .first-container .info-container div p {
  font-size: 16px;
  line-height: 1.6;
  color: #00ad5f;
}

.contact-form .second-container {
  padding: 30px;
}

.contact-form .second-container h2 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.contact-form .second-container form {
  display: flex;
  flex-direction: column;
}

.contact-form .second-container form .form-group {
  margin-bottom: 10px;
}

.contact-form .second-container form .form-group * {
  min-height: 55px;
  border: 1px solid #e6e6e6;
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
}

.contact-form .second-container form .form-group label {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  margin-top: -1px;
}

.contact-form .second-container form .form-group-1 label {
  display: flex;
  align-items: center;
  width: 49%;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  margin-top: -1px;
}

.contact-form .second-container form .form-group:first-of-type input {
  width: 100%;
  margin-right: -5px;
}

.contact-form .second-container form .form-group input {
  width: 100%;
  font-size: 15px;
  margin-top: -2px;
}

.contact-form .second-container form .form-group input::placeholder,
.contact-form .second-container form .form-group textarea::placeholder {
  color: #999;
}

.contact-form .second-container form .form-group textarea {
  width: 100%;
  min-height: 80px;
  resize: none;
  padding: 10px 20px;
  margin-top: -1px;
}

.contact-form .second-container form button {
  width: 200px;
  height: 50px;
  background: #00ad5f;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  position: relative;
  left: calc(50% - 100px);
  cursor: pointer;
}

.contact-form .second-container form button:hover {
  background: #333;
}

@media screen and (max-width: 800px) {
  .contact-form {
    width: 90vw;
  }
}

@media screen and (max-width: 700px) {
  .contact-form {
    flex-direction: column-reverse;
  }

  .contact-form>* {
    width: 100%;
  }

  .contact-form .first-container {
    padding: 40px 0;
  }
}

/**/