

body {

  background: #f5f5f5;

  color: #444;

  font-family: "Open Sans", sans-serif;

}



a {

  color: #3a8abb;

  transition: 0.5s;

}



a:hover,

a:active,

a:focus {

  color: #51d8af;

  outline: none;

  text-decoration: none;

}



p {

  padding: 0px;

  margin: 0 0 30px 0;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Montserrat", sans-serif;

  font-weight: 400;

  margin: 0 0 20px 0;

  padding: 0px;

}



/* Back to top button */



.back-to-top {

  position: fixed;

  display: none;

  background: #50d8af;

  color: #fff;

  padding: 6px 12px 9px 12px;

  font-size: 16px;

  border-radius: 2px;

  right: 15px;

  bottom: 15px;

  transition: background 0.5s;

}



.back-to-top:focus {

  background: #50d8af;

  color: #fff;

  outline: none;

}



.back-to-top:hover {

  background: #3a8abb;

  color: #fff;

}



/*--------------------------------------------------------------

# Top Bar

--------------------------------------------------------------*/



#topbar {

  background: #fff;

  padding: 10px 0;

  font-size: 14px;

}



#topbar .contact-info a {

  line-height: 1;
  font-weight: 600;
  margin-left: 20px;

}

.login_user_cs{
      font-size: 1vw;
}

#topbar .contact-info a:hover {

  color: #fff !important;
  background-color: #002147 !important;

}

.dropdown-toggle::after{
  display: none;
}



#topbar .contact-info i {

  color: #50d8af;

  padding: 10px;
    border-radius: 50%;

}



#topbar .contact-info .fa-phone {

  padding-left: 20px;

  margin-left: 20px;

}



#topbar .social-links a {

  color: #555;

  padding: 4px 12px;

  display: inline-block;

  line-height: 1px;

  border-left: 1px solid #e9e9e9;

}



#topbar .social-links a:hover {

  color: #50d8af;

}



#topbar .social-links a:first-child {

  border-left: 0;

}



/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/



#header {

  padding: 10px 0;

  height: 70px;

  transition: all 0.5s;

  z-index: 997;

  background: #fff;

  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);

}



#header #logo h1 {

  font-size: 42px;

  margin: 0;

  padding: 0px;

  line-height: 1;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

}



#header #logo h1 a {

  color: #3a8abb;

  line-height: 1;

  display: inline-block;

}



#header #logo h1 a span {

  color: #50d8af;

}



#header #logo img {

  padding: 0px;

  margin: 0px;

}



/*--------------------------------------------------------------

# Intro Section

--------------------------------------------------------------*/



#intro {

  width: 100%;

  height: 88vh;

  position: relative;

  background: url("../img/intro-carousel/1.jpg") no-repeat;

  background-size:cover;
  background-position: bottom;

}



#intro .intro-content {

  position: absolute;

  bottom: 0;

  top: 0;

  left: 0;

  right: 0;

  z-index: 10;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  text-align: center;

}



#intro .intro-content h3 {

  color: #3a8abb;

  margin-bottom: 5px;

  font-size: 50px;

  font-weight: 700;

}

/*#intro .intro-content p {

  font-size: 20px;
  letter-spacing: 2px;
    margin-top: 8px;

}*/



#intro .intro-content h2 span {

  color: #50d8af;

  text-decoration: underline;

}



#intro .intro-content .btn-get-started,

#intro .intro-content .btn-projects {

  font-family: "Raleway", sans-serif;

  font-size: 15px;

  font-weight: bold;

  letter-spacing: 1px;

  display: inline-block;

  padding: 10px 32px;

  border-radius: 2px;

  transition: 0.5s;

  margin: 10px;

  color: #fff;

}



#intro .intro-content .btn-get-started {

  background: #3a8abb;

  border: 2px solid #3a8abb;

}



#intro .intro-content .btn-get-started:hover {

  background: none;

  color: #3a8abb;

}



#intro .intro-content .btn-projects {

  background: #50d8af;

  border: 2px solid #50d8af;

}



#intro .intro-content .btn-projects:hover {

  background: none;

  color: #50d8af;

}



#intro #intro-carousel {

  z-index: 8;

}



#intro #intro-carousel::before {

  content: '';

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;

  z-index: 7;

}



#intro #intro-carousel .item {

  width: 100%;

  height: 60vh;

  background-size: cover;

     

     transition: all 0.5s ease;

}



/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/



/* Nav Menu Essentials */



