@font-face {
  font-family: "medium";
  src: url(../Fonts/tajawal/Tajawal-Medium.ttf);
}

@font-face {
  font-family: "light";
  src: url(../Fonts/tajawal/Tajawal-Light.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../Fonts/tajawal/Tajawal-Bold.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: rtl;
  text-decoration: none;
  font-family: 'light';
}

/***************************** Global Style *****************************/
h1, h2, h3 {
  font-family: "bold";
}

h4, h5, h6 {
  font-family: "medium";
}

p {
  font-size: 12px;
  font-family: 'light';
  color: #555;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #2C3288;
}

.scroll-top-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: linear-gradient(-135deg, #8f9196, #0073b6);
  color: #000;
  text-align: center;
  line-height: 50px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
}

.scroll-top-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scroll-top-btn i {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/***************************** Animations *****************************/
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
            transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
            transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

/***************************** Start Edit Navbar & Footer *****************************/
.navbar .navbar-brand img {
  width: 150px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar .nav-item .nav-link {
  margin: 0px 15px;
  position: relative;
}

.navbar .nav-item .nav-link span {
  position: absolute;
  left: -10px;
  color: #999;
}

.navbar .nav-item .nav-link.active {
  color: #2C3288;
  font-weight: bold;
}

.navbar .nav-item .dropdown-menu {
  width: 200px;
  text-align: center;
  background-color: #fff;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 25px;
  line-height: 20px;
  font-size: 12px;
  color: #2C3288;
  border-bottom: 1px solid #eee;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background: #3e414c;
  color: #fff;
  font-weight: bold;
}

.navbar .left-links {
  position: relative;
  display: contents;
}

.navbar .left-links .search-container .dropdown-toggle::after {
  display: none;
}

.navbar .left-links .search-container .dropdown-menu {
  right: unset;
  left: 0;
  top: 75%;
  min-width: 20rem;
  background-color: #2e313b;
  border-radius: 5px;
  border: none;
  padding: 20px 10px;
}

.navbar .left-links .search-container .dropdown-menu .form-group {
  margin-bottom: 0;
  padding: .375rem 0rem;
}

.navbar .left-links .search-container .dropdown-menu .form-group .form-control {
  background-color: transparent;
  border: 1px solid #999;
  font-size: 13px;
  color: #fff;
}

.navbar .left-links .search-container .dropdown-menu .form-group .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.navbar .left-links .search-container .dropdown-menu .form-group .form-control:-ms-input-placeholder {
  color: #ccc;
}

.navbar .left-links .search-container .dropdown-menu .form-group .form-control::-ms-input-placeholder {
  color: #ccc;
}

.navbar .left-links .search-container .dropdown-menu .form-group .form-control::placeholder {
  color: #ccc;
}

.navbar .left-links .search-container .dropdown-menu .form-group .submit-btn {
  position: absolute;
  top: 30px;
  left: 14px;
  background-color: #2e313b;
  color: #fff;
  border: 1px solid #2e313b;
  border-radius: 15px;
}

.navbar .left-links .account-links {
  font-size: 13px;
}

.navbar .left-links .account-links a {
  margin: 0px 5px;
}

.navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #2C3288;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #2C3288;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

.footer {
  background-color: #2C3288;
  padding-top: 150px;
  margin-top: -100px;
}

.footer.pages-footer {
  padding-top: 50px;
  margin-top: 0px;
}

.footer .content {
  margin-bottom: 15px;
}

.footer .content h5 {
  color: #fff;
  margin-bottom: 1.3rem;
  font-size: 1.2rem;
}

.footer .content p {
  color: #eee;
  line-height: 1.8rem;
}

.footer .content .links a {
  display: block;
  font-size: 13px;
  color: #ccc;
  margin-bottom: 15px;
}

.footer .content .links a:hover {
  color: #fff;
  font-weight: bold;
}

.footer .copywrite {
  background-color: #14196C;
  padding: 25px 0px;
}

.footer .copywrite p {
  color: #ddd;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
}

/***************************** Start Edit Home Page *****************************/
header {
  background: url(../images/header-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: .5;
}

header .swiper-head {
  position: relative;
  overflow: hidden;
  height: 550px;
}

header .swiper-head .swiper-next {
  position: absolute;
  bottom: 50px;
  color: #fff;
  z-index: 5;
  right: 50px;
  font-size: 20px;
}

header .swiper-head .swiper-prev {
  position: absolute;
  bottom: 50px;
  color: #fff;
  z-index: 5;
  right: 220px;
  font-size: 20px;
}

header .swiper-head .swiper-numbers {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 42px;
  color: #fff;
  z-index: 5;
  right: 105px;
  font-size: 15px;
  direction: ltr;
}

header .swiper-head .swiper-numbers span {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  padding: 0 5px;
}

header .swiper-head .swiper-numbers .swiper-pagination-total {
  font-size: 25px;
}

header .swiper-head .swiper-notification {
  position: absolute;
}

header .swiper-head .swiper-pagination {
  position: absolute;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: 30px !important;
  bottom: 42px !important;
}

header .swiper-head .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  border-radius: 25px;
  background: #ccc;
  display: inline-block;
}

header .items {
  min-height: calc(100vh - 100px);
  position: relative;
  padding-top: 150px;
}

header .items .content span {
  width: 140px;
  height: 35px;
  line-height: 40px;
  background-color: #fff;
  color: #333;
  display: block;
  margin: auto;
}

header .items .content h1 {
  color: #fff;
  margin: 1rem 0rem;
  font-family: 'medium';
  font-size: calc(2.5vw + 20px);
}

header .items .content a {
  color: #fff;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
  display: block;
  margin: auto;
  font-size: 18px;
}

header .items .content a i {
  margin-left: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

header .items .content a:hover {
  border: 1px solid #2C3288;
  background-color: #2C3288;
}

header .items .content a:hover i {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
          animation: rotate-center 0.6s ease-in-out both;
}

header .swiper-slide-active .content span {
  -webkit-animation: tilt-in-fwd-tr 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: tilt-in-fwd-tr 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

header .swiper-slide-active .content h1 {
  -webkit-animation: tilt-in-fwd-tr 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: tilt-in-fwd-tr 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

header .swiper-slide-active .content a {
  -webkit-animation: tilt-in-fwd-tr 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: tilt-in-fwd-tr 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.about {
  padding: 50px 0px 0px 0px;
  overflow: hidden;
}

.about .about-carousel.owl-theme .owl-nav {
  display: inline-block;
  text-align: center;
  position: absolute;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 100px;
}

.about .about-carousel.owl-theme .owl-nav button {
  width: 35px;
  height: 35px;
  line-height: 30px;
  border: 1px solid #777;
  color: #777;
  border-radius: 50%;
  font-size: 25px;
  display: inline-block;
}

.about .about-carousel.owl-theme .owl-nav button span {
  font-family: monospace;
}

.about .about-carousel.owl-theme .owl-nav button:hover {
  background-color: #2C3288;
  color: #fff;
}

.about .about-carousel .text {
  padding: 0px 80px;
  margin: 40px 0px;
  height: 500px;
}

.about .about-carousel .text p {
  font-size: 16px;
  line-height: 1.8rem;
  color: #9E9E9E;
  margin-top: 1.5rem;
}

.about .image-content {
  position: relative;
  height: 500px;
}

.about .image-content .logo {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about .image-content .square {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-left: 50px solid #2C3288;
}

.about .image-content .square::after {
  content: '';
  width: 300px;
  height: 50px;
  background-color: #2C3288;
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
}

.about .image-content .square::before {
  content: '';
  width: 300px;
  height: 50px;
  background-color: #2C3288;
  position: absolute;
  bottom: 0;
  left: -1px;
  display: block;
}

.sections {
  padding-bottom: 50px;
}

.sections .text p {
  margin-top: 1rem;
  font-size: 15px;
}

.sections .card {
  height: 200px;
  position: relative;
  overflow: hidden;
  border: none;
  padding: 0;
}

.sections .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s;
  transition: .5s;
}

.sections .card .section-name {
  position: absolute;
  bottom: -1px;
  left: -18px;
  width: 250px;
  height: 70px;
  background-color: #2C3288;
  color: #fff;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  border: 1px solid #2C3288;
}

.sections .card .section-name h6 {
  margin-bottom: 0;
  line-height: 70px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  font-family: 'light';
  font-size: 20px;
}

.sections .card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.latest-products {
  padding: 50px 0px;
}

.latest-products .text p {
  margin-top: 1rem;
  font-size: 15px;
}

.latest-products .card {
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
}

.latest-products .card .image-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.latest-products .card .image-content img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.latest-products .card .image-content .overlay {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #2C3288;
  opacity: 0;
  text-align: center;
}

.latest-products .card .image-content .overlay i {
  color: #fff;
}

.latest-products .card .card-body h6 {
  font-size: 1.2rem;
  color: #2C3288;
}

.latest-products .card .card-body .price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #bbbaba;
}

.latest-products .card:hover .overlay {
  -webkit-animation: zoomIn .5s both;
          animation: zoomIn .5s both;
  opacity: .8;
}

.latest-products .links-btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #2C3288;
  color: #2C3288;
  margin: auto;
  display: block;
  font-size: 15px;
}

.latest-products .links-btn i {
  margin-left: 5px;
}

.latest-products .links-btn:hover {
  background-color: #2C3288;
  color: #fff;
}

.latest-products .links-btn:hover i {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
          animation: rotate-center 0.6s ease-in-out both;
}

.subscribe {
  padding: 50px 0px 0px 0px;
}

.subscribe .subscribe-inner {
  padding: 80px 10px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 10px 0px #ddd;
          box-shadow: 0px 0px 10px 0px #ddd;
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.subscribe .subscribe-inner .text-content p {
  margin: 1rem 0rem;
}

.subscribe .subscribe-inner .text-content .form-group {
  position: relative;
  margin-top: 1.5rem;
}

.subscribe .subscribe-inner .text-content .form-group .form-control {
  border-radius: 25px;
  height: 45px;
  padding-right: 135px;
}

.subscribe .subscribe-inner .text-content .form-group .submit-btn {
  background-color: #2C3288;
  color: #fff;
  border: 1px solid #2C3288;
  border-radius: 25px;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 120px;
  height: 40px;
}

/***************************** Start Edit contact us Page *****************************/
.page-heading {
  margin: 20px 0px 0px 0px;
  background: url(../images/page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0px;
  position: relative;
}

.page-heading .overlay {
  background-color: #555;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.page-heading .text {
  color: #fff;
  position: relative;
  z-index: 9;
}

.page-heading .breadcrumb {
  position: relative;
  z-index: 9;
  background-color: transparent;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 15px;
}

.page-heading .breadcrumb .breadcrumb-item {
  position: relative;
  width: 120px;
}

.page-heading .breadcrumb .breadcrumb-item::before {
  display: none;
}

.page-heading .breadcrumb .breadcrumb-item a {
  color: #ddd;
  font-weight: bold;
  font-size: 15px;
}

.page-heading .breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 90px;
}

.page-heading .breadcrumb .breadcrumb-item i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #ddd;
}

.contact-wrapper {
  padding: 50px 0px;
}

.contact-wrapper .item {
  display: block;
  margin-bottom: 30px;
}

.contact-wrapper .item .inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contact-wrapper .item .inner .icon-container {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border: 1px dashed #2C3288;
  color: #2C3288;
}

.contact-wrapper .item .inner .text {
  margin-right: 15px;
}

.contact-wrapper .item .inner .text p {
  font-size: 15px;
}

.contact-wrapper .contact-form .form-control {
  height: calc(1.5em + 1.75rem + 2px);
  font-size: 12px;
  margin-bottom: 15px;
}

.contact-wrapper .contact-form .form-control.textarea {
  height: 220px;
}

.contact-wrapper .contact-form .submit-btn {
  background-color: #2C3288;
  color: #fff;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #2C3288;
  border-radius: 5px;
  margin: auto;
  font-size: 15px;
}

.contact-wrapper .map-container {
  margin: 50px 0px 0px 0px;
}

/***************************** Start Edit about Page *****************************/
.about-wrapper {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

.about-wrapper::after {
  content: '';
  background-color: #eee;
  height: 100%;
  width: 320px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.about-wrapper .text {
  padding: 0px 15px;
  position: relative;
  z-index: 9;
}

.about-wrapper .text span {
  font-size: 13px;
}

.about-wrapper .text h4 {
  margin: 1rem 0rem 1.5rem;
  position: relative;
}

.about-wrapper .text h4::after {
  content: '';
  position: absolute;
  top: 40px;
  right: 0;
  width: 80px;
  height: 1px;
  background-color: #2C3288;
}

.about-wrapper .text p {
  line-height: 1.8rem;
  font-size: 15px;
  margin: 10px 0px;
}

.about-wrapper .image-content {
  width: 100%;
  height: 300px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.about-wrapper .image-content .about-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-wrapper .image-content .video-container {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #404145;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .9;
  color: #5d64c7;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  text-align: center;
  font-size: 23px;
}

.about-wrapper .image-content:hover i {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
          animation: rotate-center 0.6s ease-in-out both;
}

.serving {
  padding: 70px 0px;
  background: url(../images/bg-about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.serving::after {
  content: '';
  background: url(../images/pattern.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.serving .text {
  position: relative;
  z-index: 9;
}

.serving .text h2 {
  margin: 0rem 0rem 1.5rem;
  position: relative;
}

.serving .text h2::after {
  content: '';
  position: absolute;
  top: 50px;
  right: 0;
  width: 80px;
  height: 2px;
  background-color: #2C3288;
}

.serving .text p {
  font-size: 17px;
  line-height: 1.8rem;
  margin-top: 2.5rem;
}

.serving .link-btn {
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #2C3288;
  color: #fff;
  font-size: 14px;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 90;
  margin: auto;
}

.about-goals {
  padding: 70px 0px;
  overflow: hidden;
}

.about-goals .card {
  padding: .75rem;
  border: none;
}

.about-goals .card.middle {
  border-right: 2px solid #eee !important;
  border-left: 2px solid #eee !important;
}

.about-goals .card img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  -webkit-filter: invert(21%) sepia(13%) saturate(6428%) hue-rotate(211deg) brightness(93%) contrast(95%);
          filter: invert(21%) sepia(13%) saturate(6428%) hue-rotate(211deg) brightness(93%) contrast(95%);
}

.about-goals .card h4 {
  margin: 1.3rem 0rem 1rem;
  color: #555;
}

.about-goals .card p {
  font-size: 13px;
  line-height: 1.5rem;
}

/***************************** Start Edit products-wrapper Page *****************************/
.products-wrapper {
  padding: 70px 0px;
}

.products-wrapper .card {
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
}

.products-wrapper .card .image-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.products-wrapper .card .image-content img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-wrapper .card .image-content .overlay {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #2C3288;
  opacity: 0;
  text-align: center;
}

.products-wrapper .card .image-content .overlay i {
  color: #fff;
}

.products-wrapper .card .card-body h6 {
  font-size: 1.2rem;
  color: #2C3288;
}

.products-wrapper .card .card-body .price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #bbbaba;
}

.products-wrapper .card:hover .overlay {
  -webkit-animation: zoomIn .5s both;
          animation: zoomIn .5s both;
  opacity: .8;
}

/***************************** Start Edit single-product Page *****************************/
.single-product {
  padding: 50px 0px;
}

.single-product .product-carousel.owl-theme {
  position: relative;
}

.single-product .product-carousel.owl-theme .owl-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-product .product-carousel.owl-theme .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #333;
  line-height: 50px;
  text-align: center;
  opacity: .8;
  border-radius: 50%;
  font-size: 25px;
}

.single-product .product-carousel.owl-theme .owl-nav button span {
  font-family: monospace;
}

.single-product .product-carousel.owl-theme .owl-nav button:hover {
  background-color: #2C3288;
  color: #fff;
  opacity: 1;
}

.single-product .product-description {
  padding-top: 30px;
}

.single-product .product-description .nav-tabs .nav-link {
  color: #555;
  border: none;
  border-bottom: 2px solid transparent;
}

.single-product .product-description .nav-tabs .nav-link.active {
  color: #2C3288;
  background-color: transparent;
  border-bottom: 2px solid #2C3288;
  font-weight: 600;
}

.single-product .product-description .description {
  padding: 20px;
  font-size: 13px;
  color: #666;
  line-height: 1.6rem;
}

.single-product .product-description .table {
  font-size: 13px;
  padding: 20px;
  margin-top: 20px;
}

.single-product .product-details {
  margin: 10px;
  width: 100%;
}

.single-product .product-details .details {
  width: 100%;
}

.single-product .product-details .details p {
  font-size: 13px;
  margin: .75rem 0rem;
}

.single-product .product-details .details p b {
  margin-left: 5px;
}

.single-product .product-details .details .custom {
  color: #20913e;
}

.single-product .product-details .details .price {
  direction: ltr;
  font-weight: lighter;
  color: #2C3288;
  margin: 1rem  0rem 0rem 0rem;
}

.single-product .product-details .details .price span {
  font-weight: bold;
  font-size: 40px;
  color: #2C3288;
}

.single-product .product-details .details .tax {
  margin: 0;
}

.single-product .product-details .quantity {
  margin: 25px 0px;
}

.single-product .product-details .quantity .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #2C3288;
}

.single-product .product-details .cart-btn {
  background-color: #2C3288;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  border: 1px solid #2C3288;
  display: block;
  border-radius: 5px;
}

.single-product .product-details .cart-btn i {
  margin-left: 5px;
}

.single-product .modal .modal-body label {
  font-weight: bold;
  color: #555;
  font-size: 14px;
}

.single-product .modal .modal-body .form-control {
  font-size: 12px;
  height: calc(1.75rem + 0.75rem + 2px);
}

.single-product .modal .btn-primary {
  margin: auto;
  background-color: #2C3288;
  border: 1px solid #2C3288;
  width: 160px;
  height: 40px;
}
/*# sourceMappingURL=style.css.map */