
.site-navbar{
    background: white;
    /* box-shadow: 1px 1px 20px 0px #3c3c3c; */
    box-shadow: 0px 9px 11px 0px rgba(0, 100, 126, 0.4);

}
.site-navbar .site-navigation .site-menu .active > a {
    color: black!important;
}
.site-navbar .site-navigation .site-menu > li > a {
    color: black!important;
}
.site-menu-toggle{
    color:black;
}
body{
    position: relative;
    overflow-x: hidden;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown{
    right:0;
}
.whatsapps-pop-up{
    position: fixed;
    bottom:10px;
    right:10px;
    
}
.whatsapps-pop-up-bg{
    background: green;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    width: 60px;
    height: 60px;
    display: block;
    padding: 10px;
    -webkit-animation-name: green_shining; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: green_shining;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes green_shining {
    0% {box-shadow: 1px 1px 0px 5px green;}
    33% {box-shadow: 1px 1px 20px 5px green;}
    66% {box-shadow: 1px 1px 20px 5px green;}
    100% {box-shadow: 1px 1px 0px 5px green;}
}
  
/* Standard syntax */
@keyframes green_shining {
    0% {box-shadow: 1px 1px 0px 5px green;}
    33% {box-shadow: 1px 1px 20px 5px green;}
    66% {box-shadow: 1px 1px 20px 5px green;}
    100% {box-shadow: 1px 1px 0px 5px green;}
}
.site-footer{
    background-image: url(../images/footer.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_contact_item{
    display:flex;
    align-items: center;
    width:100%;
}
.site-blocks-about{
    height:80vh!important;
    min-height:unset!important;
    background-position:center ;
    background-repeat: no-repeat;
    background-size:cover ;
}
.make-center{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
form{
    width:100%;
    padding:10px;
}
.gallery_item{
    padding:10px;
}
.gallery_item > img{
    box-shadow:1px 1px 20px 1px rgba(0,0,0,.3);
}
.btn-primary{
    background:#e26b00;
}
.unit-9{
    box-shadow: 0px 9px 11px 0px rgba(0, 100, 126, 0.4);
}
.site-footer a:hover {
    color: #d68500!important;
}
.footer-qr-code{
    border:2px solid black;
    padding:10px;
}
.lang-icon{
    width:50px;
    height:25px;
}

.site-footer {
    padding: 0em!important;
}




/*

    owl carousel

*/

/* #sync1 .item {
    background: #0c83e7;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  } */
  
  #sync2 .item {
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
  #sync2 .item h1 {
    font-size: 18px;
  }
  #sync2 .current .item {
    background: #0c83e7;
  }
  
  .owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
  }
  .owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
  }
  .owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
  }
  
  #sync1.owl-theme {
    position: relative;
  }
  #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }
  #sync1.owl-theme .owl-prev {
    left: 10px;
  }
  #sync1.owl-theme .owl-next {
    right: 10px;
  }
  .img-sirim-left{
    box-shadow: 6px 5px 10px 0px rgba(0,0,0,0.5);
    transform: perspective(1000px) rotateX(0deg) rotateY(17deg) scale3d(1, 1, 1);
    -webkit-transform: perspective(1000px) rotateX(0deg) rotateY(17deg) scale3d(1, 1, 1);
    -moz-transform: perspective(1000px) rotateX(0deg) rotateY(17deg) scale3d(1, 1, 1);
    -ms-transform: perspective(1000px) rotateX(0deg) rotateY(17deg) scale3d(1, 1, 1);
    -o-transform: perspective(1000px) rotateX(0deg) rotateY(17deg) scale3d(1, 1, 1);
}
  .img-sirim-right{
    box-shadow: 6px 5px 10px 0px rgba(0,0,0,0.5);
    transform: perspective(1000px) rotateX(0deg) rotateY(-17deg) scale3d(1, 1, 1);
    -webkit-transform: perspective(1000px) rotateX(0deg) rotateY(-17deg) scale3d(1, 1, 1);
    -moz-transform: perspective(1000px) rotateX(0deg) rotateY(-17deg) scale3d(1, 1, 1);
    -ms-transform: perspective(1000px) rotateX(0deg) rotateY(-17deg) scale3d(1, 1, 1);
    -o-transform: perspective(1000px) rotateX(0deg) rotateY(-17deg) scale3d(1, 1, 1);
}