.nav-menu,

.nav-menu * {

  margin: 0px;

  padding: 0px;

  list-style: none;

}



.nav-menu ul {

  position: absolute;

  display: none;

  top: 100%;

  left: 0;

  z-index: 99;

}



.nav-menu li {

  position: relative;

  white-space: nowrap;

}



.nav-menu > li {

  float: left;

}



.nav-menu li:hover > ul,

.nav-menu li.sfHover > ul {

  display: block;

}



.nav-menu ul ul {

  top: 0;

  left: 100%;

}



.nav-menu ul li {

  min-width: 180px;

}



/* Nav Menu Arrows */



.sf-arrows .sf-with-ul {

  padding-right: 22px;

}



.sf-arrows .sf-with-ul:after {

  content: "\f107";

  position: absolute;

  right: 8px;

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

}



.sf-arrows ul .sf-with-ul:after {

  content: "\f105";

}



/* Nav Meu Container */



#nav-menu-container {

  float: right;

  margin: 0;

  background-color: #ffffffe8;

  border: 1px solid #cecece;

  width: 75%;

  padding: 1% 2%;

  box-shadow: 2px 2px 2px 2px #d8d7d7;

  border-radius: 13px;

}



/* Nav Meu Styling */



.nav-menu a {

  padding: 10px 8px;

  text-decoration: none;

  display: inline-block;

  color: #555;

  font-family: "Raleway", sans-serif;

  font-weight: 700;

  font-size: 14px;

  outline: none;

}



.nav-menu li:hover > a,

.nav-menu .menu-active > a {

  color: #50d8af;

}



.nav-menu > li {

  margin-left: 10px;

}



.nav-menu ul {

  margin: 4px 0 0 0;

  padding: 10px;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

  background: #fff;

}



.nav-menu ul li {

  transition: 0.3s;

}



.nav-menu ul li a {

  padding: 10px;

  color: #333;

  transition: 0.3s;

  display: block;

  font-size: 13px;

  text-transform: none;

}



.nav-menu ul li:hover > a {

  color: #50d8af;

}



.nav-menu ul ul {

  margin: 0;

}



/* Mobile Nav Toggle */



#mobile-nav-toggle {

  position: fixed;

  right: 0px;

  top: 0px;

  z-index: 999;

  margin: 20px 20px 0 0;

  border: 0;

  background: none;

  font-size: 24px;

  display: none;

  transition: all 0.4s;

  outline: none;

  cursor: pointer;

}



#mobile-nav-toggle i {

  color: #555;

}



/* Mobile Nav Styling */



#mobile-nav {

  position: fixed;

  top: 0px;

  padding-top: 18px;

  bottom: 0px;

  z-index: 998;

  background: white;

  left: -260px;

  width: 260px;

  overflow-y: auto;

  transition: 0.4s;

}



#mobile-nav ul {

  padding: 0px;

  margin: 0px;

  list-style: none;

}



#mobile-nav ul li {

  position: relative;

}



#mobile-nav ul li a {

  color: #fff;

  font-size: 16px;

  overflow: hidden;

  padding: 10px 22px 10px 15px;

  position: relative;

  text-decoration: none;

  width: 100%;

  display: block;

  outline: none;

}



#mobile-nav ul li a:hover {

  color: #fff;

}



#mobile-nav ul li li {

  padding-left: 30px;

}



#mobile-nav ul .menu-has-children i {

  position: absolute;

  right: 0;

  z-index: 99;

  padding: 15px;

  cursor: pointer;

  color: #fff;

}



#mobile-nav ul .menu-has-children i.fa-chevron-up {

  color: #50d8af;

}



#mobile-nav ul .menu-item-active {

  color: #50d8af;

}



#mobile-body-overly {

  width: 100%;

  height: 100%;

  z-index: 997;

  top: 0;

  left: 0;

  position: fixed;

  background: rgba(52, 59, 64, 0.9);

  display: none;

}



/* Mobile Nav body classes */



body.mobile-nav-active {

  overflow: hidden;

}



body.mobile-nav-active #mobile-nav {

  left: 0px;

}



body.mobile-nav-active #mobile-nav-toggle {

  color: #fff;

}



/*--------------------------------------------------------------

# Sections

--------------------------------------------------------------*/



/* Sections Header

--------------------------------*/



.section-header {

  margin-bottom: 30px;

}



.section-header h2 {

  font-size: 32px;

  color: #3a8abb;

  text-transform: uppercase;

  font-weight: 700;

  position: relative;

  padding-bottom: 20px;

}



