/**
* Template Name: Company
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# Added    Main Color - #2b879a; #2b879a; 
--------------------------------------------------------------*/
/* Hide the scrollbar for webkit (Chrome, Safari, Edge) */

#log-output {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    font-family: monospace;
    font-size: 12px;
    z-index: 9999;
}


::-webkit-scrollbar {
    width: 1;
}

/* Hide the scrollbar for Firefox */
/* Note: This is a Firefox-specific feature and may not work on other browsers */
html {
    scrollbar-width: 1;
}

/* For IE and Edge, you can use an MS-specific rule, but it will affect all scrollbars on the page */
/* Note: This is an MS-specific feature and may not work on other browsers */
 body {
    -ms-overflow-style: none;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
} 

/* Order Preview Page */
.no-order-centered-message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;  /* Adjust height as needed */
}

.orderDetail-heading {
    margin-bottom: 2rem;
}
.orderDetail-details {
    font-size: 0.9rem;
}
.orderDetail-badge-bg {
    background-color: #007bff;
}
.orderDetail-table th, .orderDetail-table td {
    text-align: center;
    vertical-align: middle;
}

.orderDetail-table th {
    color: black; /* Set the text color to black or another visible color */
    background-color: #f8f9fa; /* Optionally, set a background color for better contrast */
}

.orderDetail-btn-primary {
    background-color: #007bff;
    border: none;
    color: white; /* Ensuring text color is white */
    margin-bottom: 10px;
}
.orderDetail-btn-primary:hover {
    background-color: #0056b3;
}

/* Hide mobile view by default and show only in small screens */
.orderDetail-mobile-view {
    display: none;
}

@media (max-width: 768px) {
    .orderDetail-details, .orderDetail-table {
        display: none; /* Hide the table and details on small screens */
    }
    .orderDetail-mobile-view {
        display: block; /* Show the mobile view on small screens */
    }
    .orderDetail-mobile-item {
        margin: 0.5rem 0;
    }
}

/* Default style */
.checkout-secure-image {
    width: 100%; /* or any default size */
    height: auto;
}

#addForm textarea {
    width: 100%; /* Ensures textarea doesn't exceed its container */
    max-width: 100%; /* Prevents the textarea from exceeding the modal width */
    box-sizing: border-box; /* Includes padding and border in the element's total width and height */
}

@media (max-width: 768px) { /* Adjusting for mobile devices */
    #addForm textarea {
        width: 100%; /* Ensures textarea doesn't exceed its container */
        max-width: 100%; /* Prevents the textarea from exceeding the modal width */
        box-sizing: border-box; /* Includes padding and border in the element's total width and height */
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .checkout-secure-image {
        width: 100%; /* smaller size on mobile */
        height: auto;
    }
}



.highlight {
    background-color: yellow;
    font-weight: bold;
    /*color: black;  Optional: Change text color if needed */
}

.custom-file-upload{

margin: 8px;
}

.designColorChoice{
    margin: 3px;
}

.nameTextbox{
    margin: 5px;
}

.card-text {
    height:auto; /* Adjust based on your font size and line height */
    overflow: hidden; /* Prevents text from overflowing the fixed height */
    padding: 0.5em; /* Adds padding to the inside of the element */
    margin: 0.5em; /* Adds margin outside the element */
    /* margin-bottom: 10px; */
    word-wrap: break-word; /* Ensures long words break and wrap to the next line */
    box-sizing: border-box; /* Ensures padding is included in the element's total height */
    font-weight: bold;
}


.productRow-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.productRow-card-img-top {
    flex: 0 0 60%; /* Fixed height: 80% */
    object-fit: cover; /* Ensures the image covers the area */
    width: 100%; /* Set width to 100% */
    height: auto; /* Maintain aspect ratio */
}

.productRow-card-body {
    flex: 1; /* Fixed height: 20% */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribute space evenly within */
}



