/**
* Template Name: Shmritt - v3.7.0
* Template URL: https://shmritt.com/shmritt/
* Author: Ashok@Shriasys
* License: https://www.shriasys.com/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');*/

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a{
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p{
    text-align: justify !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ed1e2e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
  padding: 20px 0px 15px 5px;
}
.back-to-top:hover {
  background: #111;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.sc-7dvmpp-1{
    display: none !important;
}
.q8c6tt-2.jxPOhn{
    margin-top: -160px;
}
.jlzTty{
  right: 5px !important;
  width: 60px !important;
  height: 60px !important;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .products_section_footer_2{
      padding-top: 10px;
  }
  .gbAWcy{
   margin-right: -10px !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #222222 !important;
  height: 30px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: #fff;
  transition: 0.3s;
  margin-left: 20px;
  font-size: 18px;
}

#topbar .social-links a:hover {
  color: #fff;
}
.icon-twitter{
  filter: invert(100%);
  color: white;
 
  height: 13px !important;
  width: 13px !important;
  margin-top: -5px !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 100px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 70px;
}
#header img.logo {
  height: 100px;
  width: auto;
  object-fit: contain;
  margin-left: -15px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
/*.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}*/
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ed1e2e;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 500;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ed1e2e;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 768px) {
  .jxPOhn{
      margin-top: -140px !important;
  }
  .jlzTty{
    right: -7px !important;
    width: 55px !important;
    height: 55px !important;
  }
  .carousel-indicators{
    display: none;
  }
  #topbar .container{
    justify-content: center !important;
  }
  .form-contact-in{
    margin-top: 26px;
  }
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .section-header .coir-products-headingone{
    height: 328px !important;
  }
  
.q8c6tt-2.jxPOhn{
    margin-top: -140px;
}
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ed1e2e;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ed1e2e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*.carousel-item img{
    opacity: 0.8;
}*/
.carousel-item img.desktop{
  display: block !important;
 
}
.carousel-item img.mobile{
  display: none !important;
}

.carousel_home_class, .section-header{
  margin-top: 131px;
}
.section-header-home{
  margin-top: 0px !important;
}
.section-header-home h1{
    padding: 30px 0px;
    background: none;
    text-align: center !important;
    color:#111 !important;
    font-size:35px;
    font-weight: bold;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 10rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff !important;
    text-align: center;
    /* background:rgba(255,255,255,0.2); */
    background:rgba(0,0,0,0.5);
}
.carousel-caption1{
  position: absolute;
  right: 15%;
  top: 20%;
  /* bottom: 1% !important; */
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  color: #fff !important;
  text-align: center;

  /* background:rgba(255,255,255,0.2); */
  background:rgba(0,0,0,0.5);
}
.logo-banner1{
    position: absolute;
    right: 35%;
    bottom: 1%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
}
.logo-banner2{
  position: absolute;
  right: 15%;
  bottom: 1%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}
.carousel-caption h2, .carousel-caption h2{
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.carousel-caption h3, .carousel-caption h3{
  color: #ffffff;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-left: 8px !important;
}
.carousel-caption h2 .comp_heading, .carousel-caption1 h2 .comp_heading {
  color: #ed1e2e;
  font-weight: bold;
}
/*.carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(255,255,255,0.2);
  }*/
/*.carousel-caption h2 .tag_line_banner{
  font-size: 22px !important;
  padding-left: 10px !important;
}*/
.btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  /* position: absolute;
  left: 0%; */
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ed1e2e;
  text-align:center;
}
.btn-get-started:hover {
  background: #ed1e2e;
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}
.section-header-home h2{
  color: #ed1e2e !important;
}

.section-header h1{
  padding: 30px 0px 30px;
  text-align: center !important;
  color: #fff;
  background: #ed1e2e;
}
.section-header .coir-products-headingone{
  padding: 30px 0px 30px;
  text-align: center !important;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background:url('https://macseymor.ae/assets/img/coir-products/coir products manufacture and exporter.jpg');
  background-repeat:no-repeat;
  height:550px;
  background-size: cover; 
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  text-shadow: 5px 0px 5px #ccc;
  }
.section-header p{
  text-align: justify !important;
}
.services .section-header h2{
  padding: 30px 0px;
  background: none;
  text-align: center !important;
}

