.card-text{
	
   
    padding-left:16px;
    position:relative;
	
    text-align: left;
    /* color: #ff681a; */
    
    
}
.card-text:hover{
	color: #ff681a;
}
.card-text h5{
	
	font-weight: 500;
    font-family: 'Poppins', sans-serif;
	color: #ffffff;
	margin-bottom: 1px;
	font-size: 15px;
  
    line-height: 1.25em;
	
}
.card-text h4{
	
	font-weight: 600;
    font-family: 'Poppins', sans-serif;
	color: #ffffff;
	margin-bottom: 0;
	font-size: 17px;
    letter-spacing: -.005em;
    line-height: 1.25em;
	text-shadow: 0px 3px 2px #F44336;
}
.card-text h5:hover{
	color: #ff681a;
}

/* Brightness-zoom Container */
.head-typo img {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(0.5px);
  transform: scale(1.2);
}

/* The Transformation */
.head-typo:hover img {
    filter: blur(0);
  transform: scale(1);
}
.head-typo img {
	min-height:400px;
}

.cust-padding{
	padding-right: 3px;
    padding-left: 3px;
	
}
.head-typo {
    padding: 4px;
	margin-bottom: 5px;
}
.privacy p, .terms p{
	font-family: Muli, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #393838;
    background-color: #fff;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
	text-align: justify;
  text-justify: inter-word;
}
.section-heading{
	border-left: 4px solid #ff681a;
    color: #38404f;
    text-align: left;
    padding-left: 8px;
    font-family: "DM Serif Display";
    font-weight: 700;
    font-size: 43px !important;
}
.service-tile{
	align-items: center;
    height: 110px;
    margin-bottom: 12px;
    display: flex;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #4a4949;
   
}
.service-tile:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.service-tile i{
	color: #ff681a;
    font-size: 27px;
    margin-right: 8px;
}
.site-footer h6{
	color: #fff;
	font-size: 20px;
    letter-spacing: -.005em;
    line-height: 1.25em;
	font-family: Montserrat, sans-serif;
	    margin-bottom: 15px;
	    text-align: left;
}
.site-footer p{
	color: #fff;
	font-size:13px;
	text-align: left;
}
.site-footer p:hover{
	color: #ff681a;
}
.brand-name{
	font-family: "Brush Script MT", cursive !important;
	font-size:37px;
	
}
.copy {
    position: relative;
    overflow: hidden;
    background: #000000;
}
.quick-links p::before ,.service-links p::before{
	content: '\2713';
	color:#ff681a;
	margin-right:8px;
}
.hom1-title h2 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 33px;
}
	@media screen and (max-width: 992px) {
    .menu-bar {
        display: none;
		}
		.logo img{
			height: 58px !important;

		}
	}
	.logo img{
			height: 94px;

		}
		.sloan{
			font-family: "Brush Script MT", cursive !important;
			color: #ed5608 !important;
			font-size: 67px !important;
			font-weight: 700 !important;
			text-transform:none !important;
		}
		.caption p{
		
		font-size: 16px !important; 
		font-style: normal !important; 
		font-variant: normal !important;
		font-weight: 400 !important;
		}
		.sloan-2{
		color:#db0b1c !important;
		font-family: "Brush Script MT", cursive !important;
			
			font-size: 67px !important;
			font-weight: 700 !important;
			text-transform:none !important;
		}
		
	
	.slide-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0s 0.6s;
  z-index:7777;
  
}

.slide-panel.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}

.slide-panel-header {
  position: fixed;
  width: 60%;
 
  background-color: #fff;
  z-index: 2;
  transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
  transform: translate3d(100%, 0, 0);
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 23px;
  box-shadow: -13px 6px 20px -20px rgba(144,137,137,0.45); !important;
  h2 {
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    padding-top: 33px;
  }
  
  h1 {
    font-size: 24px;
    color: #667387;
  }
  .slide-panel-close {
    padding-top: 14px;
    font-size: 14px;
    color: #667387;
  }
  
 .badge {
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
  }
  
  .scheduled-badge {
    border-radius: 2px;
    background-color: #17b140;
  }
  
  .edited-style {
    font-size: 12px;
    color: #9b9b9b;
  }
}

.from-right .slide-panel-header {
  right: 0;
}

.is-visible .slide-panel-header {
  top: 0;
  transform: translate3d(0,0,0);
  transition-delay: 0s;
}

.slide-panel-container {
  position: fixed;
  width: 60%;
  height: 100vh;
  top: 96px;
  right: 0;
  padding-left: 33px;
  padding-right: 33px;
  background-color: #fff;
  z-index: 2;
  transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
  transform: translate3d(100%, 0, 0);
  box-shadow: -13px 6px 20px -20px rgba(144,137,137,0.45); !important;
  .slide-panel-content {
    font-size: 14px;
    color: #667387;
  }
}

.from-right .slide-panel-container {
  right: 0px;
}

.is-visible .slide-panel-container {
  transform: translate3d(0,0,0);
  transition-delay: 0s;
}
.slide-panel-content p{
font-size:13px;
text-align: justify;
  text-justify: inter-word;
}


.btn-privay{
 background: #f4364f;
    color: #fff;
    position: fixed;
    bottom: 199px;
    right: 0;
    z-index: 6666;
    font-size: 14px;
    padding: 9px 21px;
}
.collapse-right-panel{
	background: #f4364f;
    color: #fff;
    position: relative;
    left: -49px;
    bottom: 190px;
    font-size: 18px;
    padding: 6px 11px;
    width: fit-content;
}


.cancelation-policy{
	list-style-type:square;
	
}
.cancelation-policy li{
	font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #393838 !important;
	list-style:square !important;
	margin-left:45px;
}
.terms p{

}
.terms p i{
color: #ff681a;
    font-size: 23px;
    margin-right: 5px
}
.album{
	padding: 10px 17px;
	
}
.album .album-col:nth-child(1){
	padding:0;
}
.album .col-1 {
	margin:10px 0px;
	height: 260px;
}
.album .col-2 {
	padding-top: 4px;
	margin:10px 0px;
	height: 394px;
}
.col-1 a{
	height: 260px;
    display: block;
}
.col-1 .card-text{
	margin-top: -78px;
}
.col-1 .card-text h4{
	margin-top: 2px;
}
.col-2 .card-text{
	margin-top: -120px;
}
.col-2 .card-text h4{
	margin-top: 2px;
}
/*.album .album-col:nth-child(2) div{
	margin:10px 0px;
}*/

.album .album-col:nth-child(1) div a img{
	height: 260px;width:100%;
	border:1px solid: #ccc;
}

.album .album-col:nth-child(2) div a img{
	height: 394px;width:100%;
	border:1px solid: #ccc;
}
.col-1 a img{
	height: 260px;width:100%;
	border:1px solid #f1f1f1;
}
.col-2 a img{
	height: 260px;width:100%;
	border:1px solid #f1f1f1;
}

.album .album-col:nth-child(3){
	padding:0;
}
.col-1 a img:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 8px;
}
.col-2 a img:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 8px;
}
.hom1-title p {
    font-size: 16px;
	color:#4f5b70
}
.menu-bar ul li a {
	font-family: 'Poppins', sans-serif;
	font-size:15px;
}
.col-2 .card-text{
	margin-top:-78px;
}