/*
CTC Separate Stylesheet
Updated: 2025-05-10 05:21:01
Theme Name: Shapely Child
Theme URI: https://colorlib.com/wp/themes/shapely/
Template: shapely
Author: Colorlib
Author URI: https://colorlib.com
Description: Shapely is a powerful and versatile one page WordPress theme with pixel perfect design and outstanding functionality. It is by far the most advanced free WordPress theme available today with loads of unmatched customization options. This theme comes with several homepage widgets that can be used to add portfolio, testimonials, parallax sections, your product or service information, call for action and much more. Shapely supports most free and premium WordPress plugins such as WooCommerce, Jetpack, Gravity Forms, Contact Form 7, Yoast SEO, Google Analytics by Yoast and much more. This theme is the best suited for business, landing page, portfolio, ecommerce, store, local business, personal websites but can be tweaked to be used as blog, magazine or any other awesome website while highlighting its unique one page setup. This is going to be the last WordPress theme you will ever want to use because it is so much better than anything you have seen. Needless to say that this theme is SEO friendly thanks to its well optimized strucutre. Shapely theme is mobile friendly and fully responsive making it your best multipurpose partnert for any project and website.
Tags: blog,e-commerce,education,entertainment,food-and-drink,news,photography,portfolio,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.2.19.1746854461
*/

*{
	 font-family: "Ubuntu", sans-serif;
}


.header-top-section{
	
    display: flex;
    justify-content: space-between;
    align-items: baseline;

}

.see-posts-cont a{
	color:#000 !important;
	font-weight:500;
	transform:translatex(0);
	transition:.5s;
	display:block;
}

.see-posts-cont a:hover{
	transform:translatex(5px);
}

.header-contact-search{
	
    display: flex;
    align-items: center;
	gap:5px;

}

.is-search-submit{
	
  pointer-events: none; 
}

.header-contact{
	
    display: flex;
    align-items: baseline;
    gap: 10px;

}

.header-contact i{
	
    font-size: 18px;
    color: #000;

}

.header-contact p{
	
    margin-bottom: 0;
    color: #000;
    transform:translatex(0);
	transition:.5s;
}

.header-contact p:hover{
    transform:translatex(-3px);
}


.header-contact p a{
	  color: #000;
	  font-weight:500;
}

.fa .fa-search{
	
    font-size: 18px;

}

.module.widget-handle {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0 0px 0 0px;
    margin-right: -1px;
	top:1px;
}

.header-contact-search .vr{
	width:1px;
	height:20px;
	border:1px solid #00000033;
}

.header-menu-section{
	
    display: flex;
    justify-content: space-between;
    align-items: center;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	padding:5px 10px; 
	border-radius:10px;
}

.header-enquiry a button{
	
    background: #000;
    color: white;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 5px;
    transform:translatex(0);
	transition:.5s;
}

.header-enquiry a button:hover{
	color:#e1c8c8;
	transform:translatex(5px);
	transition:.5s;
}

.header-logo img{
    width: 150px;
	padding:5px;
}

.header-bottom-section{
	
    display: flex;
    justify-content: space-between;
    margin: 15px 0;

}

.header-bottom-left{
	
    display: flex;
    gap: 15px;
    align-items:center;
}

.header-bottom-left .vr{
	
    width: 1px;
    height: 20px;
    border: 1px solid #00000026;

}

select {
    border: 0px solid #ccc;
    font-weight: 600;
}

.header-mail-section{
	display:flex;
	align-items:center;
}

.header-mail-section i{
	
    color: black;
    font-size: 18px;

}

.header-mail-section a{
	
    color: #000;
    margin-left: 5px;
	font-weight:500;
    transform:translatex(0);
	transition:.5s;
	display:block;
}

.header-mail-section a:hover{
    transform:translatex(5px);
}



.follow-us span{
	color: black;
    font-weight: 500;
	transform:translatey(0);
	transition:.5s;
}

.follow-us span:hover{
	transform:translatey(-5px);
}

.follow-us span a i{
	color:#000;
	font-size:18px;
}