.padded-multi-line-primary, .unit-9 h2 {
    background: #e26b00!important;
    -webkit-box-shadow: 10px 0 0 #e26b00, 0px 0 0 #e26b00!important;
    box-shadow: 10px 0 0 #e26b00, 0px 0 0 #e26b00!important;
}
/* .site-blocks-cover{
    height:unset!important;
    min-height:unset!important;
} */
.site-section-home-slider{
    position:relative;
}
.site-section-home-slider:before{
    content:'';
    width:100%;
    height:100%;
    background: rgba(0,0,0,.3);
    /* background-image:url(../images/slider_background-01.svg); */
    background-repeat: no-repeat;
    background-size:cover;
    background-position: bottom;
    position:absolute;
    z-index:2;
}
.home-banner-item{
    width:100%;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat ;
}
.home-banner-content{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%)!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -moz-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    -o-transform: translate(-50%,-50%)!important;
    z-index:999;
}



/* for extra large screen - >1200px */
@media only screen and (min-width: 1200px) {
    .home-banner-content h1{
        font-size:72px!important;
    }
    .site-navbar {
        top:55px!important;
    }
}

/* for large screen - > 992px */
@media only screen and (min-width: 992px) {
    .home-banner-item{
        height:100vh!important;
    }
    .home-banner-content h1{
        font-size:54px;
    }

}

/* for Medium  screen - > 768px */
@media only screen and (min-width: 768px) {

}
/* for Small  screen - > 576px */
@media only screen and (min-width: 576px) {
    .home-banner-item{
        height:500px;
    }
}

/* for less than Small  screen - > 576px */
@media only screen and (max-width: 575px) {
    .home-banner-item{
        height:500px;
    }
    .home-banner-content h1{
        font-size:36px;
    }
}
.side_navbar_admin{
    padding:5px 10px;
}
.side_navbar_admin ul{
    list-style: none;
    
    padding-left:0;
}
.side_navbar_admin ul li:hover{
   background:rgba(0,0,0,.03);
}
.side_navbar_admin ul li{
   /* border:1px solid rgba(0,0,0,.3); */
}
.side_navbar_admin ul li a{
    color:black;
    padding:15px 30px;
    display: block;
}
.no-box-shadow{
    box-shadow: none!important;
    border-bottom: 3px solid rgba(0,0,0,0.1);
}
body.login-body{
    background: #f6f6f6;
}

body.login-body .site-section {
    padding: 5em 0;
}

.main-title{
    font-size: 32px;
    font-weight: bold;
}

.upload-button{
    width: 127px;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    color: #a5a5a5;
    line-height: 50px;
    background: white;
    margin-top: 10px;
    box-shadow: 0 0 12px 0px rgba(0,0,0,0.2);
}

.upload-button:hover{
    background: rgba(0,0,0,.2);
}
.table td, .table th {
    border-top: none!important;
}
.thead{
    border-bottom:1px solid rgba(0,0,0,.1);
}
.upload-image-widget{
    width:100%;
    height:250px;
    background:rgba(0,0,0,.3);
    /* margin:20px 0px; */
    position: relative;
}
.upload-image-widget > img{
    width:100%;
    height:100%;
    object-fit: contain;
}
.table td{
    vertical-align: middle!important;
}
.contact_bg{
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.17);
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
}
.contact-icon{
    font-size:48px;
    color:rgba(0, 0, 0, 0.42);
}

.contact-content{
    color:rgba(0, 0, 0, 0.42);
}
.table-fixed-height{
    height:70vh;
}

.table-img-gallery{
    width: 260px;
    height: 90px;
    object-fit: contain;
}
.table-hover tr:hover {
    box-shadow: 0 1px 16px 0px rgba(0, 0, 0, 0.24);
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before{
    right:20%!important;
    left:unset!important;
}
.table-bordered thead td, .table-bordered thead th{
    vertical-align: middle;
}
.home-layout-2{
    text-align: center;
    background-color:var(--orange);
}
.home-layout-2 > .title{
    font-size:32px;
    font-weight: 100;
   
}

.border-circle{
    border-radius:100px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
    width:100px;
    height:100px;
    display:block;
    margin:auto;
    background: #505050;
}
.home_small_icon{
    font-size: 44px;
    line-height: 100px!important;
}

.title{
    font-size:32px;
    font-weight: 100; 
}
.home_explore_short_desc{
    width:60%;
    margin:auto;
}
.home-layout-3-bottom{
    height:100px;
    /* background-color:var(--orange); */
    background: linear-gradient(45deg, #ea7713, #ffc800);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.home-layout-3-link{
    display: contents;
    margin: auto;

}
.home-layout-3-link .border-circle{
    background:#505050;
    filter: unset;
    -webkit-filter: unset;
    transition: all .2s ease-in ;
    -webkit-transition: all .2s ease-in ;
    -moz-transition: all .2s ease-in ;
    -ms-transition: all .2s ease-in ;
    -o-transition: all .2s ease-in ;
}


.home-layout-3-link:hover .border-circle{
    background:var(--orange);
    filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.1));
    -webkit-filter:drop-shadow(0px 0px 16px rgba(0,0,0,0.1));;
}
p{
    font-size: 18px;
}

.page_title{
    font-size: 64px;
    filter: drop-shadow(2px 5px 2px black);
    text-align: center;
}

