/*!
Theme Name: Oman Cosmetics Factory
Theme URI: http://underscores.me/
Author: Shahin
Author URI: http://radontheme.com/
Description: Oman Cosmetics Factory
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oman-cosmetics-factory
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Oman Cosmetics Factory is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.cookcodesmenu_menu {
  display: none !important;
}

.acurate {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 26px;
  font-weight: 400;
}

.header-top-area {
  border-top: 5px solid #102245;
  padding: 15px 0;
}

.header-top-area .header-top-left {
  padding-top: 60px;
}

.header-top-area .header-top-left ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.header-top-area .header-top-left ul li .search {
  display: block;
}

.header-top-area .header-top-left ul li .search-box {
  position: absolute;
  display: none;
}

.header-top-area .header-top-left ul li .search-box form {
  position: relative;
  right: 0;
  top: 0;
  z-index: 999;
}

.header-top-area .header-top-left ul li .search-box input {
  width: 250px !important;
  border-radius: 0px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #b1a75c;
  z-index: 999;
  height: 46px;
}

.header-top-area .header-top-left ul li .search-box button {
  width: 65px !important;
  background: #b1a75c;
  color: #fff;
  font-weight: 600;
  border: 1px solid #b1a75c;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  cursor: pointer;
}

.header-top-area .logo-area a {
  display: block;
}

.header-top-area .header-top-right {
  padding-top: 60px;
}

.header-top-area .header-top-right .min-cart a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #102245;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 30px;
}

.header-top-area .header-top-right .min-cart a span {
  position: absolute;
  top: 0px;
  right: -13px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #b1a75c;
  text-align: center;
  color: #fff;
}

.header-top-area .header-top-right .min-cart .content h4 {
  font-size: 18px;
  color: #102245;
  margin-bottom: 0;
  font-weight: 600;
}

.header-top-area .header-top-right .min-cart .content strong {
  font-weight: 600;
  color: #b1a75c;
}

@media (max-width: 767px) {
  .header-top-area .header-top-left,
  .logo-area {
    padding-top: 15px;
    text-align: center;
  }
  .header-top-area .header-top-right .min-cart a {
    float: inherit;
    margin-right: 0;
    margin: 0 auto;
  }
  .min-cart {
    text-align: center;
  }
  .logo-area img {
    width: 80%;
  }
}

.main-header {
  border-top: 2px solid #eeeeee;
}

.main-header .main-menu-area {
  position: relative;
}

.main-header .main-menu-area .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.main-header .main-menu-area .main-menu ul li {
  display: inline-block;
  padding: 15px 30px;
  position: relative;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.main-header .main-menu-area .main-menu ul li.home_menu {
  padding: 21px 15px;
}

.main-header .main-menu-area .main-menu ul li:hover, .main-header .main-menu-area .main-menu ul li.current_page_item {
  color: #102245;
}

.main-header .main-menu-area .main-menu ul li:hover:after, .main-header .main-menu-area .main-menu ul li.current_page_item:after {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 0;
  background: #102245;
  margin: 0 auto;
  content: "";
  height: 3px;
}

.main-header .main-menu-area .main-menu ul li:hover a, .main-header .main-menu-area .main-menu ul li.current_page_item a {
  color: #102245;
}

.main-header .main-menu-area .main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  top: 100%;
}

.main-header .main-menu-area .main-menu ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  width: 200px;
  position: absolute;
  top: 130%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  transition: all 0.3s ease-in-out;
  transform-origin: 0 0 0;
  z-index: 9;
}

.main-header .main-menu-area .main-menu ul li .sub-menu li {
  display: block;
  border-top: 1px solid #555;
  padding: 0;
}

.main-header .main-menu-area .main-menu ul li .sub-menu li:after {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 0;
  background: #102245;
  margin: 0 auto;
  content: "";
  height: 3px;
  display: none;
}

.main-header .main-menu-area .main-menu ul li .sub-menu li:hover {
  background: transparent;
}

.main-header .main-menu-area .main-menu ul li .sub-menu li:hover .sub-menu {
  left: 200px !important;
  top: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.main-header .main-menu-area .main-menu ul li .sub-menu li:first-child a {
  text-indent: inherit;
  width: inherit;
  height: inherit;
  position: relative;
}

.main-header .main-menu-area .main-menu ul li .sub-menu li a {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  padding: 7px 15px;
  transition: all 0.3s ease-in-out;
}

.main-header .main-menu-area .main-menu ul li .sub-menu li a:hover {
  color: #fff;
  background: #102245;
}

.main-header .main-menu-area .main-menu ul li .sub-menu li .sub-menu {
  left: 0px !important;
  top: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: 0 !important;
}

.main-header .main-menu-area .main-menu ul li a {
  display: block;
  color: #7e7e7e;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

@media (max-width: 991px) {
  .cookcodesmenu_menu {
    display: block !important;
  }
  .main-header {
    display: none !important;
  }
}

footer .newslater-area {
  padding: 50px 0;
  background: #102245;
}

footer .newslater-area h2 {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

footer .newslater-area p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

footer .newslater-area form {
  width: 100%;
  position: relative;
}

footer .newslater-area form input {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 2px solid #999;
  color: #fff;
  padding: 5px 15px;
}

footer .newslater-area form [type=submit] {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid #b1a75c;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-left: 10px;
}

footer .newslater-area form [type=submit]:hover {
  background: #b1a75c;
}

footer .footer_middle_area {
  background: #0e1d3b;
  padding: 30px 0 30px;
}

footer .footer_middle_area .contact-info {
  position: relative;
}

footer .footer_middle_area .contact-info:after {
  position: absolute;
  right: 30%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #333;
  content: "";
}

footer .footer_middle_area img {
  margin-top: 20px;
}

footer .footer_middle_area .widget {
  margin: 15px 0;
}

footer .footer_middle_area .widget .widget-title {
  font-size: 28px;
  font-weight: 400;
  color: #b1a75c;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

footer .footer_middle_area .widget ul {
  margin: 0;
  padding: 0;
}

footer .footer_middle_area .widget ul li {
  display: block;
  position: relative;
}

footer .footer_middle_area .widget ul li ul {
  margin-left: 25px;
}

footer .footer_middle_area .widget ul li ul li {
  position: relative;
}

footer .footer_middle_area .widget ul li ul li:before {
  position: absolute;
  left: -15px;
  top: 15px;
  content: "";
  width: 8px;
  height: 8px;
  background: #b1a75c;
  border-radius: 100%;
}

footer .footer_middle_area .widget ul li a {
  color: #fff;
  padding: 5px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}

footer .footer_middle_area .widget ul li a:hover {
  color: #b1a75c;
  transition: all 0.3s ease-in-out;
}

footer .footer_middle_area .widget .textwidget ul {
  margin: 0;
  padding: 0;
}

footer .footer_middle_area .widget .textwidget ul.social_icon {
  text-align: left;
}

footer .footer_middle_area .widget .textwidget ul.social_icon li {
  display: inline-block;
  margin-right: 8px;
}

footer .footer_middle_area .widget .textwidget ul.social_icon li a i {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}

footer .footer_middle_area .widget .textwidget ul.social_icon li a i:hover {
  color: #b1a75c;
}

footer .footer_middle_area .widget .textwidget ul li {
  display: block;
  position: relative;
  margin-left: 0px;
}

footer .footer_middle_area .widget .textwidget ul li a {
  color: #fff;
  padding: 5px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}

footer .footer_middle_area .widget .textwidget ul li a:hover {
  color: #b1a75c;
  transition: all 0.3s ease-in-out;
}

footer .footer_middle_area .widget .textwidget ul li a i {
  font-size: 20px;
  margin-right: 8px;
  color: #b1a75c;
}

footer .footer_middle_area .widget .textwidget .contact-us ul {
  margin: 0;
  padding: 0;
}

footer .footer_middle_area .widget .textwidget .contact-us ul.social_icon {
  text-align: center;
}

footer .footer_middle_area .widget .textwidget .contact-us ul.social_icon li {
  display: inline-block;
  margin: 8px;
}

footer .footer_middle_area .widget .textwidget .contact-us ul.social_icon li a i {
  color: #b1a75c;
  font-size: 30px;
  font-weight: 800;
}

footer .footer_middle_area .widget .textwidget .contact-us ul li {
  display: block;
  position: relative;
  margin-left: 0px;
}

footer .footer_middle_area .widget .textwidget .contact-us ul li a {
  color: #fff;
  padding: 5px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}

footer .footer_middle_area .widget .textwidget .contact-us ul li a:hover {
  color: #b1a75c;
  transition: all 0.3s ease-in-out;
}

footer .footer_middle_area .widget .textwidget .contact-us ul li a i {
  font-size: 20px;
  margin-right: 8px;
  color: #b1a75c;
}

footer .footer_middle_area .widget .textwidget p {
  color: #fff;
}

footer .footer_middle_area .widget form {
  color: #fff;
}

footer .footer_middle_area .widget form p {
  color: yellow;
  position: relative;
}

footer .footer_middle_area .widget form p input {
  height: 40px;
  width: 100%;
  border: 1px solid #fff;
  padding: 5px 15px;
  box-shadow: none;
  background: transparent;
  color: #fff;
}

footer .footer_middle_area .widget form p input:focus {
  border: 1px solid #fff;
  box-shadow: none;
}

footer .footer_middle_area .widget form p i {
  position: absolute;
  right: 9px;
  top: 10px;
  cursor: pointer;
}

footer .footer_copyright {
  background: #0e1d3b;
}

footer .footer_copyright p {
  padding: 30px 0;
  border-top: 1px solid #999;
  margin: 0;
  font-size: 18px;
  color: #fff;
}

footer .footer_copyright p a {
  font-weight: 600;
  color: #b1a75c;
}

@media (max-width: 767px) {
  footer .newslater-area h2 {
    font-size: 30px;
  }
  footer .newslater-area p {
    font-size: 16px;
  }
  footer .newslater-area form input,
  footer .newslater-area form button {
    width: 90%;
  }
}

.breadcumb-area {
  padding: 30px 0;
  background: #102245;
}

.breadcumb-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcumb-area ul li {
  display: inline-block;
  margin-right: 10px;
  color: #ddd;
  font-size: 18px;
}

.breadcumb-area ul li a {
  color: #999;
}

@media (max-width: 767px) {
  .breadcumb-area ul {
    text-align: center;
  }
}

.category-area {
  margin: 15px;
}

.category-area img {
  width: 100%;
  padding: 0 8px;
  transition: all 0.3s ease-in-out;
}

.category-area img:hover {
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
}

.featured-area {
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.featured-area .single-product {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}

.featured-area .single-product .image a {
  display: block;
}

.featured-area .single-product .image a img {
  width: 100%;
}

.featured-area .single-product .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.featured-area .single-product .content h5 {
  font-size: 18px;
  font-weight: 500;
}

.featured-area .single-product .content h4 {
  font-size: 28px;
  font-weight: 700;
}

.featured-area .single-product .content span {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.featured-area .single-product .content .price {
  padding: 10px 0;
}

.featured-area .single-product .content .price h3 {
  font-size: 55px;
  font-family: "Montserrat", sans-serif;
}

.section-title {
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 60px;
  font-weight: 400;
  color: #102245;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
}

.section-title span {
  font-weight: 400;
  font-size: 24px;
  color: #b1a75c;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.section-title2 {
  margin-bottom: 60px;
}

.section-title2 h2 {
  font-size: 48px;
  font-weight: 400;
  color: #102245;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
}

.section-title2 span {
  font-weight: 400;
  font-size: 20px;
  color: #b1a75c;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (max-width: 767px) {
  .breadcumb-area ul {
    text-align: center;
  }
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area img {
  width: 100%;
}

.new-area {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: center center;
}

.new-area .new-single-product {
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
}

.new-area .new-single-product:hover .image:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.new-area .new-single-product:hover .image a span {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.new-area .new-single-product .image {
  background: #fff;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.new-area .new-single-product .image:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #3d72a6;
  background: radial-gradient(circle, rgba(61, 114, 166, 0.9) 0%, rgba(69, 77, 124, 0.9) 100%);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}

.new-area .new-single-product .image a {
  display: block;
}

.new-area .new-single-product .image a img {
  position: relative;
  width: 100%;
}

.new-area .new-single-product .image a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: inline-block;
  width: 130px;
  padding: 10px 20px;
  border: 2px solid #b1a75c;
  border-radius: 5px;
  color: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.new-area .new-single-product .content {
  text-align: center;
  text-transform: uppercase;
}

.new-area .new-single-product .content h3 a {
  color: #2c4c85;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.new-area .new-single-product .content p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.new-area .read-more {
  display: block;
}

.new-area .read-more a {
  display: block;
  padding: 20px 40px;
  border: 2px solid #b1a75c;
  border-radius: 5px;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 60px;
}

@media (max-width: 1600px) {
  .new-area .new-single-product .content h3 a {
    font-size: 13px;
  }
  .new-area .new-single-product .content p {
    font-size: 12px;
  }
}

.latest-blog-area {
  padding: 50px 0;
}

.latest-blog-area .single-blog {
  margin: 15px 0;
}

.latest-blog-area .single-blog .image {
  margin-bottom: 20px;
}

.latest-blog-area .single-blog .image a img {
  width: 100%;
}

.latest-blog-area .single-blog .content h3 a {
  font-size: 22px;
  color: #2c4c85;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.latest-blog-area .single-blog .content h3 a:hover {
  color: #000;
  transition: all 0.3s ease-in-out;
}

.latest-blog-area .single-blog .content .blog-info ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.latest-blog-area .single-blog .content .blog-info ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #b1a75c;
}

.latest-blog-area .single-blog .content .blog-info ul li i {
  font-size: 18px;
  color: #b1a75c;
  font-weight: 600;
  margin-right: 10px;
}

.latest-blog-area .single-blog .content .blog-info ul li a {
  color: #b1a75c;
}

.latest-blog-area .single-blog .content p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #4c4c4c;
}

.capabilities-area {
  padding-bottom: 50px;
}

.capabilities-area .col-lg-3.col-md-4.col-sm-6 {
  width: 100% !important;
  display: block !important;
  flex: inherit !important;
  max-width: 100% !important;
}

.capabilities-area .col-lg-3.col-md-4.col-sm-6 .single-capabilities {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.capabilities-area .col-lg-3.col-md-4.col-sm-6 .single-capabilities:hover .content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.capabilities-area .col-lg-3.col-md-4.col-sm-6 .single-capabilities .image a img {
  width: 100%;
}

.capabilities-area .col-lg-3.col-md-4.col-sm-6 .single-capabilities .content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}

.capabilities-area .col-lg-3.col-md-4.col-sm-6 .single-capabilities .content .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
}

.capabilities-area .col-lg-3.col-md-4.col-sm-6 .single-capabilities .content .info h3 a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Libre Baskerville", serif;
}

.capabilities-area .partner img {
  width: 100%;
}

@media (max-width: 991px) {
  .section-title h2,
  .section-title2 h2 {
    font-size: 30px;
  }
  .latest-blog-area .single-blog .content h3 a {
    font-size: 16px;
  }
}

.our-company-area {
  padding: 50px 0;
}

.our-company-area .image img {
  width: 100%;
}

.our-company-area .content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #102245;
  text-transform: uppercase;
}

.our-company-area .content p {
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.3;
}

.why-choose-us-area {
  padding: 100px 0;
  background: #f6f7fc;
}

.why-choose-us-area .single-choose {
  margin: 15px 0;
}

.why-choose-us-area .single-choose .content {
  border: 2px solid #102245;
  padding: 50px 25px 25px 25px;
  border-radius: 5px;
  height: 350px;
  position: relative;
}

.why-choose-us-area .single-choose .content h3 {
  font-size: 36px;
  font-weight: 500;
  color: #b1a75c;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  background: #f6f7fc;
  width: 165px;
  margin: 0 auto;
}

.why-choose-us-area .single-choose .content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  padding: 0 20px;
}

.team-area {
  padding: 100px 0;
}

.team-area .single-team {
  margin: 15px 0;
}

.team-area .single-team .image {
  margin-bottom: 20px;
}

.team-area .single-team .image img {
  width: auto;
}

.team-area .single-team .content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.team-area .single-team .content h4 {
  font-size: 14px;
  font-weight: 500;
  color: #102245;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.team-area .single-team .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-area .single-team .content ul li {
  display: block;
  margin: 5px 0;
}

.team-area .single-team .content ul li i {
  color: #102245;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.team-area .single-team .content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
}

.contact-page-map-area {
  padding: 100px 0 0;
  overflow: hidden;
}

.contact-page-map-area .contact-form {
  margin: 60px 0;
}

.contact-page-map-area .contact-form h3 {
  font-size: 24px;
  font-weight: bold;
  color: #102245;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-page-map-area .contact-form form .row {
  margin: 15px 0;
}

.contact-page-map-area .contact-form form .row input {
  border: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 50px;
  padding: 7px 0px;
  width: 100%;
}

.contact-page-map-area .contact-form form .row textarea {
  border: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 100px;
  padding: 7px 0px;
  width: 100%;
}

.contact-page-map-area .contact-form form .row input[type="submit"] {
  border: 2px solid #000;
  color: #000;
  border-radius: 5px;
  padding: 10px 30px;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.contact-page-map-area .contact-form form .row input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.contact-page-map-area .contact-address {
  padding: 70px 30px 200px;
  margin-top: -8px;
  background: #102245;
}

.contact-page-map-area .contact-address h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.contact-page-map-area .contact-address ul {
  margin-bottom: 70px;
}

.contact-page-map-area .contact-address ul li {
  display: block;
  margin: 20px 0;
  color: #fff;
  font-size: 16px;
}

.contact-page-map-area .contact-address ul li i {
  font-weight: 600;
  font-size: 20px;
  margin-right: 15px;
}

.contact-page-map-area .contact-address .social-media ul {
  margin: 0;
  padding: 0;
}

.contact-page-map-area .contact-address .social-media ul.social_icon {
  text-align: left;
}

.contact-page-map-area .contact-address .social-media ul.social_icon li {
  display: inline-block;
  margin-right: 8px;
}

.contact-page-map-area .contact-address .social-media ul.social_icon li a i {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.contact-page-map-area .contact-address .social-media ul.social_icon li a i:hover {
  color: #b1a75c;
}

.manufacturing-company-area {
  padding: 50px 0;
}

.manufacturing-company-area .image {
  border: 1px solid #ededed;
  padding: 30px;
  border-radius: 5px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 20px;
  width: 520px;
  max-width: 100%;
}

.manufacturing-company-area .image img {
  width: 100%;
}

.manufacturing-company-area h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #102245;
  text-transform: uppercase;
}

.manufacturing-company-area h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #102245;
  text-transform: uppercase;
}

.manufacturing-company-area p {
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}

.our-services-company-area {
  padding: 0 0 0px;
}

.our-services-company-area .section-title h2 {
  color: #102245;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
}

.our-services-company-area .services_list h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #102245;
  text-transform: uppercase;
}

.our-services-company-area .services_list h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #102245;
  text-transform: uppercase;
}

.our-services-company-area .services_list p {
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}

.our-services-company-area .services_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.our-services-company-area .services_list ul li {
  display: block;
  margin: 0px 0 40px;
}

.our-services-company-area .services_list ul li .single_service .title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #102245;
  text-transform: uppercase;
  font-weight: 600;
}

.our-services-company-area .services_list ul li .single_service .title i {
  color: #b1a75c;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}

.our-services-company-area .services_list ul li .single_service p {
  font-weight: 500;
  margin-left: 25px;
  font-size: 18px;
}

.our-services-company-area .quick-query {
  background: #2c4c85;
  padding: 30px;
}

.our-services-company-area .quick-query h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.our-services-company-area .quick-query form .row {
  margin: 15px 0;
}

.our-services-company-area .quick-query form .row input::placeholder {
  color: #fff;
}

.our-services-company-area .quick-query form .row input::placeholder option {
  color: #000;
}

.our-services-company-area .quick-query form .row input,
.our-services-company-area .quick-query form .row select {
  border: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 50px;
  padding: 7px 0;
  width: 100%;
  background: transparent;
  color: #fff;
}

.our-services-company-area .quick-query form .row input option,
.our-services-company-area .quick-query form .row select option {
  color: #000 !important;
}

.our-services-company-area .quick-query form .row textarea {
  border: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 100px;
  padding: 7px 0;
  width: 100%;
  background: transparent;
  color: #fff;
}

.our-services-company-area .quick-query form .row textarea::placeholder {
  color: #fff;
}

.our-services-company-area .quick-query form .row input[type="submit"] {
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  cursor: pointer;
  background: #b1a75c;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.our-services-company-area .quick-query form .row input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

#cog {
  -webkit-animation: cog 3s infinite;
  -moz-animation: cog 3s infinite;
  -ms-animation: cog 3s infinite;
  animation: cog 3s infinite;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

@keyframes cog {
  0% {
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@media (max-width: 991px) {
  img#cog {
    width: auto;
  }
}

.product_page .new-single-product {
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
}

.product_page .new-single-product:hover .image:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.product_page .new-single-product:hover .image a span {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.product_page .new-single-product .image {
  background: #fff;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.product_page .new-single-product .image:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #3d72a6;
  background: radial-gradient(circle, rgba(61, 114, 166, 0.9) 0%, rgba(69, 77, 124, 0.9) 100%);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}

.product_page .new-single-product .image a {
  display: block;
}

.product_page .new-single-product .image a img {
  position: relative;
  width: 100%;
}

.product_page .new-single-product .image a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: inline-block;
  width: 130px;
  padding: 10px 20px;
  border: 2px solid #b1a75c;
  border-radius: 5px;
  color: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.product_page .new-single-product .content {
  text-align: center;
  text-transform: uppercase;
}

.product_page .new-single-product .content h3 a {
  color: #2c4c85;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product_page .new-single-product .content p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

#Container .mix {
  display: none;
}

/* ....................................
23.product One Start Here 
.......................................*/
#Container .mix {
  display: none;
}

