
 
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400');

  body {
    font-family: 'Georgia', serif;
    overflow-x: hidden;
    background: #ecede9;
  }



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    line-height: normal;
  }

  h1 {
    font-size: 3em;
  }
  h2 {
    color: #e9511e;
    font-size: 3em;
    font-weight: normal;
    text-align: center;
  }
  /*------what vivente offer styles---*/
  h5 {
    color: #531906; /* Dark reddish-brown color for the text */
    font-size: 3.5em; /* Large font size, 4 times the size of the parent element's font size */
    font-weight: normal; /* Standard font weight, which is usually 400 */
    text-align: center; /* Centers the text horizontally within its container */
    margin-top: 0px; /* Adds 20px margin to the top */
    margin-bottom: 20px; /* Adds 20px margin to the bottom */
  }
  h6 {
    color: #531906;
    font-size: 3.5em; /* Reduced size */
    font-weight: normal;
    text-align: center;
    margin: 0; /* Removes top and bottom margins */
    padding: 0; /* Removes any padding */
    line-height: 1.2; /* Adjusts spacing between lines */
  }
  p {
    color: #411533;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #000000;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #ee1c1c;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 9px;
    height: 9px;
  }

  ::-webkit-scrollbar-thumb {
     cursor: pointer;
    background: #FF3C00;
  }

  .section-title {
    padding-bottom: 20px;
  }

  section {
    position: relative;
    padding: 20px 0;
  }

  #contact,
  footer {
    background: #ffffff;
    text-align: center;
  }

  .overlay {
    background: #67b2de;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #292E49, #536976);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #292E49, #536976); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .online-form {
    position: relative;
  }

  .online-form .form-control {
    border-color: #f50c0c;
    display: inline-block;
    vertical-align: top;
    border-radius: 60px;
    box-shadow: none;
    height: 60px;
    margin-right: 0.5em;
    padding-left: 30px;
  }

  .online-form input[type="email"] {
    width: 60%;
  }

  .online-form button {
    background: #dc5406;
    border: 0;
    color: #ffffff;
    position: absolute;
    right: 6em;
    width: 25%;
  }

  .online-form button:hover {
    background: #202020;
    color: #ffffff;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #cc5a03;
    border: 0;
    border-radius: 50px;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s 0.2s;
  }

  .section-btn:hover,
  .section-btn:focus {
    background: #202020;
    color: #ffffff;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #826f30;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/
  /*-----Collection Icon & Properties Logo----*/
  /* Section Styling */
#collectionlogo {
  padding: 10px 0; /* Add padding for spacing */
  background: #eeecea; /* Light gray background for the section - ---  */
  background-attachment: fixed; /* Parallax background effect */
}

#collectionlogo .section-title {
  text-align: center;
  margin-bottom: 10px;
}

#collectionlogo .section-title h1 {
  font-size: 46px;
  font-weight: normal;
  color: #320303; /* Dark color for the title */
}
/* Gallery Layout */
#collectionlogo .gallery-item {
  margin-bottom: 20px; /* Add spacing between images */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add smooth hover effect */
}
#collectionlogo .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 160px; /* Rounded corners for the images */
  box-shadow: 0 1px 5px #FF3C00; /* Add shadow for depth */
}

#collectionlogo .gallery-item:hover {
  transform: scale(1.05); /* Slight zoom on hover */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

/* Responsive Layout */
@media (max-width: 768px) {
  #collectionlogo .gallery-item {
      margin-bottom: 30px;
  }

  #collectionlogo .section-title h1 {
      font-size: 28px; /* Adjust font size for smaller screens */
  }
}

@media (max-width: 786px) {
  #collectionlogo .section-title h1 {
      font-size: 24px; /* Further reduce font size on very small screens */
  }
  #collectionlogo .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  #collectionlogo .col-md-4 {
      flex: 0 0 50%; /* Two items per row on small screens */
      max-width: 40%;
  }
}
/* Parallax Effect Styling */
#collectionlogo[data-stellar-background-ratio="0.8"] {
  background-position: center;
  background-size: cover;
}
/* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal content */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 10px;
  border: 1px solid #888;
  width: 60%;
}

/* Close button */
.close-button {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 25px;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Grid inside modal */
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.image-grid img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  padding: 5px;
}

/* You can adjust the grid layout and image sizes as needed */


/* Styling for Range of Products */
#ourcollection {
  padding-top: 0;
  padding-bottom: 0;
  padding: 5px 0;
  background-image: linear-gradient(to right,#e9e8e4,#ebede0);
}

