/*

TemplateMo 546 Sixteen Clothing

https://templatemo.com/tm-546-sixteen-clothing

*/
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');
body {
  
  font-family: 'Maven Pro', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4f4f4;
  
}
p {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 300;
	/* color: #4a4a4a; */
	color: #494949;
	line-height: 26px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background-color: #eee;
	color: #121212;
	font-size: 18px;
	text-align: center;
	transition: all .3s;
}

ul.social-icons li a:hover {
	background-color: #f33f3f;
	color: #fff;
}

a.filled-button {
	background-color: #f33f3f;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.section-heading {
	text-align: left;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-top: 150px;
}

.section-heading h2 {
	font-size: 38px;
	font-weight: 600;
	color: #162226 !important;
	margin-bottom: 15px;
	margin-top: -50px;
}

/* main re .products-heading {
	background-image: url(../images/7.png);
}
 */
/* main .products-asset-heading {
	background-image: url(../images/10.png);
}

.about-heading {
	background-image: url(../images/9.png);
}

.contact-heading {
	background-image: url(../images/9.png);
} */
/*  */
.page-heading {
    position: relative;
    text-align: center;
    padding: 100px 0; /* Adjust the padding for the banner */
     margin: 0; /* Remove the margin to eliminate the gap */
    padding: 0;
}

.banner-image {
    width: 100%;
    max-height: 800px; /* Limit the maximum image height for larger screens */
    height: 500px;
}

/* .page-heading .text-content h4 {
    font-size: 2em; Adjust the font size for h4
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-heading .text-content h2 {
    font-size: 4em; Adjust the font size for h2
    text-transform: uppercase;
    letter-spacing: 5px;
} */

/* For screens smaller than 768px (e.g., mobile devices) */
@media (max-width: 768px) {
    .banner-image {
        max-height: 400px; /* Adjust the maximum image height for smaller screens */
    }

    .page-heading .text-content h4 {
        font-size: 1.5em; /* Adjust the font size for h4 */
    }

    .page-heading .text-content h2 {
        font-size: 3em; /* Adjust the font size for h2 */
    }
}
/*  */
/* main .page-heading {
	padding: 360px 0px 160px 0px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-heading .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
 */
#preloader {
  overflow: hidden;
  background: #001954;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* cookies start */

     .cookie-consent-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color:rgba(211, 211, 211, 0.8);  */
     background-color: rgba(0, 0, 0, 0.5); 
 
    padding: 1rem 0;
    border-top: 3px solid #5c2b74;
    z-index: 1000;
}

.cookie-title {
    color: white; 
    font-size: 1.2rem; 
    font-weight: bold; 
    /* margin-bottom: 0.5rem; */
    text-align: left; 
    
}

.cookie-description {
    color: white;
    font-size: 0.9rem; 
    margin-bottom: 1rem;
    text-align: justify; 
   
}

/* .cookie-buttons {
    display: flex;
    justify-content: center; 
    gap: 0.3rem;
    padding-top: 1rem; 
} */
.cookie-buttons {
    display: flex;
    justify-content: flex-end; 
   /*  padding-top: 1rem;  */
    gap: 0.3rem; 
    
}

.btn  {
   /*  padding: 0.375rem 0.75rem;  */
     padding: 0.1rem 0.75rem; 
    margin-right: 0.25rem; 
    border-radius: 0.25rem; 
    font-size: 0.9rem; 
    border: 1px solid transparent; 
    background-color:white;
    color: #000;
    border: 0px solid #000;
    /* margin-right: 0.5rem; */
}

.btn:hover {
    background-color: #7b4e9c; 
    color: #fff; 
    border: 1px solid #7b4e9c; 
}

.allow-selection {
    background-color: #5c2b74;
    color: white; 
    border: 1px solid black; 
    border-radius: 18px;
}

.allow-all {
    
    color:black; 
    border: 1px solid black; 
    border-radius: 18px;
}
/* Add this new CSS for the 'View Cookie Policy' button */
.cookie-policy {
 
  color: #333; /* Dark text color, adjust as needed */
  border: 1px solid black; 
  padding: 0.375rem 0.75rem; 
  border-radius: 0.25rem; 
  font-size: 0.9rem; 
  border-radius: 18px;
}
.button-container {
    justify-content: flex-end; 
}