#userInfo {
    background-color: #faf4c2; /* Light flat yellow */
    margin: 10px; /* Margin on all sides */
    font-weight: bold;
    border-radius: 5px;
    border: 1px;
    border-color: #000;
    border-style: solid;
    /* Additional styling if needed */
}


#fabricDemoCanvas {
    border: 1px solid black; /* Change 'black' to any color you prefer */
}


/* added 12/5/23 */
/* CSS for the modal */
.prod-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent black background */
    z-index: 98; /* Place it above other content */
  }

  /* Style for the modal */
  .prod-demo-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255); /* Background color of the modal */
    padding: 0px;
    z-index: 99; /* Place it above the overlay */
  }

  .product-preview-button
{
    margin-bottom: 10px;
    margin-top: 15px;
}
  .modal-buttons {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    border: 1px solid black;
}

.modal-buttons button {
    padding: 5px 10px;
    margin: 0 5px;
    /* Add more button styling as needed */
}

  /* Close button style */
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
    z-index: 99;
  }
 


.chibi-prod-btn {
    vertical-align: top;
    margin: 5px;
    border: 2px solid rgb(33, 21, 134);
    border-radius: 4px;
    padding: 5px 5px;
    /* color: white; */
    cursor: pointer;
    position: relative;
}

.chibi-prod-btn.selected {
    border: 2px solid yellow; /*rgb(24, 135, 44)*/
    border-radius: 4px;
    
    
    color: blue;
  }



.my-tooltip {
    position: absolute;
     width: auto; /* Set a fixed width for now */
    height: auto; /* Set a fixed height for now */
    overflow: visible; /* Ensure content overflows */
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
    top: 0px; /* adjust as needed */
    left: 50%;
    background-color: white;
    color: black;
    border-radius: 0px;
    display: none;
    /*visibility: hidden;*/
    transform: translateX(-50%) translateY(+100%);  /*centers the tooltip above the button */
    
     /* initially hidden */
    white-space: nowrap;
    font-size: 8px;
    z-index: 998;
}

.image-thumbnail{
    width: 80px;
    height: 80px;
    padding: 4px;
}

.imgThumbNailDiv{
    padding: 5px;
}



/* Added 9-8-23     */
.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
    }
    
.dropdown-hover>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}


.dropdown-menu {
    border-color: #2b879a;
    border-width: 2px;
    border-radius: 20px;
    width: 700; /* Remove fixed width */
    left: 60%; /* Reset the left position */
    /* Reset the transform */
    transform: translateX(-60%);
    position: static; /* Reset the positioning */
}

/* Add responsive styles to your existing styles */
@media (max-width: 768px) {
    .dropdown-menu {
        max-height: 400px; /* Adjust the max-height as needed for smaller screens */
        overflow-y: auto;
        width: 100%; /* Full width on small screens */
        left: 0; /* Reset the left position */
        transform: none; /* Reset the transform */
        position: static; /* Reset the positioning */
    }
}

@media (max-width: 768px) {
    .single-image {
        max-width: 200px; /* Adjust the width as needed */
    }
}

.cat-nav-menu{
    color: #0d6efd;   /*  #2b879a */
    text-decoration: none;
    font-weight: bold;
}

.promo-code{
    color: blue;   /*  #2b879a */
    text-decoration: none;
    font-weight: bold;
    font-weight: 800;
}

#blockoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100;
    height:100;
    z-index: 2;
}

/*  preview text for the index and shop preview cards */

.prod-preview-text {
    font-size: 0.8em; /* Adjust the value as needed */
    color: blue;
}

.review-text {
    font-size: 0.8em; /* Adjust the value as needed */
    /*color: blue;*/
}

.review-card{
    margin-bottom: 20px;
}

/* Media query for smaller devices, e.g., screens narrower than 768px */
/*
@media (max-width: 767px) {
    #background-image, #canvas1 {
        width: 30%;  
        height: auto; 
}*/
.prod-container {
    display: flex;
    flex-direction: column;
    height: 85%; /* This sets the container to the full viewport height */
    overflow: hidden;      /*This ensures the container itself doesn't scroll, but its children might */
    /* overflow: auto; */
    margin-bottom: 20px;
/*     overflow-y: scroll;
    overflow-x: hidden; */

  }