.follow-us{
	
    display: flex;
    gap: 10px;

}

#wedding-filter option{
	
    padding: 5px;
    font-size: 13px;
    font-weight: 600;

}

.page-title-section{
	display:none;
}

.entry-header{
	display:none;
}
 .homepage-video{
	height:700px;
}
 
.content-area {
	padding:0;
}

.image-container{
	  width:90%; 
      height: 350px;
      background-image:url('https://demo.getln.com/dbs/wp-content/uploads/2025/05/Wedding-videographers-in-Mumbai.jpg');
      background-size: cover;
      background-position: center;
      animation: changeImage 15s infinite; /* 1.5s because 0.5s per image */
	 border-radius:5px;
    
	}
	
	 @keyframes changeImage {
      0% {
        background-image: url('https://demo.getln.com/dbs/wp-content/uploads/2025/05/best-wedding-videography-in-chandigarh-960x487-1.jpg');
      }
      33.33% {
        background-image: url('https://demo.getln.com/dbs/wp-content/uploads/2025/05/Best-wedding-photographers-India-Top-5-destination-wedding-photographers-Indian-weddings-2.webp');
      }
      66.66% {
        background-image: url('https://demo.getln.com/dbs/wp-content/uploads/2025/05/best-candid-wedding-photographers-in-guruvayoor-1024x683-1.jpg');
      }
      100% {
        background-image: url('https://demo.getln.com/dbs/wp-content/uploads/2025/05/35309-indian-wedding-video-recall-pictures-lead.webp');
      }
    }

.homepage-sec-1{
	padding:50px 0;
	background: #f8f8f8;
}

.homepage-sec-1-cont{
	
    display: flex;
    justify-content: space-between;

}

.homepage-sec-1-left{
	
    width: 48%;

}

.homepage-sec-1-right{
	
    width: 48%;

}

.homepage-sec-1-right button{
	
    background: #000;
    color: white;
    border: none;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;

}

.homepage-sec-1-right h2{
	
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
	margin-top:20px;

}

.homepage-sec-1-right p{
	
    font-size: 15px;
    line-height: 30px;
   

}

.btn-sec-1 a button{

    padding: 10px 20px;
    background: transparent;
    color: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

}

.btn-sec-1 a button:hover{
	background: #0000000d;
}

.homepage-sec-1-right-btn{
	
    display: flex;
    gap: 50px;
    align-items: center;

}

.btn-sec-2 a{
	
    color: #000 !important;
   transform: translateX(0px);
	transition:.5s;
	display:block;
}

.btn-sec-2 a:hover{
	transform: translateX(5px);
}

.homepage-sec-2{
	padding:50px 0;
	background: #f8f8f8;
}

.homepage-sec-2-cont{
	
    display: flex;
	justify-content:space-between;

}

.icon-section img{
	transition:.5s;
    transform: scale(1);
	position: relative;
    top: -10px;
}

.icon-section img:hover{
	transition:.5s;
    transform: scale(1.2);

}



.homepage-sec-2-services{
	
    display: flex;
    flex-direction: column;
    align-items: center;
	width:30%;

}

.homepage-sec-2-services h4{
	
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;

}

.homepage-sec-2-services p{
	
    text-align: center;
    font-size: 15px;
    line-height: 28px;

}

/* Accordian css */