.services p{
  text-align: center !important;
}
.tab-content p{
  text-align: left !important;
}
.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #ed1e2e;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #ed1e2e;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }

}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (min-width: 1706px) {
  .logo-banner1{
    right: 30% !important;
  }
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  .carousel-item img.desktop{
    display: none !important;
  }
  .carousel-item img.mobile{
    display: block !important;
  }
  .carousel-caption h2, .carousel-caption1 h2{
    font-size: 24px !important;
  }
  .carousel-caption h3, .carousel-caption1 h3{
    font-size: 20px !important;
  }
  #header .logo{
    max-height:100px !important;
  }
  .logo-banner1{
    right: 52% !important;
    bottom: 0% !important;
  }
  .logo-banner2{
    right: 5% !important;
    bottom: 0% !important;
  }
}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.details a{
    color: #111;
}
.details a:hover{
    color: #ed1e2e;
}
.services .img {
  border-radius: 8px;
  overflow: hidden;
}
.services .img img {
  transition: 0.6s;
}
.services .details {
  /*height: 180px;*/
  padding: 0px 30px;
  margin: 10px 0px 30px;
  transition: all ease-in-out 0.3s;
  background:rgba(255,255,255, 0.9);
  position: relative;
  text-align: center;
  border: 1.5px solid #ed1e2e;
  border-radius: 8px;
}
.services .details .icon {
  margin: 0;
  width: 50px;
  height: 50px;
  background: #ed1e2e;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
  border: 6px solid var(--color-white);
}
.services .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}
.services .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .service-item:hover .details h3 {
  color: #ed1e2e;
}
.services .service-item{
  margin-left: 15px;
  margin-right: 15px;
}
.services .service-item:hover .details .icon {
  background: #fff;
  border: 2px solid #ed1e2e;
}
.services .service-item:hover .details .icon i {
  color: #ed1e2e;
}
.services .service-item:hover .img img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/


.featured-services{
  padding:30px 10px;
}
.featured-services .service-item img{
  height: 40px !important;
  width: 40px !important;
  justify-items: center !important;
}
.featured-services .service-item {
  transition: all ease-in-out 0.4s;
  background: var(--color-white);
  
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.featured-services .service-item .icon {
  margin-bottom: 10px;
}
.featured-services .service-item .icon i {
  color: #ed1e2e;
  font-size: 36px;
  transition: 0.3s;
}
.featured-services .service-item .icon i:hover {
  color: #ed1e2e;
  font-size: 36px;
  transition: 0.3s;
}
.featured-services .service-item h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}
.featured-services .section-header h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
  padding: 30px 0;
}
.featured-services .service-item h4 a {
  color: #ed1e2e;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.featured-services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.featured-services .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
}
.featured-services .service-item:hover h4 a {
  color: #ed1e2e;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#Bed-cover, #Pillow-cover, #Spices{
  background: #fff !important;
  padding-bottom: 20px;
  padding-top: 30px;
}
#Bed-cover .about p{
  text-align: center;
  color: #444;
}
#Bed-cover .about-img:before, #Pillow-cover .about-img:before, #Spices .about-img:before {
  position: absolute;
  inset: -60px 0 0 -60px;
  z-index: -1;
  content: "";
  background: url("../img/about-bg.png") top right;
  background-repeat: no-repeat;
  color: #111;
  
}
.about{
    background: #222222 !important;
    padding-bottom: 20px;
    padding-top: 30px;
}
.about .section-header h1{
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
  padding: 10px 0;
}
.about p{
  text-align: center;
  color: #fff;
}
.about .about-img {
  position: relative;
  margin: 60px 0 0 60px;
}
.about .about-img:before {
  position: absolute;
  inset: -60px 0 0 -60px;
  z-index: -1;
  content: "";
  background: url("../img/about-bg.png") top left;
  background-repeat: no-repeat;
}
.about .about-img img{
  margin-bottom: 10px;
}
.our_mission_text{
  font-size: 20px !important;
}
@media (max-width: 575px) {
  .about .about-img {
    margin: 30px 0 0 30px;
  }
  .about .about-img:before {
    inset: -30px 0 0 -30px;
  }
}
@media (max-width: 768px) {
  .about h3 {
    font-size: 28px;
  }
}
.about .nav-pills {
  border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.2);
}
.about .nav-pills li + li {
  margin-left: 40px;
}
.about .nav-link {
  background: none;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 12px 0;
  margin-bottom: -2px;
  border-radius: 0;
  font-family: var(--font-secondary);
}
.about .nav-link.active {
  color: #fff;
  background: none;
  border-bottom: 3px solid #ee2e24;
}
@media (max-width: 575px) {
  .about .nav-link {
    font-size: 16px;
  }
}
.about .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.about .tab-content i {
  font-size: 22px;
  line-height: 0;
  margin-right: 8px;
  color: #ee2e24;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.inner-banner{
    width: 100% !important;
}
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #002c5c;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ed1e2e;
  ;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 10px 0;
}
.contact .info-box p {
  color: #000;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center !important;
}
.contact .info-box p a{
color: #ed1e2e;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}
.card-header{
  background-color: rgba(0,0,0,.29) !important;
  font-size: 22px;
  text-align:center;
}
.card{
  border:none !important;
  margin-bottom: 10px;
}
.card-home-main img{
  height: 100px;
  width: 100px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed1e2e;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #106eea;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #002c5c;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #fff;
  color: #002c5c;
  border: 2px solid #002c5c;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stretched-link{
  text-align: center;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  /*padding: 0 0 30px 0;*/
  color: #fff;
  font-size: 14px;
  background: #f1f6fe;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}
#footer .footer-top {
  padding: 40px 0 30px 0;
  background: #000;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.footer-contact p{
    color:#fff;
}
#footer .footer-top .footer-contact h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #fff;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ee2e24;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ee2e24;
  margin-left: 3px;
}
#footer .footer-bottom .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ed1e2e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-bottom .social-links a img{
  height: 13px !important;
  width: 13px !important;
  margin-top: -5px !important;
}
#footer .footer-bottom .social-links a:hover {
  background: #ee2e24;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  /*text-align: center;
  float: left;*/
  color:#000;
}
#footer .copyright span a{
  color:#ed1e2e;
}
#footer .copyright span:hover a{
  color:#ed1e2e;
}
#footer .credits {
 /* float: right;
  text-align: center;*/
  font-size: 13px;
  color: #000;
}
#footer .credits a {
  color: #ed1e2e;
}
#footer .credits a:hover {
  color: #ed1e2e;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 0;
}
.coir-mats-images{
    height:250px;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
  .section-header h2{
    padding: 25px 0px 30px;
  }
  .icon.social1 {
    bottom: 13px !important;
    left: 13px !important;
  }

}