.section-header h2::before {

  content: '';

  position: absolute;

  display: block;

  width: 50px;

  height: 3px;

  background: #50d8af;

  bottom: 0;

  left: 0;

}



.section-header p {

  padding: 0px;

  margin: 0px;

}



/* About Section

--------------------------------*/



#about {

  padding: 60px 0 30px 0;

}



#about .about-img {

  overflow: hidden;

}



#about .about-img img {

  margin-left: -15px;

  max-width: 100%;

}



#about .content h2 {

  color: #3a8abb;

  font-weight: 700;

  font-size: 36px;

  font-family: "Raleway", sans-serif;

}



#about .content h3 {

  color: #555;

  font-weight: 300;

  font-size: 18px;

  line-height: 26px;

  font-style: italic;

}



#about .content p {

  line-height: 26px;

}



#about .content p:last-child {

  margin-bottom: 0;

}



#about .content i {

  font-size: 20px;

  padding-right: 4px;

  color: #50d8af;

}



#about .content ul {

  list-style: none;

  padding: 0px;

}



#about .content ul li {

  padding-bottom: 10px;

}



/* Services Section

--------------------------------*/



#services {

  padding: 30px 0 0 0;

}



#services .box {

  padding: 40px;

  margin-bottom: 40px;

  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);

  background: #fff;

  transition: 0.4s;

}



#services .box:hover {

  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);

  transform: translateY(-10px);

  -webkit-transform: translateY(-10px);

  -moz-transform: translateY(-10px);

}



#services .box .icon {

  float: left;

}



#services .box .icon i {

  color: #444;

  font-size: 64px;

  transition: 0.5s;

  line-height: 0;

  margin-top: 34px;

}



#services .box .icon i:before {

  background: #3a8abb;

  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);

  background-clip: border-box;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}



#services .box h4 {

  margin-left: 100px;

  font-weight: 700;

  margin-bottom: 15px;

  font-size: 22px;

}



#services .box h4 a {

  color: #444;

}



#services .box p {

  font-size: 14px;

  margin-left: 100px;

  margin-bottom: 0;

  line-height: 24px;

}



/* Clients Section

--------------------------------*/



#clients {

  padding: 100px 0;

}



#clients img {

  max-width: 70%;

  transition: 0.3s;

  padding: 15px 0;

}



#clients img:hover {

  opacity: 1;

}



#clients .owl-nav,

#clients .owl-dots {

  margin-top: 5px;

  text-align: center;

}



#clients .owl-dot {

  display: inline-block;

  margin: 0 5px;

  width: 12px;

  height: 12px;

  border-radius: 50%;

  background-color: #ddd;

}



#clients .owl-dot.active {

  background-color: #50d8af;

}



/* Our Portfolio Section

--------------------------------*/



#portfolio {

  background: #fff;

  padding: 30px 0;

}



#portfolio .portfolio-overlay {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 1;

  transition: all ease-in-out 0.4s;

}



#portfolio .portfolio-item {

  overflow: hidden;

  position: relative;

  padding: 0px;

  vertical-align: middle;

  text-align: center;

}



#portfolio .portfolio-item h2 {

  color: #ffffff;

  font-size: 24px;

  margin: 0;

  text-transform: capitalize;

  font-weight: 700;

}



#portfolio .portfolio-item img {

  transition: all ease-in-out 0.4s;

  width: 100%;

}



#portfolio .portfolio-item:hover img {

  -webkit-transform: scale(1.1);

  transform: scale(1.1);

}



#portfolio .portfolio-item:hover .portfolio-overlay {

  opacity: 1;

  background: rgba(0, 0, 0, 0.7);

}



#portfolio .portfolio-info {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



/* Testimonials Section

--------------------------------*/



#testimonials {

  padding: 30px 0;

}



#testimonials .testimonial-item {

  box-sizing: content-box;

  padding: 30px;

  margin: 30px 15px;

  text-align: center;

  min-height: 350px;

  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

}



#testimonials .testimonial-item .testimonial-img {

  width: 90px;

  border-radius: 50%;

  border: 4px solid #fff;

  margin: 0 auto;

}



#testimonials .testimonial-item h3 {

  font-size: 18px;

  font-weight: bold;

  margin: 10px 0 5px 0;

  color: #111;

}



#testimonials .testimonial-item h4 {

  font-size: 14px;

  color: #999;

  margin: 0;

}



