
@charset "utf-8";
/* CSS Document */
*{
  box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
   
}

html {
  scroll-behavior: smooth;
}


section {
  padding: 45px 0;
}

.icon_bar{

  position: fixed;
  width: 50px;
  height: 50px;
  top: 50%;
  left:1%;
  transform: translateY(-50%);
  background:  #0dc452 ;
  border-radius: 45%;
  z-index: 1111111;

  
}

.icon_bar a{

  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  transition: 0.5s linear;
}

.icon_bar a:hover{

  background: #0dc452 ;
  width: 100%;
  color: #001529;
  text-decoration: none;
  border: none;
  border-radius: 45%;
  line-height: 50px;
  }

.icon_bar a{

  color: #fff;
}



.collapse ul li{
  margin-right: -8px;
}

.nv_color{

background:#006666;
color: #fff;


}

.nv_text{
  font-weight: bold;
}

.nv-menu a{
  color: #006666;
  font-weight: bold;
}

.nv-menu a:hover{
  color: #C3AB91;
}




.navbar-toggler{
  color: #006666;

}

.fa-bars{
  color:#C3AB91 !important;


}


.txt_justify{
  text-align: justify;
}


.btn{

  background:linear-gradient(to bottom,#339999 0%, #006666 100% );

}

.btn-outline{
  outline: none;
  border: none;
  width: 120px;
}

.btn-outline span{
  font-weight: bold;
  color: #fcc201;
}

.logo_image{
  width: 200px;
  height:auto; 
  margin-left: 20px;

}



 

/*------ Banner Slider Start-----*/

.carousel{
    height:90vh !important;
    padding-top:35px !important;
    margin-bottom:30px;
}



@media (max-width:1200px){

    .carousel{
   height: 45vh !important;

}

}


@media (max-width:991px){



.carousel{
   height: 35vh !important;

}

}

@media (max-width:900px){


.carousel{
   height: 30vh !important;
}

}

@media (max-width:800px){


.carousel{
   height: 30vh !important;
           padding-top: 30px;
}

}

@media (max-width:700px){


.carousel{
   height: 25vh !important;
}

}


@media (max-width:600px){


.carousel{
   height: 30vh !important;

}


}

@media (max-width:500px){


.carousel{
   height: 26vh !important;

}


}

@media (max-width:480px){

.carousel{
   height: 22vh !important;
    
}


}


@media (max-width:420px){

.carousel{
   height: 23vh !important;
    
}


}


@media (max-width:360px){



.carousel{

      height: 17vh !important;
   
}


}


/*.carousel-inner{*/
/*  height: 100vh;*/
/*  width: 100%;*/
/*}*/

/*.carousel-inner img{*/
  

/*background-size:cover;*/
/*  background-repeat: no-repeat;*/
/*width:100% !important;*/
/*height: 100%;*/
/*}*/




/*----- Banner Slider End-----*/




/*------------3d flip image css start-------*/

.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
}