.lower-container{
    border: 2px;
    border-style: solid;
    border-color: navy;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 20px;

}

.right-column {
    max-height: calc(100vh);
    /*overflow-y: scroll;  Enable vertical scrolling for the right column */
    overflow: auto;
    
}

.product-description {
    margin-left: 20px;   /* Adds left margin */
    margin-right: 20px;  /* Adds right margin */
    margin-top: 20px;  /* Adds right margin */
    padding: 10px;       /* Adds padding inside the element */
    line-height: 1.6;    /* Improves readability */
    font-size: 18px;     /* Adjusts font size for better legibility */
    font-weight: 600; 
    color: #333;         /* Sets text color */
    background-color: #f9f9f9;  /* Sets a light background color */
    border-radius: 5px;  /* Adds rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);  /* Adds subtle shadow for depth */
}

@media (max-width: 768px) {
    .product-description {
        margin-left: 10px;   /* Adjusts left margin for mobile devices */
        margin-right: 10px;  /* Adjusts right margin for mobile devices */
        margin-top: 10px;
        font-size: 14px;     /* Adjusts font size for better readability on smaller screens */
        padding: 8px;        /* Adjusts padding for mobile devices */
    }
}


.description-box {
    border: 2px solid #ccc; /* Sets the border color to a light grey */
    border-radius: 8px; /* Rounded corners */
    padding: 10px; /* Padding inside the box */
    font-size: 12pt; /* Font size set to 12 points */
    text-align: left; /* Aligns text to the left */
    width: 95%;
    max-width: 95%; /* Maximum width of the box */
    margin: 20px 20px 20px 0; /* Adds space around the box */
    line-height: 1.5; /* Adjusts line spacing for readability */
    font-family: Arial, sans-serif; /* Sets a common, readable font */
}

.checkout-button {
    margin: 0 auto;
    margin-bottom: 30px; /* adjust this value as needed */
    width: 70%;
    text-align: center;
    padding-bottom: 30px;
    
}

.preview-checkout {
    text-align: center;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    height: 100%; 
}


.scrollable-content {
    max-height: 600px; /* Adjust this to your desired maximum height */
    overflow-y: auto;  /* Allow vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling */
    padding-bottom: 30px;
}

.overall-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}
.responsive-container {
    position: relative;
    overflow: hidden;
    width: 100%; /* Full width */
    
}
.responsive-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    object-fit: cover; /* Scale and crop the image to fit the container */
}


@media (max-width: 768px) {
    .right-column {
        max-height: 120vh;
        
        margin-bottom: 100px;
    }
    .card-margin {
        margin-bottom: 20px;
      }
    
}

.custom-span {
	margin-right: 5px; /* Set the right margin to 5 pixels (you can adjust the value as needed) */
	margin-left: -5px;
  }

.digital_desc {
	font-weight: bold;
	color: navy;
	background-color: #fff;
    margin-left: 10px;
  }

  #digital_desc.hidden {
    visibility: hidden;
}

  .larger-checkbox {
	/* Increase the size of the checkbox */
	transform: scale(1.5); /* You can adjust the scale factor as needed */
	margin-right: 10px; /* Add some spacing between checkbox and label */
  }


  .modalbox {
	width: 40%;
	margin: 0 auto;
	background: rgba(255,255,255,0.2);
	padding: 5px;
	border: 2px solid #fff;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
  }
  
  
  .overlay {
	position: fixed;

    top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
    z-index: 999;
  }
  .overlay:target {
	visibility: visible;
	opacity: 1;
  }
  
  .popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
  }
  
  .popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
  }
  .popup .close:hover {
	color: #06D85F;
  }
  .popup .content {
	max-height: 30%;
	overflow: auto;
  }
  
  @media screen and (max-width: 700px){
	.modalbox{
	  width: 70%;
	}
	.popup{
	  width: 70%;
	}
  }
  