#testimonials .testimonial-item .quote-sign-left {

  margin-top: -15px;

  padding-right: 10px;

  display: inline-block;

  width: 37px;

}



#testimonials .testimonial-item .quote-sign-right {

  margin-bottom: -15px;

  padding-left: 10px;

  display: inline-block;

  max-width: 100%;

  width: 37px;

}



#testimonials .testimonial-item p {

  font-style: italic;

  margin: 0 auto 15px auto;

}



#testimonials .owl-nav,

#testimonials .owl-dots {

  margin-top: 5px;

  text-align: center;

}



#testimonials .owl-dot {

  display: inline-block;

  margin: 0 5px;

  width: 12px;

  height: 12px;

  border-radius: 50%;

  background-color: #ddd;

}



#testimonials .owl-dot.active {

  background-color: #50d8af;

}



/* Call To Action Section

--------------------------------*/



#call-to-action {

  background: #081e5b;

  background-size: cover;

  padding: 40px 0;

}



#call-to-action .cta-title {

  color: #fff;

  font-size: 28px;

  font-weight: 700;

}



#call-to-action .cta-text {

  color: #fff;

}



#call-to-action .cta-btn {

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  font-size: 16px;

  letter-spacing: 1px;

  display: inline-block;

  padding: 8px 26px;

  border-radius: 3px;

  transition: 0.5s;

  margin: 10px;

  border: 3px solid #fff;

  color: #fff;

}



#call-to-action .cta-btn:hover {

  background: #50d8af;

  border: 3px solid #50d8af;

}



/* Our Team Section

--------------------------------*/



#team {

  background: #fff;

  padding: 100px 0 0 0;

}



#team .member {

  text-align: center;

  margin-bottom: 20px;

}



#team .member .pic {

  overflow: hidden;

  text-align: center;

  max-height: 210px;
  height:210px;
}


#team .member .pic img {

  width: 100%;
    height: 100%;

}



#team .member .details {

  color: #fff;

  padding: 15px;

  border-radius: 0 0 3px 3px;

}



#team .member h4 {

  font-weight: 700;

  margin-bottom: 2px;

  font-size: 18px;

  color: black;

}



#team .member span {

  display: block;

  font-size: 13px;

  color: black;

}



#team .member .social {

  margin-top: 5px;

}



#team .member .social a {

  color: #fff;

}



#team .member .social i {

  font-size: 16px;

  margin: 0 2px;

}



/* Contact Section

--------------------------------*/



#contact {

  padding: 30px 0;

}



#contact .contact-info {

  margin-bottom: 20px;

  text-align: center;

}



#contact .contact-info i {

  font-size: 48px;

  display: inline-block;

  margin-bottom: 10px;

  color: #50d8af;

}



#contact .contact-info address,

#contact .contact-info p {

  margin-bottom: 0;

  color: #000;

}



#contact .contact-info h3 {

  font-size: 18px;

  margin-bottom: 15px;

  font-weight: bold;

  text-transform: uppercase;

  color: #999;

}



#contact .contact-info a {

  color: #000;

}



#contact .contact-info a:hover {

  color: #50d8af;

}



#contact .contact-address,

#contact .contact-phone,

#contact .contact-email {

  margin-bottom: 20px;

}



#contact #google-map {

  height: 290px;

  margin-bottom: 20px;

}



#contact .form #sendmessage {

  color: #50d8af;

  border: 1px solid #50d8af;

  display: none;

  text-align: center;

  padding: 15px;

  font-weight: 600;

  margin-bottom: 15px;

}



#contact .form #errormessage {

  color: red;

  display: none;

  border: 1px solid red;

  text-align: center;

  padding: 15px;

  font-weight: 600;

  margin-bottom: 15px;

}



#contact .form #sendmessage.show,

#contact .form #errormessage.show,

#contact .form .show {

  display: block;

}



#contact .form .validation {

  color: red;

  display: none;

  margin: 0 0 20px;

  font-weight: 400;

  font-size: 13px;

}



#contact .form input,

#contact .form textarea {

  padding: 10px 14px;

  border-radius: 0;

  box-shadow: none;

  font-size: 15px;

}



#contact .form button[type="submit"] {

  background: #50d8af;

  border: 0;

  border-radius: 3px;

  padding: 10px 30px;

  color: #fff;

  transition: 0.4s;

  cursor: pointer;

}



#contact .form button[type="submit"]:hover {

  background: #2dc899;

}



/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/


