body{

    font-family: 'Roboto', sans-serif;
    
}

h1,h2,h3,h4,h5,h6 p{
    font-family: 'Roboto', Arial, Tahoma,  sans-serif;
}

.col-md-fit{

    width: 20% !important;
}

.navbar-brand img{

    width: 30%;
    height: auto;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 60%;
}
.navbar-nav{

    font-family: arial,Tahoma,sans-serif;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
    padding: 3px 24px;
    border-right: 1px solid #cfcfcf;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link:active{

    color: #37ac50 !important;
}

.navbar-light .navbar-nav .nav-link{
    color: rgba(0,0,0,.9);
    padding: 3px 24px !important;
    border-right: 1px solid #cfcfcf;
    font-size: 14px;

}

.navbar-light .navbar-nav .nav-link:hover{
    color: #37ac50 !important;


}

.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item:hover .nav-link{   }
.navbar .nav-item:hover .dropdown-menu {
    display: block;
    font-size: 14px;
}
.navbar .nav-item .dropdown-menu{ margin-top:0; }
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: none;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
/* SLIDER */
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: black;
    border-radius: 50px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 650px;
}
.carousel-caption{
    padding-bottom: 250px;
  }
  .carousel-caption h2{
    font-size: 50px;
    text-transform: uppercase;
  }
  .carousel-control.right{
    background-image: none;
  }
  .carousel-control.left{
    background-image: none;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 27% !important;
    top: 39% !important;
    padding-top: 1.25rem;
    color: #fff;

}
.carousel-caption h2 {
    font-size: 50px;
    text-transform: none;
    font-weight: 400;
    line-height: 59px;
    text-align: left;
}

.carousel-caption h3{

    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    padding-right: 42%;
    text-align: left;
}

.slider1-cap {
    color: #37ac50;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    padding-right: 42%;
    line-height: 28px;
}

/* ABOUT */
.baystar-bg{

    background-color: #F8F8F8;
}

.about h1{

    color: #37ac50;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.about p{

    color: #a9a9a9;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
}

/* SLIDER */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    margin: auto;
    width: 60%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 60% !important;
}
/* owl nav */
.owl-prev span, .owl-next span {
	color: #37ac509a;
    font-size: 50px;
    transition: all 0.4s;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #313131;
    transition: all 0.4s;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px;
}
.owl-nav button {
    background: transparent;
    height: auto;
    border: none;
    top: 45%;
 }
/* FEATURE */

