* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media screen and (max-width: 1200px) {
  header {
    display: none; } }

.site-logo {
  width: 90px; }
  @media screen and (max-width: 1200px) {
    .site-logo {
      width: 60px; } }

.bg-orange {
  background-color: #FF725E !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.text-orange {
  color: #FF725E !important; }

.site-title {
  font-size: 3rem;
  font-family: 'Lora', serif;
  font-weight: 900; }
.slider-wrapper-content{
	  margin-top: 100px!important;
}
section {
  background-image: url('');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.service-card,.pkg-wrapper {
  margin: 10px 0px;
  color: black;
  border-radius: 10px !important; }
  
 .service-card:hover{
	 border:2px solid;
	 transition:0.5s;
 }
 ..pkg-wrapper:hover{
	 border:2px solid;
	 transition:0.5s;
 }
  .service-card i {
    font-size: 30px; }
.footer-widget>ul>li>a{
	font-size:20px;
	padding:5px 10px!important;
}
.pkg-wrapper>h4{
	font-size: 19px!important;
}
.whastapp-widegt a{
	width:50px;
	right:20px!important;
	right: 17px;
	bottom: 20px;

}
.shape1{
	animation:shape 10s  linear infinite;
	position:absolute;
	top:80px;
	right:80px;
}

.shape2{
	animation:shapecircle 10s  linear infinite;
	position:absolute;
	top:10px;
	left:20px;
	opacity:0.4;
}

.shape3{
	animation:shapetriangle 10s  linear infinite;
	position:absolute;
	top:10px;
	right:100px;
	
}

.shape4{
	animation:shapeglob 10s  linear infinite;
	position:absolute;
	top:10px;
	left:100px;
	
}

@keyframes shape{
    from{
        transform: rotateZ(10deg);
    }
    to{
       transform: rotateZ(359deg);
    }
}

@keyframes shapetriangle{
    from{
        transform: rotateY(10deg);
    }
    to{
       transform: rotateY(359deg);
    }
}

@keyframes shapecircle{
    from{
        transform: rotateY(10deg);
    }
    to{
       transform: rotateY(359deg);
    }
}

@keyframes shapeglob{
    from{
        transform: rotateX(10deg);
    }
    to{
       transform: rotateX(359deg);
    }

}