#footer{
  border-top: 1px solid #0f2f4e;
}
.footer_backs {

  background: #ffffff00;

  padding: unset;

  font-size: 14px;
  
    padding: unset;
    font-size: 14px;
    background-image: url(../img/footer_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}



#footer .copyright {

  text-align: center;font-size: 13px;

  padding: 1%;color: #0f2f4e;border-top: 1px solid #949393;

}



#footer .credits {

  text-align: center;

  font-size: 13px;

  color: #0f2f4e;

}



#footer .credits a {

  color: #0f2f4e;

}



@media (min-width: 768px) {

  #contact .contact-address,

  #contact .contact-phone,

  #contact .contact-email {

    padding: 20px 0;

  }



  #contact .contact-phone {

    border-left: 1px solid #ddd;

    border-right: 1px solid #ddd;

  }

}



@media (min-width: 769px) {

  #call-to-action .cta-btn-container {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

    -ms-flex-pack: end;

    justify-content: flex-end;

  }

}

.user_pro_icons_mob{
    display:none;
}
.footer_mob{
    display:none;
}
@media (max-width: 768px) {

  .back-to-top {

    bottom: 50px;

  }
  .topbar_cont{
      width:100% !important;
  }
  .footer_mob{
    display:block;
    position: fixed;
    width: 100%;
    padding: 0px !important;
    bottom: 0px;
    clear: both;
    color: black;
    border-top: 1px solid #dedede;
    float: left;
    overflow: auto;
    z-index: 99999;
    background-color: white;
}
.footer_mob .nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer_mob .nav .footer-link {
    width: 20%;
}
.footer_mob .nav .footer-link a {
    color: #575757;
    padding: .5rem .3rem;
}
.footer_mob .nav .footer-link p {
    margin: unset;
    font-size: 2.5vw;
    text-align: center;
}
.footer_mob .nav .footer-link img {
    margin: 0 auto;
    display: block;
}
  .member_icons .pic img {
    padding: 0px !important;
}
.member_icons .pic {
    padding: 15px !important;
    width: 50% !important;
    height: 50% !important;
}
#team .member span {
    display: block;
    font-size: 3vw;
}
.section-header h3{
    font-size: 6vw !important;
}
#team .member h4{
        font-size: 4vw;
}
.user_pro_icons_mob{
    display:block;
}
.user_pro_icons_mob .user_not_log{
    float: right;
    margin-right: 5%;
    font-size: 7vw;
    margin-top: -3vw;
}
.user_pro_icons_mob .user_log_icons{
    width: auto;
    float: right;
    padding-left:unset;
    list-style-type:none;
    margin-top: -14px;
}
.user_pro_icons_mob .user_log_icons li{
    display:inline-block;    width: 10vw;
}
.user_pro_icons_mob .user_log_icons a{
    font-size: 7vw;
}

  #header {

    padding: 20px 0;

    height: 74px;border-bottom: 1px solid #0f2f4e;

  }



  #header #logo h1 {

    font-size: 34px;

  }

.logo_mob{
        margin-top: 0px !important;
}

  #header #logo img {

    width: 55%;
    max-height: 40px;
    float: right;

  }



  #nav-menu-container {

    display: none;

  }



  #mobile-nav-toggle {

    display: inline;
    left:0px !important;

 width:45px; }



  #about .about-img {

    height: auto;

  }



  #about .about-img img {

    margin-left: 0;

    padding-bottom: 30px;

  }

}



@media (max-width: 767px) {

  #intro .intro-content h2 {

    font-size: 34px;

  }



  #services .box .box {

    margin-bottom: 20px;

  }



  #services .box .icon {

    float: none;

    text-align: center;

    padding-bottom: 15px;

  }



  #services .box h4,

  #services .box p {

    margin-left: 0;

    text-align: center;

  }



  #testimonials .testimonial-item {

    margin: 30px 10px;

  }

}



@media (max-width: 576px) {

  #contact #google-map {

    margin-top: 20px;

  }

}