#cookieConsentContainer {
    display: none;
}

/* .favicon-image {
    width: 32px; 
    height: auto;
    margin-right: 0.5rem; 
} */
/* .favicon-image {
    width: 50px; 
    height: 50px;
   
    left: calc(-1 * (15px + 10px)); 
    top: 0.8rem; 
    transform: translateX(-100%); 
} */

.modal-content {
  /* Adjust width and padding as needed */
  max-width: 800px; /* or any other size */
  padding: 20px;
}
.modal-body {
    max-height: 400px; /* Adjust the height as needed */
    overflow-y: auto;
  }
  
  /* Hover effect for h6 tags */
  .modal-body h6:hover {
    color: #FF8664; /* Adjust the hover color as needed */
    cursor: default;
  }
  .modal-title{
  	color:#FF8664;
  }
  
  /* Horizontal rule after h6 tags */
  .modal-body h6 {
    
    padding-bottom: 10px;
     font-weight: bold;
  }
	
	.modal-body p {
    border-bottom: 1px solid #ddd; /* Add underline to p tags */
    padding-bottom: 10px;
}

  /* Custom styling for the switch buttons, based on your provided image */
  .custom-switch {
    position: relative;
    display: inline-block;
    width: 60px; /* Width of the switch */
    height: 34px; /* Height of the switch */
  }

  .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

	.cookie-section {
    display: flex;
    justify-content: space-between; /* This will push the label to the right */
    align-items: center; /* Aligns items vertically in the center */
    margin-bottom: 10px; /* Add some space below each section */
}
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Background of the slider */
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px; /* Height of the slider circle */
    width: 26px; /* Width of the slider circle */
    left: 4px;
    bottom: 4px;
    background-color: white; /* Background of the slider circle */
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .custom-switch .slider {
  transform: scale(0.7);
}

.custom-switch .slider:before {
  transform: scale(0.7); /* Scale down the circle inside the switch */
}

/* Adjust the position to align properly after scaling */
.custom-switch .slider.round:before {
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
}
  
    
    
		
/* cookies ends here */


/* Header Style */


 header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 80px;
	/* background-color: #001954;   */
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

  
}
.back{
	background-color: #3B0E47!important;
	position: fixed; 
	top: 0px;
}
header .navbar {
	padding: 1px 0px;
}
.background-header .navbar {
	padding: 1px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #3B0E47!important;
	box-shadow: 0px 1px 10px #0096FF;
}

