/*!
Theme Name: theweddingbasket
Theme URI: http://theweddingbasket.net/
Author: Hritik
Author URI: http://theweddingbasket.net/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theweddingbasket
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theweddingbasket is based on theweddingbasket https://theweddingbasket.net/, (C) 2012-2020 Automattic, Inc.
theweddingbasket is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li {
    margin: 0;
    padding: 0;
}
html {
    background-color: #FFEDF1;
}
body {
    background-color: #FFEDF1;
}
/* :root {
    --primary-font: "Playfair Display", serif;
    --secondary-font: "Mulish", sans-serif;
    --primary-color:#322829;  
    --secondary-color:#DACBCE;
    --title-color:#7B3955;
    --btn-color:#FFD9F2;
    --background-color:#FFEDF1;
} */
li {
    list-style: none;
}
.container{
    max-width:1600px;
    width:100%;
    margin: 0 auto;
}
.container-full {position: relative;}
.second-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*------------------------------header-------------------*/
.mobile_header {
    display: none;
}
.desktop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}
.desktop-header #site-navigation ul {
    display: flex;
    align-items: center;
    padding-left: 0px;
}

.desktop-header #site-navigation ul li{
  padding: 0 15px;
}
.header-logo img {
    width: 200px;
    height: auto;
}

.main-header {
    background: transparent;
    z-index: 99;
    position: relative;

}
.hero-banner-section {
    margin: -159px 0 0;
}
.desktop-header #site-navigation ul li a{
  font-size:18px;
  font-family:"Mulish", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.header-links a i {
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
}





