body{
    margin: 0px;
}
/*navigation*/
.top{
  z-index: 1;
  position: fixed;
  background-color: white;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 74px;
  box-shadow: 0 0 3px rgb(60 72 88 / 35%);
}
.logo{
  margin-left: 70px;
}
.logo img{
  position: absolute;
  max-height: 102px;
  background: #fff;
  box-shadow: 0 0 3px rgb(60 72 88 / 15%);
}
.navigation{
  padding: 20px 0px;
  float: right;
  margin-right: 70px
}
.stroke ul{
  padding: 0px;
 margin: 0px;
 

}
nav ul li {
  display: inline-block;
  padding: 7px 0px 7px 24px;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 14px;
  
  padding: 5px 0px;
 
  letter-spacing: 2px;
  
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #EE3524;
  text-decoration: none;
}
nav.stroke ul li a {
  position: relative;
}
nav.stroke ul li a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
background-color:  #EE3524;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}


  /*img*/
  .carousel-inner img {
    width: 100%;
   }
   .slide1{
     box-shadow: 0 0 3px rgb(60 72 88 / 35%);
   }
/*body*/
  .bottom{
    margin: 75px 23px 50px 23px;
  }
  
h1{
    letter-spacing: 0px;
    font-size: 30px !important;
    
    margin: 45px 0px 3px 58px !important;
}
 .row-pad {
    padding: 16px 66px;
    margin-bottom: 12px;
  }
  .col{
    box-shadow: 0 1px 5px rgb(0 0 0 / 23%);
   margin: 0px 10px;
  }
  .col img{
    padding: 15px 0px;
    width: 100%;
    height: 300px;
  }
  .colbox{
    border-radius: 6px !important;
    right: 0;
    left: 0;
    transition: all 0.5s ease;
    background: #fff;
    padding: 15px 20px;
    position: absolute;
    bottom: -25px;
   margin: 0px 35px;
    height: 68px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 23%);
}
 h3{
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;

 }
 h2{
     font-size: 15px !important;
     margin-bottom: 0px !important;
 }

 .message{
  position: fixed;
  background-color:#a88843;
  height: 60px;
    width: 60px;
    right: 0px;
    bottom: 18px;
    margin: 0px 30px;
    border-radius: 40px;
}
.message i{
  color: #fff;
  padding: 18px;
  font-size: 25px;
}

.hidden-1{
  display: none;
}


.col:hover .hidden-1{
  display: block;
}
.col:hover .colbox{
  height: 130px;
}
.col:hover a:hover{
color: #fff;
text-decoration: none;
}
.hidden-1 a{
  background-color: #111;
  padding: 9px;
  margin-top: 4px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  line-height: 10px;
  display: table;
   font-size: 13px;
   font-weight: 500;
}
.col i{
  font-size: 14px;
    margin-right: 8px;
}
.hidden-1 p{
  display: inline-block;
  margin-bottom: 0px !important;
}

 
    .slide 
      .carousel-control-prev, 
    .slide .carousel-control-next{
    background-color: #111 !important;
    width: 40px  !important;
    margin: auto;
    border-radius: 5px;
    height: 40px !important;
    padding: 12px !important;
    z-index: unset !important;
    
    }
 /*bottom*/

 .endbottom{
  background: #111;
  padding: 20px 65px;
  color: #fff;
  font-size: 14px;
}

.icon-text{
  display: inline-block;
    margin: 0px 15px;
}
.icon-text a{
  color: #a88843;
  text-decoration: none;
}
.icon-text a:hover{
  color: #fff;
  text-decoration: none;
}

.bottomheading1, .bottomheading2, .bottomheading3{
  margin: 0px 0px 20px 0px;
}
.bottomheading1 i{
  position: relative;
  top: -22px;
}
.bottomheading2 i{
  position: relative;
  top: -9px;
}
.bottomheading3 i{
  position: relative;
  top: -20px;
}


/*media*/


.checkbtn{
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 13px;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 19px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width:768px){

  .checkbtn{
      display: block;
    
    }
    nav ul{
      width: max-content;
      position: absolute;
      right: -30px;
      top: 71px;
        z-index: 1;
        background-color: #000;
       display: none;
        text-align: center;
       
    }
    nav ul li a{
      color: #fff ;
    }
    nav ul li{
        display: block;
        padding: 7px 50px;
        margin: 0px;
        line-height: 20px;
    }
    .logo {
      margin-left: 20px;
  }
  .logo img {
    max-height: 74px;
  }
 .col{
  padding-right: 5px !important;
  padding-left: 5px !important;
  margin: 0px 3px !important;
 }
   .col img{
     padding: 5px 0px;
     height: 200px !important;
   }
  .col-container .row {
    padding: 16px 14px;
    }  
    .slide .carousel-control-prev, .slide .carousel-control-next {
      width: 25px !important;
    
      height: 25px !important;
      padding: 7px !important;
  }
h1 {
    font-size: 26px !important;
    margin: 20px 0px 3px 0px !important;
}
.bottom {
  margin: 75px 10px 50px 10px;
}
.colbox {
  padding: 5px;
  bottom: -17px;
  margin: 0px 8px;
  height: 36px;
}
.col:hover .colbox{
  height: 70px;
}
h2 {
  font-size: 7px !important;
  margin-bottom: 0px !important;
}
h3 {
  font-size: 5px !important;
  margin-bottom: 0px !important;
}
.hidden-1 i{
  font-size: 6px;
  margin-right: 2px;
}
.hidden-1 p{
  font-size: 6px !important;
  margin-bottom: 0px;
}
.hidden-1 a {
  padding: 3px;
  margin-top: 2px;
  font-size: 7px;
}
.carousel-inner img {
  height: 275px;
}
/*bottom*/
.endbottom {
  padding: 10px 30px;
  font-size: 12px;
}
}


/*copy-right*/
.copy-right {
  text-align: center;
  overflow: hidden;
  padding: 10px 0px;
  border-top: 1px solid #ebebeb3b;
  background: #111;
}
.copy-right {
text-align: center;
overflow: hidden;
padding: 10px 0px;
border-top: 1px solid #ebebeb3b;
background: #111;
}
.copy-text {
color: #b2b2b2;
font-weight: 300 !important;
font-size: 11px;
text-align: center;
margin-bottom: 0px !important;
}
.copy-right a:hover {
text-decoration: none;
color: #fff !important;
cursor: pointer;
transition: all 0.5s ease-in-out;
}