.ourcollection .section-title {
  text-align: center;
  margin-bottom: 20px;
}

.ourcollection .gallery-item {
  margin-bottom: 20px;
}

.ourcollection .gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 1px 10px  #FF3C00;
  transition: transform 0.3s ease-in-out;
}

.ourcollection .gallery-item img:hover {
  transform: scale(1.08);
}
/* Font Styles---*/


.gallery-item {
  position: relative; /* Required to position the text on top of the image */
}

.image-title {
  position: absolute;
  bottom:  10px; /* Position text at the bottom of the image */
  left: 50px; /* Position text from the left */
  transform: translateX(-20%);
  background-color: transparent; /* Optional: Background for readability */
  color: #f0eeeb; /* Text color */
  padding: 10px;
  font-size: 25px;
  font-weight: bold;
  text-align: left; /* Center text inside the container */
  width: auto; /* Allow the width to adjust automatically based on the text */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Optional: Add shadow to make text stand out */
}
  
  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 10px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -1px;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav {
    margin-left: 8em;
  }

  .custom-navbar .nav li a {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    align-items: center;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 10px;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #e94f2c;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #e64f09;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 20px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #29ca8e;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #252525;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }
/* Style for the company logo */
.navbar {
  display: flex;
  justify-content: flex-left; /* Align logo to the right */
}

.navbar-brand .logo {
  max-height: 80px;
  width: auto;
  display: block;
  margin: -20px 0; /* Adjust as needed */
}




  /*---------------------------------------
      HOME          
  -----------------------------------------*/

  #home {
    background: url('../images/Home bG.jpg') no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    padding-top: 10em;
    text-align: center;
  }

  #home h1 {
    color: #f5f5f5fe;
    margin-top: 30px;
    font-weight: normal;
    margin-bottom: 40px;
  }

  .home-info {
    margin-top: 7em;
  }

  .home-info h3 {
    color: #cf0909;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 10px 0;
  }
  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/
/* Styling for the Feature Section */
#feature {
  padding: 25px 0;
  background-color: #f9f8f6;
}

#feature .section-title {
  text-align: center;
  margin-bottom: 10px;
}

#feature h1 {
  font-size: 46px;
  font-weight: normal;
  color: #000000;
}

/* Styling for the Tabs */
.nav-tabs {
  margin-bottom: 20px;
}

.nav-tabs li a {
  color: #FF3C00;
  font-weight: bold;
}

.nav-tabs .active a {
  color: #fff;
  background-color: #007BFF;
}

/* Tab Content */
.tab-pane-item {
  margin-bottom: 20px;
}

.tab-pane-item h2 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.tab-pane-item p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
  color: #000000;
}

/* Feature Image */
.feature-image img {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 0px 5px #FF3C00;
}

/* Responsive Layout */
@media (max-width: 768px) {
  #feature {
      padding: 40px 0;
  }

  .nav-tabs {
      font-size: 14px;
  }

  .tab-pane-item h2 {
      font-size: 20px;
  }

  .tab-pane-item p {
      font-size: 14px;
  }

  .feature-image {
      display: none;
  }
}
/* Feature New---*/
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Grid layout with flexible column sizes */
  gap: 80px; /* Space between images */
  justify-items: right; /* Center images horizontally within each grid cell */
  align-items: center; /* Center images vertically within each grid cell */
}

/* Image Item Styling */
.image-item {
  cursor: pointer;
  transition: transform 0.4s ease;
  width: 100%; /* Images take up full width of grid cell */
  max-width: 250px; /* Optional: limits image width to 250px */
  display: grid;
  justify-content: right; /* Centers image horizontally */
  align-items: center; /* Centers image vertically */
  position: relative;
  border-radius: 0px; /* Rounded corners for the images */
}

.image-item img {
  width: 120%; /* Ensures images fill their container */
  height: auto; /* Maintain aspect ratio */
  display: block;
  border-radius: 0px; /* Rounded corners for the images */
}

/* Feature Section Styling */
.feature-section {
  padding: 60px 0; /* Adding padding to the feature section */
}

/* Description Panel Styling */
.description-panel {
  padding: 30px;
  border: 0px transparent #ffffff;
  background-color: #ffffff;
  border-radius: 0px; /* Rounded corners for the description panel */
}

#imageTitle {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px; /* Space between title and description */
}

#imageDescription {
  font-size: 18px;
  text-align: justify;
  color: #333; /* Darker text for readability */
}