.header-logo a {font-size: 30px; color: #7B3955; font-weight: 700; text-transform: uppercase; font-family:"Mulish", sans-serif;}
.header-logo a:hover{text-decoration: none;}
.second-header nav li a{
font-size: 15px;
font-family:"Mulish", sans-serif;
color: #222;
text-decoration: none;
text-transform: uppercase;
font-weight: 500;
}
.banner-btn a {
    background-color: #DABA53;
    padding: 15px 20px;
    color:#7B3955;
    font-family:"Mulish", sans-serif;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: ease 0.4s;
}
.banner-btn a:hover {
    background-color: #7B3955;
    color: #fff;
    cursor: pointer;
    transition: ease 0.4s;
}
.banner-image img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
.banner-content {
    text-align: center;
}
.bannner-content-col {
    position: absolute;
    top: 35%;
    /* transform: translateY(-50%); */
    padding: 0 20px;
    left: 15%;
    width:70%;
}
.banner-content h1 {
    font-size: 40px;
    font-family: "Playfair Display", serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 20px;
    letter-spacing: 1px;
     animation: zoomOut 1s ease-out forwards;
}
@keyframes zoomOut {
    0% {
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.banner-content p {
    font-size: 16px;
    font-family:"Mulish", sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.banner-content .banner-btn {
    margin-top: 50px;
}

/* Who we are */
.who-we-are-section {
    padding: 60px 0 0;

}
.row-padding {
    padding: 0px 0 60px;
    border-bottom: 1px solid #ccc;
}
.content-image img {
    width: 100%;
    object-fit: cover;
    height:340px;
    margin-bottom: 10px;
}
.left-content {
    padding: 20px;
}
.all_button a {
    background-color: #7B3955;
    padding: 15px 20px;
    color:#fff;
    font-family:"Mulish", sans-serif;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: ease 0.4s;
}
.all_button a:hover{
    background-color: #322829;
    color: #fff;
    cursor: pointer;
    transition: ease 0.4s;  
}
.left-content h2 {
    color: #7B3955;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.all-common-heading h4 {
    font-size: 12px;
    font-family: "Playfair Display", serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.who-para p {
    font-size: 15px;
    font-family:"Mulish", sans-serif;
    margin-bottom: 20px;
    line-height: 1.6em; 
    font-weight: 600;
}
.all-common-heading h3 {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
    color:#7B3955;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
}
.all-common-heading p {
    font-size: 15px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.6em;
    
}
.right-para-content p {
    font-size: 15px;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    line-height: 1.6em; 
}

/* Our Services */
.our_services_section {
    padding: 60px 0;
}
.service-image img {
    width: 100%;
    object-fit: cover;
}
.services-row {
    display: flex;
}
.services-col {
    width: calc(33% - 30px);
    margin: 0 15px 30px ;
}
.service-image-content {
    padding: 20px 20px 10px;
    text-align: center;
}
.service-content {
    text-align: center;
}
.serv-content-para p {
    font-size: 16px;
    font-family:"Mulish", sans-serif;
    margin-bottom: 20px;
    line-height: 1.6em;   
    padding: 0 15px;
}
.service-image-content h3 {
    font-size: 25px;
    font-family: "Playfair Display", serif;
    margin-bottom: 2px;
    color:#7B3955;
    line-height: 1.2em;
}
.service-image-content h5 {
    font-size: 15px;
    font-family: "Playfair Display", serif;
    margin-bottom: 2px;
    color:#322829;
    line-height: 1.2em;
}
.our_services_section .all_button{text-align: center; margin-top: 35px;}
.arrow-btn a i {
    font-size: 25px;
    color:#322829;
    transition: ease 0.5s;
}
.arrow-btn a:hover i{
    padding-left:15px;
    transition: ease 0.5s;
    cursor: pointer;
    transform: rotate(-40deg);
}
.our_services_section .all-common-heading{
    text-align: center;
    margin-bottom: 40px;
}


/* btn contact us and image section */
.contact-us-btn-section {
    background-color: #fff;
}
.btn-text-row {
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;
}
.text-content-para {
    width: 70%;
    padding-right: 4%;
}
.btn-text-row .all_button{
    width: 30%;
}
.text-content-para h3 {
    color: #7B3955;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 1.2;
}
.btn-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    height: 100%; 
  }

  .colmn {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
  }

  .single-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .double-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

/* Testimonial section */
.client-profile-image img {
    width:100%;
    max-width: 60px;
    height: 60px;
/*     object-fit: contain; */
    border-radius: 50%;
    margin: 0 auto 20px;
}

.testimonial-section {
    padding: 100px 0;
}

.testimonial-content {
    width: 60%;
    margin: 0 auto;
}
.quote p i {
    font-size: 40px;
    color: #7B3955;
}
#testimonial-slider .owl-nav .owl-prev {
    color: #222;
    position: absolute;
    height: 50px;
    top: 45%;
    left: 6%;
    border-radius: 50%;
    width: 50px;
    background: #fff;
    border: 1px solid #DCDCDC;
    z-index: 999;
    overflow: hidden;
}
#testimonial-slider .owl-nav .owl-next {
    color: #222;
    position: absolute;
    height: 50px;
    top: 45%;
    right: 6%;
    border-radius: 50%;
    width: 50px;
    background: #fff;
    border: 1px solid #DCDCDC;
    z-index: 999;
    overflow: hidden;
}
#testimonial-slider .owl-nav .owl-prev span {
    font-size: 40px;
    line-height: 0.7em;
}
#testimonial-slider .owl-nav .owl-next span {
    font-size: 40px;
    line-height: 0.7em;
}

/* our blog section  */
.our-blog-section .all-common-heading {
    text-align: center;
    margin-bottom: 40px;
}
.blog-image img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 25px;
}
.blog-row {
    display: flex;
}
.blog-col {
    width: calc(50% - 30px);
    margin: 0 15px 30px ;
}
 .blog-date p {
    font-size: 12px;
    font-family:"Mulish", sans-serif;
    margin-bottom: 12px;
    line-height: 1.6em;
    color:#777; 
}
.blog-title h4 {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
    color:#322829;
    line-height: 1.2em;
}
.blog-desc p {
    font-size: 15px;
    font-family:"Mulish", sans-serif;
    margin-bottom: 20px;
    line-height: 1.6em; 
}
/* card section  */
.card-row {
    display: flex;
   align-items: center;
}
.card-col {
    width: calc(25% - 4px);
    margin: 0 2px 6px ;
}
.card-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* video section   */
.video-image img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
.video-image {
    position: relative;
}

.video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.video-title h3 {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    color:#fff;
    line-height: 1.2em;
}
.video-btn .play-btn {
    width: 80px;
    height: 73px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DCDCDC;
    padding: 10px;
    cursor: pointer;
}
.video-btn .play-border {
    width: 93px;
    height: 90px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DCDCDC;
    padding: 9px;
    cursor: pointer;
}