.faq-drawer {
  margin-bottom: 15px;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__content p{
	
    margin-top: 20px;
    font-size: 15px;

}

.faq-drawer__title {
  border-bottom: #0000003b 1px solid;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 0 0 15px 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }
}

/* Accordian css */

.homepage-sec-3{
	
    background: #f8f8f8;
/*     padding: 50px 0; */

}

.homepage-sec-3-cont h2{
	font-size:32px;
}

.homepage-sec-4{
	
    padding: 50px 0;
    background: #f8f8f8;

}

.homepage-sec-4-cont{
	
    text-align: center;

}


.homepage-sec-4-cont button{
	
    background: #000;
    color: white;
    border: none;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;

}

.homepage-sec-4-cont h2{
	
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 20px;

}

.homepage-sec-4-cont h4{
	display:none;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;

}

..homepage-sec-4-cont p{
	
    text-align: left;
    font-size: 15px;

}

.clinets-review{
	
    padding-top: 40px;

}

.homepage-sec-6{
	
    padding: 50px 0;
    background: #f8f8f8;

}

.homepage-sec-6-cont{
	
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.homepage-sec-6-left{
	
    width: 48%;

}

.homepage-sec-6-right{
	
    width: 48%;

}



/* Accordian css 2*/

.homepage-sec-6-accordian {
  h1 {
    text-align: center;
  }

  input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .accordion-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  
    margin: 0 auto;
  }

  .accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .accordion-label {
    display: flex;
    justify-content: space-between;
    padding: 16px;
/*     background: rgba(4, 57, 94, 0.8); */
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
	 color:#000;

/*     &:hover {
      background: rgba(4, 57, 94, 1);
    } */

    &::after {
      content: "\276F";
      width: 16px;
      height: 16px;
      text-align: center;
      transition: all 0.3s;
    }
  }

  .accordion-content {
    max-height: 0;
    padding: 0 16px;
/*     color: rgba(4, 57, 94, 1); */
    background: white;
    transition: all 0.3s;

    p {
      margin: 0;
      color: rgba(4, 57, 94, 0.7);
     font-size: 15px;
      line-height: 28px;
    }
  }

  input:checked + .accordion-label {
/*     background: rgba(4, 57, 94, 1); */

    &::after {
      transform: rotate(90deg);
    }
  }

  input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 16px;
  }
}


/* Accordian css 2*/


.homepage-sec-6-left h2{
	font-size:32px;
}

.entry-content{
	
    background: #f8f8f8;

}

.entry-footer{
	display:none;
}