.product-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 30px 0;
}

.product-menu ul li {
  display: inline-block;
  padding: 8px 30px;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

.product-menu ul li:hover {
  color: #b1a75c;
}

.product-menu ul li:hover:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 1px;
  content: "";
  background: #b1a75c;
  bottom: 0;
  margin: auto;
}

.product-menu ul li.active {
  position: relative;
  color: #fff;
  background: #b1a75c;
}

.product-menu ul li.active:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 1px;
  content: "";
  background: #b1a75c;
  bottom: 0;
  margin: auto;
}

.single-product {
  position: relative;
  margin: 15px 0;
  overflow: hidden;
}

.single-product:hover .overley {
  opacity: 1;
  transform: scale(1);
}

.single-product .product-image {
  position: relative;
}

.single-product .product-image a {
  display: block;
}

.single-product .product-image a img {
  border: 1px solid gray;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-product .product-image a img:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.33);
}

.single-product .overley {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.8);
}

.single-product .overley .product-details {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  text-align: center;
}

.single-product .overley .product-details h3 {
  margin-bottom: 0px;
}

.single-product .overley .product-details h3 a {
  transition: all 0.5s ease 0s;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.single-product .overley .product-details h3 a:hover {
  color: #b1a75c;
}

.single-product .overley .product-details span {
  color: #ffffff;
  margin-bottom: 0;
}

.product-page-area {
  padding: 30px 0;
  overflow: hidden;
}

.product-page-area .single-product {
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
}

.product-page-area .single-product:hover .image:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.product-page-area .single-product:hover .image a span {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.product-page-area .single-product .image {
  background: #fff;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  height: 425px;
  min-height: 425px;
  display: flex;
  align-items: center;
  background: #f4f4f4;
}

.product-page-area .single-product .image:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #3d72a6;
  background: radial-gradient(circle, rgba(61, 114, 166, 0.9) 0%, rgba(69, 77, 124, 0.9) 100%);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}

.product-page-area .single-product .image a {
  display: block;
  margin: 0 auto;
}

.product-page-area .single-product .image a img {
  position: relative;
  width: 100%;
}

.product-page-area .single-product .image a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: inline-block;
  width: 130px;
  padding: 10px 20px;
  border: 2px solid #b1a75c;
  border-radius: 5px;
  color: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.product-page-area .single-product .content {
  text-align: center;
}

.product-page-area .single-product .content h3 {
  color: #2c4c85;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-page-area .single-product .content p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: #B8C0CF;
  height: 100%;
  width: 100%;
}

.preloader .loader-logo {
  position: absolute;
  right: 0 !important;
  bottom: 0 !important;
  width: 120px;
  height: 120px;
  content: "";
  text-align: center;
}

.preloader .loader-logo img {
  margin-bottom: 10px;
}

.preloader .loader-logo span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}

