@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif|PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,600|Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lobster|Merriweather:700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Beau+Rivage&family=Oswald:wght@200&family=Raleway:wght@100&display=swap');
body {
    -webkit-text-size-adjust: none;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.625;
    font-weight: 400;
    color: #41516a;
}

h1, h2, h3, h4, h5 {
	color: #162d57;
	font-family: 'PT Serif', serif;
}


P {
	line-height: 1.625;
	font-weight: 400;
	color: #41516a;
	font-size: 1.1em;
	/*margin-top: 20px;*/
}

h1 {
	font-size: 40px;
	line-height: 1.2;
	/*text-transform: uppercase;*/
	font-weight: 700;
}

h3 {
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
}
.bullet li{
	list-style-image: url("../images/bullet.png");
	line-height: 2em;
	font-family: 'Open Sans', sans-serif;
}
/*------- //menu ------*/  
a#toggle {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-color:#162d57;
  text-align: center;
  color: white;
  display: none;
  transition: all ease-out 0.3s;
  
}

a#toggle i {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}

main#content { padding: 10px; }

#menu {
  text-align: center;
  transition: all ease-out 0.3s;
  padding:0px;
}

#menu a { color: white; }

#menu ul {
  margin: 0;
  padding: 0;
  text-transform:capitalize;
}

#menu ul li {
  display: inline-block;
  position: relative;
}

#menu ul li > a {
  display: inline-block;
  padding: 10px;
  color:#000;
  padding:10px;
  font-weight:normal;
}

#menu ul li > a > i {
  margin-left: 15px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.1s;
}

#menu ul li ul {
  display: none;
  position: absolute;
  top:34px;
  width: 200px;
  text-align: left;
 background-color:#000; 
/*padding-top:10px;*/
margin-top:10px;
	border-radius: 12px;
   
}

#menu ul li ul li { display: block;}

#menu ul li ul li a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.6em;
	color:#FFFFFF;
}
 #menu ul li:hover > a {
    background-color: #85bc3d;
    padding: 10px;
    color: #000;
	border-radius: 12px;
}
 #menu ul li > a.active {
    background-color: #85bc3d;
    padding: 10px;
    color: #fff;
	border-radius: 12px;
}

#menu ul li:hover > a > i { transform: rotateZ(90deg); }

#menu ul li:hover ul { display: block;}
.bg-decor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    pointer-events: none;
}

.heading {
	color: #beca23;
	text-transform: uppercase;
	font-weight: 600;
	
}
.heading::after {
    content: '';
    position: relative;
    display: block;
    height: 2px;
    width: 80px;
    margin-top: 15px;
    background: #beca23;
}

.heading-center {
	color: #85bc3d;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	
}
.heading-center::after {
    content: '';
    position: relative;
    display: block;
    height: 1px;
    width: 80px;
    margin:15px auto;
    background: #beca23;
}


.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); }    
}
.box-images-parallax {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.box-images-parallax .front-element {
	margin-right: 40px;
	position: relative;
	/*margin-top: -20px;*/
	z-index: 2;
}
.box-images-parallax .back-element {
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 1;
}


section {
	padding: 3em 0 3em 0;
}

/*--------------
welcome
--------------*/

.welcome {
	background: url(../images/about-bg.png) repeat right top #fff;
}

.welcome h1 {
	font-size: 2.2em;
	color:#85bc3d;
	font-weight: 700;
}
.welcome-box-wrapper {
	padding: 20px;
	border: 3px solid #beca23;
}
.welcome-box {
	padding: 40px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.14);
}
.welcome-box .button {
	margin: 20px auto;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/*******************
businessplan
***********/
.business-box {
	padding: 40px;
	
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.14);
}
/*--------------
mission
--------------*/