/* Hover Effect for Image Items */
.image-item:hover {
  transform: scale(0.8);
}

/* Responsive Design */
@media (max-width: 768px) {
  /* Adjust image grid layout for smaller screens */
  .image-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Smaller columns for mobile */
  }

  .description-panel h3 {
    font-size: 24px; /* Smaller title font size */
  }

  .description-panel p {
    font-size: 14px; /* Smaller description font size */
  }
}

@media (max-width: 480px) {
  .image-item {
    margin: 20px 0; /* Adjust margins for mobile */
  }

  #imageTitle {
    font-size: 26px; /* Reduce title size */
  }

  #imageDescription {
    font-size: 14px; /* Reduce description font size */
  }
}
  /*---------------------------------------
      ABOUT US             
  -----------------------------------------*/

  #about .col-md-4 {
    margin: 0;
    padding: 0;
  }

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
  }

  .team-thumb-up:after {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 5px solid #d1b2b2;
  }

  .team-thumb-down:after {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #c1a3a3;
  }

  .team-info {
    position: relative;
    padding: 45px;
    text-align: justify;

  }

  .team-info h2 {margin: 10px;}

  .team-info small {
    display: block;
    font-size: 18px;
    margin: 20px 0 5px 0;
  }

  .team-thumb img {
    width: 99%;
  }
  /*---------------------------------------
      TESTIMONIAL           
  -----------------------------------------*/
  #testimonial {
    background: #cbb5d1;
  }

  #testimonial .col-md-6 {
    margin: 0;
    padding: 0;
  }

  #testimonial .section-title {
    padding-bottom: 0;
  }

  #testimonial h1 {
    color: #ffffff;
  }

  .testimonial-image {
    background: url('../images/Testimonial1.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 65vh;
  }

  .testimonial-info {
    background: #522020;
    padding: 70px;
    height: 65vh;
  }

  .testimonial-info h3 {
    color: #e9e8e9;
    font-style: italic;
    text-align: justify;
    margin-top: 5px;
  }

  .testimonial-info .item {
    display: block;
    width: 100%;
  }

  .testimonial-item {
    margin: 20px 0;
  }

  .owl-carousel .owl-item img,
  .testimonial-item img,
  .testimonial-item h4 {
    color: #d9d9d9;
    display: inline-block;
    vertical-align: top;
  }

  .owl-carousel .owl-item img,
  .testimonial-item img {
    border: 3px solid #ffffff;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/
/* Basic styling for the contact section */
#contact {
  background-color: #ffffff; /* Light background color */
  padding: 10px 10px; /* Add some padding for top and bottom */
}

/* Styling for the section title */
#contact .section-title h1 {
  color: #301005; /* Dark reddish-brown color */
  font-size: 2.5em; /* Large title font size */
  text-align: center; /* Center the title */
  margin-bottom: 50px; /* Space below the title */
}

/* Contact Info styling for each column */
.contact-info {
  background-color: #ffffff; /* White background for each info box */
  border-radius: 40px; /* Rounded corners */
  padding: 10px; /* Padding inside each box */
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.732); /* Subtle shadow for depth */
  text-align: center; /* Center the text */
  transition: all 0.5s ease-in-out; /* Smooth hover transition */
}

.contact-info h3 {
  color: #f73e3e; /* Dark reddish-brown color for headings */
  font-size: 1.8em; /* Slightly larger font for section headings */
  margin-bottom: 10px; /* Space below the heading */
}

.contact-info p {
  color: #FF3C00; /* Dark text color for the content */
  font-size: 3em; /* Normal font size for the content */
  line-height: 1.3; /* Space out the lines for readability */
}

/* Styling for links, especially the email and terms & conditions */
.contact-info a {
  color: #ffffff; /* Dark reddish-brown color for links */
  text-decoration: none; /* Remove underline */
  font-weight: bold; /* Make the link bold */
}

.contact-info a:hover {
  color: #a4413e; /* Lighter color when hovering over the link */
  text-decoration: underline; /* Add underline on hover */
}

/* Responsive styling for the grid layout */
@media (max-width: 767px) {
  /* Stack the columns into two per row on smaller screens */
  .col-md-3 {
      margin-bottom: 60px; /* Add some space between columns */
  }
}

/* Styling for the Terms and Conditions section */
#contact .contact-info p {
  font-size: 1em;
  color: #ffffff;
}