nav.navbar.navbar-expand-lg {
	
	/* background-color: #001954; */
	
}
.container-fluid {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: 25px;
    margin-left: 25px;
}
.background-header .navbar-brand h2 {
	color: #3B0E47!important;
}
.background-header .navbar-nav a.nav-link {
	color: #FFFFFF!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #CBC3E3!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: -12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	color: #CBC3E3;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #fff;
	padding-bottom: 25px;
	border-bottom: 3px solid #CBC3E3;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #CBC3E3;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}

 

/* Banner Style */


/* Base styles */
 .banner {
    position:relative;
    text-align: center;
    min-height: 500px; 
}
 
.banner img {
	
    width: 100%;
    max-height: 100%; 
    height: 600px;
}

 

.text-content {
     position: absolute;
    top: 55%;
    left: 0;
    transform: translate(0, -50%);
    text-align: left;
    padding: 28px; /* Adjust padding as needed */
}
 
.text-content h1.clr{
	color: #57BBF4;
	font-weight: bold;
	line-height: 0.5;
	font-style: italic;
}
.text-content h1 {
    font-size: 4em; 
    margin-bottom: 15px;
   	color: white;
   	font-style: italic;
}
 
.text-content h2 {
    font-size: 2em; 
    letter-spacing: 5px;
    color:white;
}


/* For screens smaller than 768px (e.g., mobile devices) */
/* @media (max-width: 768px) {
    .banner {
        min-height: 300px; Increase the minimum height for smaller screens
    }

    .banner img {
        max-height: 400px; Increase the maximum image height for smaller screens
    }

    .text-content h4 {
        font-size: 1.5em; Adjust the font size
    }

    .text-content h2 {
        font-size: 2.5em; Adjust the font size
    }
} */
@media (max-width: 768px) {
    .banner {
        min-height: 200px; /* Adjust minimum height for smaller screens */
    }

    .text-content h1 {
        font-size: 1.5em; /* Adjust font size for smaller screens */
    }

    .text-content h2 {
        font-size: 1em; /* Adjust font size for smaller screens */
        letter-spacing: 1px; /* Adjust letter spacing for smaller screens */
    }
}



/* /* Base styles */
/* ch1 .banner {
    position: relative;
    text-align: center;
    min-height: 400px; Set a minimum height for the banner
}

.banner img {
    width: 100%;
    max-height: 800px; Limit the maximum image height for larger screens
    height: 500px;
}

.text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-content h4 {
    font-size: 2em; Adjust based on your design
    margin-bottom: 15px;
}

.text-content h2 {
    font-size: 3.5em; Adjust based on your design
    letter-spacing: 5px;
}

For screens smaller than 768px (e.g., mobile devices)
@media (max-width: 768px) {
    .banner img {
        max-height: 400px; Adjust the maximum image height for smaller screens
    }

    .text-content h4 {
        font-size: 1.5em; Adjust the font size
    }

    .text-content h2 {
        font-size: 2.5em; Adjust the font size
    }
} */
 */


/* main .banner {
	position: relative;
	text-align: center;
	padding-top: 80px;
}

.banner-item-02 {
	padding: 300px 0.5px;
	background-image: url(../images/Finance.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .banner-item {
	max-height: 600px;
}

.banner .text-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.banner .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
} */

.owl-banner .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
}
.owl-banner .owl-dots .owl-dot:focus {
    outline: none
}
.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}



/* Latest Produtcs */

 .latest-products {
    margin-top: -50px;
}

.latest-products .section-heading a {
    float: right;
    margin-top: -35px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #f33f3f;
}

.product-item {
	background-color: white;
    border: 1px solid #e9f3f3;
    margin-bottom: 30px;
    height: 90%; 
    border-radius: 20px;
   /*  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */ 
    transition: box-shadow 0.3s, border 0.3s;
}

.product-item:hover {
    box-shadow: 0 4px 8px #001954; 
    border: 1px solid  ; 
}


/* .product-item img {
    width: 100%;
    height: 200px;  
    object-fit: cover;  
    overflow: hidden;
} */

.product-item img {
    width: 100px;  
    height: 100px; 
    display: block;
    margin: 0 auto; 
   /*  border: 2px solid #1a6692; Add a border around the image */
   /*  padding: 2px; */
    background-color: #fff; 
    margin-top: 5px;
  }

.product-item .down-content {
    padding-top: 5px;
    padding-bottom: 25px;
    padding-right : 30px;
    padding-left :30px;
   /*  position: relative; */
}

 .product-item .down-content h6 {
font-family: 'Maven Pro', sans-serif;
    font-size: 22px;
    color: #162226;
    font-weight: 400;
    margin-top: 15px;
    verticle-align:top;
    line-height : 26px;
} 

.product-item .down-content h6:hover{
	color:#800080;
}

.product-item .down-content p {
    margin-bottom: 16px;
} 
/* ---------------------------------------------------------------- */
/* .product-item {
    border: 1px solid #eee;
    margin-bottom: 30px;
    height: 90%; Set a fixed height for all cards
    background-color: white;
    border-radius: 20px; Add border radius to all cards
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); Add box shadow to all cards
    transition: box-shadow 0.3s, border 0.3s;
}

.product-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); Add a stronger box shadow on hover
    border: 2px solid #f33f3f; Change the border color on hover
}

.product-item img {
    width: 100%;
    height: 200px; Set a fixed height for all images
    object-fit: cover; Maintain aspect ratio and cover the entire container
    overflow: hidden;
}

.product-item .down-content {
    padding: 30px;
    position: relative;
}

.product-item .down-content h6 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.product-item .down-content p {
    margin-bottom: 16px;
}

 */