.mission {
	background: url(../images/mission-bg.png) no-repeat top ;
	padding: 250px 20px 100px !important;
}
.mission-box-wrapper {
	padding: 20px;
	/*border: 1px solid #beca23;*/
}
.mission-box {
	padding: 40px 20px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,.15);
	background: #fff;
	border-radius: 12px;

	border: 3px solid #beca23;
	padding: 20px;
	/*background: rgba(0,0,0,0.4);*/
}
.mission-box .button {
	margin: 20px auto;
}
.mission h1 {
	font-size: 2.5em;
	text-align: center;
	color:#85bc3d;
}
.mission p {
	font-size: 1.4em;
	text-align: center;
	color:#41516a;
}

.button {
	background: #85bc3d;
	padding: 15px;
	color:#fff !important;
	font-weight: 600;
	width: 150px;
	text-align: center;
	text-transform: uppercase;
	margin:15px 0;
}
.button a{
	color: #fff !important;
}
/*--------------
updates
--------------*/
.updates .update-box {
	background: #2a2a2a;
	padding:20px;
}

.updates {
	text-align: center;
}

.update-box {
	border:5px solid #85bc3d;
	padding: 10px;
	margin: 20px auto 0;
	width:150px;
	height: 150px;
	line-height: 100px;
	border-radius: 100%;
}

.update-box h3 {
	color:#fff;
	font-size: 1.4em;
}
.update-box p {
	color:#fff;
}

/*--------------
scope
--------------*/
.scope {
	
	padding: 3em 0 3em 0;
}

.scope {
	text-align: left;
}

.scope-box {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
	border-left: 5px #85bc3d solid;
	padding: 10px;
	margin: 40px auto 0;
	
	border-radius: 12px;
}

.scope h3 {
	text-align: center;
}
.tag h2{
	padding-top: 30px;
	text-align: center;
	font-size: 29px;
	font-family: 'Lobster', cursive;
	color: #000;
	font-weight: normal !important;
}
.scope p{
	text-align: justify;
}
.scope p.field{
	border: 1px solid #beca23;
	padding: 10px;
	color: #000;
	border-radius: 10px;
}

/*--------------
dreams
--------------*/
.dreams {
	background: #fff;
}
.dreams h1 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: 700;
}
.dreams h3 {
	text-align: center;
}

.dreams .h2-wrapper {
	background: #8c9606;
	padding:12px 10px 10px;
	margin: 0px;
	
}

.dreams .dream-box {
	border-top-right-radius:30%;
	border-bottom-left-radius:30%;
	border:5px solid #beca23;
}
.dreams .dream-box2 {
	border-top-left-radius:30%;
	border-bottom-right-radius:30%;
	border:5px solid #beca23;
}

.dreams h2 {
	color:#fff;
	line-height:auto;
	margin: 0px;
}	
.dreams p {
	text-align: center;
	color:#fff;
}



/*--------------
products
--------------*/

.products {
	background:url(../images/bg-4.png) no-repeat right top;
}

.products h1 {
	text-align: center;
	color:#85bc3d;
}

.products h3 {
	text-align: center;
	margin-bottom: 30px;
}