.btn-primary{

  background-color: #0f2f4e;

  border: 2px solid #0f2f4e;

    font-size: 12px;

    font-weight: 600;

    padding: 10px 23px;

}

    .log_button{

      color: #0f2f4e !important;

      background-color: white;

      margin-left: 10px !important;

    }

    .log_button:hover{

      color: #fff !important;

    background-color: #0f2f4e;

    border-color: #0f2f4e;

    }

    .sign_button{

      color: white !important;

    }

    .sign_button:hover,.serch_button:hover{

      color: #0f2f4e !important;

    background-color: white;

    border-color: #0f2f4e;

    }

    .select_menu{

      border: none;

      background-color: transparent;      

      padding: 5% 5%;

    }

    .serch_button{

      width: 150px;color: white !important;

    }

    .nav-menu > li {

      width: 18%;

    }

    .section-header h2,.section-header h3,.section-header p{

      text-align: center;

    }

    .section-header p{

        width: 60%;

        margin: 0 auto;

    }

    .section-header h2{

      font-size: 20px;color: grey;

    }

    .section-header h3{

      color: #3a8abb;

    font-size: 33px;

    font-weight: 600;

    }

    .section-header h2::before{

      margin-left: 46%;

    }

    .app_design{

      margin-top: 20%;

      padding-left: 5%;

    }

    .app_design h3{

      text-align: left;

    }

    .app_design p{

      text-align: left;

      padding-bottom: 4%;

      width: 100%;

    }

    .how_it_works{

      margin-top: 20%;

      padding-left: 5%;

    }

    .how_it_works h3{

      text-align: left;

    }

    .how_it_works p{

      padding-bottom: 4%;width: 100%;text-align: left;

    }

    .member_icons .details{

      background-color: unset !important;

    }

    .member_icons .details span{

      color: black;

    }

    .member_icons .pic{

          padding: 15px;width: 165px;

          height: fit-content !important;  margin: 0 auto;

    border-radius: 50%;box-shadow: 0px 0px 41px 10px #e8e8e8;

    }

    .member_icons .pic img{

      padding: 15px;

    }

    .footer_div{

      padding: 20px;

      padding-top: 4%;

    }
  
  .footer_div .quick_addr_link li{
    margin-bottom: 3% !important;
  }
    .footer_div .quick-links li{

      margin-bottom: 10%;

    }

    .select_menu_list:first-child{

      border: none;

     }

     .select_menu_list{

      border-left: 1px solid #c5c5c5;

     }

      .select_menu_list p{

        text-align: left;

        padding-left: 5%;

    font-size: 12px !important;

      }

    .select_menu {

    width: 165px;

    padding: 5px;

    font-size: 16px;

    line-height: 1;

    border: 0;

    border-radius: 5px;

    height: 34px;

    background: url('../img/angle-arrow-down.png') no-repeat right;

    -webkit-appearance: none;

    background-size: 14px 14px;

  }

.tags{

      background-color: grey;

    color: white;

    padding: 4px 15px;

    font-size: 10px;

    border-color: grey;

}

 .member_listing{

  text-align: left !important;

    border: 1px solid #d4d2d2;

    border-radius: 15px;

    box-shadow: 0px 0px 12px 3px #dedbdb;

 }

 .member_listing .pic img{

      border-radius: 5px;

 }

 .info_div{

      padding: 10px;

    border: 1px solid #d4d4d2;

    border-radius: 10px;margin-top: 5%;

 }

 .info_div .division_info{

    display: inline-block;

 }

 .info_div .div_sec{

  float: right;

 }

 .division_info p{

    margin: unset;color: black;font-size: 10px;

}

.division_info h4{

  color: #18ca94 !important;

}

.division_info h4,.division_info span{

  display: inline-block !important;

}

.footer_div .footer_logo{

  padding: unset;

    padding-bottom: 3%;

}
.footer_div .footer_about{
  padding: 0 7%;
}

#nav-menu-container{

  margin-top: unset;

}

.intro-content h3{

    margin-top: -75px;

}

.multiple_icons .container .row .col-lg-3{

max-width: 20%;

  width: 20%;

}



.mob_view{

      display: none;

    }



    .mob_view_banner{

      display: none;

    }