#main{
  margin-bottom: 30px;
}
/*******Mukesh custom css **********/
.card-title{
  color: #ee2e24;
  text-align: center;
}
.card-header, .nav-link{
  color: #ee2e24;  
}
.coirpith .carousel-caption{
  display: none !important;
}
.form-contact-in .form-control:focus{
  box-shadow: none !important;
  border-color: #ee2e24 !important;
}
.form-contact-in .submit-button{
   background: #fff !important;
   border-color: #ee2e24 !important;
   color: #ee2e24 !important;
}
.form-contact-in .submit-button:hover{
   background: #ee2e24 !important;
   color: #fff !important;
}
.cocopots .carousel-item img {
  opacity: 1;
}
.coirpith .carousel-item img {
  opacity: 1;
}
.gbAWcy{
   width: 60px !important;
   height: 60px !important;
   right: 0px !important;
   bottom: 70px !important;
   margin-right: 3px;
}
.icon.social1 {
    margin: 0 15px 0 0;
    cursor: pointer;
    background-color: #46C254;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    position: fixed;
    bottom: 17px;
    left: 17px;
    z-index: 99999;
    height: 55px;
    width: 55px;
    border-radius: 50px;
}
.icon.social1:hover {
    background-color:#46C254;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    -moz-filter:    drop-shadow(0 1px 10px rgba(0,0,0,.8));
    -ms-filter:         drop-shadow(0 1px 10px rgba(0,0,0,.8));
    -o-filter:      drop-shadow(0 1px 10px rgba(0,0,0,.8));
    filter:             drop-shadow(0 1px 10px rgba(0,0,0,.8));     
}
.icon.social1.whtapp i {
    color: #fff;
    font-size: 35px;
    padding:10px;
}

/*------------------------------------------
FAQ
------------------------------------------*/
.faq .accordion-flush .accordion-item .accordion-button{
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    margin-bottom: 10px;
}
.faq .accordion-button:not(.collapsed){
    background: rgba(0,0,0,.29) !important;
    color: #ee2e24 !important;
}
.advantage-list li{
    list-style-type:none;
}

/*------------------------------------------
our coir products
------------------------------------------*/
.our-coir-products img{
    border: 1px solid rgb(11 0 0 / 20%);
    border-radius: 100%;
    box-shadow:0px 0px 10px #dfdfdf;
    transition: transform 0.8s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.our-coir-products img:hover{
    transform: scale(1.1);
}
.our-coir-products h4{
    font-weight: 600;
    margin-top: 12px;
}
.our-coir-products h2{
    font-size:38px;
    font-weight:700;
}
.our-coir-products .contact-us{
    padding:8px 25px;
    display:inline-block;
    background:#EE2E24;
    color:#FFF;
    border-radius:5px;
    font-size:19px;
    font-weight:600;
}
.our-coir-products .our-coir-products-col{
    padding:30px;
}
.coir-products-card div.card-header{
   color: #000 !important;
   background: transparent !important;
   border:none !important;
}
.coir-products-card .card-body p.card-text{
  line-height: 35px;
  padding:0px 30px;
}
.coir-products-benefits h4{
  font-weight: 700 !important;
}
.coir-products-benefits p{
  line-height: 26px;
}
.anchor-text-coir-products{
  color: #000 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}
.anchor-text-coir-products:hover{
  color: #ee2e24 !important;
}

@media only screen and (max-width:600px){
    .our-coir-products .our-coir-products-col{
        padding:30px 60px 5px 60px;
    }
    .our-coir-products h2{
      font-size:23px;
    }
    .coir-products-card .card-body p.card-text{
     line-height: 32px;
     padding:0px;
  }
  .section-header .coir-products-headingone{
    background: url('https://macseymor.ae/assets/img/coir-products/coir products manufacture and exporter - mobile.jpg');
    padding: 30px 6px 30px;
    height:auto !important;
    background-position: center left;
  }
}
/*--------------------------------------------------------------
# Our Brands Section
--------------------------------------------------------------*/
.our-brands .brand-item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.our-brands .brand-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}
.our-brands .brand-item img {
  transition: transform 0.4s ease-in-out;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.our-brands .brand-item:hover img {
  transform: scale(1.05);
}