.video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

#play-video-btn {cursor:pointer;}
.video-class {position:relative;}
.container-full {position:relative;}

#testimonial-content .owl-dots .owl-dot span{
    background-color: #DCDCDC;
    width: 15px;
    height: 15px;
/*    display: flex; */
    border-radius: 50px;
    margin: 0 3px;
    z-index: 9;
}

#testimonial-content .owl-dots .owl-dot.active {
    background-color: #7B3955;
}
#testimonial-content .owl-dots {
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 30px 0 0;
}
#close-popup{
position:absolute;
top: 17px;
right: 12px;
font-size: 40px;
color: white;
cursor: pointer;
z-index:9999;
}



/* -----------------------------------services CSS ---------------------------------- */
/* Banner css */
.about-banner-section .bannner-content-col {
    width:100%;
    left: 0;
    top: 40%
}
.about-banner-section .bannner-content-col h1 {
    font-size: 65px;
   
}
/* text-media section */

.padding-top-bottom {
    padding: 60px 0;
}
.text-media-row {
    display: flex;
    align-items: center;
}
.text-media-row .text-media-col1 {
    width: 55%;
    padding: 0 15px;
}
.text-media-row .text-media-col2 {
    width: 45%;
    padding: 0 15px 0 40px;
}
.media-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}   
.media-desc p {
    font-size: 16px;
    font-family:"Mulish", sans-serif;
    margin-bottom: 20px;
    color:#000;
    line-height: 1.6em;
}
.text-media-section2 .text-media-row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.text-media-section2 .text-media-col1 {
    width: 55%;
    padding: 0 15px;
}
.text-media-section2 .text-media-col2 {
    width: 45%;
    padding: 0 40px 0 15px;
}
.media-desc p {
    font-size: 16px;
    font-family:"Mulish", sans-serif;
    margin-bottom: 20px;  
}
.media-desc p:last-child {
   font-weight: 600;
}
.text-media-section2 .row {
    flex-direction: row-reverse;
}
/* contact us button section 2 */

.contact-us-btn-section2 {
    background-color: #7B3955;
}
.contact-us-btn-section2 .text-content-para h3 {
    color: #fff;
}
.contact-us-btn-section2 .btn-content .all_button a {
    background-color: #fff;
    color: #921356;
}
.contact-us-btn-section2 .btn-content .all_button a:hover {
    background-color: #000;
    color: #fff;
}

/* -----------------------------------Blog page ------------------------------------------- */

.blog-desc p:last-child {
   margin-bottom: 40px;
}

/* gallery page */
.gallery-section {
    padding: 60px 0;
}
.gallery-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery-col {
    width: calc(33% - 4px);
    margin: 0 2px 6px ;
    overflow: hidden;
}
.gallery-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.gallery-image:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.gallery-image:hover:before {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.gallery-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery-content {
    text-align: center;
}
.gallery-image img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}
.gallery-content .all-common-heading {
    text-align: center;
    margin-bottom: 40px;
}

.about-banner-section {
    margin-top: -140px;
}


/*footer section*/
.footer-section {
    background-color:#951457;
   
}

.footer-upper {
    padding: 15px 0;
}

.footer-logo img {
    width:150px;
    object-fit: contain;
}