.modal-dialog {

        max-width: 40%;

        width: 100%;

    }

    .modal_register{

      max-width: 45%;

        width: 100%;

    }
    .rent_block_details{
      padding-left: 4% !important;
    }
    .rent_block_details .room_bannr{
      height: 150px;
      border-radius: 1px;
      background-color: #d8d5d5;
    }
    .rent_block_details .col-md-4 p,.rent_block_details .col-md-3 p{
      margin: unset;
    margin-top: 3% !important;
    font-size: 13px !important;
    margin-bottom: unset !important;
    font-weight: 600;
    }
    .rent_block_details .col-md-4 p span,.rent_block_details .col-md-3 p span{
      color: #b3b2b2;
    }
    .rent_block_details .col-md-4 .room_price,.rent_block_details .col-md-3 .room_price{
      color: #50d8af;
    }
    .rent_block_details .col-md-4 .rooms_content{
      height: 80px;
    }
    .rent_block_details .col-md-3 .rooms_content{
      height: 100px;
    }
    .rent_block_details .col-md-4 .btn,.rent_block_details .col-md-3 .btn{
      width: 100%;      
      color: white;
      margin-top: 5%;
      font-size: 13px;
    }
    .rent_block_details .col-md-4 .btn.btn-book,.rent_block_details .col-md-3 .btn.btn-book{
      background-color: #50d8af;
    }
    .rent_block_details .col-md-4 .btn.btn-sold,.rent_block_details .col-md-3 .btn.btn-sold{
      background-color: black;
    }
    .rent_block_details .block_head_txt{
      color: #50d8af;
    }
    .rent_info .link_tabed .rent_detail_txt{
      display: inline-block;margin: unset;
      padding: 0 2%;cursor: pointer;
    }
    .rent_info .link_tabed .rent_detail_txt.room_block{
      border-left: 1px solid grey;
    border-right: 1px solid grey;
    }
    .rent_info .link_tabed .rent_detail_txt.active{
      color: #50d8af;
    }
    .rent_info .link_tabed{
      padding-bottom: 3%;
      padding-left: 2%;
    }
    .rent_info .room_blk,.rent_info .bed_blk{
      display: none;
    }

@media only screen and (max-width: 768px){

    .footer_div .col-md-2{

      width: 100%;

    } 

    .modal-dialog{

      max-width: 100%;

    }

    .multiple_icons .container .row .col-lg-3{

        max-width: 50%;

        width: 100%;

    }  

    .pull-left {

      display: block;

    }

    .contact-info{

        display: none;

    }

    .desk_view_banner{

      display: none;

    }

    .mob_view_banner{

      display: block;

    }

    .mob_view .select_menu_list{

      color: #484e53;
      text-align: center;

    }
    .sign_button{
      color: #0f2f4e !important;
      background-color: white;
      border:none;
    }

    .mob_view{

      display: block;z-index: 9999999999;

    }

    #mobile-nav ul .menu-has-children i.fa-chevron-up,#mobile-nav ul .menu-has-children i.fa-chevron-down{

      display: none;

    }

    #mobile-nav-toggle .fa-times{

      color: #555;

    }

    #intro .intro-content{

      -webkit-justify-content:unset;

      justify-content: unset;    top: 15vw;

    }

    #intro .intro-content h3{

      font-size: 23px;    margin-top: 25px;

    }

    .mov_view_filter{

      display: block !important;

    }

    .mob_view_banner .nav-menu > li {

      width: 46%;

    }

    #nav-menu-container{

      width: 90%;background-color: white;    margin-bottom: 2%;

    }

    #nav-menu-container .select_menu_list{

      border-left: none;border-bottom: 1px solid #e2dfdf;

    padding: 20px;

    }

    #nav-menu-container .select_menu_list .select_menu {

      width: 110px;

    }
    #intro .intro-content p{
        font-size:3.5vw;
    }
    .serch_button {
        margin-top: 3%;
        width: 60%;
    }
    #intro{

      height: 157vw;background: url(../img/intro-carousel/1.jpg) no-repeat;    background-size: contain;background-position: bottom;background-color: white;

    }

}





.slider-container {

  position: relative;

  overflow: hidden;

  width: 100%;

  margin: 0 auto;

  background-color: #444;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

}



.slider {

  position: relative;

  width: 9999px;

}

.slider:before,

.slider:after {

  display: table;

  content: ' ';

}

.slider:after {

  clear: both;

}

.slider__item {

  position: relative;

  float: left;

  margin: 0;

  padding: 0;

  height: 100%;

}

.slider__item img {

  display: block;

  max-width: 100%;

  height: auto;

}

.slider__switch span {

  color: #fff;

  display: block;

  width: 32px;

  height: 32px;

}

/* Arrows */

.slider__switch {

  position: absolute;

  top: 50%;

  margin-top: -20px;

  padding: 10px 5px;

  cursor: pointer;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

       -o-user-select: none;

          user-select: none;

  border-radius: 1px;

  background: #000;

  opacity: .3;

  transition: opacity .15s ease;

  fill: #fff;

}

.slider__switch--prev {

  left: 10px;

}

.slider__switch--next {

  right: 10px;

}