.service-box{

    background: #ffff;
    padding: 12px 32px;
    margin-bottom: 20%;
    min-height:390px`;
}

.service-header{

    padding-top: 5%;
    text-align: center;
    font-family: "Open-Sans";
}

.service-header img{

    padding-bottom: 30px;
}

.service-header h2{

    color: #37ac50;
    font-weight: 300;
    padding-bottom: 5%;
}

.service-content img{

    margin: auto;
    display: block;
    width: 50%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.service-content h3{

    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

.service-content h3 a{

    text-decoration: none;
    color: black;
    transition: all 0.3s;
}

.service-content h3 a:hover{

    color: #37ac50;
    transition: all 0.3s;
}

.service-content p{

    text-align: center;
    font-size: 16px;
    color: #A2A2A2;
    font-weight: 300;
    line-height: 25px;
}



/* WHY US */

.whyus-img{

    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
    background-image: url(../img/dubai-new.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    height: 450px;
}

.whyus img{

    padding-bottom: 5%;
}
.whyus h3{

    font-weight: 300;
    font-size: 20px;
}

.whyus p{

    font-size: 15px;
    color: #A2A2A2;

}

.wwcd-content{

    padding-bottom: 35px;
    text-align: center;
}

.wwcd-content img{

    margin: auto;
    display: block;
    width: 100px;
    padding-bottom: 4%;
}

.wwcd-content h2{

    color: #37ac50;
}

.wwcd-content p{

    font-size: 16px;
    line-height: 30px;
}
.amp{

    margin-right: 5%;
    margin-left: 5%;
}

/* CTA */

.cta{

    background-color: #37ac50;
    padding-top: 2%;
    padding-bottom: 2%;
}
.cta-content{
    justify-content: center;
    align-items: center;
    display: flex;
}
.cta-content h3{

    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 35px;
    display: inline;
}

.cta-content h3 span{

    font-weight: 700;
}

.cta-btn{

    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 8px 25px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    display: inline;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem .75rem;
    font-size: 1rem;
    margin-bottom: 15px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* SOCIAL */

.social{

    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 15px;
}
.social-btn-twitter:hover {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 2px 6px 2px 0;
    padding: 16px 16px;
    font-size: 20px;
    position: relative;
    background-color: #1DA1F2;
    color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
}
.social-btn-twitter {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 2px 6px 2px 0;
    padding: 16px 16px;
    font-size: 20px;
    position: relative;
    background-color: #fff;
    background-image: url(../img/icon/stripes.png);
    -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
    transition: all 0.4s;
}
.social-btn-vimeo:hover {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 2px 6px 2px 0;
    padding: 16px 16px;
    font-size: 20px;
    position: relative;
    background-color: #86c9ef ;
    color:#ffffff;
        background-image: none;
    -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
    transition: all 0.4s;
}

.social-btn-vimeo {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 2px 6px 2px 0;
    padding: 16px 16px;
    font-size: 20px;
    position: relative;
    background-color: #fff;
    background-image: url(../img/icon/stripes.png);
    -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
    transition: all 0.4s;
}

.social-btn-google{
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 2px 6px 2px 0;
    padding: 16px 12px;
    font-size: 20px;
    position: relative;
    background-color: #fff;
    background-image: url(../img/icon/stripes.png);
    -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
    transition: all 0.4s;
}
.social-btn-google:hover{
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 2px 6px 2px 0;
    padding: 16px 12px;
    font-size: 20px;
    position: relative;
    background-color: #d34836;
    color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
    transition: all 0.4s;
}

.social-btn-facebook{
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 2px 6px 2px 0;
    padding: 16px 18px;
    font-size: 20px;
    position: relative;
    background-color: #fff;
    background-image: url(../img/icon/stripes.png);
    -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
    transition: all 0.3s;
}

.social-btn-facebook:hover{
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 2px 6px 2px 0;
    padding: 16px 18px;
    font-size: 20px;
    position: relative;
    background-color: #4267B2;
    background-image: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;

}

/* FOOTER */
footer{

    background-color: #434647;

}

.footer-widget{
padding-top: 13%;
    color: #fff;
    padding-bottom: 10%;
}

.footer-title h3{

    font-size: 22px;
    font-weight: 300;
}

.footer-p p{

    font-size: 16px;
    padding-top: 8px;
    font-weight: 300;

}

hr{
    margin: 1px 0;
    color: inherit;
    background-color: #f0f0f0 !important;
    border: none;
    opacity: .25; 
}

.copyright p{

    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    margin: 0;
    padding-bottom: 1%;
}

/* BREADCRUMBS */
.page-title h1{

    color: #fff;
    font-size: 20px;
    padding-top: 20%;
}

.breadcrumbs{

    padding-top: 20%;
    color: rgba(255, 255, 255, 0.911);
    text-align: right;
}

.breadcrumbs p{

    display: inline-block;
}

.breadcrumbs a{

    color: rgba(255, 255, 255, 0.911);
    text-decoration: none;
    font-size: 16px;
}

.breadcrumbs a:hover{

    color: rgba(255, 255, 255, 0.911);
    text-decoration: none;
    font-size: 16px;
}
.breadcrumbs a::after{
    display: inline-block;
    margin-left: 1.255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    -webkit-transform: rotate(
91deg
);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(
271deg
);
}



/* ABOUT PAGE */

.about-banner{

    background-image: url(../img/about-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 290px;
}

.content-title h2{

    color: #37ac50;
    font-size: 25px;
    font-weight: 300;
}

.content p{

    color: #626262;
    font-size: 14px;
    line-height: 28px;
}

.content li{
    color: #626262;
    font-size: 15px;
    line-height: 28px;
}

/* SERVICES > OWNER MANAGENT */

.oma{

    background-image: url(../img/inner-banner.jpg);
    background-size: cover;
    background-position: center bottom;
    height: 290px;
}

span hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #929292 !important;
    border: 0;
    opacity: .25;
}

/* SERVICE > ASSET MANAGEMENT */

.am{

    background-image: url(../img/asset-managements-banner.jpg);
    background-size: cover;
    background-position: center bottom;
    height: 290px;
}

/* SERVICE > PROPERTY MANAGEMENTS */

.pm{

    background-image: url(../img/burj.jpg);
    background-size: cover;
    background-position: center bottom;
    height: 290px;
}

/* CONTACT */
.contact{

    background-image: url(../img/contact-banner.jpg);
    background-size: cover;
    background-position: center bottom;
    height: 290px;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: 'Roboto';
  }
  
  input[type=text], select, textarea:focus{
      outline: none;
  }


  input[type=submit] {
    background-color: transparent;
    border: 1px solid #37ac50;
    color: #37ac50;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Roboto';
    margin-top: 12px;
  }
  
  input[type=submit]:hover {
    background-color: #37ac50;
    color: #fff;
  }

  label{

    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    color: #626262;
  }


.contact-box{

    background-color: #37ac50;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-title h3{

    font-family: 'Roboto';
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    padding-left: 7%;
}

.contact-address ul li{

    margin: 0;
    list-style: none;
    position: relative;
    padding: 13px 0 13px;
    word-wrap: break-word;

}

.contact-address ul li .address-icon {
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    color: rgba(0,0,0,.7);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 23px;
    text-align: center;
}

.address-wrapper{

    color: #fff;
    margin: 0;
    padding-left: 40px;
    border: 0;
    font-family: 'Roboto';
    font-size: 16px;
    vertical-align: baseline;
    display: inline-block;

}



.address-wrapper a{
    
    color: #fff;
    text-decoration: none;
}

.address-wrapper a:hover{

    color: #fff;
}

.address:after{    
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    position: absolute;
    left: -30px;
    bottom: 0;

}