.footer-navigation ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-navigation ul li {
    padding: 0 10px;
}
.footer-navigation ul li a {
    font-size: 16px;
    font-family:"Mulish", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.about-company p {
    font-size: 16px;
    font-family:"Mulish", sans-serif;
    color: #fff; 
}

.footer-contact-details p a {
    font-size: 16px;
    font-family:"Mulish", sans-serif;
    color: #fff; 
}
.copy-right p {
   font-size: 16px;
    font-family:"Mulish", sans-serif;
    color: #fff;  
    text-align: center;
}
.footer-middle {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.footer-upper {
    align-items: center;
    display: flex;
     border-bottom: 1px solid #ccc;
}
.footer-logo {
    width: 25%;
    padding: 0 15px;
}
.footer-navigation {
    width: 75%;
      padding: 0 15px;
}
.about-company {
    width:25%;
      padding: 0 15px;
}
.footer-contact-details {
    width:25%;
      padding: 0 15px 0 100px;
}
.footer-middle .header-links {
    width: 50%;
    padding: 0 15px;
    text-align: right;
    padding-top: 32px;
}
.copy-right {
    padding: 15px 0;
}
.footer-middle .header-links a {
    background-color: #fff;
    padding: 9px 14px;
    border-radius: 50%;
    text-align: center;
}
.footer-middle .header-links a i {
    color: #951457;
    margin-left: 0;
    font-size: 17px;
}
.padding-top {
    padding-top: 60px;
}

/*---------------------------contact page------------------------------*/

.contact-details-section {
    padding: 60px 0;
    background-color: #fff;
}
.contact-row {
    display: flex;
}
.contact-col1 {
    width:35%;
}
.contact-col2 {
    width:65%;
    padding: 0 40px 0px;
}
.address-content, .phone-content, .email-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-details-content {
    background-color: #7B3955;
/*    background-image: radial-gradient(at center center, #7B39558c 0%, #7B3955 100%);*/
    border-radius: 10px;
    padding: 40px;
    color: #fff;
    font-family:"Mulish", sans-serif;
}
.form-title h2 {
     font-size: 36px;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    color:#322829;
    line-height: 1.2em; 
}

.add-icon i, .email-icon i, .phone-icon i {
    font-size: 40px;
    color: #fff;
    margin-left: 0;
}
.contact-details-content .header-links a {
    background-color: #fff;
    padding: 9px 13px;
    border-radius: 50%;
    text-align: center;
}

.address-content, .phone-content, .email-content {
    padding-bottom: 28px;
    border-bottom: 1px solid #ccc;
}
.phone-content, .email-content {
    padding-top: 30px;
}
.follow-us {
    padding-top: 30px;
}

.follow-us h4{
    font-size: 18px;
    font-family:"Mulish", sans-serif;
    color:#fff;
    line-height: 1.4em; 
    margin-bottom: 15px;
}
.follow-us .header-links a i {
    font-size: 20px;
    color: #951457;
    margin-left: 0px;
}
.address-content p, .phone-content p a, .email-content p a{
    font-size: 16px;
    font-family:"Mulish", sans-serif;
    color:#fff;
    line-height: 1.4em; 
    margin-bottom: 0;
}
 .phone-content p, .email-content p{ margin-bottom: 0;}
.phone-content p a, .email-content p a {
    font-weight: 600;
}
.form-design input[type="text"], .form-design input[type="tel"], .form-design input[type="email"] {
    height: 50px;
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
    padding: 15px 15px 15px 20px;
    width: 100%;
    border: 1px solid #7B3955;
    border-radius: 5px;
}
input::-webkit-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input::-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-ms-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-webkit-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-ms-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:focus::-webkit-input-placeholder {color:transparent; border-color: #909090;}
input:focus:-moz-placeholder {color: transparent; border-color: #909090;}
input:focus::-moz-placeholder {color: transparent;border-color: #909090;}
input:focus:-ms-input-placeholder {color: transparent;border-color: #909090;}
textarea:focus::-webkit-input-placeholder {color:transparent;border-color: #909090;}
textarea:focus:-moz-placeholder {color: transparent;border-color: #909090;}
textarea:focus::-moz-placeholder {color: transparent;border-color: #909090;}
textarea:focus:-ms-input-placeholder {color: transparent;border-color: #909090;}
.form-design textarea{
    height: 120px;
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
    padding: 15px 15px 15px 20px;
    width: 100%;
      border: 1px solid #7B3955;
     border-radius: 5px;
}

.form-design input[type="submit"] {
    background-color: #7B3955;
    padding: 16px 35px 16px 35px;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 11px;
    color: #FFFFFF;
    border: 1px solid #7B3955;
    border-radius: 5px;
    transition: 0.3s;
}
.form-design input[type="submit"]:hover {
    background-color: #fff; 
    color: #7B3955;
    cursor: pointer;
    transition: 0.3s;
}










/* REsponsive css */
@media(min-width:1200px) and (max-width:1440px) {
    .container{
        max-width:90%;
        width:100%;
        margin: 0 auto;
    }
}



@media(min-width:768px) and (max-width:991px) {
    .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
   .bannner-content-col {left: 20%; top: 30%;}
.banner-content h1 { font-size: 30px;}
.banner-content p {font-size: 16px;}
.banner-content .banner-btn { margin-top: 20px; }
.who-para p {font-size: 16px;}
.banner-image img { height: 400px;}
.who-we-are-section {padding: 30px 0 0;}
.who-we-are-section .row-padding {padding: 0px 0 30px;}
.left-content {margin-bottom: 30px;}
.left-content h2 {font-size: 25px;}
.all-common-heading h3 {font-size: 25px;}
.all-common-heading p {font-size: 14px;}
.right-para-content p {font-size: 16px;}
.all-common-heading h4 {font-size: 12px;}
.serv-content-para p {font-size: 14px;}
.service-image-content h3 {font-size: 20px; margin-bottom: 10px;}
.service-image-content h5 {font-size: 14px;}
.our_services_section .all_button {text-align: center; margin-top: 20px;}
.our_services_section .all_button a {width: 100%;}
.our_services_section .all_button a {text-align: center;}
.btn-text-row {width: 100%;}
.text-content-para {width: 100%; padding-right: 0;}
.btn-text-row .all_button {width: 100%;}
.btn-content {flex-direction: column; align-items: flex-start;}
.btn-content .all_button {width: 100%;}
.btn-content .all_button {text-align: center;}
.btn-content .all_button {margin-top: 20px;}
.blog-title h4 {font-size: 20px;}
.blog-desc p {font-size: 16px;}
.blog-date p {font-size: 14px;}
.card-row {flex-wrap: wrap;}
.card-col { width: calc(50% - 4px); margin: 0 2px 6px;}
.card-image img { height: 100%;}
/* .video-image img {height: 400px} */
.video-content {top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%;}
.video-title h3 {font-size: 25px;}
.video-title h3 {margin-bottom: 10px;}
.video-btn .play-btn {width: 60px; height: 60px;}
.video-btn .play-border {width: 70px; height: 70px;}
.video-btn {margin-top: 20px;}
.video-btn .play-btn {width: 60px; height: 50px;}
.video-btn .play-border {width: 70px; height: 70px;}
.testimonial-row { width: 75%;padding: 0 20px;}
.row-padding {  padding: 0px 0 30px;}
.services-col {width: calc(100% - 12px); margin: 0 6px 30px;}
.service-image img { height: 300px;}
.text-content-para h3 { margin-bottom: 20px;  text-align: center;}
#video-popup {top: 0%; left: 0px; width: auto;height: 100%;} 
.about-banner-section .bannner-content-col h1 { font-size: 40px;}

}
@media(min-width:992px) and (max-width:1199px) {
    .banner-image img {  height: 100%;  }
    .bannner-content-col { top: 32%;  left: 19%; }

    
}

@media(max-width:767px) {
    .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .mobile_header {
     display: block;
    }
.desktop-header {
    display: none;
}

.header-logo img {
    width: 120px;
    height: auto;
}



    .navbar {
        position: absolute;
        top: 9%;
        left: 0;
        z-index: 0999;
        background: transparent;
        width: 100%;
        color: #fff;
        padding: 18px 0px;
    }
    .navbar ul li a{
        font-size: 15px;
        font-family:"Mulish", sans-serif;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
    }
    .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
    .main-header {
        padding: 15px 0;
    }
    .header-logo a {
        font-size: 22px;
    }

   .navbar-toggler {
    background-color: #fff;
    position: absolute;
    top: 17px;
    right: 16px;
    border: none;
}
    .navbar-light .navbar-nav .nav-link.active {
        color: #000;
        background-color: #fff;
    }
    .header-links {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        padding: 12px;
    }
    .navbar-nav {background-color: #7B3955;}
   .bannner-content-col {left: 0; top: 35%;}
.banner-content h1 { font-size: 30px;}
.banner-content p {font-size: 16px;}
.banner-content .banner-btn { margin-top: 20px; }
.who-para p {font-size: 16px;}
.banner-image img { height: 400px;}
.who-we-are-section {padding: 30px 0 0;}
.who-we-are-section .row-padding {padding: 0px 0 30px;}
.left-content {margin-bottom: 30px;}
.left-content h2 {font-size: 25px;}
.all-common-heading h3 {font-size: 25px;}
.all-common-heading p {font-size: 14px;}
.right-para-content p {font-size: 16px;}
.all-common-heading h4 {font-size: 12px;}
.serv-content-para p {font-size: 14px;}
.service-image-content h3 {font-size: 20px; margin-bottom: 10px;}
.service-image-content h5 {font-size: 14px;}
.our_services_section .all_button {text-align: center; margin-top: 20px;}
.our_services_section .all_button a {width: 100%;}
.our_services_section .all_button a {text-align: center;}
.btn-text-row {width: 100%;}
.text-content-para {width: 100%; padding-right: 0;}
.btn-text-row .all_button {width: 100%;}
.btn-content {flex-direction: column; align-items: flex-start;}
.btn-content .all_button {width: 100%;}
.btn-content .all_button {text-align: center;}
.btn-content .all_button {margin-top: 20px;}
.blog-row {display: block;}
.blog-col {width: 100%; margin: 0 0 30px;}
.blog-title h4 {font-size: 20px;}
.blog-desc p {font-size: 16px;}
.blog-date p {font-size: 14px;}
.card-row {flex-wrap: wrap;}
.card-col { width: calc(50% - 4px); margin: 0 2px 6px;}
.card-image img { height: 100%;}
/* .video-image img {height: 400px} */
.video-content {top: 30%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
.video-title h3 {font-size: 25px;}
.video-title h3 {margin-bottom: 10px;}
.video-btn .play-btn {width: 60px; height: 60px;}
.video-btn .play-border {width: 70px; height: 70px;}
.video-btn {margin-top: 20px;}
.video-btn {margin-top: 20px;}
.video-btn .play-btn {width: 60px; height: 50px;}
.video-btn .play-border {width: 70px; height: 70px;}
.video-btn {margin-top: 20px;}
.testimonial-row { width: 100%;}
.testimonial-row {padding: 0 20px;}
.row-padding {  padding: 0px 0 30px;}
.blog-image img { height: 350px; }
.services-row {flex-direction: column;}
.services-col {width: calc(100% - 0px); margin: 0 0 30px;}
.service-image img { height: 300px;}
.text-content-para h3 { margin-bottom: 20px;  text-align: center;}
 #video-popup { top: 0%; left: 0px; width: auto; height: 100%;}
.about-banner-section .bannner-content-col h1 {font-size: 45px;}
.about-banner-section .bannner-content-col h1 { font-size: 40px; }
.media-image img { margin-bottom: 20px;}
.padding-top-bottom { padding: 35px 0;}
.testimonial-section {padding: 35px 0;}
.video-content {top: 50%;}
.video-image img { width: 100%; height:70vh;}
.text-media-row {flex-direction: column;}
.text-media-row .text-media-col1 ,  .text-media-row .text-media-col2{width: 100%;padding: 0 0px;}
.text-media-section2 .text-media-row {flex-direction: column;}
.gallery-image img {height: 180px;}
.gallery-col {width: calc(50% - 4px); margin: 0 2px 6px;}
.contact-row { flex-direction: column;}
.contact-col1, .contact-col2 {width: 100%;}
.contact-details-content { padding: 20px;}
.footer-upper {flex-direction: column;}
.footer-logo {  width: 100%; padding: 0 0px 30px;}
.footer-navigation { width: 100%; padding: 0 0px 0px;}
.footer-navigation ul {  align-items: flex-start; flex-direction: column;     padding-left: 0;}
.footer-navigation ul li { padding: 0 0px 10px;}
.footer-middle {flex-direction: column;}
.about-company {
    width: 100%;
    padding: 0 0px 15px;
}
.footer-contact-details {
    width: 100%;
    padding: 0 0px 15px 0px;
}
.hero-banner-section {
    margin: -100px 0 0;
}
.testimonial-content {
    width: 80%;
    margin: 0 auto;
}
#testimonial-slider .owl-nav .owl-prev {left: -1%; height: 40px; width: 40px;}
#testimonial-slider .owl-nav .owl-next { height: 40px; width: 40px; right: -1%;
}
}