/********** Template CSS **********/
:root {
    --primary: #08f2bb;
    --secondary: #f04f04;
    --light: #fff384;
    --dark: #000;
}
.bg-light {
  background-color: #222838 !important;
}
.ms-auto {
  margin-left: 178px !important;
}
.back-to-top {
    position: fixed;
    display: none;
    left: 45px;
    bottom: 10px;
    z-index: 99;
}


/*** Button ***/
.btn {
    transition: .5s;
}
.btn-primary {
  color: #000;
  background-color: #008241;
  border-color: #008241;
}
.btn-primary:hover {
  color: #000;
  background-color: #008241;
  border-color: #008241;
}
.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    position: relative;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: white;
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: 00px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #1b3d63;
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: orangered;
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed orangered !important;
}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: #c1c1c1;
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed orangered;
    transition: .5s;
}

.cat-item{
    background-color: #f04f0480;
}

.cat-item:hover div {
    background: #ff4500c2;
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
    background-color: #000;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed #000!important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #000;
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
    background-color:#27282a;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer_about{
    color: #27282a;
}

/*.span_footer{
    margin-left: 28px;
}
*/
@media only screen and (min-width: 300px) and (max-width: 991px) {
    .span_footer{
        margin-left: 0px;
    }
}

/* toogle */


.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {color: #f1c40f;}

.fa-sun {color: #f39c12;}

.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}


/* ####################################################### */

.main-head{
    background-color:black;
    color: white;
    margin-bottom: 5px;
}

.text_1{
    color: orangered;
}

.logo-section{
    margin-bottom:105px;
}

@media only screen and (min-width: 300px) and (max-width: 991px) {
    .logo-section{
        display: none !important;
        margin-bottom:10px;
    }
}

.img_social{
    margin-left: 10px;
    box-shadow: 2px 3px 7px 1px #182428;
}

.commitie {
    padding: 50px 30px;
    border: 1px solid #c1c1c1;
    background: #242f33;
    color: white;
    border-radius: 10px;
    /* box-shadow: 2px 2px 6px 1px orangered; */
}

h4.h4_commitie {
    text-align: center;
    color: rgb(255, 255, 255);
}
.commitie_head{
    color: rgb(255, 255, 255);
}

.committie_section{
    background-color:  #182428;
    margin-top: 50px;
}

.carrer_div {
    background: black;
    border: 1px solid black;
}

.carrer_div1 {
    background: white;
    height: 193px;
    padding: 20px;
}

.carrer_h4 {
  padding: 10px;
  color: white;
  text-align: center;
  font-size: 14px;
}

h2.carrer_h2 {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 50px;
    color: #000;
}

.carrer_h {
  color: #000;
  line-height: 31px;
}

/* ################################### */

.final {
    margin-top: 100px;
    background: #182428;
    padding: 34px;
}
.final_h3 {
    color: white;
    text-align: center;
    margin-bottom: 10px;
}


.gallery-section{
    margin-bottom: 50px;
}
.gallery_h{
    text-align: center;
    color: #000;
    margin-top: 50px;
}

#gallery {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 290px));
    grid-gap: 1rem;
    padding: 1rem;
    justify-content: center;
    box-shadow: 0 1px 1px #000;
  }
  .image-gallery {
    background-position: top;
    background-size: cover;
    height: 200px;
    width: 290px;
    box-shadow: 0 2px 10px #000;
    cursor: pointer;
    transition: all 0.2s;
  }
  .image-gallery:hover {
    box-shadow: none;
    transform: scale(1.1);
  }
  

  /* ############################################ */

  .facility_h3 {
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
    color: black;
}

.facility_div {
    border: 1px solid;
    padding: 15px;
    box-shadow: 2px 2px 2px 2px #c1c1c1;
    border-radius: 5px;
    transition:1s;
}

.facility_div:hover{
    margin-top: 5px;
}

.facility_h4 {
    color: black;
}

.facility_p {
    color: black;
    text-align: justify;
}

img.facility_img {
    width: 50px;
}

.finance_img{
    width: 100%;
}

.footer_main{
    background: white;
}

.footer_hr{
    border: 2px solid rgb(255, 255, 255);
    width: 90%;
}

.left {
    margin-left: 10px;
    text-align: justify;
}
#mail{
    color:white;
    
}
#call{
    color:white;
}
#mail:hover{
    color: #fde581;
    
}
#call:hover{
   color: #fde581;
}
@media only screen and (min-width: 300px) and (max-width: 991px) {
    #logotop{
    width: 100px;
  margin-left: -100%;
}
.text-end {
  text-align: right !important;
  font-size: 12px;
}
}
#logotop{
    width: 100px;
  margin-left: 147px;
}


/* ###################About################## */

.about_section {
  background: #000000;
}

.about_hero {
  width: 100%;
}

.text_h3 {
  text-align: center;
}

.text_p {
  text-align: center;
}

.news_div {
  padding: 20px;
}

.news_main {
  margin-top: 50px;
}

.new_image {
  border: 1px solid #c1c1c1;
}

.location {
  margin-top: 50px;
}

.lacation_main {
  text-align: center;
  color: #000;
}

.location_h4 {
  text-align: justify;
  color: #000;
}

.location_p {
  text-align: justify;
  color: #000;
  line-height: 30px;
}


.location_img{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    border-radius: 50px 10px;
    box-shadow: 1px 1px 1px 1px #000;
}
.location_div {
    padding: 55px;
}

section.main_bgtext {
    background: #c1c1c1;
    color: #000;
    padding: 44px;
    margin-top: 50px;
    font-size: 21px;
    text-align: center;
}

.about_texth{
  text-align: center;
  margin-top: 24px;
  font-size: 19px;
}

.about_sec {
  margin-top: 50px;
  margin-bottom: 50px;
  background: #c1c1c1;
  padding: 22px;
}

.about_div{
  padding: 20px;
}

.navbar {
    box-shadow: inset 10px 10px 14px 18px rgba(0, 0, 0, .08);
}