.wave-top {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-top svg {
    display: block;
    width: 100%;
    height: 80px;
}

footer{
	padding:0;
}

.hentry{
	margin:0;
}

.footer-sec-top-cont{
	
    display: flex;
    justify-content: space-between;
    align-items: center;
   padding: 30px 0;
    border-bottom: 1px solid #80808052;

}

.footer-top-link{
	
    display: flex;
    align-items: baseline;
    gap: 10px;

}

.footer-top-icon i{
	
    color: #8080805c;
    font-size: 16px;

}

.footer-top-text h4{
	
    margin-bottom: 0;

}

.footer-top-text h4 a{
	font-size: 18px;
	color: #8080805c;
	transition:.5s;
	transform:translatex(0);
	display:block;
}

.footer-top-text h4 a:hover{
	transform:translatex(5px);
	color:#80808094;
}

.footer-top-link .follow-us i{
	
    color: #8080807a;
    font-size: 24px;

}

.footer-top-link .follow-us i:hover{
	color: #808080fc;
}

.footer-top-link .follow-us{
	gap:20px;
}

.footer-main-section{
	
    display: flex;
    justify-content: space-between;
    padding: 30px 0;

}

.footer-logo-section{
	
    width: 30%;

}

.footer-content p{
	
    margin-top: 15px;

}

.footer-btn{
	
    width: 120px;
    border: 1px solid #80808054;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    height: 40px;
    border-radius: 20px;

}

.footer-btn:hover{
	background: #f5f5f5;
	border:none;
}

.footer-btn i{
	
    color: black;

}

.footer-btn a{
	
    color: black;
    transition:.5s;
	transform:translatex(0);
}

.footer-btn:hover a{
	
    color: black;
	transform:translatex(5px);
}

.footer-link-section{
	width:16%;
}

.footer-blog-section{
	width:20%;
}

.footer-link-section h4{
	
    font-size: 18px;
    font-weight: 500;
    margin-bottom:10px;
}

.footer-links{
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	
}

.footer-links ul{
	
    margin: 0;
    list-style: none;
 
    font-size: 16px;

}

.footer-links ul li{
	
    padding-bottom: 15px;

}

.footer-links ul li a{
	
    color: #8080806b;
    font-weight: 500;

}

.footer-links ul li a:hover{
	color:#808080c7;
}

.footer-blog-section h4{
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-blog-section a button{
	
    background: #000;
    color: white;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: left;
    font-weight: 400;
    transition:.5s;
	transform:translatey(0);
}

.footer-blog-section a button:hover{
	transform:translatey(-5px);
}

.header-mobile-section{
	display:none;
}


@media all and (max-width:450px){
	.header-section{
		display:none;
	}
	.header-mobile-section{
	display:block;
}
	    .container {
        padding: 0 15px;
    }
	.header-mobile-top{
		
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:15px;
	}
	.header-mobile-bottom{
		
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;

	}
	.header-mobile-sec-cont hr{
		margin: 10px 0 10px 0;
	}
	.header-mobile-bottom a button{
		
    padding: 8px;
    font-size: 12px;

	}
	.homepage-video {
    height: 300px;
}
	.homepage-sec-1-cont{
		flex-direction:column-reverse;
		padding: 0 15px;
		gap:30px;
	}
	.homepage-sec-1-left{
		width:100%;
	}
		.homepage-sec-1-right{
		width:100%;
	}
	.image-container{
		width:100%;
	}
	.homepage-sec-1-right h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}
	.homepage-sec-1-right p {
    font-size: 14px;
    line-height: 27px;
    line-height: 29px;
}
	.homepage-sec-2{
		padding:0;
	}
	.homepage-sec-2-cont{
		flex-direction:column;
	}
	.homepage-sec-2-services{
		width:100%;
	}
	.homepage-sec-2-services p{
		font-size:14px;
		line-height:26px;
	}
	.homepage-sec-3{
		padding:0;
	}
	.homepage-sec-3-cont{
		padding:0 15px;
	}
	.homepage-sec-3-cont h2 {
    font-size: 22px;
}
	.faq-drawer__title{
		font-size:14px;
	}
	.faq-drawer__content p{
		font-size:14px;
	}
	.homepage-sec-4 {
    padding: 20px 0;
    background: #f8f8f8;
}
	.homepage-sec-4-cont h2{
		font-size:22px;
	}
	.homepage-sec-4-cont p{
		font-size:14px;
		line-height:26px;
	}
	.homepage-sec-4-cont{
		padding:0 15px;
	}
	.clinets-review {
    padding-top: 15px;
}
	.homepage-sec-6{
		padding:15px;
	}
	.homepage-sec-6-cont{
		flex-direction:column;
		padding: 0 15px;
	}
	.homepage-sec-6-left{
		width:100%;
	}
	.homepage-sec-6-left h2{
		font-size:22px;
	}
	.homepage-sec-6-right {
    width: 100%;
}
	.homepage-sec-6-accordian {
    & .accordion-content {
        p {
            margin: 0;
            color: rgba(4, 57, 94, 0.7);
            font-size: 14px;
            line-height: 26px;
        }
    }
}
	
	.homepage-sec-6-accordian {
    .accordion-label {
  
        font-size: 14px;
        color: #000;
        font-weight: 400;
        line-height: 30px;
    }
}
	.workflow-container {
    max-width: fit-content;
    margin: 0px auto;
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
}
	.workflow-step .label {
    font-weight: bold;
    margin-bottom: 6px;
    color: #000;
    padding: 0;
	font-size:16px;
}

	.workflow-step{
		border-left:0;
	}
	
	.workflow-step .desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
    width: 80%;
    margin: auto;
}
	
	.footer-sec-top-cont {

    flex-direction: column;
    gap: 15px;
}
	.footer-main-section{
		flex-direction:column;
		gap:10px;
	}
	.footer-logo-section {
    width: 100%;
}
	.footer-logo-section {
    width: 100%;
    text-align: center;
}
	.footer-button-sec{
		display: flex;
    justify-content: center;
	}
	
	.footer-link-section {
    width: 100%;
}
	.footer-links {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

	.footer-blog-section {
    width: 100%;
}
	.footer-content p {
     font-size:14px;
}
	.wave-top{
		width:150%;
	}
}

.mega-menu-link{
	
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;

}

.mega-menu-link a{
	
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height:40px;
}


.search-form button[type="submit"]:hover{
	background-color: #000 !important;
}

.counter-section {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  padding: 50px 0;
  background-color: #f8f8f8;
}

.counter-box {
  text-align: center;
}

.counter-box p{
	
    margin-top: 24px;
    margin-bottom: 0;
    color: #000;
    font-size: 20px;
}


.counter {
    font-size: 50px;
    font-weight: 300;
    color: #000;
}

.counters{
	    font-size: 50px;
    font-weight: 300;
    color: #000;
}

.homepage-about-section{
	
    padding: 50px 0;

}

.homepage-about-sec-cont{
	
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.homepage-about-sec-left{
	
    width: 48%;

}

.homepage-about-sec-left button{
	
    background: #000;
    color: white;
    border: none;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;

}

.homepage-about-sec-left h2{
	
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px;

}

.homepage-about-sec-left p{
	
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
	text-align:justify;

}

.homepage-about-sec-right{
	
    width: 40%;

}

.homepage-about-sec-right h1{
	
    font-weight: 700;
    font-size: 45px;
    vertical-align: middle;
    margin-bottom: 0;

}

.homepage-about-sec-right h1 span{
	
    font-size: 30px;
    position: relative;
    top: -4px;

}

.homepage-job-section{
	
    padding: 50px 0 0 0;

}

.homepage-job-sec-cont{
	
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.homepage-job-icon{
	
    font-size: 30px;
    color: white;
    width: 60px;
    height: 60px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

.homepage-job-sec-content{
	
    display: flex;
    flex-direction: column;
    align-items: center;

}

.homepage-job-sec-content h4{
	
    text-align: center;
    margin-top: 15px;
    font-size: 24px;
    margin-bottom: 15px;

}

.homepage-job-sec-content p{
	
    font-size: 15px;
    width: 60%;
    text-align: center;
    margin: 0 auto;

}

.homepage-job-sec-content a button{
	
    margin-top: 15px;
    background: #000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;

}

.homepage-book-now-sec-cont{
	
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.homepage-book-now-sec-left h2{
	
    font-size: 30px;
    margin-bottom: 10px;

}

.homepage-book-now-sec-left p{
	
    width: 75%;

}

.homepage-book-now-section{
	padding-top:30px;
}

.wpmtst-testimonial-heading testimonial-heading{
	
    font-size: 20px !important;

}


@media all and (max-width:450px){
	.homepage-about-section{
		padding:15px;
	}
	.homepage-about-sec-left{
		width:100%;
	}
	.homepage-about-sec-right{
		width: 100%;
	}
	.homepage-about-sec-cont{
		flex-direction:column;
	}
	.homepage-about-sec-left h2{
		font-size:24px;
		line-height:34px;
	}
	.homepage-about-sec-left p {
    font-size: 14px;
    line-height: 26px;

}
	.homepage-about-sec-right h1{
	font-weight: 100;
    font-size: 32px;
    vertical-align: middle;
    margin-bottom: 0;
    width: 77%;
    margin: auto;
    line-height: 45px;
	}
	
	.counter-section {
    display: flex;
    justify-content: space-around;
    gap: 50px;
    padding: 20px 0;
    background-color: #f8f8f8;
    flex-direction: column;
}
	.homepage-about-sec-right h1 span{
		font-size:20px;
	}
	.counter-box p {
    margin-top: 15px;
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
}
	.counters {
    font-size: 40px;
    font-weight: 300;
    color: #000;
}
	.homepage-job-sec-content p{
		font-size:14px;
		width:80%;
	}
	.homepage-book-now-sec-left h2 {
    font-size: 20px;
    margin-bottom: 0px;
}
	.homepage-book-now-sec-left p {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;

}
	.homepage-book-now-sec-cont {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.header-contact p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
}
.footer-links ul li a{
	font-size: 14px;
}
.footer-links ul li {
    padding-bottom: 5px;
}
	.homepage-sec-1 {
    padding: 0px 0 40px 0;
    background: #f8f8f8;
}
	.header-dropdown{
		
    text-align: center;
    padding-bottom: 15px;

	}
	
	#wedding-filter {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
}

}


.post-section{
	display:flex;
	justify-content:space-between;
}

.author-bio{
	display:none!important;
}

.custom-post-section{
	padding:15px;
}

@media all and (max-width:450px){
	.post-title a, .post-title{
		font-size:24px;
	}
}


.inner-banner-section{
	
    height: 250px;

}

.inner-banner-overlay{
	
    height: 100%;
    width: 100%;
    background: #000000e3;

}

.inner-banner-cont{
	
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.inner-banner-cont h2{
	
    margin-bottom: 0;
    color: white;
    font-size: 25px;

}

.inner-banner-cont .breadcrumb{
	margin-bottom: 24px;
    background: transparent;
    color: white;
}

.inner-banner-cont .breadcrumb a {
    font-weight: 300;
    color: white;
}

.tpg-shortcode-main-wrapper .rt-detail .entry-title a {
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.page-blog-section{
	padding:50px 0;
}

.blog-left-sec-cont h2{
	
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 10px;

}

.blog-left-sec-cont a button{
	background: #000;
    color: white;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 5px;
}

@media all and (max-width:450px){
	.page-blog-section {
    padding: 0px 30px;
}
	.blog-left-sec-cont h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
	.blog-left-sec-cont {
		font-size:14px;
	}
	.rt-tpg-container .rt-tpg-isotope-buttons button{
    font-size: 11px;
    padding: 5px 15px;
	}
	.blog-left-sec-cont a button {
    background: #000;
    color: white;
    padding: 5px 15px;
    font-size: 11px;
    border-radius: 5px;
}
}


/* #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    position: relative!important;
    display: inline-block!important;
    text-decoration: none!important;
    color: inherit!important; 
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link::after {
    content: ''!important;
    position: absolute!important;
    left: 0!important;
    bottom: 0!important;
    width: 0!important;
    height: 2px!important; 
    background-color: #0073aa!important; 
    transition: width 0.3s ease!important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover::after {
    width: 100% !important;
} */


.mega-menu-link {

  text-decoration: none!important;

  border-bottom: 3px solid transparent!important;
  transition: border-color 0.3s ease, width 0.3s ease!important;
}

.mega-menu-link:hover {
  border-bottom: 3px solid #000!important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	border-bottom:none!important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  border-bottom: none!important;
}

.job-listing-section{
	padding:50px 0;
}

.awsm-jobs-single-title{
	
    font-size: 35px;
    font-weight: 500;
    margin-bottom:0;
}

.awsm-job-form-inner h2{
	font-size: 30px;
}


@media all and (max-width:450px){
	.awsm-job-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px;
}
	.awsm-jobs-single-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
	.awsm-job-form-inner h2 {
    font-size: 24px;
}
	.awsm-job-form-inner {
    background: #fff;
    border: 1px solid #dddfe3;
    padding: 15px;
}
}

.contact-page-section{
	
    padding: 50px 0;

}

.contact-page-sec-top{
	
    display: flex;
    justify-content: space-between;

}

.contact-page-sec-box{
	
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 250px;
    justify-content: center;
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    gap: 15px;
	border-radius: 15px;
    background: white;

}

.contact-page-icon{
	
    width: 50px;
    height: 50px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}

.contact-page-icon i{
	
    font-size: 20px;
    color: #000;

}

.contact-page-box-content h4{

    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;

}

.contact-page-box-content p{
	
    text-align: center;
    color: #555;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;

}

.contact-page-box-content p a{
	
    color: #555;
    font-weight: 400;

}

.contact-page-sec-2-cont{
	
    display: flex;
    justify-content: space-between;

}

.contact-page-sec-2-left{
	
    width: 50%;
    background: #fff;
    padding: 30px;
	 box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 15px;
}

.contact-page-sec-2-left button{
	
    background: #000;
    color: white;
    font-weight: 600;
    border-radius: 5px;

}

.contact-page-sec-2-left h2{
	
    font-size: 28px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;

}

.contact-page-sec-2-left p{
	
    color: #555;
    font-size: 15px;
    font-weight: 400;

}

label{
	width: 100%;
	font-weight: 400;
}

.contact-form-section{
	
    display: flex;
    gap: 15px;

}

input[type='text'], input[type='search'], input[type='email'], input[type='tel'], input[type='password'] {
    background: #f5f5f5;
    border: 1px solid #d7c4c4;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 5px;
}

input[type='submit'], button[type='submit'] {
    border-radius: 5px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 1px;
    max-width: 250px;
    padding: 0;
    text-transform: capitalize;
    width: 100%;
    background: #000;
}

input[type='submit']:hover, input[type='submit']:focus {
    background-color: #000000cc;
    color: #fff;
}

.contact-page-sec-2{
	padding-bottom: 20px;
}

.contact-page-sec-2-right{
	
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-page-sec-2-box{
	
    background: white;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    transition:.5s;
	transform:translatey(0);
}

.contact-page-sec-2-box:hover{
   transform:translatey(-3px);

	box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
}

.contact-sec-2-icon i{
	
    font-size: 30px;
    color: #000;

}

.contact-sec-2-content p{
	
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    font-size: 16px;

}

.contact-sec-2-social-icon .follow-us span a i {
    color: #000;
    font-size: 24px;
}

.contact-sec-2-social-icon .follow-us {
    display: flex;
    gap: 30px;
}

.contact-sec-2-social-icon{
	margin-top:30px;
}

.contact-sec-2-content p a{
	color:#000;
}

.location-map-section{
	
    padding: 30px 0;

}

@media all and (max-width:450px){
	.contact-page-sec-top {
    align-items:center;
    flex-direction: column;
	gap:20px;
}
	.contact-page-sec-box{
		width: 85%;
	}
	.contact-page-sec-2-cont{
		flex-direction:column;
		align-items:center;
		gap:15px;
	}
	.contact-page-sec-2-left{
		width:85%;
		padding-bottom:0;
	}
	.contact-form-section {
    display: flex;
    gap: 0px;
    flex-direction: column;
}
	.contact-page-sec-2-right{
		width:85%;
	}
	.contact-sec-2-social-icon .follow-us {

    justify-content: center;
}
}   


/*  */



.rt-img-holder img {
    height: 263px !important;
    width: 100%;
}

.stu-con-inner h1 {
    font-size: 35px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.stu-con-inner p {
    text-align: center;
    line-height: 27px;
    fotn-si: 15px;
    font-size: 15px;
    font-weight: 400;
}
.stu-con-inner span {
    font-size: 25px;
    /* text-align: center; */
    width: 100%;
    /* background: #719a8d; */
    /* padding: 5px; */
    /* color: white; */
    display: flex
;
    justify-content: center;
    align-items: center;
}




.stu-con-inner h2 {
    text-align: center;
    margin-top: 30px;
    font-size: 35px;
    font-weight: 400;
}
.stu-con-inner h3, h4, h5, h6 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 400;
}
.bd-metacats {
    display: none !important;
}
.bdp_blog_template.media-grid .content-container {
	margin:unset!important;
}
.bdp_blog_template.media-grid .content-inner {
	padding-top: 0px;
}

.bd_social_share_wrap {
    display: none;
}
.bd-post-image img {
    height: 300px !important;
    width: 100%!important;
    object-fit: cover !important;
}
.media-grid-wrapper {
    display: flex
;
    gap: 20px;
	    flex-wrap: wrap;
}
.blog_header h2 span {
    text-align: left!important;
    font-size: 23px !important;
    font-weight: 400 !important;
	 
}
.post_content {
	 text-align: left!important;
	   overflow: hidden!important;
    max-height: 74px!important;
	-webkit-line-clamp: 3!important;
    -webkit-box-orient: vertical!important;
	 display: -webkit-box;
  -webkit-line-clamp: 3;     /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.bdp_blog_template a.bd-more-tag {
    background-color: #000000 !important;
    color: #847474 !important; 
}
.bdp_blog_template.media-grid a.bd-more-tag {
    padding: 5px!important;
} 
.bd-more-next-line {
   
    text-align: left; 
}
.bdp_blog_template a.bd-more-tag:hover {
	background-color: unset !important;
}
.bdp_blog_template.media-grid .post_summary_outer .blog_header h2 {
	text-align:left;
}
span.author {
    display: none;
}
span.postdate {
    display: none;
}

.post-meta {
	display:none;
}

.blog_wrap.bdp_blog_template.media-grid.two_column.two_column_ipad.two_column_tablet.one_column_mobile.bdp_blog_single_post_wrapp {
	width: 48% !important;
	
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

@media all and (max-width:550px){
.media-grid-wrapper {
    flex-direction: column;
}
	.blog_wrap.bdp_blog_template.media-grid.two_column.two_column_ipad.two_column_tablet.one_column_mobile.bdp_blog_single_post_wrapp {
	width: 100% !important;
}
}

img.bdpp-img.bdpp-post-feat-img {
    width: 100%
458.531px
;
    height: 250px;
    object-fit: cover;
	    object-position: top;
}
.bdpp-post-grid.bdpp-col-2.bdpp-columns.bdpp-post-334.bdpp-post-standard.bdpp-first.bdpp-has-thumb
Specificity: (0,7,0)
 {
    background: white;
    margin: 0px !important;
    padding: 0px !important;
}
h2.bdpp-post-title {
    text-align: left !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    /* color: black !important; */
    padding: 0px 10px;
    margin: 0px !important;
}
h2.bdpp-post-title a {
    color: #333333;
    font-weight: 400;
	 font-size: 23px !important;
}
.bdpp-post-desc {
    text-align: left;
    padding: 0px 10px;
}
a.bdpp-rdmr-btn {
    background-color: #000000 !important;
    color: #e5e5e5 !important;
    border: none;
    border-radius: 10px;
}
.bdpp-post-content {
    margin-top: 8px;
    text-align: left;
}
a.bdpp-rdmr-btn {
    background-color: #000000 !important;
    color: #e5e5e5 !important;
    border: none;
    border-radius: 7px;
    padding: 6px 10px;
    margin: 10px 10px;
	font-weight: 300;
}
.bdpp-post-grid-wrap.bdpp-design-1 .bdpp-post-grid-content {
	background:white!important;
}
img.bdpp-img.bdpp-post-feat-img {
	    width: 100% !important;
} 

/*  */



.inner-vd-sec iframe {
    width: 100%!important;
    height: 500px !important;
}


.stu-con-inner ul li {
    list-style: none;
}
.stu-con-inner ul li {
    list-style: none;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}

div#spa {
    padding: 30px 0px;
}


.bramin {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
      grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
}

.brahim-bo {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: white;
		    padding: 10px;
    gap: 20px;
	
}



.bo-right {
    width: 70%;
}
.bo-lef {
    width: 30%;
	   

}
.bo-right h4 {
    font-size: 16px;
    text-align: left;
    margin: 0px;
   
    font-weight: 400;
}
.bo-right p {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
	  font-weight: 400;
}




@media all and (max-width:800px){

.bramin {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
}
.stu-con {
    padding: 0px 10px;
}
.al-le-ri {
    padding: 0px 10px;
}
}
@media all and (max-width:480px){
	h1 {
		font-size:30px!important;
	}
	h2 {
		font-size:25px!important;
	}
	h3 {
		font-size:20px!important;
	}
	h4 {
		font-size:18px!important;
	}
	h5 {
		font-size:16px!important;
	}
	h6 {
		font-size:15px!important;
	}
	p {
		font-size:14px!important;
	}
.bramin {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
	}
}




 .footer-link-section-header .footer-links ul li a {
	font-size:14px!important;
	 color:black!important;
}