@media screen and (min-width:1380px) {
  .box-container {
    flex-direction: row
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  /*width: 415px;*/
  width: 100%;
  margin-bottom: 35px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {

  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-size: 34px;
    text-shadow: 1px 1px 20px #000000ef;
  font-weight:bold;
  text-transform:capitalize;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}



/*------------3d flip image css end---------*/





.bg-image {
  
  padding: 80px 0 80px;
  background-image: url(../images/bg-1.jpg);
 
  height: 300px;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
    position: relative;
  
}


.bg-image .bg-icon {
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0, 0.4); 
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px 80px;
  text-align: center;
}


.count_val{
  color: #fcc201;
  font-size: 28px;

}

.count_sub{
  font-weight: bold; 
  color: #FFF;

}

.display-6{
  color: #339999;
  font-weight: bold;

}


.first_row .no_padding{
  padding: 0;
  margin-top: 0;
}

.first_row{

  display: flex;
  
  position: relative;
}


.first_row .img_button{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 48%;
  z-index: 1
}

/*.first_row .img_button:hover{

  width: 60px;
  height: 60px; 
  transition: .5s;

}*/

.txt{
  height: 100%;
  width: 100%;
  position: relative;
}

.txt .in_txt{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  font-weight: bold;
  color: #B0916E;
}

.txt .in_txt:hover{
   color: #00282a;
  cursor: pointer;
  text-decoration: underline;

}




/*.overlay {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  background-image: linear-gradient(to bottom right, #339999, #C3AB91);*/
/*  overflow: hidden;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  transform: scale(0);*/
/*  transition: .3s ease;*/
/*}*/

.txt:hover .overlay{

 
  transform: scale(1);
  opacity:0.5;
}


.slider{
  display: flex;
  flex-wrap: wrap;
  background-position: center;
  justify-content: center;
align-content: center;
 align-items: center;
}

.slider .logocontainer{
  width: 170px;
  margin: 10px;

align-content: center;


}


.fot_top_bg{
  background-color: #c0b096;
  height: 50px;
  margin-top: 25px;

}

.txt_fol{
  float: left;
  margin-left: 100px; 
  margin-right: 30px;
  font-weight: bold;
  line-height: 50px;

}

.social_list li{
  list-style: none;
  height: 50px;
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 20px;
  line-height: 50px;
  margin-top: -5px;
}

.social_list li:last-child{
  list-style: none;
  height: 50px;
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 0px;
  line-height: 50px;
  margin-top: -5px;
}





.txt_justify{
  text-align: justify;
  color: #00282a;
}

.vmanu a{
  color: #fff;
  font-weight: bold;
}

.vmanu a:hover{
  color: #B0916E;
}

.ptxt{
  font-size: 25px;
  font-weight: bold;
  color: #c0b096;
}



.counter_main{

  display: flex;
  
  align-content: center;
  justify-content: center;
  z-index:3;
position:relative;

  }




/*---Portfolio start-----*/

span{

    display: inline-block;
    font-family: Raleway;
    text-decoration: none;
    font-weight: bold;
    color: #B0916E;

}

.section-head h4{

   position: relative;
   padding: 0;
   color: #006666;
   line-height: 1;
   letter-spacing: 0.3px;
   font-size: 34px;
   font-weight: 700;
   text-align: center;
   text-decoration: none;
   margin-bottom: 30px;
   font-family: Raleway;

}

.section-head h4::before{

  content: '';
  width: 100px;
  height: 3px;
  background: #006666;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;

}

.section-head2 h4{

   position: relative;
   padding: 0;
   color: #006666;
   line-height: 1;
   letter-spacing: 0.3px;
   font-size: 34px;
   font-weight: 700;
   text-align: left;
   text-decoration: none;
   margin-bottom: 30px;
   font-family: Raleway;

}

.section-head2 h4::before{

  content: '';
  width: 150px;
  height: 3px;
  background: #006666;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  

}





/*----fancybox start--*/

.fancy {
  width: 90%;
  column-count: 4;
  margin: 0 auto;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.grid-item img {
  width: 100%;
  height: auto;
  margin: 1em;
}

@media only screen and (max-width: 768px) {
  .fancy {
    column-count: 3;
    align-content: center;
  align-items: center;
  justify-content: center;
  }
}

@media only screen and (max-width: 450px) {
  .fancy {
    column-count: 2;
    align-content: center;
  align-items: center;
  justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .fancy {
    column-count: 2;
    align-content: center;
  align-items: center;
  justify-content: center;
  }
}


/*-----fancybox end--*/

/*---Portfolio end-----*/



.bg-image2{

  padding: 80px 0 80px;
  background-image: url(../images/bg-1.jpg);
  opacity: 0.7;
  height: 300px;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  
 

}

.bg-image2 .bg-text {
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.8); 
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
  
}

.b_txt{
  font-size:50px;
  font-weight:700;
}


@media (min-width:320px) and (max-width:480px){

  .bg-text h2{
    font-size: 20px !important;
  }

  .b_txt{
    font-size:32px !important;
    font-weight: bold;
  }
}


/*-----Blog Start----*/


.blog_content{
  display: flex;
  justify-content: center;
  
  flex-direction: row;
  margin-top: 20px;
  z-index: -1;

}

.blog_content .box{

  width: 300px;
  margin: 15px;
}





.card {
  width: 320px;
  display: flex;
  flex-wrap: wrap;
  justify-content:  center;
  align-items: center;
  align-content: center;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem;
}

.card-header {
  width: 100%;
}

.card:hover{

  box-shadow: 0 0 8px rgba(195, 171, 145, 0.6);
}

.card-header img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.card-content {
  padding: 1rem; 
}

.card-content span {
  background-color: #006666;
  color: #fff;
  font-weight: 300;
  font-size: 10px;
  padding: 0.5rem 0.75rem;
  border-radius: 1rem;
  text-transform: uppercase;
}

.card-content h3 {
  margin: 1rem 0 0.5rem 0;
  
}

.card-content p {
  font-size: 14px;
 
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
  width: 320px;
  height: 90px;

 
}

.card-footer_pic{

  position: relative;
  width: 50px;
  height: 50px;

}

.card-footer_pic > img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;

}

.card-footer .author {
  width: 200px;
  position: absolute;
  flex: 1;
  margin-left: 1rem;
  left: 45px;
 
  
 
}

.author p {
 
  font-weight: 700;
  font-size: 14px;
}

.author small {
  position: absolute;
  font-size: 12px;
  top:35px;
  
}



.team{

  width: 100%;
  height: auto;
  padding: 0;
  margin: 100px 0 0 0;

}

.team-text{

  width: 100%;
  height: auto;
  padding:0 0 60px 0;
  margin: 0;
  text-align: center;
  
    }
  
    .team-text .team-head{
  
      font-size: 32px;
      font-weight: 700;
      color: #00afef;
 
      padding:  0 0 10px 0;
      margin: 0;
  
    }
  
    .team-text .team-para{
  
      font-size: 16px;
      font-weight: 200;
      color: #fff;
   
      padding:  0 0 10px 0;
      margin: 0;
  
  
  
    }



.owl-items{

width: 300px;
height: 800px;
padding: 0;
margin: 0 auto;

}

.owl-items .team-img{

height: auto;
width: auto;
padding: 0;
margin: 0;
z-index: 1;
position: relative;
  
  

}


.owl-items .team-img img{


  background-color: #f2f2f2;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  
 
  
}

.owl-items .owl-content{

  width: 300px;
  height: auto;
  border: 2px #006666 solid;
  border-radius: 0 0 20px 20px;
  background-color: #FFF;
  z-index: -1;
  position: absolute;
  margin-top: 25%;
  padding: 0;
  
}

.owl-items .owl-content img{
  width: 100%;
  height: auto;
  padding: 0;
  border-radius:  0 0 20px 20px;
}


.owl-items .owl-content .owl-text{

padding: 60px 0 10px 0;

}


.owl-items .owl-content .owl-text h2{

  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  margin: 0 0 20px 0;
  
    }

    .owl-items .owl-content .owl-text p{

      font-size: 16px;
      font-family: 'Poppins', sans-serif;
      font-weight: light;
      margin: 0 10px 20px 10px;
      text-align: center;
      
        }


    .owl-theme .owl-controls .owl-buttons{


      z-index: 9999;
      position: relative;
      transform: translateY(-400px);



    }


    .owl-theme .owl-controls .owl-buttons .owl-next{



      float: right;


    }

    .owl-theme .owl-controls .owl-buttons .owl-prev{



      float:left;


    }

    .owl-theme .owl-controls .owl-buttons div{


      background-color: #00afef !important;
      opacity: 1 !important;
      padding: 10px 15px !important;
      font-size: 16px !important;
   
    }

    /* Team Media //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

    

@media(max-width:1080px){

.owl-items .owl-content{

  margin-top: 25%;


}



}

@media(max-width:767px){

.owl-items .owl-content{

  margin-top: 15%;
  


}

.team-text .team-head{

  font-size: 24px;

}

.team-text .team-para{

  font-size: 14px;

}




}

@media(max-width:575px) and (min-width:480px){

.owl-items .owl-content{

  margin-top: 20%;
  


}

.team-text .team-head{

  font-size: 24px;

}

.team-text .team-para{

  font-size: 14px;

}



}


@media(max-width:479px) and (min-width:320px){

.owl-items .owl-content{

  margin-top: 25%;
  


}
.team-text .team-head{

font-size: 20px;


}
.team-text .team-para{

  font-size: 14px;
  
  
    }
  


}


/* Team Media End//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/





/*----Blog End----*/





.bg-image4{

  padding: 80px 0 80px;
  background-image: url(../images/bg-1.jpg);
  opacity: 0.7;
  height: 350px;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
 

}

.bg-image4 .bg-text {
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.8); 
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}



