﻿@charset "utf-8";
/* CSS Document */

body {
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color: #777777;
}

h1, h2, h3, h4 {
	margin:10px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold !important;
}

.top-space {
	margin-top: 25px;
}


h3 {
	color: #262533;
	font-size:2.3em;
	font-weight: 600;
	padding-bottom:10px;
}
h1 {
	color: #262533;
	font-size:2.8em;
	line-height:50px;
	margin: 15px 0;
	padding: 0px;
	text-transform: uppercase;
	font-weight: 800 !important;
}


h4 {
	font-size: 30px;
line-height: 40px;
color: #f18f20;
font-weight: 700;
}
h5 {
	font-size: 22px;
line-height: 40px;
color: #262533;
font-weight: 700;
	padding-top: 20px;
}
.height{
	height: 150px;
}
/* =======================================
1. Businessplan
======================================== */
.plan-table {
	width: 100%;
}

.plan-table td {
	padding:0px 5px;
}

.plan-table td {
	color:#000;
	background: #f4f4f4;
	padding: 5px 10px;
	margin: 5px 0;
	border-radius: 10px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	border:5px solid #fff;
}

.plan-table td.head {
	background: #e3a62d;
	border-radius: 10px;
	color: #fff;
}
.plan-box {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	padding: 20px;
	margin: 30px 0;
}
.plan-box h4 {
	font-size: 1.0em;
}
.plan-box h3 {
	margin: 0px 0px 20px;
	font-size: 1.3em;
	line-height: 40px;
}
.plan-box h3 span {
	color: #ce830e;
}
.plan-box p {
	font-weight: 600;
}
ul.list-style li {
    text-align: justify;
    padding: 10px 0;
    
}
/* =======================================
1. Header
======================================== */
header {
	position: relative;
}
/* --- menu --- */

.navigation {
	margin: 0 0 0;
	padding: 0;
}
#navigation .navbar {
	padding: 0;
	margin: 0;
}
.navbar.navbar-inverse {
	padding: 10px 0;
	margin: 0;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 0;
	font-size: 20px;
	line-height: 1em;
}
.navbar-collapse {
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.navbar .navbar-brand {
	font-weight: 900;
	color: #fff;
	margin: 0px 0 0;
	font-size: 28px;
}
.navbar .navbar-brand:focus {
	outline: 0;
}
.navbar-nav {
	margin-top: 0!important;
	padding: 0;
}
.navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1em;
}
.navbar .nav > li > a, .navbar .nav > li > a:visited {
	padding: 30px 10px 27px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	-webkit-box-shadow: 0 none;
	box-shadow: 0 none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .nav > li > a:active, .navbar .nav > li.active > a {
	text-decoration: none;
	background: none !important;
	outline: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #f9c41d !important;
}
.default {
	background: #010101;
	border-bottom: 1px solid transparent;
	opacity: 0.8;
}
.fixed {
	position: fixed;
	background: #000;
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
	-moz-box-shadow: 0 0 10px #666;
}






.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
   /* margin-left: 30px;*/
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.main_btn {
    position: relative;
    display: inline-block;
    padding: 0px 40px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 60px;
    border: 0px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 1;
    transition: all 300ms linear 0s;
	background: #262533;
}

.main_btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #262533;
    border: 0px;
}

.main_btn::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid #ffffff;
    z-index: -1;
    transition: all 300ms linear 0s;
}

.main_btn::after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-right: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-top: 10px solid transparent;
    transition: all 300ms linear 0s;
}

.list-style {
	list-style-image: url(../img/bullet.png) !important;
	margin-top: 20px;
	padding-left: 25px;
}

.list-style li {
	color: #505252;
text-align: left;
font-size: 17px;
	padding: 5px 0px;
}

.sec-title {
    font-size: 14px;
    font-weight: 700;
    color: #008391;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 3px;
	text-align: center !important;
}

p {
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 10px;
	font-style: normal;
	transition: all 500ms ease;
}

p.highlight {
	font-size: 25px;
	font-weight: 500;
	color: #555 !important;
	margin-bottom: 20px;
	text-transform: uppercase;
}

p.highlight span {
	font-weight:800 !important;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
	border-top: 1px solid rgba(0,0,0,.1);
}