.preloader .preloader-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader button {
  font-weight: 800;
  border: none;
  box-shadow: none;
  background: transparent;
  color: #fff !important;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.product-sub-menu ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.product-sub-menu ul li {
  display: inline-block;
  margin: 5px 10px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
}

.product-sub-menu ul li:hover {
  color: #b1a75c;
}

header {
  background: url(images/header_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner-area {
  padding: 200px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-area .content h3 {
  font-size: 40px;
  font-weight: 800;
  color: #b1a75c;
}

.banner-area .content h2 {
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #b1a75c;
}

.banner-area .content p {
  color: #fff;
  margin-bottom: 30px;
}

.banner-area .content a {
  padding: 12px 40px;
  border: 1px solid #b1a75c;
  color: #b1a75c;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

.banner-area .content a:hover {
  background: #b1a75c;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .banner-area {
    padding: 100px 0;
  }
  .banner-area .content h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
  .banner-area .content h3 {
    font-size: 24px;
  }
}

.home-about-setting {
  background: url(images/about_home.png) no-repeat;
  background-position: center center;
  padding: 70px 0;
}

.home-about-setting .row {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.home-about-setting .image img {
  width: 100%;
  height: auto;
}

.home-about-setting .content h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-about-setting .content h3 {
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  color: #b1a75c;
}

.home-about-setting .content h2 {
  font-size: 48px;
  font-weight: 600;
  color: #102245;
  text-transform: uppercase;
}

.home-about-setting .content p {
  color: #000;
  margin-bottom: 30px;
}

.home-about-setting .content a {
  padding: 12px 40px;
  border: 1px solid #102245;
  color: #102245;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

.home-about-setting .content a:hover {
  background: #102245;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .home-about-setting .content h2 {
    font-size: 28px;
  }
  .home-about-setting .content h3 {
    font-size: 18px;
  }
  .home-about-setting .image img {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
}

.production-capability-area {
  padding: 60px 0 0px;
}

.production-capability-area .section-title h2 {
  color: #102245;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
}

.testimonial-area {
  padding: 60px 0;
  background-position: center center;
  background-size: cover;
}

.testimonial-area .section-title h2 {
  color: #fff;
  font-size: 30px;
}

.testimonial-area .single-testimonial-area .testimonial-content {
  position: relative;
}

.testimonial-area .single-testimonial-area .testimonial-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  padding: 0 0 0 20px;
}

.testimonial-area .single-testimonial-area .testimonial-content i {
  position: absolute;
  font-size: 20px;
  color: #fff;
}

.testimonial-area .single-testimonial-area .testimonial-content i.fa.fa-quote-left {
  left: 0px;
  top: 0;
}

.testimonial-area .single-testimonial-area .testimonial-content i.fa.fa-quote-right {
  right: 0;
  bottom: 0;
}

.testimonial-area .single-testimonial-area .testimonial-info img {
  width: auto;
}

.testimonial-area .single-testimonial-area .testimonial-info h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.testimonial-area .single-testimonial-area .testimonial-info h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.testimonial-area .owl-dots {
  display: block;
  position: absolute;
  right: 26%;
  bottom: 20px;
}

.testimonial-area .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 100%;
  margin: 3px;
}

.testimonial-area .owl-dots button.owl-dot.active {
  background: #fff;
}

.our-strategic-approach-area {
  padding: 50px 0 0;
}

.our-strategic-approach-area .section-title h2 {
  color: #102245;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
}

.our-strategic-approach-area .single-approach-area .icon {
  height: 110px;
}

.our-strategic-approach-area .single-approach-area .content h3 {
  font-size: 20px;
  color: #102245;
  font-weight: 600;
  text-transform: uppercase;
}

.our-strategic-approach-area .single-approach-area .content p {
  font-size: 13px;
}

@media (max-width: 767px) {
  .our-company-area .image img {
    margin-bottom: 20px;
  }
  .our-company-area .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .our-company-area .content p {
    font-size: 14px;
    line-height: 1.6;
  }
  .why-choose-us-area {
    padding: 50px 0;
  }
  .section-title span {
    font-size: 25px;
    letter-spacing: 0;
  }
  .why-choose-us-area .single-choose .content {
    padding: 30px 8px 8px 8px;
    height: auto;
  }
  .testimonial-area .section-title h2 {
    font-size: 23px;
  }
  .our-strategic-approach-area .section-title h2,
  .why-choose-us-area .single-choose .content h3 {
    font-size: 24px;
  }
  .section-title span {
    font-size: 20px;
  }
  footer .newslater-area form input, footer .newslater-area form button {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .why-choose-us-area .single-choose .content p {
    font-size: 13px;
    padding: 0 0px;
  }
}

.single-product-page-area {
  padding: 60px 0;
}

.single-product-page-area .products-image {
  border: 2px solid #ededed;
  padding: 30px;
}

.single-product-page-area .products-description h3 {
  color: #102245;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

.single-product-page-area .products-description .attributes {
  margin: 15px 0;
}

.single-product-page-area .products-description .attributes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product-page-area .products-description .attributes ul li {
  display: block;
  margin: 5px 0;
  text-transform: capitalize;
}

.single-product-page-area .products-description .attributes ul li span {
  font-weight: 800;
  color: #102245;
  width: 150px;
  display: inline-block;
}

.recently-review-area {
  padding: 0 0 50px 0;
}

.recently-review-area .section-title h2 {
  color: #102245;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
}

.recently-review-area .single-product {
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
}

.recently-review-area .single-product:hover .image:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.recently-review-area .single-product:hover .image a span {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.recently-review-area .single-product .image {
  background: #fff;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  height: 425px;
  min-height: 425px;
  display: flex;
  align-items: center;
  background: #f4f4f4;
}

.recently-review-area .single-product .image:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #3d72a6;
  background: radial-gradient(circle, rgba(61, 114, 166, 0.9) 0%, rgba(69, 77, 124, 0.9) 100%);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}

.recently-review-area .single-product .image a {
  display: block;
  margin: 0 auto;
}

.recently-review-area .single-product .image a img {
  position: relative;
  width: 100%;
}

.recently-review-area .single-product .image a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: inline-block;
  width: 130px;
  padding: 10px 20px;
  border: 2px solid #b1a75c;
  border-radius: 5px;
  color: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.recently-review-area .single-product .content {
  text-align: center;
}

.recently-review-area .single-product .content h3 {
  color: #2c4c85;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.recently-review-area .single-product .content p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

form input {
  height: 40px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 5px 15px;
  box-shadow: none;
  background: transparent;
  margin: 5px 0;
  color: #777;
}

form input:focus, form input:hover {
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}

form select {
  height: 40px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 5px 15px;
  box-shadow: none;
  background: transparent;
  margin: 5px 0;
  color: #777;
}

form select:focus, form select:hover {
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}

form textarea {
  height: 120px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 5px 15px;
  box-shadow: none;
  background: transparent;
  margin: 5px 0;
  color: #777;
}

form textarea:focus, form textarea:hover {
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}

form [type=submit] {
  height: 45px;
  width: 100%;
  border: none;
  padding: 5px 15px;
  box-shadow: none;
  background: #b1a75c;
  margin: 5px 0;
  color: #ffff;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

form [type=submit]:focus, form [type=submit]:hover {
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}

@media (max-width: 992px) {
  .contact-page-map-area .contact-address {
    padding: 70px 30px 20px;
  }
  footer .newslater-area form button {
    margin-left: 0;
  }
  footer .newslater-area {
    padding: 50px 15px;
    overflow: hidden;
  }
  .product-page-area {
    padding: 30px;
    overflow: hidden;
  }
  .single-product-page-area .products-image {
    border: 2px solid #ededed;
    padding: 30px;
    margin: 0 0 30px;
  }
  .single-product-page-area .products-description h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .manufacturing-company-area .image {
    width: 300px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .our-services-company-area .services_list ul li .single_service .title {
    font-size: 14px;
  }
  .contact-page-map-area .contact-address h2 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .manufacturing-company-area .image {
    width: 300px;
    max-width: 100%;
    float: inherit;
    display: block;
    margin: 20px auto;
  }
}

/*-------------------------------------------
4.slider area start here
---------------------------------------------*/
/*==============================
slider animation keyframes
================================*/
@keyframes cfadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cfadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cfadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cfadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.slider-area .hero-slider:hover .owl-nav {
  transition: all .3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.slider-area .hero-slider:hover .owl-nav button.owl-prev {
  left: 10%;
}

.slider-area .hero-slider:hover .owl-nav button.owl-next {
  right: 10%;
}

.slider-area .hero-slider .owl-item.active .hero-single-slider {
  animation-duration: 1s;
  animation-fill-mode: both;
  background-size: cover;
  background-position: center center;
}

.slider-area .hero-slider .owl-item.active .hero-single-slider .hero-content .hero-title {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: cfadeInUp;
  animation-delay: .5s;
}

.slider-area .hero-slider .owl-item.active .hero-single-slider .hero-content .hero-sub-title {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: cfadeInUp;
  animation-delay: .6s;
}

.slider-area .hero-slider .owl-item.active .hero-single-slider .hero-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: cfadeInUp;
  animation-delay: .7s;
}

.slider-area .hero-slider .owl-item.active .hero-single-slider .hero-content .donate-now a {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: cfadeInUp;
  animation-delay: .9s;
}

.slider-area .hero-slider .hero-single-slider {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  display: flex !important;
  align-items: center;
}

.slider-area .hero-slider .hero-single-slider:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

.slider-area .hero-slider .hero-single-slider .hero-content .hero-sub-title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 5px;
}

.slider-area .hero-slider .hero-single-slider .hero-content .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.slider-area .hero-slider .hero-single-slider .hero-content p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0 150px;
  line-height: 1.6;
}

.slider-area .hero-slider .hero-single-slider .hero-content .donate-now {
  text-align: inherit;
}

.slider-area .hero-slider .hero-single-slider .hero-content .donate-now a {
  text-align: inherit;
  display: inline-block;
  padding: 12px 45px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.slider-area .hero-slider .hero-single-slider .hero-content .donate-now a:hover {
  background: #b1a75c;
  border: 1px solid #b1a75c;
}

.slider-area .hero-slider .owl-nav {
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.slider-area .hero-slider .owl-nav button {
  border: none;
  background: transparent;
  position: relative;
}

.slider-area .hero-slider .owl-nav button i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  color: #b1a75c;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
  border: 1px solid #b1a75c;
  border-radius: 100%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.slider-area .hero-slider .owl-nav button i:hover {
  background: #b1a75c;
  border: 1px solid #b1a75c;
  color: #fff;
}

.slider-area .hero-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.slider-area .hero-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.single-category-post {
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.1);
  margin: 30px 0;
  padding: 30px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.single-category-post .product-image {
  border-right: 1px solid #ddd;
}

.single-category-post .content h3 a {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-bottom: 20px;
}

.single-category-post .content h3 a:hover {
  color: #b1a75c;
  transition: all 0.3s ease-in-out;
}

.our_topper_students_area {
  padding: 60px 0 20px;
}

.our_topper_students_area .nav-tabs {
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0px;
  display: block;
}

.our_topper_students_area .nav-tabs li {
  border: 0px;
  box-shadow: none;
  display: inline-block;
  margin: 0 -2px;
  border: 2px solid #fff;
  position: relative;
}

.our_topper_students_area .nav-tabs li:hover {
  background: transparent;
}

.our_topper_students_area .nav-tabs li.selected ul.under_sub_menu {
  display: block !important;
}

.our_topper_students_area .nav-tabs li ul.under_sub_menu {
  display: none !important;
  position: absolute;
  left: 0;
  top: 100%;
  width: 270px;
}

.our_topper_students_area .nav-tabs li a {
  background: transparent;
  border: none;
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.our_topper_students_area .nav-tabs li a.active, .our_topper_students_area .nav-tabs li a:hover {
  border: none;
  box-shadow: none;
  position: relative;
  background: #102245;
  color: #fff;
}

.our_topper_students_area .nav-tabs li a:focus {
  border: 0px;
  box-shadow: none;
}

.topper_content .tab-content {
  margin: 20px 0;
}

.topper_content .tab-content .tab-pane .single-product {
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
}

.topper_content .tab-content .tab-pane .single-product:hover .image:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.topper_content .tab-content .tab-pane .single-product:hover .image a span {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.topper_content .tab-content .tab-pane .single-product .image {
  background: #fff;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  height: 425px;
  min-height: 425px;
  display: flex;
  align-items: center;
  background: #f4f4f4;
}

.topper_content .tab-content .tab-pane .single-product .image:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #3d72a6;
  background: radial-gradient(circle, rgba(61, 114, 166, 0.9) 0%, rgba(69, 77, 124, 0.9) 100%);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}

.topper_content .tab-content .tab-pane .single-product .image a {
  display: block;
  margin: 0 auto;
}

.topper_content .tab-content .tab-pane .single-product .image a img {
  position: relative;
  width: 100%;
}

.topper_content .tab-content .tab-pane .single-product .image a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: inline-block;
  width: 130px;
  padding: 10px 20px;
  border: 2px solid #b1a75c;
  border-radius: 5px;
  color: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.topper_content .tab-content .tab-pane .single-product .content {
  text-align: center;
}

.topper_content .tab-content .tab-pane .single-product .content h3 {
  color: #2c4c85;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.topper_content .tab-content .tab-pane .single-product .content p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.header-top-area {
  border-top: none;
  padding: 15px 0;
}

.cookcodesmenu_btn {
  margin: 20px 5px 20px;
}

@media (max-width: 1600px) {
  .why-choose-us-area .single-choose .content {
    height: auto;
  }
}

@media (max-width: 1200px) {
  .main-header .main-menu-area .main-menu ul li {
    padding: 15px 26px;
  }
  .slider-area .hero-slider .hero-single-slider {
    height: 50vh;
  }
  .team-area .single-team {
    text-align: center;
    padding: 0 30px;
  }
  .why-choose-us-area .single-choose .content {
    height: auto;
  }
}

@media (max-width: 1026px) {
  .cookcodesmenu_menu {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .slider-area .hero-slider .hero-single-slider .hero-content p {
    font-size: 14px;
    padding: 0 70px;
  }
  .slider-area .hero-slider .hero-single-slider .hero-content .hero-title {
    font-size: 40px;
  }
  .slider-area .hero-slider .hero-single-slider .hero-content .hero-sub-title {
    font-size: 24px;
  }
  footer .footer_middle_area .widget .widget-title {
    font-size: 20px;
  }
  footer .footer_middle_area .widget .textwidget ul.social_icon li a i {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  footer .footer_middle_area .widget .widget-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media (max-width: 576px) {
  footer .footer_middle_area .widget ul li ul li:before {
    left: 200px;
  }
  .footer_middle_area {
    text-align: center;
  }
  footer .footer_middle_area .widget .textwidget ul.social_icon {
    text-align: center;
  }
}

.production-capability-content-area {
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}

.production-capability-content-area .tab-content {
  padding: 0 10%;
  height: 200px;
  overflow-y: scroll;
}

.production-capability-content-area .tab-content .tab-pane {
  color: #fff;
}

.production-capability-content-area .tab-content .tab-pane h2 {
  text-transform: uppercase;
  color: #b1a75c;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
}

.production-capability-content-area .tab-content .tab-pane p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.production-capability-content-area ul.nav.nav-tabs {
  margin: 100px 0 0px;
  padding: 0;
  border: none;
}

.production-capability-content-area ul.nav.nav-tabs li {
  display: inline-block;
  border: none;
  margin: -2px;
  position: relative;
  width: 33%;
  color: #fff;
}

.production-capability-content-area ul.nav.nav-tabs li a {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}

.production-capability-content-area ul.nav.nav-tabs li a.active {
  background: transparent;
  border: none;
}

.production-capability-content-area ul.nav.nav-tabs li a .image-wrapper .images {
  overflow: hidden;
  transform: rotate(45deg);
  width: 170px;
  height: 170px;
  margin: 30px;
  border: 8px solid #fff;
  transition: all 0.3s ease-in-out;
}

.production-capability-content-area ul.nav.nav-tabs li a .image-wrapper .images:hover {
  transition: all 0.3s ease-in-out;
}

.production-capability-content-area ul.nav.nav-tabs li a .image-wrapper .images:hover .overlay {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  top: 0;
}

.production-capability-content-area ul.nav.nav-tabs li a .image-wrapper .images img {
  transform: rotate(-45deg);
  position: absolute;
  top: -60px;
  left: -68px;
  width: 253px;
}

.production-capability-content-area ul.nav.nav-tabs li a .image-wrapper .images .overlay {
  position: absolute;
  left: 0;
  content: "";
  top: 150%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.production-capability-content-area ul.nav.nav-tabs li a .image-wrapper .images .overlay h2 {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 12px;
  text-transform: capitalize;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 999;
  transform: rotate(-45deg);
}

@media (max-width: 1600px) {
  .production-capability-content-area .tab-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 30px;
    height: 200px;
  }
  .production-capability-content-area ul.nav.nav-tabs li a .image-wrapper .images {
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 0;
  }
  .production-capability-content-area ul.nav.nav-tabs li {
    display: inline-block;
    border: none;
    position: relative;
    width: 33%;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .production-capability-content-area ul.nav.nav-tabs li a .image-wrapper .images {
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 30px auto;
  }
  .production-capability-content-area ul.nav.nav-tabs li {
    display: inline-block;
    border: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

.our-services-company-area input,
.our-services-company-area select {
  color: #8CD !important;
}

.our-services-company-area ::-webkit-input-placeholder {
  /* Edge */
  color: #8CD !important;
}

.our-services-company-area :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8CD !important;
}

.our-services-company-area ::placeholder {
  color: #8CD !important;
}

.our-services-company-area form [type=submit] {
  color: #fff !important;
}