.alert-font{
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
	font-weight: bold;
}

.checkout-table {
    border: 1px solid navy;
	width: 100%;
	font-weight: bold;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	
  }

.checkout-product-label {
	width: 150px;
}
  .checkout-table td:first-child {
    background-color: #2b879a;
    color: white;
	
  }
  .checkout-table td {
    padding: 3px;
	font-weight: bold;
  }

  .font-bold {
    font-weight: bold;
  }

.nav-item{

	color: #2b879a;

  }

.review-table{
    width: 80%;
}

.review-table-bordered{
    border: 2;
}

.custom-table-style td,
.custom-table-style th {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
thead th {
  color: #fff;
}

.card {
  border-radius: .5rem;
}
.card-margin {
    margin-bottom: 20px;
  }

.table-scroll {
  border-radius: .5rem;
}

.table-scroll table thead th {
  font-size: 1rem;
}
thead {
  top: 0;
  position: sticky;
}

.d-flex {
	height: auto;
	align-items: center;
	justify-content: center;
	
  }



.previewcheckbox-lg .form-check-input{
 top: 1.2rem;
 scale: 1.7;
 margin-right: 0.8rem;
  }
 
 .previewcheckbox-lg .form-check-label {
  padding-top: 13px;
  }

.custom-navbar {
  width: 80%;
  margin: 0 auto; /* Center the navbar horizontally */
  color: #2b879a;
}

.navbar-collapse {
    background: white;
}


.btn-checkout{
  background-color: #2b879a !important;
}

.color-button {
  background-color: rgb(254, 252, 252);
  color: green;
  border: 2px solid black;
  border-radius: 4px;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 5px;
}

.color-selected {
  border: 2px solid rgb(246, 126, 35); /*rgb(73, 244, 73)*/
  border-radius: 4px;
  background-color: rgb(171, 243, 246);
  color: blue;
}

.prodbutton {
  background-color: rgb(254, 252, 252);
  color: green;
  border: 2px solid black;
  border-radius: 4px;
  margin: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.selected {
  border: 2px solid rgb(246, 126, 35); /*rgb(73, 244, 73)*/
  border-radius: 4px;
  background-color: rgb(171, 243, 246);
  color: blue;
}

.konvajs-content {
  position: relative;
  top: 0;
  left: 0;
 /*  width: 450px;
  height: 500px; */
  overflow: auto;
  margin: 0 auto;
}

#canvascontainer_chibi{

    position: absolute; 
    

    margin: 0 auto;
   overflow: visible;   
    z-index: 10;

}

#canvascontainer {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
   overflow: auto;
   z-index: 10;
  /*border: #000;
  border-style: solid; */
}

#canvas {
  position: relative;
  /* width: 450px;
  height: '500px'; */
  overflow: hidden;
  border: #000;
  border-style: solid;
}

#background-image {
  width: auto;
  height: auto;
 
}

.outer-div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid ;
  border-width: 0px;
  border-color: #000;
  
  
}

.inner-div {
  border-style: solid ;
  border-width: 1px;
  border-color: #000;
  padding-top: 20px;
  margin-top: 20px;
  width: 90%;
  height: 90%;
}


.image {
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
}

.image.selected {
  border-color: green;
}

.image.selected::after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  /*background: url(path_to_checkmark.png) no-repeat center;*/
  background-size: contain;
}





a {
  font-size:14px;
  font-weight:700
}
.superNav {
  font-size:13px;
}
.form-control {
  outline:none !important;
  box-shadow: none !important;
}
@media screen and (max-width:540px){
  .centerOnMobile {
    text-align:center
  }
}


.container{
  display: flex;
  flex-direction: column;
}

.nav-container{
    display: flex;
    flex-direction: column;
  }