.more-info {
	background: #f18f20;
	color: #fff;
	padding: 12px 25px;
	text-align: center;
	text-decoration: none;
	margin: 13px 0;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 15px;
}

.more-info:hover {
	text-decoration: none;
}

.top-space {
	margin: 15px 0;
}

.top-space2 {
	margin: 25px 0;
}



.clr {
	clear:both;
}
.ebook-box-white {
	background: #fff;
	padding: 40px 40px;
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}

#welcome {
	padding: 6.0em 0;
	background: url(../img/welcome-bg.jpg);
}

.welcome-box-grey {
	background: #262533;
	padding: 57px 0px;
	min-height: 300px;
}

.welcome-box-white {
	background: #fff;
	padding: 60px 40px;
	min-height: 300px;
}

.welcome-box-grey h1 {
	color:#fff;
}

.welcome-box-grey i {
	color:#fff;
	font-size: 3.2em;
}

#welcome p {
	text-align:justify;
	padding: 0px 0;
}


#vision {
	background: #fff;
	/*background-image: url("../img/golden.jpg");*/
	
	padding: 5.0em 0;
}

#vision h1 {
	color:#000;
	text-align: center;
	margin-bottom: 40px;
}

.vision-box {
    transition: all 300ms linear 0s;
	border: 1px solid #eae8e8;
	padding: 30px 24px 30px;
	margin-bottom: 30px;
	min-height: 492px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.vision-box.orange{
    transition: all 300ms linear 0s;
	border: 1px solid #eae8e8;
	padding: 30px 24px 30px;
	margin-bottom: 30px;
	min-height: 492px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #f19b00 !important;
	
}
.vision-box.orange h2{
	color: #fff !important;
}
.vision-box.orange p{
	color: #fff !important;
}
.vision-box.orange i{
	color: #fff !important;
}
.vision-box:hover {
	background: #f19b00;
}

.vision-box:hover h2 {
	color: #fff;
}

.vision-box:hover i {
	color: #fff;
}
.vision-box:hover p{
	color: #fff !important;
}
.vision-box i {
	color: #000;
	font-size: 3.5em;
}

.vision-box h2 {
	color: #000;
	text-transform: uppercase;
	margin: 15px 0;
}

#vision p {
	color: #333;
	text-align: justify;
}



#news {
	padding: 5.0em 0;
	background: url(../img/about-bg.png) no-repeat center;
}

.news-box {
	padding: 10px 20px;
	border-bottom: 3px solid #e4e7e9;
	transition: all 300ms linear 0s;
}

#news h1 {
	margin-top: 75px;
}

.news-box:hover {
    border-bottom: 3px solid #f19b00;
}


.news-box i {
	font-size: 60px;
	color: #f19b00;
}

.news-box p {
	line-height:25px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color: #8f8f8f;
}

#service {
	padding: 0em 0 4em 0;
}

.service-box {
	padding: 10px 20px;
	text-align: center;
}

.service-box i {
	font-size: 60px;
	color: #f19b00;
}
.service-box h3 {
	font-size:1.8em;
	font-weight: 600;
	padding-bottom:10px;
}

#whychoose {
	background:url(../img/shy-bg.jpg) top;
	padding: 6.0em 0;
	text-align: center;
	
}

.opportunity-box {
	background: #f19b00;
	padding: 50px 30px;
	border-left: 8px solid #b07404;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.31);
}

#whychoose h1 {
	color: #fff;
	margin-bottom: 30px;
	text-align:center;
}

#whychoose h4 {
	color: #000;
	text-align:center;
	font-size:2.5em;
	margin: 10px 0 10px;
	line-height: 53px;
}


#update {
	padding: 5.0em 0;
}

#update h1 {
	text-align: center;
}

.update-box {
	padding: 10px 30px 10px;
	border: 1px solid #e4e7e9;	
}

.img-box {
    cursor: pointer;
	overflow: hidden;
}
.img-box img {
    transition: all 300ms linear 0s;
}
.img-box:hover img {
    cursor: pointer;
    transform: scale(1.09);
}

.update-box h3 {
	font-size: 23px;
	color: #2b3132;
	margin: 0px;
	padding-bottom: 5px;
}

.update-box p {
	text-transform: uppercase;
	font-size: 14px;
}

.update-box:hover h3 {
	color: #f19b00;
}