/* --------------------------------------------------- */
/* temp .latest-products {
	margin-top: 100px;
}

.latest-products .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #f33f3f;
}

.product-item {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.product-item .down-content {
	padding: 30px;
	position: relative;
}

.product-item img {
	width: 100%;
	overflow: hidden;
}

.product-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.product-item .down-content h6 {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 18px;
	color: #121212;
}

.product-item .down-content p {
	margin-bottom: 20px;
}

.product-item .down-content ul li {
	display: inline-block;
}

.product-item .down-content ul li i {
	color: #f33f3f;
	font-size: 14px;
}

.product-item .down-content span {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
} */


/* aata .latest-products {
          margin-top: 100px;
        }

        .latest-products .section-heading a {
          float: right;
          margin-top: -35px;
          text-transform: uppercase;
          font-size: 13px;
          font-weight: 700;
          color: #f33f3f;
        }

        .product-item {
          border: 1px solid #eee;
          margin-bottom: 30px;
          text-align: center;
          background-color: #f9f9f9;
          padding: 20px;
          height: 88%; Equal height for all cards
        }

        .product-item img {
          width: 100px;
          height: 100px;
          display: block;
          margin: 0 auto;
          border: 2px solid #1a6692;
          padding: 5px;
          background-color: #fff;
        }

        .product-item .down-content {
          position: relative;
        }

        .product-item .down-content h4 {
          font-size: 18px;
          font-weight: bold;
          color: #1a6692;
          margin-top: 20px;
          margin-bottom: 10px;
        }

        .product-item .down-content p {
          font-size: 14px;
          margin-bottom: 20px;
        }

        .product-item .down-content ul li {
          display: inline-block;
        }

        .product-item .down-content ul li i {
          color: #f33f3f;
          font-size: 14px;
        }

        .product-item .down-content span {
          font-size: 13px;
          color: #f33f3f;
          font-weight: 500;
        }

        .container {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
        }

        .col-md-4 {
          flex: 0 0 calc(33.3333% - 20px); Adjust width for equal columns
          max-width: calc(33.3333% - 20px); Adjust width for equal columns
          margin-right: 20px;
        }

        Clear the margin on the last column
        .col-md-4:last-child {
          margin-right: 0;
        } */

/* Add a common class to product images */
  
/*  .latest-products ch1  {
    margin-top: 100px;
  }

  .latest-products .section-heading a {
    float: right;
    margin-top: -35px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #f33f3f;
  }

  .product-item {
    border: 1px solid #eee;
    margin-bottom: 30px;
    text-align: center; Center-align; the content in the product card
    background-color: #f9f9f9; Set the background color
    padding: 20px; Add padding for spacing
  }

  .product-item .down-content {
    position: relative;
  }

  .product-item img {
    width: 100px; Make the image smaller
    height: 100px; Maintain aspect ratio for the image
    display: block; Center the image horizontally
    margin: 0 auto; Center the image horizontally
    border: 2px solid #1a6692; Add a border around the image
    padding: 5px; Add padding to the image
    background-color: #fff; Set a background color for the image
  }

  .product-item .down-content h4 {
    font-size: 18px; Increase the font size
    font-weight: bold; Make h4 text bold
    color: #1a6692;
    margin-top: 20px; Adjust top margin for spacing
    margin-bottom: 10px; Adjust bottom margin for spacing
  }

  .product-item .down-content h6 {
    font-size: 18px;
    color: #121212;
  }

  .product-item .down-content p {
    font-size: 14px; Adjust the font size for better readability
    margin-bottom: 20px;
  }

  .product-item .down-content ul li {
    display: inline-block;
  }

  .product-item .down-content ul li i {
    color: #f33f3f;
    font-size: 14px;
  }

  .product-item .down-content span {
    font-size: 13px;
    color: #f33f3f;
    font-weight: 500;
  } */
 
/* .latest-products main {
	margin-top: 100px;
}

.latest-products .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #f33f3f;
}

.product-item {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.product-item .down-content {
	padding: 30px;
	position: relative;
}

.product-item img {
	width: 40%;
	height: 30%;
	max-height: 75px;
	box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.15);
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.product-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
	
}

.product-item .down-content h6 {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 18px;
	color: #121212;
}

.product-item .down-content p {
	margin-bottom: 20px;
}

.product-item .down-content ul li {
	display: inline-block;
}

.product-item .down-content ul li i {
	color: #f33f3f;
	font-size: 14px;
}

.product-item .down-content span {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
}
 */