.b_txt{
  font-size:50px;
}




/*---index page Categories css start--*/

.category{

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction:row-reverse;
  margin-top: 20px;
}


.category .box{

  margin: 5px;
  width: 250px;
  border: 5px solid #fff;
  box-shadow: 0 5px 35px rgba(0,0,0,0.08);
}

.category .box .imgBx{

  position: relative;
  width: 100%;
  height: 235px;

  overflow: hidden;
}

.category .box .imgBx .overshadow{
  position: absolute;
  width: 100%;
  height: 80px;
  top: 35%;
  background-color: rgba(252, 243, 207, 0.6 );
  text-align: center;
   overflow: hidden;
    transition-duration: 4s;
}

.category .box .imgBx .overshadow:hover{
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.category .box .imgBx .overshadow a{


 color: #006666;
 font-weight: bold;
 font-size: 25px;
 text-decoration: none;
 line-height: 80px;

 
}

.category .box .imgBx img{

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
   transition-duration: 4s;

}


.category .box .imgBx img:hover {

    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
  }



.toggle-btn-wrap {
  text-align: center;
  margin: 20px 0;
}

.toggle-btn {
  background-color: #006666;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.toggle-btn:hover {
  background-color: #004d4d;
}



/*---index page Categories css end--*/







/*----------Percentage Start-------------*/


.bg-image3{

  padding: 40px 0 40px;
  background-image: url(../images/bg-1.jpg);
  opacity: 0.7;
  height: 380px;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
 

}

.bg-image3 .bg-text {
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.8); 
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;

  padding: 20px;
  text-align: center;
}