/* Optional: Styling for the container if needed */
.container {
  max-width: 1200px; /* Maximum container width */
  margin: 20px auto; /* Center the container */
}

/* Padding for smaller screen sizes */
@media (max-width: 480px) {
  #contact {
      padding: 20px 20px; /* Add padding on smaller screens */
  }

  .contact-info {
      padding: 20px; /* Smaller padding for contact info */
  }
}
  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/
/* Footer Styles */
#footer {
  background-color: #f0b68f66; /* Dark background color for the footer */
  color: #fff; /* White text color */
  padding: 20px 0; /* Padding at the top and bottom */
  text-align: center; /* Centered text */
}

#footer .copyright-text {
  font-size: 1em; /* Regular font size */
  margin-bottom: 20px; /* Space below the copyright text */
  text-align: left; /* Align text to the left */
}

#footer .copyright-text a {
  color: #fff; /* White color for the link */
  text-decoration: none; /* Remove underline from links */
}

#footer .copyright-text a:hover {
  color: #a4413e; /* Reddish-brown color on hover */
}

/* Social Media Icons Styling */
#footer .social-icon {
  list-style: none; /* Remove default list styles */
  padding: 0;
  margin: 0; /* Remove margin for list */
}

#footer .social-icon li {
  display: inline-block; /* Display icons in a row */
  margin: 0 10px; /* Space between icons */
}

#footer .social-icon a {
  font-size: 2em; /* Size of the social media icons */
  color: #fff; /* Default color for icons */
  text-decoration: none; /* Remove underline from icons */
  transition: color 0.3s ease; /* Smooth color transition on hover */
}

/* Custom Social Media Icon Colors */
#footer .social-icon .fa-facebook-square {
  color: #3b5998; /* Facebook blue */
}

#footer .social-icon .fa-twitter {
  color: #1DA1F2; /* Twitter blue */
}

#footer .social-icon .fa-instagram {
  color: #E4405F; /* Instagram pinkish-red */
}

#footer .social-icon .fa-youtube {
  color: #FF0000; /* YouTube red */
}

#footer .social-icon .fa-linkedin {
  color: #0077B5; /* LinkedIn blue */
}

/* Hover Effect for Social Media Icons */
#footer .social-icon a:hover {
  opacity: 0.8; /* Slight opacity change on hover */
}

/* Responsive Design for Mobile */
@media (max-width: 767px) {
  #footer .copyright-text {
      text-align: center; /* Center the copyright text on mobile */
      margin-bottom: 10px; /* Adjust space for small screens */
  }

  #footer .social-icon li {
      margin: 0 5px; /* Reduce space between icons on small screens */
  }

  #footer .social-icon {
      text-align: center; /* Center icons on small screens */
  }
}
  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {

    .custom-navbar .navbar-nav {
      margin-left: 4em;
    }

    .home-info {
      margin-top: 40px;
    }
  }


  @media only screen and (max-width: 992px) {

    section {
      padding: 90px 0;
    }

    .custom-navbar .navbar-nav {
      margin-left: 0;
    }

    .custom-navbar .nav li a {
      font-size: 20px;
      padding-right: 15px;
      padding-left: 15px;
    }

    #feature .nav-tabs>li>a {
      font-size: 16px;
      text-align: center;
      margin-right: 20px;
    }

    .feature-image {
      bottom: -24em;
    }

    .pricing-thumb {
      margin-bottom: 30px;
    }

    footer {
      padding-bottom: 20px;
    }
  }


  @media screen and (max-width: 767px) {

    .section-title {
      padding-bottom: 20px;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #202020;
      font-weight: normal;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #656565;
    }

    .feature-image {
      position: relative;
      bottom: 0;
    }

    #about .col-md-4:nth-child(3n) .team-thumb {
      display: flex;
      -webkit-box-orient: vertical;
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
    }

    .team-thumb-down:after {
      top: -15px;
      bottom: inherit;
      border-top: inherit;
      border-bottom: 15px solid #ffffff;
    }

    .testimonial-image,
    .testimonial-info {
      height: 85vh;
    }

    .testimonial-info {
      padding: 10px;
    }
  }


  @media screen and (max-width: 480px) {

    .online-form input[type="email"],
    .online-form .form-control {
      width: 100%;
    }

    .online-form .form-control {
      display: block;
      margin: 20px auto;
    }

    .online-form button {
      position: relative;
      right: 0;
    }

    .testimonial-image,
    .testimonial-info {
      height: 80vh;
    }
  }