/* Best Features */

/*  html,body{
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center;
  background: -webkit-linear-gradient(left, #a445b2, #fa4299);
}
::selection{
  background: #fa4299;
  color: #fff;
}  */
	 .const{
		display: flex;
  		align-items: center;
  		justify-content: center;
	 }
	
 .wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
  margin-top: 100px;
  
} 
.wrapper .title-text{
  display: flex;
  width: 200%;
}
.wrapper .title{
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 5px;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  background: #3B0E47;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
  display: none;
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #000;
}
#login:checked ~ label.signup{
  color: #000;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.form-inner form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.form-inner form .field input:focus{
  border-color: #f33f3f;
  box-shadow: inset 0 0 3px #fb6aae;
}
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #b3b3b3;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a{
   color: #f33f3f; 
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  height: 50px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: #3B0E47;
  border-radius: 5px;
  transition: all 0.4s ease;;
}
form .btn:hover .btn-layer{
  left: 0;
}
form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
} 
.center-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

/* /* section subcribr */

Style the container background
.call-to-action {
  background-color: #fff;/* Light background color*/
  padding: 30px 0; /*Adjust top and bottom padding*/
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

Style the text
.call-to-action h4 {
  font-size: 20px; /*Increase font size*/
  color: #333; /*Text color for the heading
  margin-bottom: 15px; Add some space below the*/ 
}

Style the input and button group
.input-button-group {
  display: flex;
  align-items: center;
}

Style the input field
.input-button-group input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  outline: none;
}