.skill-head{
  margin: 2px 0;
}

.skill-head h1{
  font-size: 30px;
  font-weight: 700;
}


.skill-head p{
  margin-bottom: 10px;
}


.progressbar {
  display: inline-block;
  width: 100px;
  margin: 5px;
}

.circle {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}


.circle div {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}



/*----------Percentage end-------------*/


/*---------news css start-----*/

.img_shadow{

  box-shadow: 0px 0px 10px #006666;

}

.t_table{
  position: relative;
  display: flex;
  gap: 150px;
   }


/* 
@media (max-width: 991px) {
  .t_table .time{
  display: block;
  position: absolute;
  left: 800px;
  

}

}



@media (max-width: 768px) {
  .t_table .time{
  display: block;
  position: absolute;
  left: 610px;
  

}

}

@media (max-width: 480px) {
  .t_table .time{
  display: block;
  position: absolute;
  left: 370px;
 

}

}


@media (max-width: 450px) {
  .t_table .time{
  display: block;
  position: absolute;
  left: 340px;
 

}

}

@media (max-width: 360px) {
  .t_table .time{
  display: block;
  position: absolute;
  left: 250px;


}

} */

/*---------news css end-----*/

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  padding: 0.3em;
}



/*------form Start ----*/


.Enq_txt{
  color: #006666;
  
}



.enq-form h1{color: #006666;}

.enq-form h2{
    color: #006666;
    font-size: 24px;
}

.enq-form label{
    color: #B0916E;
    font-weight: 600;
}

.enq-form input:focus,textarea:focus{
    box-shadow: none !important;
}


.enq-form .form-check .form-check-input {
    border: solid 2px #006666;
}

.enq-form  .form-check .form-check-input:checked{
    background-color: #B0916E;
}

.enq-form button{
    background-color: #006666 !important;
    border: none !important;
    padding: 10px 60px !important;
    border-radius: 10px !important;
}


.enq-form .custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4CAF50; /* Change color here */
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }

@media (max-width:420px){

  .enq-form label{
    font-size: 14px;
}

}

/*-----Form End-----*/





/* Review section */

.review h1{color: #006666;}

.review h4{color: #B0916E;}

.bg-rev{
  background-color: #0066660e !important;
}

.review-entry .form-control{
height: 80px;
}


.star-display {
font-size: 2em;
}
.gold {
color: gold;
}
.gray {
color: lightgray;
}

.review-display .local{
font-size: 14px;
color: #7d7d7d;
}


.review input:focus,textarea:focus{
box-shadow: none !important;
}

.review button {
background-color: #006666 !important;
border: none !important;
padding: 10px 60px !important;
border-radius: 10px !important;
}


@media (min-width:320px) and (max-width:479px){

.review-display .desc{
font-size: 14px;

padding: 5px;
}


}

/* Review section */





/*-----Get in Touch-----*/

.ab_txt{

  color: #fff; 
  font-weight: bold;

}


.ab_tt{
  color: #fff;
}

.ab_more{
  font-weight: bold;
}


.fcn{

   font-family: 'Poppins', sans-serif;
   width: calc(35%-60px);
   margin-right: 0 !important;

}


.fcn .inf li{

   display: flex;
   margin-bottom: 16px;
   font-family: 'Poppins', sans-serif;

}

@media (max-width:768px){

  
.fcn .inf li{

  display: flex;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;

}
}


.fcn .inf li span:nth-child(1)
{

   color: #C3AB91;
   font-size: 20px;
   margin-right: 10px;
   font-family: 'Poppins', sans-serif;

}


.fcn .inf li span{

  color: #C3AB91;
  font-family: 'Poppins', sans-serif;


}

.fcn .inf li a{

  color: #C3AB91;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;


}

.fcn .inf li a:hover{

  color: #C3AB91;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;


}

/*-----Get in Touch-----*/



/*------Back to top button css start-----*/
   #btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
}
/*------Back to top button css end-----*/



.foot_map{
  width: 100%;
}











@media (min-width:481px) and (max-width: 768px) {



/*------ Banner Slider Start-----*/


/*.carousel{*/
/*padding-top: 55px;*/
/*}*/


/*.carousel-inner{*/
/*  height: 40vh;*/
/*  width: 100%;*/


/*}*/

/*.carousel-inner img{*/
/*  -webkit-background-size:cover;*/
/*  background-repeat: no-repeat;*/
/*background-size:cover;*/
/*background-position: center center;*/
/*height: 40vh;*/
/*}*/


/*.carousel-control-next, .carousel-control-prev {*/
/*    position: absolute;*/
/*    top: 55px !important;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 15%;*/
/*    padding: 0;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    background: 0 0;*/
/*    border: 0;*/
/*    opacity: .5;*/
/*    height: 40vh !important;*/
/*    transition: opacity .15s ease;*/
/*}*/



/*------ Banner Slider end-----*/

.first_row .img_button{

  top: 47%;
  
}

section .first_row:nth-child(2) .row{
  flex-direction:column-reverse;
}

section .first_row:last-child .row{
  flex-direction:column-reverse;
}


.slider{
  display: flex;
  flex-wrap: wrap;
  background-position: center;
  justify-content: center;
align-content: center;
 align-items: center;

}
.slider .logocontainer{
  width: 170px;
  margin: 10px;

align-content: center;

}



 .bg-image4{
    height: 60vh;
    background-size:cover;
    background-position: center;
  }



}




@media (max-width: 360px) {
    
    
/*    .carousel{*/
/*padding-top: 55px;*/
/*}*/

/*.carousel-inner{*/
/*  height: 25vh;*/
/*  width: 100%;*/


/*}*/

/*.carousel-inner img{*/
/*  -webkit-background-size:cover;*/
/*  background-repeat: no-repeat;*/
/*background-size:cover;*/
/*background-position: center center;*/
/*height: 25vh;*/
/*}*/

/*.carousel-control-next, .carousel-control-prev {*/
/*    position: absolute;*/
/*    top: 55px;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 15%;*/
/*    padding: 0;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    background: 0 0;*/
/*    border: 0;*/
/*    opacity: .5;*/
/*    height: 35vh;*/
/*    transition: opacity .15s ease;*/
/*}*/


.slider .logocontainer{
  width: 155px;
  margin: 5px;

align-content: center;

}


.bg-image{
    height: 100vh;
  }

.bg-image2{
    height: 50vh;
    background-size:cover;
    background-position: center;
  }
  .bg-image3{
    height: 90vh;
    background-size:cover;
    background-position: center;
  }

  .bg-image4{
    height: 50vh;
    background-size:cover;
    background-position: center;
  }

  .counter_main{
    flex-direction: column;
  }


.txt_fol{
  margin-left: 30px; 
  font-weight: bold;

}


}


@media (min-width:451px) and (max-width: 480px) {

  /*------ Banner Slider Start-----*/
/*.carousel{*/
/*padding-top: 55px;*/
/*}*/


/*.carousel-inner{*/
/*  height: 30vh;*/
/*  width: 100%;*/


/*}*/

/*.carousel-inner img{*/
/*  -webkit-background-size:cover;*/
/*  background-repeat: no-repeat;*/
/*background-size:cover;*/
/*background-position: center center;*/
/*height: 30vh;*/
/*}*/


/*.carousel-control-next, .carousel-control-prev {*/
/*    position: absolute;*/
/*    top: 55px !important;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 15%;*/
/*    padding: 0;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    background: 0 0;*/
/*    border: 0;*/
/*    opacity: .5;*/
/*    height: 30vh !important;*/
/*    transition: opacity .15s ease;*/
/*}*/

/*------ Banner Slider end-----*/

.counter_main{
  flex-direction: column;
}

  .bg-image{
    height: 100vh;
  }



.blog_content .box{

 
  margin-left: 45px;
}


  .bg-image3{
    height: 100vh;
    background-size:cover;
    background-position: center;
  }



}





@media (min-width:361px) and (max-width: 450px) {

  /*------ Banner Slider Start-----*/
/*.carousel{*/
/*padding-top: 55px;*/
/*}*/

/*.carousel-inner{*/
/*  height: 30vh;*/
/*  width: 100%;*/


/*}*/

/*.carousel-inner img{*/
/*  -webkit-background-size:cover;*/
/*  background-repeat: no-repeat;*/
/*background-size:cover;*/
/*background-position: center center;*/
/*height: 30vh;*/
/*}*/

/*.carousel-control-next, .carousel-control-prev {*/
/*    position: absolute;*/
/*    top: 55px;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 15%;*/
/*    padding: 0;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    background: 0 0;*/
/*    border: 0;*/
/*    opacity: .5;*/
/*    height: 30vh;*/
/*    transition: opacity .15s ease;*/
/*}*/


/*------ Banner Slider end-----*/
  .bg-image{
    height: 100vh;
  }

.bg-image2{
    height: 50vh;
    background-size:cover;
    background-position: center;
  }
  .bg-image3{
    height: 90vh;
    background-size:cover;
    background-position: center;
  }

  .bg-image4{
    height: 50vh;
    background-size:cover;
    background-position: center;
  }

  .counter_main{
    flex-direction: column;
  }


.txt_fol{
  margin-left: 30px; 
  font-weight: bold;

}


/*----------blog responsiv start------*/

.card {
  width: 320px;
  /*position: relative;
  left: 35px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content:  center;
  align-items: center;
  align-content: center;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem;
}
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
  width: 320px;
  height: 90px;

 
}

.card-footer_pic{

  position: relative;
  width: 50px;
  height: 50px;

}

.card-footer_pic > img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;

}

.card-footer .author {
  width: 200px;
  position: absolute;
  flex: 1;
  margin-left: 1rem;
  left: 45px;
 
  
 
}

.author p {
 
  font-weight: 700;
  font-size: 14px;
}

.author small {
  position: absolute;
  font-size: 12px;
  top:35px;
  
}

/*----------blog responsiv end------*/






}





@media only screen and (max-width: 360px) {
  /*----------blog responsiv start------*/

.card {
  max-width: 300px;
  /*position: relative;
  left: 35px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content:  center;
  align-items: center;
  align-content: center;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem;
 margin-left: -27px;
}
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
  max-width: 300px;
  height: 90px;

 
}

.card-footer_pic{

  position: relative;
  width: 50px;
  height: 50px;

}

.card-footer_pic > img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;

}

.card-footer .author {
  width: 200px;
  position: absolute;
  flex: 1;
  margin-left: 1rem;
  left: 45px;
 
  
 
}

.author p {
 
  font-weight: 700;
  font-size: 14px;
}

.author small {
  position: absolute;
  font-size: 12px;
  top:35px;
  
}

/*----------blog responsiv end------*/
}

/*---------categories filter gallery start----------*/


#pmcontainer {
  margin: auto;
  padding-bottom: 30px;
}


.pmgrid-item {
display: inline-block;
    height: 180px;

    overflow: hidden;
    text-align: center;
    width: 300px;
    margin: 10px;
}
.pmgrid-item img{
  width:100%;
  height:100%;
  filter: url(pmfilters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: 0.9s;
}



.mfp-img {
  width: 100% !important;
  
  
}

.mfp-figure figure {
  margin: 0;
 
  
}


.pmgrid-item img:hover{
    filter: none;
}


.pmfilters {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  padding-top:20px;
  
}

.pmfilters ul {
  list-style: none;
    padding: 20px 10px;
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
    margin: 0 40px;
    border-radius: 30px;
  background-color: #006666;
}

.pmfilters li {
  display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.pmfilters li a{
  color: #B0916E;
  font-weight: bold;
  text-decoration: none;
}
.pmfilters li a:hover{
  color:#fff;
}

.pmfilters li:hover {
  box-shadow: -1px 1px 11px rgba(0,0,0,.4);
  border-radius: 15px;
}

.pmfilters li.pmactive a{
  color: #f1f1f1;
  border: 1px solid #B0916E;
  border-radius: 15px;
  box-shadow: -1px 1px 11px rgba(0,0,0,.4);
  padding: 10px 25px;
  
}

.pmoverlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

.pmgrid-item:hover .pmoverlay {
  opacity: 1;
}


/*---------------------------*/



/*---------categories filter gallery end-------------*/




















/*----------------------------Portfolio Gallery css start---------------------------------*/

.pmfilterspm {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  padding-top:20px;
  
}

#pmcontainer2 {
  margin: auto;
}



.pmgrid-item2 {
display: inline-block;
    height: 130px;
position: relative;
    overflow: hidden;
    text-align: center;
    width: 170px;
    margin: 2px;
}

.pmgrid-item2 img{
  width:100%;
  height:100%;
  filter: url(pmfilters.svg#grayscale);
/*    filter: gray;*/
/*    -webkit-filter: grayscale(1);*/
    transition: 0.9s;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pmgrid-item2 img:hover{
    filter: none;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: .5s;
}






.pmoverlay2 {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px;
  
}



.pmgrid-item2:hover .pmoverlay2 {
  opacity: 1;
}



@media only screen and (max-width: 360px) {

  .pmgrid-item {
display: inline-block;
    height: 250px;

    overflow: hidden;
    text-align: center;
    width: 330px;
    margin: 2px;
}

.pmgrid-item img{
  width:100%;
  height:100%;
  filter: url(pmfilters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: 0.9s;
}

}





@media only screen and (max-width: 450px) {

  .pmgrid-item {
display: inline-block;
    height: 200px;

    overflow: hidden;
    text-align: center;
    max-width: 400px;
    margin: 2px;
}

}



/*----------------------------Portfolio Gallery css end---------------------------------*/