.slider__switch:hover {

  opacity: .85;

}

.slider__switch[disabled] {

  visibility: hidden;

  opacity: 0;

}

.slider__caption {

  position: absolute;

  bottom: 30px;

  left: 30px;

  display: block;

  max-width: 500px;

  padding: 10px;

  color: #fff;

  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */

}

.slider__caption[disabled] {

  opacity: 0;

  visibility: hidden;

}

.slider-nav {

  line-height: 30px;

  position: absolute;

  bottom: 0;

  left: 0;



  width: 100%;

  height: 30px;

  margin: 0;

  padding: 0;

  text-align: center;

  z-index: 99999;

  filter: alpha(opacity=90); /* ie8 */

}

.slider-nav__control {

  display: inline-block;

  width: 12px;

  height: 12px;

  margin: 0 3px;

  -webkit-transition: background .5s ease;

     -moz-transition: background .5s ease;

       -o-transition: background .5s ease;

          transition: background .5s ease;

  border: 2px solid #fff;

  border-radius: 50%;

  background: transparent;

}



.slider-nav__control.is-active {

  width: 12px;

  height: 12px;

  background: #fff;

}

.slider.has-touch {

  cursor: move;

  cursor: -webkit-grabbing;

  cursor:    -moz-grabbing;

}

@media (max-width: 580px) {

  .slider__switch {

    display: none;

  }

  .slider__caption {

    display: none;

  }

}



.forms {

  background: #fff;

  box-shadow: 0 0 3px #0f2f4e;border: 2px solid #0f2f4e;

  max-width: 500px;

  overflow: hidden;

  position: relative;

  padding: 0;border-radius: 5%;

}

.forms h1 {

  padding: 0 0 20px 0;

  font-size: 26px;

  color: #666;

  font-weight: lighter;

  text-align: center;

}

.forms form { padding: 15px; }

#signup { display: none; }

.forms .tab-group {

  list-style: none;

  padding: 0;

  margin: 0;

}

.forms .tab-group:after {

  content: "";

  display: table;

  clear: both;

}

.forms .tab-group li a {

  display: block;

  text-decoration: none;

  padding: 15px;

  background: #e5e6e7;

  color: #888;

  font-size: 20px;

  float: left;

  width: 50%;

  text-align: center;

  -moz-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.forms .tab-group li a:hover {

  background: #dedfdf;

  color: #666;

}

.forms .tab-group .active a {

  background: #fff;

  color: #0f2f4e;

    font-weight: 700;

}

.forms input {

  font-size: 16px;

  display: block;

  width: 100%;

  padding: 10px 20px;

  border: 1px solid #0f2f4e;

  color: #0f2f4e;

  margin-bottom: 10px;

  -moz-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.forms input:focus {

  outline: 0;

  border-color: #2e5ed7;

}

.forms label {

  font-size: 16px;

  font-weight: normal;

  color: #666;

  margin-bottom: 5px;

  display: block;

}

.forms .button {

  border: 0;

  outline: none;

  padding: 10px 0;

  width: 55%;

  font-size: 13px;

  font-weight: 300;

  text-transform: uppercase;

  letter-spacing: 2px;

  background: #0f2f4e;

  color: #ffffff;

  cursor: pointer;

  -moz-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.forms .button:hover, .button:focus { background:white;border: 2px solid #0f2f4e;color: #0f2f4e !important; }

.text-p {font-size: 14px; }

.text-p a {     color: #0f2f4e;

    font-weight: 600; }





a {

    color: #0f2f4e;

}



.box-drag:first-child .form-group .uploadArea{

            border: 2px solid #0f2f4e;margin-bottom: 2px !important;

         }

     

     .dropzone {

    background: white;

    border-radius: 5px;

    border: 2px dashed rgb(0, 135, 247);

    border-image: none;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto;

    max-height: 250px !important;

    overflow: auto;

}

.footer_div .quick-links li a{

  color: #0f2f4e;

}

.footer_div h5{

  color: #0f2f4e;font-weight: 600;    padding-bottom: 10%;

}

.social_icons{ padding-left: unset;}

.social_icons li{

  display: inline-block;    margin-right: 10%;

}

.social_icons li a .fa{

  color:#0f2f4e;

    font-size: 25px;

}
.li_serch_bar{
  width: 70% !important; 
}
.li_serch_bar .form-control{
      padding: 1.5%;
}
.li_serch_button{
  width: 25% !important; 
}