/*--footer--*/
/*--social-icons--*/
.logo2{
  text-align:center;
      margin: 0 0 2em 0;
}
.logo2 a{
 display:block;
}
.logo2 a h2 {
    font-weight: bold;
    font-size: 5.5em;
    color: #a71414;
    text-transform: uppercase;
}
.logo2 a span {
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 0.3em;
    font-weight: bold;
}
a.flag_tag2 {
    color: #fff;
    font-size: 1.2em;
}
.logo2 p {
    font-size: 0.8em;
    color: #a71414;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0;
    margin: -9px 0 12px 0;
}
ul.s_social li{
	display:inline-block;
	list-style: none;
}
ul.social li a.tw,ul.social li a.fb,ul.social li a.in,ul.social li a.dott {
	width:79px;
	height:89px;
	display: block;
	background: url(../img/tw.png)no-repeat 0px 0px;
}
ul.social li a.fb {
	background: url(../img/fb.png)no-repeat 0px 0px;
}
ul.social li a.in {
	background: url(../img/gg.png)no-repeat 0px 0px;
}
ul.social li a.dott {
  background: url(../img/db.png)no-repeat 0px 0px;
}

ul.social li a:hover{
	opacity:0.8;
}
ul.social{
	    display: block;
    padding: 0;
    margin: 1em auto 0;
    text-align: center;
}
ul.social li{
	display:inline-block;
}
ul.social li a{  
    margin-right:1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	-webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.footer {
   background:#1e1e1e;
   /*padding: 1em 0;*/
}
p.copy-right{
  color:#fff;
  font-size:1em;
    text-align: center;
}
p.copy-right a{
   color: #E4AF13 !important;
}
p.copy-right a:hover{
  text-decoration:underline;
}
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 14px;
  color: #888888;
  line-height: 26px;
  margin-bottom: 10px;
}

/* line 153, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .copy-right_text {
  padding: 20px 0;
	/*background: #293845;*/
}
.footer .copy-right_text  p {
	color: #8ba4b9;
	font-size: 16px;
	line-height: 40px;
}
ul.social-link li{
	list-style: none!important;
}
.social-link i {
  font-size: 14px;
	background: #9ca3a9;
	border-radius: 100%;
	width:40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#444;
	margin: 0px 5px 5px 0;
	float: left;
	color: #212734;
		
}

/* line 155, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
/*.footer .copy-right_text .footer_border {
  border-top: 1px solid #b6cfe3;
  margin-bottom: 20px;
}*/

/* line 159, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
  font-size: 14px;
  color: #777777;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width:1024px){
	#whychoose h3 {
	font-size:18px;
}
}
.contact-wrapper {
	background: url(../img/contact-bg.jpg) no-repeat center;
	/*background: #f2f3f5;*/
	text-align: center;
	padding: 100px 0px;
}

.contact-wrapper h3 {
	color:#fff;
	text-align: center;
	font-size: 50px;
}

.contact-wrapper p {
	color:#fff;
	text-align: left;
	font-size: 18px;
	margin-top: 30px;
}

.contact-input {
	padding: 10px !important;
    border: 1px solid #e7f1f6 !important;
	width: 100% !important;
	margin: 10px 0 !important;
	background: #eceeef !important;
	height: auto !important;
}

.contact-input::placeholder {
    color: #9ca3a9;
    opacity: 1;
}
.contact-button {
	width:200px;
    border-radius: 10px;
	text-align: center;
	margin: 10px 0px;
	background: #f9c41d ;
	color:#000;
	padding: 10px 15px;
}

@media (max-width:768px){
section#banner{
	padding: 0;
margin-top: 100px;
}

#vision{
    padding: 1em 0;
}

}


/*Rushikesh css start here*/

.instagram-links
{
    padding:80px 0 !important;
}

.profile-image img {
    border-radius: 100% !important;
    border: 5px solid #f19b00;
    padding:10px !important;
}

.profile-heading
{
   font-size:14px ;
   margin-top:10px !important;
}

.profile-card
{
    margin:20px 0 !important;
}

.margint-20
{
    margin-top:20px !important;
}

@media (max-width:480px) {
    .profile-heading
    {
        font-size:13px !important;
    }
    .section-heading {
        font-size: 24px !important;
    }
}




/*Rushikesh css end here*/