.products P {
	text-align: center;
	color:#41516a;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.product-box {
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,.15);
	border: 3px solid #beca23;
	margin-top: 20px;
	border-top-left-radius:30%;
	border-bottom-right-radius:30%;
}
.product-box img {
	border-top-left-radius:30%;
	border-bottom-right-radius:30%;
}
.sub {
	text-align: center;
	font-size: 1.5em;
	color: #85bc3d !important;
	margin-bottom: 40px;
}
/************Contact us**************/
.contact-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-bottom: 50px;
	min-height: 220px;
}
.contact-box h3{
	font-size: 18px !important;
}
.contact-box i{
	color: #162d57;
}
.contact-box a{
	color: #162d57 !important;
}
.contact-box p{
	text-align: center !important;
}
.select{ width:100%; height:50px; font-size:16px; border:1px solid #4ba8d9; outline:none; padding-left:15px;}
.select:focus{ width:100%; height:50px; font-size:16px; border:2px solid #08548b; outline:none; padding-left:15px;}
.input1{ width:100% !important; height:50px !important; font-size:16px !important; border:1px solid #4ba8d9; outline:none !important; padding-left:15px !important;}
.input1:focus{ width:100%; height:50px; font-size:16px; border:2px solid #08548b; outline:none; padding-left:15px;}
.input2{ width:100%; height:150px; font-size:16px; border:1px solid #4ba8d9; outline:none; padding-left:15px; padding-top:10px;}
.input2:focus{ width:100%; height:150px; font-size:16px; border:2px solid #08548b; outline:none; padding-left:15px; padding-top:10px;}

.submitbu{width:49%; height:50px; font-size:16px; text-align:center; padding:10px 0px; background-color:#f09700; ; border:none; color:#fff; font-weight:bold; text-transform:uppercase; transition:ease-in-out 0.4s; margin-right:1%}
.submitbu:hover{background-color:#f09700;; border:none; color:#fff;}

.submitbu1{width:49%; height:50px; font-size:16px; text-align:center; padding:10px 0px; background-color:#08548b; border:none; color:#fff; font-weight:bold; text-transform:uppercase; transition:ease-in-out 0.4s;}
.submitbu1:hover{background-color:#f09700;; border:none; color:#fff;}
#whychoose {
	background:url(../images/contact-bg.jpg) top center fixed;
	padding: 6.0em 0;
	text-align: center;
	
}

#whychoose h1 {
	color: #fff;
	margin-bottom: 30px;
	text-align:center;
}

#whychoose h4 {
	color: #fff;
	text-align:center;
	font-size:2.0em;
	margin: 10px 0 10px;
	line-height: 53px;
}

#whychoose .list-style li {
	color: #fff;
}

#whychoose .more-info {
	margin: 25px auto;
}
#whychoose p{
	color: #fff;
	font-size: 1.1em;
	
}

/*--------------
Animation
--------------*/

.slide-top {
	-webkit-animation: slide-top 5s linear infinite alternate both;
	animation: slide-top 5s linear infinite alternate both;
}
 @-webkit-keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
@keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
.slide-down {
	-webkit-animation: slide-down 3s linear infinite alternate both;
	animation: slide-down 3s linear infinite alternate both;
}
 @-webkit-keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
@keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}


@media (max-width:1024px){
	.products {
	background-size: 70%;
}
	.welcome-box {
    padding: 10px 15px;
}
	#menu ul li > a {
  display: inline-block;
  padding: 10px;
  color:#000;
  padding:7px !important;
  font-weight:normal;
}
	.contact-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-bottom: 50px;
	min-height: 268px;
}
}
@media screen and (max-width:980px) {

a#toggle { display: block; }

main#content {
  margin-top: 65px;
  transition: all ease-out 0.3s;
}

#menu {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color:#162d57;
  transform: translateX(-250px);
  margin-top:0px;
font-family:'Oswald', sans-serif;
font-weight:normal;
}

#menu ul {
  text-align: left;
  background-color: transparent;
}

#menu ul li { display: block; }

#menu ul li a { display: block; color:#fff; text-decoration:none; line-height:2em;
  border-bottom: 1px solid #3a3f40; }

#menu ul li a > i { float: right; }

#menu ul li ul {
  display: none;
  position: static;
  width: 100%;
  /*background-color: rgba(22,160,133, 0.2);*/
}

#menu ul li:hover > ul { display: none; }

#menu ul li:hover > a > i { transform: rotateZ(0); }

#menu ul li.open > a { background-color: rgba(0, 0, 0, 0.3); color:#FFFFFF; }

#menu ul li.open > a > i { transform: rotateZ(90deg); }

#menu ul li.open > ul { display: block; }

div#overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all ease-out 0.3s;
  z-index: 1;
  opacity: 0;
}

html.open-menu { overflow: hidden; }