Style the subscribe button
.input-button-group button {
  background-color: #f33f3f; /*Button background color*/
  color: #fff; /*Text color for the button*/
  border: none;
  border-radius: 0 5px 5px 0;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

Hover effect for the button
.input-button-group button:hover {
  background-color: black; /*Slightly darker color on hover*/
}
 
 

 
 
 /* section subcribr */

/* Call To Action */


.call-to-action {
            margin-top: 40px;
            margin-left:55px;
            margin-right:55px;
            padding: 40px;
            background-color: #fff;
          
            border-radius: 10px;
             border: 1px solid #1a6692; /* Added border */
            border-radius: 10px; /* Increased border radius for a rounded look */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Added box shadow for a nice effect */
        }

        .call-to-action h4 {
            font-size: 17px;
            color: #800080;
            margin-bottom: 15px;
        }
        
        .news-alignment{
        		display: flex;
        		align-items: center;
        }

        .call-to-action em {
            font-style: normal;
            font-weight: 700;
        }

        .call-to-action .col-md-4 {
            text-align: right;
        }

        .call-to-action .filled-button {
             display: inline-block;
            background: #3B0E47;
            border: none;
            border-radius: 5px;
            color: #fff;
            font-size: 18px; /* Increased font size for the button */
            font-weight: 600; /* Increased font weight for the button */
            line-height: 1;
            padding: 10px 20px;
            cursor: pointer;
            transition: background-color 0.3s; /* Added a hover effect */
        }

        .subscribe-box {
            display: flex;
            align-items: center;
        }

        .subscribe-box input {
            background: none;
            border: 1px solid #1a6692;
            border-radius: 5px 0 0 5px;
            color: #1a6692;
            font-size: 15px;
            font-weight: 300;
            height: 40px;
            padding-left: 15px;
            flex: 1;
        }

        @media (max-width: 768px) {
            .subscribe-box {
                flex-direction: column;
            }

            .subscribe-box input {
                border-radius: 5px;
                margin-bottom: 10px;
            }
        } 

/* /* Footer */

footer {
   /* background-color: #333;*//* Dark background color*/
    background-color: #251533;
    padding: 20px 0;
   /* font-size: 14px;*/
    color: white; /*White text color*/
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

footer .column {
    width: 30%;
    margin-bottom: 20px;
    padding: 0 10px;
    
}

footer h5 {
    color: #f33f3f; /*Keep h5 text color as red*/
}

footer p {
    color: white; /*White text color*/
    
}

footer ul.list-unstyled li a {
    color: white; /*White link color*/
    text-decoration: none;
}

footer .centered-content {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

footer .centered-content hr {
    border-top: 1px solid #eee;
    margin-bottom: 10px;
}

footer .centered-content p {
    color: white; /*White text color*/
}

/*Style the specific text in red*/
footer .column p a,
footer .centered-content p a {
    color: red; /*Red text color*/
   /* background-color: #000;*/ /*Black background color*/
    padding: 5px 10px;/* Add padding to the links for spacing*/
    text-decoration: none; /*Remove underlines from links*/
}

Style the hover effect for links
footer .column p a:hover,
footer .centered-content p a:hover {
    text-decoration: underline; /*Underline effect on hover*/
}
 */
 
/*  /* Footer */

 footer {
    background-color: #333;
    padding: 20px 0;
    font-size: 14px;
    color: white;
    text-align: center;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
   /* justify-content :  ;  
    gap: 20px; */
}

footer .column {
    flex: 1;
    padding: 0 10px;
    text-align: left;
}

footer .column:nth-child(2) {
    margin-left: 15%; 
}

footer h5 {
    color: #CBC3E3;
}

footer p {
    color: white;
    margin-bottom: 5px;
}

footer ul.list-unstyled li a {
    color: white;
    text-decoration: none;
}

footer .centered-content hr {
    border-top: 1px solid #eee;
    margin-bottom: 10px;
}

footer .centered-content p {
    color: white;
    margin-bottom: 5px;
}

footer .column p a,
footer .centered-content p a {
    color: #CBC3E3;
    text-decoration: none;
}

footer .column p a:hover,
footer .centered-content p a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    footer .container {
        flex-direction: column;
        text-align: center;
    }

    footer .column {
        width: 100%;
        margin: 10px 0;
    }
}  */

/* main footer {
	text-align: center;
}

footer .inner-content {
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding: 60px 0px;
}

footer .inner-content p {
	text-transform: uppercase;
}

footer .inner-content p a {
	color: #f33f3f;
	margin-left: 3px;
} */




/* Product Page */

.products {
	margin-top: 100px;
}

.products .filters {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.products .filters li {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #121212;
	display: inline-block;
	margin: 0px 10px;
	transition: all .3s;
	cursor: pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
  color: #f33f3f;
}

.products ul.pages {
	margin-top: 30px;
	text-align: center;
}

.products ul.pages li {
	display: inline-block;
	margin: 0px 2px;
}

.products ul.pages li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	transition: all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #f33f3f;
	border-color: #f33f3f;
	color: #fff;
}



/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-member {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
	overflow: hidden;
}

.team-member .down-content {
	padding: 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243,63,63,0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #f33f3f;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.team-member .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display: block;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
	margin-bottom: 20px;
}




/* Services */

.services {
	background-image: url(../images/services-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

.services .service-item {
	text-align: center;
}

.services .service-item .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

.services .service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #f33f3f;
	color: #fff;
	font-size: 32px;
}

.services .service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.services .service-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.services .service-item .down-content p {
	margin-bottom: 25px;
}




/* Clients */

.happy-clients {
	margin-top: 100px;
	margin-bottom: 40px;
}

.happy-clients .client-item img {
	max-width: 100%;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}

.happy-clients .client-item img:hover {
	opacity: 0.8;
}




/* /* Find Us */

.find-us {
	margin-top: 100px;
}

.find-us p {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.find-us h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.find-us .left-content {
	margin-left: 30px;
} */



/* Send Message */

/* Add this to your existing CSS or styles.css */
.send-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; /* Optionally, make the section fill the viewport height */
}

.contact-form {
  background-color: #fff; /* Optionally, add a background color to the form container */
  padding: 30px; /* Optionally, add some padding to the form container */
  border-radius: 5px; /* Optionally, round the corners of the form container */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Optionally, add a box shadow to the form container */
}

.contact-form input {
  font-size: 14px;
  width: 100%;
  height: 44px;
  display: inline-block;
  line-height: 42px;
  border: 1px solid #eee;
  border-radius: 5px; /* Optionally, round the corners of the input fields */
  margin-bottom: 20px; /* Adjusted margin for better spacing */
}

.contact-form input:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.contact-form textarea {
  font-size: 14px;
  width: 100%;
  min-width: 100%;
  min-height: 120px;
  height: 120px;
  max-height: 180px;
  border: 1px solid #eee;
  border-radius: 5px; /* Optionally, round the corners of the textarea */
  margin-bottom: 20px; /* Adjusted margin for better spacing */
}

.contact-form textarea:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.contact-form button.filled-button {
  background-color: #3B0E47;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
  border: none;
  outline: none;
  cursor: pointer;
  width: auto; /* Remove the width restriction for the button */
}

.contact-form button.filled-button:hover {
  background-color: #800080;
}

/* .form-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 20px; Adjust the margin to separate the form and image
} */


/* ch1 .send-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; Optionally, make the section fill the viewport height
} 


.contact-form {
  background-color: #fff; Optionally, add a background color to the form container
  padding: 30px; Optionally, add some padding to the form container
  border-radius: 5px; Optionally, round the corners of the form container
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); Optionally, add a box shadow to the form container
}

.contact-form input {
  font-size: 14px;
  width: 100%;
  height: 44px;
  display: inline-block;
  line-height: 42px;
  border: 1px solid #eee;
  border-radius: 5px; Optionally, round the corners of the input fields
  margin-bottom: 20px; Adjusted margin for better spacing
}

.contact-form input:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.contact-form textarea {
  font-size: 14px;
  width: 100%;
  min-width: 100%;
  min-height: 120px;
  height: 120px;
  max-height: 180px;
  border: 1px solid #eee;
  border-radius: 5px; Optionally, round the corners of the textarea
  margin-bottom: 20px; Adjusted margin for better spacing
}

.contact-form textarea:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.contact-form button.filled-button {
  background-color: #f33f3f;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
  border: none;
  outline: none;
  cursor: pointer;
  width: auto; Remove the width restriction for the button
}

.contact-form button.filled-button:hover {
  background-color: #121212;
}
 */

/* main .send-message {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; Optionally, make the section fill the viewport height
}

 .send-message {
	margin-top: 100px;
} 

.contact-form input {
	font-size: 14px;
	width: 100%;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form input:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form textarea {
	font-size: 14px;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 180px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form textarea:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form button.filled-button {
	background-color: #f33f3f;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
}

.contact-form button.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.accordion {
	margin-left: 30px;
}

.accordion a {
	cursor: pointer;
	font-size: 17px;
	color: #1a6692!important;
	margin-bottom: 20px;
	transition: all .3s;
}

.accordion a:hover {
	color: #f33f3f!important;
}

.accordion a.active {
  color: #f33f3f!important;
}

.accordion li .content {
  display: none;
  margin-top: 10px;
}

.accordion li:first-child {
	border-top: 1px solid #eee;
}

.accordion li {
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}
 */
 /* california */
 /* New heading styles specific to the California Privacy Policy page */
.california-heading {
    padding-top: 100px; /* Adjust as needed to prevent hiding behind the nav */
    text-align: center;
    margin-bottom: 1rem;
}

/* Ensure proper text alignment and spacing for all content */
.california-content h4.title,
.california-content p.description,
.california-content ol,
.california-content ul {
    text-align: justify;
    padding-right: 15px;
    padding-left: 15px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .california-heading {
        padding-top: 95px; /* Adjust based on the mobile navbar height */
    }
    /* Adjust text size and other responsive styles as needed */
    .california-content h4.title,
    .california-content p.description,
    .california-content ol,
    .california-content ul {
        text-align: left; /* or keep as justify, depending on your design needs */
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* Additional media queries for other breakpoints can be added as necessary */
 
/* do not sell */

/* Add your CSS styles here for further customization */
.services-bar {
    background-color: #f5f5f5;
    padding-top: 100px;
    display: flex;
  	justify-content: center;
}

.card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.text-center{
	margin-top: 0px;
	margin-bottom: 1rem;
}
.form-group {
    margin-bottom: 20px;
}

.form-check-label {
    font-size: 14px;
    display: block;
    position: relative;
    top: -0.3rem;
}

.form-check-input {
    margin-top: 2px;
    margin-right: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.btn-primary {
    background-color: #3B0E47;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;


/* responsive   */


/* Media query for small screens (up to 768px) */
@media screen and (max-width: 768px) {
    /* Header adjustments for smaller screens */
    header {
        height: auto;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-collapse {
        display: none;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-item {
        margin: 10px 0;
    }

    /* Banner adjustments for smaller screens */
    .banner {
        padding: 40px 0;
    }

    .banner h4 {
        font-size: 18px;
    }

    .banner h2 {
        font-size: 36px;
    }

    /* Product item adjustments for smaller screens */
    .product-item {
        width: 100%;
        margin-right: 0;
    }

    /* Footer adjustments for smaller screens */
    footer .container {
        flex-direction: column;
    }

    footer .column {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    footer .column h5 {
        margin-top: 20px;
    }

    footer p a,
    .centered-content p a {
        background-color: transparent;
        padding: 0;
    }
}

/* Media query for medium-sized screens (769px to 992px) */
@media screen and (min-width: 769px) and (max-width: 992px) {
    /* Add adjustments for medium-sized screens here */
}

/* Media query for large screens (greater than 992px) */
@media screen and (min-width: 993px) {
    /* Add adjustments for large screens here */
}

/* Existing CSS styles */

/* Media query for small screens (up to 768px) */
@media screen and (max-width: 768px) {
    .subscribe-text {
        font-size: 18px; /* Reduce font size for small screens */
    }

    .input-button-group {
        flex-direction: column; /* Stack input and button vertically */
        align-items: center;
    }

    input[type="email"] {
        margin-right: 0; /* Remove margin between input and button */
        margin-bottom: 10px; /* Add spacing below the input */
        width: 100%; /* Full width input */
    }

    button {
        margin-top: 10px; /* Add spacing above the button */
        width: 100%; /* Full width button */
    }
}

/* Media query for medium-sized screens (769px to 992px) */
@media screen and (min-width: 769px) and (max-width: 992px) {
    /* Add adjustments for medium-sized screens here */
}

/* Media query for large screens (greater than 992px) */
@media screen and (min-width: 993px) {
    /* Add adjustments for large screens here */
}

/* Media Query for Tablets */
@media (max-width: 992px) {
    .latest-products .product-item {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .latest-products .product-item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }
}








/* main Responsive Style */
/* @media (max-width: 768px) {
	.banner .text-content {
		width: 90%;
		margin-left: 5%;
	}
	.banner .text-content h4 {
		font-size: 22px;
	}

	.banner .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		padding: 180px 0px;
	}
	.page-heading .text-content h4 {
		font-size: 22px;
	}

	.page-heading .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.latest-products .section-heading a {
		float: none;
		margin-top: 0px;
		display: block;
		margin-bottom: 20px;
	}
	.product-item .down-content h4 {
		margin-bottom: 20px!important;
	}
	.product-item .down-content h6 {
		position: absolute!important;
		top: 30px!important;
		right: 30px!important;
	}
	.product-item .down-content span {
		position: absolute!important;
		right: 30px!important;
		bottom: 30px!important;
	}
	.best-features .left-content {
		margin-bottom: 30px;
	}
	.call-to-action .inner-content {
		text-align: center;
	}
	.call-to-action .inner-content .filled-button {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	.about-features img {
		margin-bottom: 30px;
	}
	.service-item {
		margin-bottom: 30px;
	}
	.find-us #map {
		margin-bottom: 30px;
	}
	.find-us .left-content {
		margin-left: 0px;
	}
	.send-message .accordion {
		margin-top: 30px;
		margin-left: 0px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 32px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #f33f3f!important;
		border-bottom: none!important;
		padding-bottom: 15px;
	}
	.product-item .down-content h4 {
		margin-bottom: 10px;
	}
	.product-item .down-content h6 {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.product-item .down-content span {
		position: relative;
		right: 0;
		bottom: 0;
	}
*/


  
  
  
  
  
  
  