body{
    font-family: 'Quicksand', sans-serif!important;
}

.custom-button{
    color: #ffffff;
    background-color: #d26b14;
    border-color: #c56b1e;
    box-shadow: 0 7px 0px #ab5812;
    font-size: 24px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    margin-top:0px;
    display: inline-block;
}
.custom-contact-button{
    background-color: #0aaf35;
    box-shadow: 0 7px 0px #097d27;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    margin-top: 0px;
    border-radius: 20px;
}
.custom-contact-button:hover{
    color:black;
    background-color:white;
    border-color: white;
    margin-top:7px;
    box-shadow:none;
    cursor:pointer;
}
.custom-button-default{
    background-color: #f3f3f3;
    box-shadow: 0 7px 0px #cecece;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    margin-top: 0px;
    font-size:24px;
    color:black;
}
.site-navbar .site-navigation .site-menu > li > a.custom-contact-button{
    color: #ffffff!important;
}
.site-navbar .site-navigation .site-menu > li > a.custom-contact-button:hover{
    color: black!important;
}
.custom-button:hover{
    color:black;
    background-color:white;
    border-color: white;
    margin-top:7px;
    box-shadow:none;
    cursor:pointer;
}
.custom-button-default:hover{
    margin-top:7px;
    color:black;
    background-color:white;
    border-color: white;
    box-shadow:none;
    cursor:pointer;
}
.border-none{
    border:none!important;
}
.site-navbar{
    top:10px;
}
.logo{
    position: absolute;
    width: 200px;
    height: 113px;
    /* background-image: url(../images/logo-container.svg); */
    background-color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -55px;
    align-items: center;
    /* justify-content: center; */
    display: flex;
    padding: 10px;
    border-radius: 70px;
    box-shadow: 2px 5px 0px #fd7e14;
}

.home-slider-title{
    filter: drop-shadow(0px 3px 2px black);
}
.home-gallery{
    position: relative;
}
.home-gallery h2{
    color: #fdc101;
    filter: drop-shadow(2px 3px 1px #8b6b00);
    font-size: 43px!important;
    -webkit-filter: drop-shadow(2px 3px 1px #8b6b00);
}
.home-gallery:before{
    position: absolute;
    top:0;
    left:0;
    content:'';
    width:100%;
    height:100%;
    background-image: url(../images/brick_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.unit-9.no-height .image {
    background-color:white;
}



/* set circle  */
.circle{
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    position: absolute;
    filter: drop-shadow(4px 3px 9px rgba(0,0,0,0.1));
    -webkit-filter: drop-shadow(4px 3px 9px rgba(0,0,0,0.1));
}
.circle-50{width:50px;height:50px;}
.circle-100{width:100px;height:100px;}
.circle-200{width:200px;height:200px;}
.circle-300{width:300px;height:300px;}
.circle-orange{background-color:#fd7e14;}
.circle-cornflowerblue{background-color: cornflowerblue;}

@media only screen and (min-width: 1200px){
    .login-body .site-navbar {
        top: 0px!important;
    }
}
.dropzone {
    border: none!important; 
    background: transparent!important;
}
.dz-message{
    background: white;
    min-height: 150px;
    line-height: 150px;
}
.gallery_upload_preview{
    display:flex;
    flex-wrap: wrap;
}
.gallery_upload_preview img{
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    background-color:white;
    padding:10px;
    margin: 5px 5px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
.gallery_upload_preview .btn{
    top: 72%;
    /* left: 14px; */
    /* bottom: 50%; */
    left: 4px;
    width: 95%;
    height: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: rgba(242, 58, 46, 0.4);
    border-color: rgba(242, 58, 46, 0.3);
}

.project_item{
    height: 300px;
    display: flex;
    justify-items: center;
    background-position: center;
    align-items: center;
    justify-content: center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
}

.project_item > span{
    color: white;
    filter: drop-shadow(0px 0px 0px black);
    -webkit-filter: drop-shadow(3px 2px 1px black);
    font-size: 36px;
    font-weight: bold;
}

.project_item:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.2);
}
.title-heading{
    position:relative;
    padding-bottom: 15px;
}
.title-heading:before{
    content: "";
    background: #e3c4a8;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.column_image {
    -ms-flex: 33%;
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
    /* display: flex;
    flex-wrap: wrap;
    align-items: flex-start; */
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column_image {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column_image {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }

  .project_slider_item{
      height:200px;
      background-size:cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  .project_title{
      bottom:0;
      left:0;
      padding:3px 5px;
      background-color:#fd7e14;
  }
  .project_title > h6{
      color:white;
      font-weight:bold;
      filter: drop-shadow(1px 1px 1px black);
      -webkit-filter: drop-shadow(1px 1px 1px black);
      margin:0px!important;
}