html.open-menu div#overlay {
  visibility: visible;
  opacity: 1;
  width: calc(-150%);
  left: 250px;
}

html.open-menu a#toggle,
 html.open-menu main#content { transform: translateX(250px); }

html.open-menu nav#menu {
  z-index: 999999;
  transform: translateX(0);
}
#about .about-box p {
	padding:20px;
	font-size:1.1em;
}
.min {
	min-height:470px !important;
}
}
@media (min-width:320px) and (max-width:1024px) {

.socialBox{margin:0 25px 20px 25px; padding: 10px 0 0;}
.socialBox p{   margin: 0 0 10px}
}

/***********footer*************/
.footer_bg_1 {
  background-image: url(../images/footer_bg.png);
}

/* line 4, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 9, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer p {
 color: #ccc !important;
}

/* line 12, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top {
  padding-top: 50px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 12, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
  .footer .footer_top {
    padding-top: 20px;
    padding-bottom:20px;
  }
}

/* line 19, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget {
  margin-bottom: 40px;
}
.footer .footer_top .footer_widget ul li{
	margin: 0px !important;
	padding: 0px !important;
}
/* line 21, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_title {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 767px) {
  /* line 21, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/* line 32, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 767px) {
  /* line 32, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_logo {
    margin-top: 20px;
  }
}

/* line 43, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}

/* line 49, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p a {
  color: #ccc;
}

/* line 51, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p a:hover {
  color: #FFFFFF;
}

.footer .footer_top .footer_widget i {
  font-size: 18px;
	background: #9ca3a9;
	border-radius: 100%;
	width:50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#444;
	margin: 0px 5px 5px 0;
	float: left;
	color: #212734;
		
}
.footer .footer_top .footer_widget .icon i  {
     font-size: 23px !important;
	width:50px !important;
	height: 50px!important;
	line-height: 35px!important;
	background: transparent;
	color: #ccc;
}
@media(max-width:1024px){
	.footer .footer_top .footer_widget i {
  font-size: 18px;
	width:40px;
	height: 40px;
	line-height: 40px;		
}
}

/* line 57, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #ff2424;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

/* line 63, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #ff2424;
  font-weight: 400;
}

/* line 66, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

/* line 72, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #ff2424;
}

/* line 76, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

/* line 80, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

/* line 88, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul{
	padding: 0px !important;
}
.footer .footer_top .footer_widget ul li {
  color: #888888;
  font-size: 14px;
  line-height: 27px;
  list-style: none;
  padding: 0px;
	float: left!important;
}

/* line 92, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a {
  color: #888888;
  font-weight: 400;
 
}

/* line 96, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a:hover {
  color: #FFFFFF;
}

/* line 102, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

/* line 105, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  font-size: 13px;
  color: #000;
  border: none;
  border: 1px solid transparent;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
}

/* line 116, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 13px;
  color: #AAB1B7;
  font-family: "Roboto", sans-serif;
}

/* line 121, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input:focus {
  outline: none;
}

/* line 125, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #ff2424;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 5px;
  top: 0px;
  right: 0px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

/* line 145, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.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-bottom: 30px;
}

/* line 155, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .copy-right_text .footer_border {
  border-top: 1px solid #373c47;
 
}

/* 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: 20px;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 159, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
  .footer .copy-right_text .copy_right {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 159, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
  .footer .copy-right_text .copy_right {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* line 171, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
  color: #ff2424;
}

/* line 176, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .socail_links {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 176, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
  .footer .socail_links {
    margin-top: 30px;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 176, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
  .footer .socail_links {
    text-align: center;
  }
}

/* line 186, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .socail_links ul li {
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 33px;
}

/* line 190, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .socail_links ul li a {
  font-size: 14px;
  display: inline-block;
  color: #8d9096 !important;
  background: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 198, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_footer.scss */
.footer .socail_links ul li:hover a {
  color: #ff2424 !important;
}