.outer-div {
  display: flex;
  align-items: center;
  justify-content: center;
  
  
}

.inner-div {
  border-style: solid ;
  border-width: 1px;
  border-color: #000;
  padding-top: 20px;
}



.shop-card {
  height: 400px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

}
.card-product:after {
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
}

.card-product .price-new, .card-product .price {
  margin-right: 5px;
  color: red;
  font-weight: 600;
}


.card-product .price-old {
  color: #999;
}

.card-product .img-wrap {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
  height: 260px;
  text-align: center;
  margin-top: 0px;

}

.card-product .img-wrap img {
 
 width: auto;
  height: 260px;
 /* max-height: 350px; 350*/
 max-width: 255px;
  
  border-radius: 6px;

}

.card-product .img-wrap:hover img {
	transform: scale(1); /* Adjust the scale factor as desired */
	transition: transform 0.3s ease-in-out; /* Adjust the transition duration as desired */
  }

 

.card-product .info-wrap {
  overflow: hidden;
  padding: 15px;
  border-top: 0px solid #eee;
}

.card-product .action-wrap {
  padding-top: 4px;
  margin-top: 4px;

}

.card-product .bottom-wrap {
  padding: 15px;
  border-top: 1px solid #eee;

}

.card-product .title {
  margin-top: 0px;
}

img.prodimg {
  border-radius: 6px;
}


.box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}

.box div {
  display: flex;
  width: auto;
  height: auto;
  margin: 2px;
}

.profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin-top: 0px;
  }
  
  .profile-box div {
    display: flex;
    width: auto;
    height: auto;
    margin: 2px;
  }
        
      

.formcontainer{
  height: 60vh; /* 100vh   */
  width: 80vw;  /* 100vw   */
  display: flex;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
}

a {
  color: #2b879a;   /*  3F0FB7 */
  text-decoration: none;
}

a:hover {
  color: #2ae149;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2b879a;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}


@media screen and (max-width: 767px) {
    #header {
        height: 80px;
        padding: 10px 0; 
        /* Adjust this value to whatever you feel is a suitable height for mobile devices */
    }
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #111;
}

#header .logo a span {
  color: #2b879a;
}

#header .logo img {
  max-height: 80px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin-left: 20px;
  border-left: 1px solid #c4c4c4;
}

.header-social-links a {
  color: #2b879a;   /*  #a0a0a0   */
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  padding-left: 20px;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #1a54a6;
}

@media (max-width: 768px) {
  .header-social-links {
    padding: 0 15px 0 0;
    border-left: 0;
  }
}

/*--------------------------------------------------------------
# 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 a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2b879a;  
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 16px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1a54a6;  
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
  border-top: 2px solid #2b879a;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #2b879a;  
}

.navbar .dropdown ul a i {
  font-size: 16px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1a54a6;  
}

.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%;
  }
}

@media (max-width: 768px) {
    .navbar {
      padding: 0.5rem 1rem;
    }
  }
  
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f7f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #2b879a;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b879a;
  min-height: 40px;
  margin-top: 72px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.breadcrumbs ol a {
  color: #fff;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

@media (max-width: 991px) {
  .breadcrumbs {
    margin-top: 58px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-us .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about-us .content ul {
  list-style: none;
  padding: 0;
}

.about-us .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about-us .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #2b879a;
}

.about-us .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #111;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #2b879a;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #847872;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #2b879a;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #2b879a;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #4d4643;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #2b879a;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #2b879a;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #2ae149;
}

.pricing .featured h3 {
  color: #fff;
  background: #2b879a;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #2b879a;
  color: #fff;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #2b879a;
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid #2b879a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: #2b879a;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  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;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #2b879a;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #2b879a;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #2ae149;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1e1e1e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

#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: #1ed33c;
  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: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  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: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #2b879a;
  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: #2ae149;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  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 .social-links a:hover {
  background: #2b879a;
  color: #fff;
  text-decoration: none;
}