/*!
Theme Name: RSFS child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
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.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

:root {
  --ff-mono: "Roboto Mono";
  --ff-primary: "Roboto";
}

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--ff-primary) !important;
} */

body {
  overflow-x: hidden;
  line-height: 1.5;
  color: #000;
  background-color: #FFF4E5 !important;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

.section {
  padding: 50px 0;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

a,
input,
button {
  outline: 0 !important;
}

.post,
.page {
  margin: 0;
}

body,
p {
  font-weight: 400;
  color: #000;
  font-family: "Roboto";
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Roboto Mono";
  cursor: default;
}

.home .entry-title {
  display: none;
}

ul li,
li {
  list-style: none;
}

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  left: auto;
  margin-left: auto;
  position: relative;
  /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
  background-size: cover;
  padding: 50px 0;
}

.not_found_inner {
  max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
  display: none;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #404040;
  margin: 30px 0;
  ;
  font-weight: 800;

}

.error-404.not-found h1 span {
  color: #e01e26;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

.search-results .nav-links {
  display: none;
}



/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 650px !important;
  margin: 50px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */


/*  Drop down menu CSS*/
#primary-menu {
  text-align: right;
  margin: 0;
}

#primary-menu li {
  display: inline-block;
  padding: 0 20px;
}

#primary-menu li:last-child {
  padding-right: 0;
}

#primary-menu li a {
  font-family: "Roboto Mono";
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 0;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}

#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}

#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
  content: '';
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu li::after {
  display: none;
}

#mm #primary-menu ul.sub-menu li {
  width: 100%;
  border: none;
}

#mm #primary-menu ul.sub-menu li a {
  font-size: 18px;
  line-height: 18px;
  border: none;
  padding: 10px 0;
}

#mm ul li ul li ul {
  padding-bottom: 0 !important;
  padding-left: 20px;
}

/* #mm #primary-menu li ul.sub-menu ul.sub-menu li a {
    font-size: 16px;
  } */

#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow: visible;
  position: relative;
  margin: 0;
  width: 100%;
  left: 0px;
  background: #546747;
  box-shadow: none;
  padding-bottom: 10px;
}

i.fas.fa-angle-down.active:before {
  transform: rotate(0deg);
}

#mml {
  padding: 0 15px;
  color: #ffffff;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: sticky;
  min-height: 49px;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 999;
  width: 100%;
  background: #21231d;
  top: 0;
}

#mmb {
  position: absolute;
  width: 30px;
  height: 50px;
  margin-right: 15px;
  top: 20px;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 3px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 36px;
  left: 8px;
}

div#mm {
  padding-left: 0;
  margin-bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #21231d;
  position: absolute;
}

#mm ul li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 12px 0px;
  color: #fff;
  text-decoration: none;
  line-height: 25px;
  word-wrap: break-word;
  text-align: left;
  text-transform: capitalize;
}

#mm #primary-menu li {
  border-bottom: #735b46 1px solid;
  width: 92%;
  margin: auto;
}

#mm #primary-menu a:hover {
  color: #d8b495;
}

#mm #primary-menu li:last-child a {
  border: none;
}

.mm,
#mm {
  display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
  color: #000;
  font-weight: 600;
}

.woocommerce td.product-name a:hover {
  color: #0b204d;
}

input#coupon_code {
  width: 200px !important;
  padding-left: 10px;
  margin-right: 10px;
  height: 45px;
  background-color: #eee;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
}

.coupon .button {
  height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  height: 45px;
}

.actions button {
  height: 45px;
}

.woocommerce a.added_to_cart {
  padding: 10px 20px;
  border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fff;
  background-color: #0b204d;
  padding: 10px 20px;
  line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #333;
}

.post-type-archive li .added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  display: block;
  width: 100%;
  height: 45px;
}

a.shipping-calculator-button {
  color: #0b204d;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
  background: #0b204d !important;
  color: #fff !important;
  line-height: 22px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
}

.woocommerce-cart-form {
  width: 62%;
  float: left;
}

.woocommerce .cart-collaterals {
  width: 35%;
  float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
  background: rgba(84, 84, 84, 0.05);
  padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
  border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  text-align: center;
}

.woocommerce table.shop_table th {
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
  padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebe9eb;
  padding-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
  padding-bottom: 30px !important;
}

.qib-container button {
  cursor: pointer;
}

.woocommerce-shipping-destination {
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
  width: 17px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  outline-width: medium;
  position: relative;
  border: none;
  cursor: pointer;
  outline-width: 0;
  border-radius: 50%;
  top: 3px;
}

input[type="radio"]::before {
  background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
  border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
  content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default .select2-selection--multiple .select2-selection__choice {

  border-color: rgba(84, 84, 84, 0.8);

}

.input-radio::after,
input[type="radio"]::after {

  border-radius: 50%;

}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #a5a5a5;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
  border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  height: 45px;
}

.woocommerce form .form-row {
  padding: 3px 0;
  margin: 0 0 06px;
  display: block;
}

#calc_shipping_city_field {
  margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
  width: 100% !important;
  padding-left: 15px !important;
  display: inline-block;
  padding: 6px 10px;
}

.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 60%;
}

#order_review {
  width: 38%;
  background: rgba(84, 84, 84, 0.05);
  padding: 20px 40px 40px;
  position: relative;
}

#order_review_heading {
  display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
  height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 50%;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
  border: none;
  vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
  padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, .1) !important;
  padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 20px;
  margin-left: 10px;
  color: #000;
  font-weight: 300;
  font-size: 12px;
  border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
  text-transform: uppercase;
  color: #252525;
  font-size: 24px !important;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

span.select2-selection.select2-selection--single {
  height: 45px !important;
  padding: 9px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 10px;
}

form.checkout.woocommerce-checkout label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

#order_comments {
  height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
  border-bottom: 1px solid rgba(84, 84, 84, 0.15);
  line-height: 16px;
  padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
  background-color: transparent;
  line-height: 1.538em;
  padding: 0 35px;
  margin: 0;
  width: 100%;
  font-size: 1rem;
  margin-top: 20px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce #payment div.payment_box p {
  font-size: 13px;
  line-height: 1.4285em;
  margin: -2px 0 0;
  margin-bottom: 0px;
  text-shadow: none;
  font-weight: 400;
  color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
}

.woocommerce-error {
  border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
  color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  padding: 10px 22px !important;
  font-size: 16px !important;
  letter-spacing: ;
  margin-top: 8px !important;
  font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce-message a {
  margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
  border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  border: 0;
  padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
  border-bottom: 3px solid rgba(0, 0, 0, .9);
  margin-bottom: 40px;
  padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
  padding: 15px 0;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
  color: #0b204d;
  font-weight: 600;
  font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
  color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
  display: inline-block;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: unset;
}

#ship-to-different-address label span {
  margin-left: 8px;
  font-weight: bold;
  color: #000;
}

.tinv-wishlist .product-action {
  width: 165px;
}

#tinvwl_product_actions {
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
  border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
  display: flex;
  flex-wrap: wrap;
}

.select-wrapper {
  flex: 1;
  margin-right: 5px;
  position: relative;
}

.select-wrapper::after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
  line-height: 0;
  color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
  width: 100%;
  border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
  width: 100px;
  height: auto;
  max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
  content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0 0 10px;
  line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
  text-align: right;
  border-top: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
  padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
  text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
  flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  height: 550px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
  padding: 9px 10px;
  display: block;
  border: 1px solid #0b204d;
  margin-bottom: 9px;
  color: white;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in;
  background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #252525;
  color: white;
  border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: white !important;
  border: 1px solid #252525;
  background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
  padding-left: 0;
  padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
  background-color: #0b204d;
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
  display: inline-block;
  font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
  background-color: #252525;
  color: #fff;
}

.woocommerce-account .addresses .title h3 {
  position: relative;
}








.woocommerce-privacy-policy-text a {
  color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
  color: #0b204d;
}

.woocommerce-info {
  border-top-color: #0b204d;
  margin-bottom: 10px !important;
}

.lost_password a {
  color: #252525 !important;
}

.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-info::before {
  color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
  color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
  padding-bottom: 20px;
}

.woocommerce form .form-row .required {
  color: #0b204d;
}

a.showcoupon {
  font-size: 16px;
  font-weight: 500;
}







h3#order_review_heading {
  margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
  height: auto;
  border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
  font-size: 16px;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
}


ul.woocommerce-error {
  margin-bottom: 50px !important;
}

.tinv-header {
  display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
  margin-top: 30px;
}





.post-type-archive .products li {
  text-align: center;
}

.tax-product_cat .products li {
  text-align: center;
}

.tax-product_cat li .added_to_cart {
  background-color: #c12a30 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  border-radius: 25px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  /*    display: inline-block !important; */
  font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.quantity {
  position: relative;
  width: fit-content;
}

.woocommerce-cart .quantity .minus {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 5px 14px 7px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

.woocommerce-cart .quantity .plus {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 12px 4px 11px 4px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}


a.restore-item {
  margin-left: 10px;
  margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
  height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
  position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
  position: relative;
}


.page-id-316 .wc-backward {
  margin-left: 20px !important;
  color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
  color: #c12a30 !important;
}


.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
  position: relative;
  top: 10px !important;
  text-align: center;
}

.page-id-317 .woocommerce-MyAccount-content a.woocommerce-Button {
  position: relative;
  top: -10px !important;
  text-align: center;
}

/* Woo Commerce End Here */


/* Header Start */
.home {
  background-color: #000 !important;
}

header#masthead {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  right: 0;
  border-bottom: 1px solid #735b46;
}

header#masthead .row {
  align-items: center;
  padding: 10px 0;
}

#primary-menu li a:hover,
#primary-menu li.current-menu-item a {
  color: #d8b495;
}

/* Header End */

/* Footer Start */

.footer-wrapper {
  position: relative;
}

.custome-sec {
  position: relative;
  z-index: 0;
  /* position: absolute;
    z-index: 1;
    top: -17%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    right: 50%; */
}

.custome-sec .custom-sec-wrapper {
  position: relative;
  border: 1px solid #735b46;
  background-color: #231f20;
}

.custom-sec-wrapper::before {
  content: "";
  position: absolute;
  height: 360px;
  right: 26px;
  width: 315px;
  background-image: url(/wp-content/uploads/2025/03/cta-bg-1.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.custom-sec-wrapper::after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  border: 1px solid #735b46;
}

.custom-sec-wrapper .row {
  /* height: 500px; */
  padding: 49px 0;
}

.custom-sec-wrapper .left-col {
  position: static;
}

.custom-sec-wrapper img {
  position: absolute;
  /* object-fit: cover; */
  /* object-position: left; */
  height: 100%;
  /* width: 648px; */
  width: 39.5%;
  top: 0;
  left: 0px;
}

.custom-sec-wrapper .right-col {
  align-self: center;
  position: relative;
  left: -25px;
}

.custome-sec .custom-cont h2 {
  font-family: "Roboto Mono";
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 40px;
  letter-spacing: 5px;
  color: #fff;
}

.custome-sec .custom-cont p {
  letter-spacing: 3px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1.9;
  margin-bottom: 30px;
  padding-right: 60px;
}

.tested-solution-section {
  position: relative;
  background: linear-gradient(57deg, rgba(35, 37, 29, 0.8) 0%, rgba(35, 37, 29, 0.9999999999999999) 78%), url('/wp-content/uploads/2025/03/tested.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 69% 100%;
  margin-top: -250px;
  z-index: -1;
  background-color: #23251d;
}

.tested-solution-section:before {
  content: '';
  position: absolute;
  /* background-image: linear-gradient(57deg, rgba(35,37,29,0.8) 0%, rgba(35,37,29,0.9999999999999999) 78%); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tested-solution-wrapper {
  position: relative;
  /* height: 940px; */
  width: 100%;
  /* background-color: #23241c; */
  overflow: hidden;
  /* padding-bottom: 154px; */
}

.tested-solution-wrapper::before {
  content: "";
  /* background-image: url(/wp-content/uploads/2025/03/tested-img-1.png); */
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: -14%;
  height: 100%;
  width: 100%;
}

.tested-solution-wrapper::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/03/tested-prop.png);
  background-size: contain;
  background-position: bottom -32px center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6px;
  right: -5px;
  height: 643px;
  width: 1113px;
}

.tested-solution-wrapper .row-1 {
  height: 940px;
  align-items: flex-end;
  padding-bottom: 154px;
}

.tested-solution-text-1 .img_wrap {
  margin-bottom: 35px;
}

.tested-solution-text-1 h5 {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  font-family: var(--ff-mono) !important;
  margin-bottom: 40px;
  color: #fff6ea;
}

.tested-solution-text-1 p {
  font-size: 22px;
  font-weight: 500;
  color: #fff6ea;
  line-height: 1.8;
  letter-spacing: 3px;
  margin-bottom: 0px;
}

.tested-testi-text p {
  font-family: "Roboto Mono";
  font-size: 24px;
  font-weight: 700;
  color: #fff6ea;
  letter-spacing: 2px;
  line-height: 49.6px;
  margin-bottom: 50px;
}

.tested-testi-text .testi-name {
  font-family: "Roboto Mono";
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 5px;
  color: #fff4e5;
  letter-spacing: 3px;
}

.tested-testi-text .testi-designation {
  font-family: "Roboto Mono";
  font-size: 24px;
  font-weight: 300;
  color: #fff4e5;
  display: block;
  font-style: italic;
}

.exchange-training-loop .row>div:nth-child(2) {
  order: 2;
}

.exchange-training-loop .row>div:nth-child(3) {
  order: 1;
}

footer {
  background-color: #231f20;
}

.footer {
  position: relative;
  padding: 85px 0 145px;
  border: 1px solid #735b46;
  border-left: none;
  border-right: none;
}

.footer1 {
  position: relative;
}

.footer1 img {
  margin-bottom: 20px;
}

.footer1 p {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 34px;
  color: #fff6ea;
  width: 60%;
}

.footer .widget-title {
  font-family: "Roboto Mono";
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 4px;
  color: #fff6ea;
  margin-bottom: 20px;
}

.footer2 ul li {
  margin-bottom: 25px;
}

.footer2 ul li:last-child {
  margin-bottom: 0px;
}

.footer2 ul li a {
  font-family: "Roboto Mono";
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.footer2 ul li a:hover,
.footer2 ul li.current-menu-item a {
  color: #d8b495;
}

.footer3 ul li {
  margin-bottom: 20px;
}

.footer3 ul li:last-child {
  margin-bottom: 0px;
}

.footer3 ul li {
  font-family: "Roboto Mono";
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
}

.footer3 ul li span {
  display: block;
  font-weight: 700;
}

.footer3 ul li a {
  font-weight: 500;
  color: #ffffff;
}

.footer3 ul li a:hover {
  color: #d8b495;
}

.scial-icon ul {
  margin: 0px !important;
}

.scial-icon ul li {
  display: inline-block;
  margin: 0 15px 0 0 !important;
}

.scial-icon ul li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: 0.5s ease;
}

.scial-icon ul li img:hover {
  filter: brightness(0) saturate(100%) invert(83%) sepia(15%) saturate(686%) hue-rotate(342deg) brightness(90%) contrast(86%);
}

.copyrights {
  position: relative;
  padding: 20px 0;
}

p.copyright {
  font-family: "Roboto Mono";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #715a43;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

p.copyright a {
  color: #715a43;
}

p.copyright a:hover {
  color: #fff;
}

/* Footer End */

/* General CSS Start */
.bttn {
  position: relative;
}

.bttn a {
  position: relative;
  font-family: "Roboto Mono";
  font-size: 18px;
  color: #21231d;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  width: 219px;
  background-color: #d8b495;
  padding: 10px 10px;
  display: block;
  transition: 0.5s ease;
  margin: 15px 5px;
}

.bttn a::before,
.bttn a::after {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid #d8b495;
}

.bttn a::before {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.bttn a::after {
  bottom: -5px;
  right: -5px;
  border-left: none;
  border-top: none;
}

.bttn a:hover {
  color: #21231d;
  background-color: #fef4e5;
}

.bttn1 {
  position: relative;
}

.bttn1 a {
  position: relative;
  font-family: "Roboto Mono";
  font-size: 18px;
  color: #21231d;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  width: 219px;
  background-color: #FFF4E5;
  padding: 10px 10px;
  display: block;
  transition: 0.5s ease;
  margin: 15px 5px;
}

.bttn1 a::before,
.bttn1 a::after {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid #FFF4E5;
}

.bttn1 a::before {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.bttn1 a::after {
  bottom: -5px;
  right: -5px;
  border-left: none;
  border-top: none;
}

.bttn1 a:hover {
  color: #21231d;
  background-color: #D9B596;
}

.bttn2 {
  position: relative;
  text-align: center;
}

.bttn2 a {
  position: relative;
  font-family: "Roboto Mono";
  font-size: 18px;
  color: #fef4e5;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
  width: 219px;
  height: 44px;
  background-color: #21231d;
  padding: 10px 10px;
  display: block;
  transition: 0.5s ease;
  margin: 15px 5px;
}

.bttn2 a:hover {
  color: #21231d;
  background-color: #D9B596;
}

.bttn2 a::before,
.bttn2 a::after {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid #21231d;
}

.bttn2:hover :is(::before, ::after) {
  border-color: #d8b495;
}

.bttn2 a::before {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.bttn2 a::after {
  bottom: -5px;
  right: -5px;
  border-left: none;
  border-top: none;
}

/* General CSS End */

/* Home Start */

.h-banner {
  position: relative;
  background-color: #050505;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 998px;
  z-index: 1;
}

.h-banner::before {
  content: '';
  position: absolute;
  background-color: rgb(0 0 0 / 60%);
  opacity: 0.600;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.h-banner::after {
  content: '';
  position: absolute;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.9999999999999999) 91%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.banner-detail {
  position: relative;
  padding-top: 300px;
  z-index: 1;
}

.title-banner {
  position: relative;
  width: 75%;
  margin: auto;
}

.title-banner h1 {
  position: relative;
  font-family: "Roboto Mono";
  font-size: 72px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 9px;
  text-align: center;
  color: #ffffff;
}

.banner-bttn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.banner-bttn .bttn:first-child a:after {
  border: none;
}

.banner-bttn .bttn:last-child a:before {
  border: none;
}

.banner-video-bttn {
  position: relative;
  margin-top: 30px;
}

.banner-video-bttn a {
  font-family: "Roboto Mono";
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.banner-video-bttn a:hover {
  color: #d8b495;
}

.h-next-sec {
  position: relative;
  margin-top: -150px;
  z-index: 1;
}

.regist {
  position: relative;
  display: grid;
  grid-template-columns: 375px auto;
  gap: 40px;
  width: 82%;
  height: 250px;
  background-color: #23251d;
  margin: auto;
  align-items: center;
  background-image: url('/wp-content/uploads/2025/03/next-bg.png');
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}

.regist::before,
.regist::after {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid #d8b495;
}

.regist::before {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.regist::after {
  bottom: -5px;
  right: -5px;
  border-left: none;
  border-top: none;
}

.regist-img {
  width: 100%;
  height: 100%;
}

.regist-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.regist-info h3 {
  font-family: "Roboto Mono";
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 3px;
  color: #D9B596;
}

.regist-info h2 {
  font-family: "Roboto Mono";
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #f7dec1;
  margin-bottom: 0;
}

.regist-info h4 {
  font-family: "Roboto Mono";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #f7dec1;
}

.regist-info .bttn1 {
  margin-top: 30px;
}

.h-about-sec {
  position: relative;
  background-image: url('/wp-content/uploads/2025/03/about-bg.png');
  background-position: bottom -106px left 50px;
  background-size: 52%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #735b46;
  padding: 150px 0;
}

.h-about-sec::before {
  content: '';
  position: absolute;
  background-image: url('/wp-content/uploads/2025/03/about-logo.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 450px;
  height: 450px;
  left: -142px;
  bottom: 40px;
}

.h-about-sec .cont {
  width: 75%;
  margin: auto auto 50px;
}

.h-about-sec .cont p {
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 42px;
  color: #fff6ea;
  text-align: center;
}

.h-about-sec .bttn a {
  margin: 15px auto;
}

.h-training-sec {
  position: relative;
  padding: 100px 0;
}

.h-training-sec .head h2 {
  font-family: "Roboto Mono";
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 5px;
  color: #D9B596;
}

.training-wrapper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 414px;
  margin-top: 30px;
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.training-wrapper::before {
  content: '';
  position: absolute;
  background-color: rgb(0 0 0 / 35%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.train-title {
  position: relative;
  width: 75%;
}

.train-title h3 {
  font-family: "Roboto Mono";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}

.train-bttn {
  position: relative;
}

.train-bttn a {
  position: relative;
  font-family: "Roboto Mono";
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  text-align: center;
  width: 219px;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 10px;
  display: block;
  transition: 0.5s ease;
}

.train-bttn a::before,
.train-bttn a::after {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid #FFF4E5;
}

.train-bttn a::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}

.train-bttn a::after {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}

.train-bttn a:hover {
  color: #fff;
  background-color: transparent;
  border-color: #FFF4E5;
}

/* Home End */


/* Inner Pages Start */

/* Repeative Sections */

/* Banner Section Start */

.banner-section .banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 781px;
  width: 100%;
  background-color: rgba(0, 0, 0, .4);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section h1.banner-heading {
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  font-family: var(--ff-mono);
  color: #fff;
  margin-bottom: 15px;
}

.banner-text {
  position: relative;
  z-index: 10;
}

.banner-section p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
}

/* Banner Section End */

/* Repeative Sections */

/* About page start */

body.page-about-us {
  background-color: #fdf4e5;
}

/* About Content Section */

.about-content-section-wrapper {
  padding-block: 90px;
}

.about-content-sec-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 750px;
  width: 100%;
  border: 1px solid #000;
  padding-inline: 20px;
  padding-block: 5px;
  margin-inline: auto;
  margin-bottom: 70px;
}

.about-content-sec-card::before {
  content: "";
  position: absolute;
  left: 34%;
  height: 75px;
  width: 2px;
  background-color: #000;
  transform: rotate(30deg);
}

.about-content-sec-card span {
  font-size: 20px;
  color: #21231d;
  letter-spacing: 3px;
  font-weight: bold;
  font-style: italic;
}

.about-content-section-wrapper .content_wrap p {
  font-size: 22px;
  color: #21231d;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
  letter-spacing: 2px;
}

.about-content-section-wrapper .bttn2 a {
  margin-inline: auto;
}

.about-content-section-wrapper h5 {
  font-size: 24px;
  color: #21231d;
  margin-bottom: 45px;
  font-style: italic;
  font-weight: bold;
  font-family: var(--ff-mono) !important;
  letter-spacing: 3px;
  text-align: center;
}

/* About Content Section */

/* About Course Section */

.about-course-wrapper {
  position: relative;
  /* background-color: #23251d; */
  min-height: 690px;
}

.about-course-wrapper:before {
  content: '';
  position: absolute;
  background-color: #23251d;
  width: 71.5%;
  height: 100%;
  top: 0;
  right: 0;
  clip-path: polygon(20% -33%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.about-course-wrapper::after {
  content: '';
  position: absolute;
  background-image: url('/wp-content/uploads/2025/03/clip.png');
  background-position: right -6px center;
  background-repeat: no-repeat;
  background-size: 57%;
  width: 100%;
  height: 100%;
  top: 7px;
  right: -51px;
  z-index: -1;
}

.about-course-wrapper .row {
  align-items: center;
  min-height: 690px;
}

.about-course-wrapper .img-col {
  position: static;
}

.about-course-wrapper .img_wrap {
  position: absolute;
  left: -31px;
  top: 0;
  height: 100%;
  width: 49%;
}

.about-course-wrapper .img_wrap:before {
  content: '';
  position: absolute;
  background-image: linear-gradient(110deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.57) 35%, rgba(35, 31, 32, 0.9999999999999999) 97%);
  width: 82%;
  height: 95%;
  clip-path: polygon(0% 0%, 99.4% 0, 73.7% 100%, 0% 100%);
  z-index: 1;
  top: 17px;
  left: 0;
  margin: auto;
}

.about-course-wrapper .img_wrap img {
  position: relative;
  object-fit: cover;
  width: 82%;
  height: 95%;
  clip-path: polygon(0% 0%, 99.4% 0, 73.7% 100%, 0% 100%);
  margin: auto;
  top: 17px;
}

.about-course-text {
  position: relative;
  left: 100px;
}

.about-course-text h4 {
  font-family: "Roboto Mono";
  font-size: 24px;
  color: #fff6ea;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 35px;
}

.about-course-text p {
  color: #fff6ea;
  font-size: 22px;
  font-weight: bold;
  line-height: 39px;
  margin-bottom: 40px;
  letter-spacing: 3px;
  padding-right: 78px;
}

/* About Course Section */

/* About page end */


/* Course Page Start */

.inner-banner {
  position: relative;
  background-color: #050505;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 781px;
  z-index: 1;
}

.inner-banner .container,
.inner-banner .row {
  height: 100%;
  align-items: center;
}

.inner-banner::before {
  content: '';
  position: absolute;
  background-color: rgb(0 0 0 / 60%);
  opacity: 0.600;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.inner-banner::after {
  content: '';
  position: absolute;
  background-image: linear-gradient(168deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9999999999999999) 87%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.inner-banner .banner-detail {
  position: relative;
  padding-top: 0px;
  z-index: 1;
}

.inner-banner .banner-title {
  position: relative;
  width: 100%;
  margin: auto;
}

.inner-banner .banner-title h1 {
  position: relative;
  font-family: "Roboto Mono";
  font-size: 72px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 9px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.inner-banner .banner-sub-title h2 {
  position: relative;
  font-family: "Roboto Mono";
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}

.inner-banner .banner-content {
  position: relative;
  width: 95%;
  margin: auto;
}

.inner-banner .banner-content p {
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 42px;
  text-align: center;
  color: #fff6ea;
}

.m-training-sec {
  position: relative;
}

.m-training-sec .head h2 {
  color: #25261E;
  text-transform: uppercase;
}

.m-training-sec .row3 {
  padding-top: 100px;
}

/* Course Page End */

/* Single Course Page Start */

.course-regist {
  background-image: url('/wp-content/uploads/2025/03/course-reg-bg.png');
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 150px;
  padding: 20px 100px;
}

.course-regist .skill h2 {
  font-family: "Roboto Mono";
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 3px;
  color: #D9B596;
  margin-bottom: 25px;
}

.course-regist .skill p {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #F2DBBE;
  margin: 0;
}

.course-sec {
  position: relative;
  padding: 100px 0 50px;
}

:is(.course-sec) :is(h2, h3, h4) {
  font-family: "Roboto Mono";
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 4px;
  color: #25261E;
  margin-bottom: 30px;
}

:is(.course-sec) :is(h5, h6) {
  font-family: "Roboto Mono";
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 4px;
  color: #25261E;
  margin-bottom: 30px;
}

:is(.course-sec) :is(p, li) {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #25261E;
}

:is(.course-sec) :is(li) {
  list-style: disc;
  list-style-position: inside;
  line-height: 53px;
}

.course-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.course-note p {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 37px;
  color: #25261E;
  margin-bottom: 0;
}

.course-object {
  padding-left: 100px;
}

.course-object ul {
  margin-bottom: 60px;
}

/* Single Course Page End */

/* Team Page Start */

.team-sec {
  position: relative;
  padding: 100px 0 200px;
}

.team-loop {
  position: relative;
}

.team-wrapper {
  display: block;
  position: relative;
  width: 65%;
  margin: 100px auto auto;
}

.team-img {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-title {
  position: relative;
}

.team-title h3 {
  font-family: "Roboto Mono";
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 4px;
  color: #25261E;
  text-transform: uppercase;
}

.team-desig {
  position: relative;
}

.team-desig h4 {
  font-family: "Roboto Mono";
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 28px;
  color: #25261E;
}

/* Team Page End */

/* Bio Page Start */

.page-id-288 .custome-sec,
.page-id-288 .tested-solution-section {
  display: none;
}

.bio-content-section {
  padding-top: 100px;
  padding-bottom: 340px;
}

.bio-card {
  max-width: 398px;
  width: 100%;
}

.bio-card .img_wrap {
  margin-bottom: 20px;
}

.bio-card .bio-name {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #21231d;
  font-family: "Roboto Mono";
  margin-bottom: 5px;
}

.bio-card img {
  width: 398px;
}

.bio-card span {
  font-size: 20px;
  font-weight: 400;
  color: #21231d;
  text-transform: capitalize;
  font-family: "Roboto Mono";
}

.bio-content-text p {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1.6;
  color: #2c2e35;
  font-weight: 500;
  font-family: var(--ff-roboto);
  margin-bottom: 35px;
  font-family: "Roboto";
}

.bio-content-text p:last-child {
  margin: 0px;
}

.bio-content-bottom {
  margin-top: 85px;
}

.bio-content-bottom h5 {
  color: #21231d;
  font-weight: bold;
  font-style: italic;
  font-family: "Roboto Mono";
  margin-bottom: 30px;
}

.bio-content-bottom li {
  display: block;
  margin-bottom: 10px;
  color: #2c2e35;
  font-size: 20px;
  font-weight: 600;
  /*     font-family: "Roboto Mono"; */
}

/* Bio Page End */

/* Contact Page Start */

.page-id-302 .custome-sec,
.page-id-302 .tested-solution-section {
  display: none;
}

.contact-us-section {
  padding-top: 130px;
  padding-bottom: 440px;
}

.contact-us-wrapper div:has(> input) {
  max-width: 734px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0px !important;
}

.contact-us-wrapper div input {
  width: 100% !important;
  max-width: 100% !important;
  padding-block: 23px !important;
  padding-inline: 15px !important;
  background-color: #fefefe !important;
  border: 1px solid #23251d !important;
  outline: none !important;
  display: inline-block !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #21231d !important;
  letter-spacing: 2px !important;
  font-family: "Roboto" !important;
  border-radius: 0px !important;
  height: 50px !important;
}

.contact-us-wrapper input::placeholder,
.contact-us-wrapper textarea::placeholder {
  color: #21231d !important;
  opacity: 1 !important;
}

.contact-us-wrapper div select {
  width: 100%;
  padding-block: 9px;
  padding-inline: 15px;
  background-color: #fefefe;
  border: 1px solid #23251d;
  outline: none;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #21231d;
  letter-spacing: 2px;
  font-family: "Roboto";
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer !important;
  height: 50px !important;
  border-radius: 0px !important;
  max-width: 100% !important;
  background-image: none;
}

.contact-us-wrapper div:has(> select) {
  position: relative !important;
  max-width: 734px !important;
  width: 100% !important;
  padding: 0px !important;
  margin-bottom: 30px;
}

.contact-us-wrapper div:has(> select)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='black' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-us-wrapper div:has(> textarea) {
  max-width: 734px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0px !important;
}

.contact-us-wrapper textarea {
  width: 100% !important;
  height: 100% !important;
  min-height: 213px !important;
  background-color: #fefefe !important;
  border: 1px solid #23251d !important;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 41px !important;
  color: #21231d !important;
  font-weight: 500 !important;
  font-family: "Roboto" !important;
  padding: 15px !important;
  outline: none !important;
  border-radius: 0px !important;
}

div.wpforms-container-full:not(:empty) {
  margin-top: 0px !important;
}

.contact-us-wrapper .button_wrap {
  max-width: 734px;
  width: 100%;
}

.contact-us-wrapper button {
  background-color: #546747 !important;
  border: none !important;
  width: 100% !important;
  height: 50px !important;
  background-color: #23251d !important;
  font-size: 20px !important;
  color: #fff6ea !important;
  font-weight: 700 !important;
  font-style: italic !important;
  font-family: "Roboto Mono" !important;
  cursor: pointer !important;
}

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

.contact-us-wrapper .info_wrap h5 {
  font-size: 20px;
  color: #2c2e35;
  font-weight: 700;
  font-style: italic;
  font-family: "Roboto Mono";
  margin-bottom: 10px;
}

.contact-us-wrapper .info_wrap a {
  font-size: 18px;
  color: #21231d;
  font-weight: 600;
  font-family: "Roboto Mono";
  display: block;
}

.wpforms-head-container {
  display: none;
}

.page-id-302 .custome-sec,
.page-id-302 .tested-solution-section {
  display: none;
}

body:has(#single-team-page) :is(.custome-sec, .tested-solution-section) {
  display: none;
}

#wpforms-confirmation-318 {
  width: 70%;
  margin-right: auto !important;
  margin-left: 0px !important;
}



/* Contact Page End */

/* Inner Pages End */


@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1240px !important;
  }
}

@media (min-width: 1601px) {
  .container {
    max-width: 1600px !important;
  }
}

/* ============================================================================================================
                                           / MEDIA QUERY STARTS /
/* =============================================================================================================*/


@media only screen and (max-width: 1919px) {
  /* br {
        display: none;
    } */
}

/* 
  ##Device = HD Desktops
  ##Screen = 1600px to higher resolution desktops
*/

@media screen and (max-width: 1600px) {

  /* Home Start */

  .h-banner {
    height: 898px;
  }

  .banner-detail {
    padding-top: 270px;
  }

  .title-banner h1 {
    font-size: 52px;
  }

  .bttn a {
    font-size: 16px;
    width: 199px;
  }

  .regist {
    width: 90%;
  }

  .regist-info h3 {
    font-size: 24px;
  }

  .regist-info h2 {
    font-size: 28px;
  }

  .regist-info h4 {
    font-size: 22px;
  }

  .bttn1 a {
    font-size: 16px;
    width: 199px;
  }

  .h-about-sec::before {
    width: 400px;
    height: 400px;
    left: -127px;
    bottom: 50px;
  }

  .h-about-sec .cont p {
    font-size: 22px;
  }

  .h-about-sec {
    background-position: bottom -74px left;
  }

  .h-training-sec .head h2 {
    font-size: 30px;
  }

  .training-wrapper {
    height: 350px;
  }

  .train-title h3 {
    font-size: 30px;
  }

  .train-title {
    width: 60%;
  }

  .train-bttn a {
    font-size: 20px;
    width: 199px;
  }

  .custom-sec-wrapper::before {
    height: 300px;
    width: 265px;
  }

  .custome-sec .custom-cont h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .custome-sec .custom-cont p {
    font-size: 18px;
    padding-right: 40px;
  }

  .tested-solution-section {
    margin-top: -150px;
  }

  .tested-solution-wrapper::after {
    width: 850px;
  }

  .tested-solution-wrapper .row-1 {
    height: 800px;
    padding-bottom: 80px;
  }

  .tested-solution-text-1 .img_wrap {
    margin-bottom: 20px;
  }

  .tested-solution-text-1 h5 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .tested-solution-text-1 p {
    font-size: 18px;
  }

  .tested-testi-text p {
    font-size: 18px;
    line-height: 40.6px;
  }

  .tested-testi-text .testi-name {
    font-size: 22px;
  }

  .tested-testi-text .testi-designation {
    font-size: 20px;
  }

  .footer1 p {
    font-size: 16px;
    line-height: 30px;
    width: 70%;
  }

  .footer .widget-title {
    font-size: 22px;
    letter-spacing: 3px;
  }

  .footer2 ul li a {
    font-size: 16px;
  }

  .footer3 ul li {
    font-size: 16px;
    ;
  }

  .scial-icon ul li img {
    width: 30px;
    height: 30px;
  }

  p.copyright {
    font-size: 12px;
  }

  /* Home End */


  /* Courses Start */

  .inner-banner {
    height: 681px;
  }

  .inner-banner .banner-title h1 {
    font-size: 52px;
  }

  .inner-banner .banner-sub-title h2 {
    font-size: 30px;
  }

  .inner-banner .banner-content {
    width: 100%;
  }

  .inner-banner .banner-content p {
    font-size: 18px;
    line-height: 32px;
  }

  /* Courses End */

  /* Courses Start */

  .course-regist {
    padding: 20px 80px;
  }

  .course-regist .skill h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .course-regist .skill p {
    font-size: 20px;
  }

  :is(.course-sec) :is(h2, h3, h4) {
    font-size: 22px;
    letter-spacing: 3px;
  }

  :is(.course-sec) :is(h5, h6) {
    font-size: 20px;
    letter-spacing: 3px;
  }

  :is(.course-sec) :is(p, li) {
    font-size: 20px;
    letter-spacing: 2px;
  }

  :is(.course-sec) :is(li) {
    line-height: 43px;
  }

  .bttn2 a {
    font-size: 16px;
    width: 199px;
  }

  .course-note p {
    font-size: 16px;
    line-height: 32px;
  }

  /* Courses End */

  /* About Start */

  .banner-section .banner-wrapper {
    min-height: 560px;
  }

  .about-content-section-wrapper {
    padding-block: 60px;
  }

  .about-content-sec-card {
    margin-bottom: 30px;
  }

  .about-content-section-wrapper .content_wrap p {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .about-course-wrapper,
  .about-course-wrapper .row {
    min-height: 590px;
  }

  .about-course-text h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .about-course-text p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .about-content-section-wrapper h5 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  /* About End */

  /* Instructors Start */

  .team-sec {
    padding: 50px 0 150px;
  }

  .team-wrapper {
    width: 75%;
    margin: 80px auto auto;
  }

  .team-img {
    height: 450px;
  }

  .team-title h3 {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .team-desig h4 {
    font-size: 18px;
    letter-spacing: 2px;
  }

  /* Instructors End */

}

/* Dont delete this bracket! */


@media (max-width: 1199px) {

  body {
    overflow-x: hidden;
  }

  .menu-item-has-children::after {
    display: none !important;
  }

  .mm li.about_arrow.active i:before {
    transform: rotate(0deg);
    transition: 0.5s ease;
  }

  .home div#mm ul#primary-menu li.about_arrow.current-menu-item>a {
    text-decoration: none !important;
  }

  div#mm ul#primary-menu li.current-menu-item>a,
  div#mm ul#primary-menu li.current-menu-ancestor>a {
    color: #d8b495 !important;
  }

  .mm.open .menu-menu-container {
    position: relative;
    z-index: 1;
    background: transparent;
    overflow: auto;
    overflow-x: hidden;
  }

  .mm,
  #mm {
    display: block;
  }

  #primary-menu {
    display: none;
  }

  header#masthead {
    display: none;
  }

  .mm.open div#mm {
    height: 100vh;
    padding-top: 130px;
  }

  .mm.open {
    background: #546747;
    padding: 0px;
    min-height: auto;
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
  }

  .mm.open div#mml {
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0px;
    background: #21231d;
    padding: 20px 15px;
    right: 0px;
    margin: auto;
    padding-top: 0px;
  }

  .mm.open #mmb span {
    background: #fff;
  }

  .mm .site-branding {
    width: 85%;
  }

  .mm .site-branding img {
    width: 85%;
    object-fit: contain;
    object-position: left;
    margin: 10px 0px;
    height: 80px;
  }

  .mm li.about_arrow i {
    position: absolute;
    right: 0;
    font-size: 20px;
    transition: 0.5s ease !important;
    color: #fff;
    width: 30px;
    height: 45px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }

  .mm li.about_arrow i:before {
    transform: rotate(-90deg);
    transition: 0.5s ease;
  }
}


/* 
  ##Device = Ipads, Ipad Pro 
  ##Screen = B/w 1024px to 1365px
*/
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .about-content-section-wrapper {
    padding-block: 50px;
  }

  .bio-content-section {
    padding-block: 100px;
  }

  .contact-us-section {
    padding-block: 100px;
  }

  .contact-us-wrapper .input_wrap {
    margin-bottom: 20px;
  }

  .contact-us-wrapper .textarea_wrap {
    margin-bottom: 20px;
  }

  .custome-sec .custom-cont h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .banner-section .banner-wrapper {
    min-height: 450px;
  }

  .tested-testi-text p {
    font-size: 16px;
  }

  .tested-testi-text .testi-name {
    font-size: 20px;
  }

  .tested-solution-text-1 p {
    font-size: 16px;
  }

  .tested-solution-text-1 h5 {
    font-size: 25px;
  }

  .tested-testi-text .testi-designation {
    font-size: 18px;
  }

  .custom-sec-wrapper img {
    width: 500px;
  }

  .tested-solution-wrapper .row-1 {
    height: 670px;
  }

  .custom-sec-wrapper .row {
    height: 400px;
  }

  .custom-sec-wrapper .right-col {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .custome-sec .custom-cont h2 {
    font-size: 25px;
  }

  .custome-sec .custom-cont p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about-content-section-wrapper .content_wrap p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .about-content-section-wrapper h5 {
    font-size: 20px;
  }

  .about-content-sec-card {
    margin-bottom: 20px;
  }
}

/* 1024px to 1365px Dont delete this bracket! */

/* 
  ##Device = Tablets, Ipads 
  ##Screen = B/w 768px to 1023px
*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tested-testi-text p {
    font-size: 14px;
  }

  .bio-content-text p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .bio-content-section {
    padding-block: 70px;
  }

  .bio-card .bio-name {
    font-size: 18px;
  }

  .bio-card span {
    font-size: 18px;
  }

  .bio-content-bottom {
    margin-top: 30px;
  }

  .bio-content-bottom span {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .contact-us-row {
    flex-direction: column-reverse;
  }

  .contact-us-section {
    padding-block: 80px;
  }

  .about-content-section-wrapper .content_wrap p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .about-content-section-wrapper h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .about-course-wrapper {
    min-height: auto;
    padding-block: 30px;
  }

  .about-course-wrapper .row {
    min-height: auto;
  }

  .about-course-wrapper .img_wrap {
    position: static;
  }

  .about-course-text h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .about-course-text p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .custom-sec-wrapper::before {
    height: 333px;
    width: 296px;
    right: 5px;
  }

  .custom-sec-wrapper img {
    width: 50%;
    object-fit: cover;
  }

  .tested-solution-wrapper .row-1 {
    height: 584px;
    padding-bottom: 50px;
  }

  .tested-solution-text-1 p {
    font-size: 14px;
  }

  .tested-solution-text-1 h5 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .tested-testi-text .testi-name {
    font-size: 16px;
  }

  .tested-testi-text .testi-designation {
    font-size: 16px;
  }

  .tested-solution-wrapper::before {
    background-size: cover;
    background-position: center center;
  }

  .custome-sec .custom-cont h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .custome-sec .custom-cont p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .custom-sec-wrapper .row {
    height: 400px;
  }
}


@media (max-width: 991px) {
  .h-about-sec .cont p {
    font-size: 14px;
    line-height: 28px;
  }

  .banner-section h1.banner-heading {
    font-size: 52px;
  }

  .banner-section p {
    font-size: 18px;
    line-height: 32px;
  }

  .banner-section .banner-wrapper {
    min-height: 681px;
    background-size: cover;
    background-position: center;
  }

  .team-sec {
    padding: 50px 0 80px;
  }

  .course-sec {
    padding: 60px 0 0px;
  }

  .h-training-sec {
    padding: 60px 0;
  }

  .footer2 {
    margin-top: 141px;
  }

  .team-img {
    height: auto;
  }

  .team-wrapper {
    width: 100%;
    margin-block: 20px;
  }

  .about-course-wrapper .img_wrap img {
    width: 100%;
    clip-path: polygon(0% 0%, 96.4% 0, 77.7% 100%, 0% 100%);
  }

  .about-course-wrapper .img_wrap:before {
    width: 100%;
    clip-path: polygon(0% 0%, 96.4% 0, 77.7% 100%, 0% 100%);
  }

  .about-course-wrapper .img_wrap {
    position: absolute;
    left: 0px;
  }

  .about-course-wrapper:before {
    width: 61%;
  }

  .course-btn {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
  }

  :is(.course-sec) :is(p, li) {
    font-size: 18px;
  }

  :is(.course-sec) :is(li) {
    line-height: 38px;
  }

  .course-object {
    padding-left: 20px;
  }

  .tested-solution-section {
    margin-top: -40px;
  }

  .h-about-sec::before {
    width: 329px;
    height: 363px;
  }

  .banner-detail {
    padding-top: 30px !important;
  }

  .h-banner {
    height: 650px;
  }

  .home_pg .h-next-sec {
    position: static;
    margin: 10px;
  }

  .banner-video-bttn {
    margin-bottom: 30px;
  }

  .regist {
    gap: 15px;
    width: 100%;
    grid-template-columns: 50% 50%;
  }

  .regist-info h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .regist-info h4 {
    font-size: 13px;
  }

  .regist-img img {
    height: 100%;
    width: auto;
  }

  .regist-info h3 {
    font-size: 22px;
  }
}

/* 768px to 1023px  Dont delete this bracket! */


@media (max-width: 767px) {
  br {
    display: none;
  }
	
	.single-team .banner-section .banner-wrapper {
		min-height: 300px;
	}

  .page-courses .h-next-sec {
    margin-bottom: 45px;
    margin-top: -165px;
  }

  .home_pg .h-next-sec {
    padding-bottom: 0px;
  }

  .regist-info .bttn1 a {
    margin-inline: auto;
  }

  .regist-img img {
    width: 100%;
    object-fit: cover;
  }

  .h-next-sec {
    /* margin: 0px; */
    padding-bottom: 50px;
  }

  .course-object ul {
    margin-bottom: 20px;
  }

  .bio-content-bottom li {
    font-size: 18px;
  }

  .about-course-text {
    position: static;
  }

  .bio-card {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }

  .bio-card img {
    width: 100%;
    object-fit: cover;
  }

  .bio-card span {
    font-size: 16px;
  }

  .bio-content-text p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .bio-content-text p:last-child {
    margin-bottom: 0px !important;
  }

  .bio-content-bottom {
    margin-top: 25px;
  }

  .bio-content-bottom span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .bio-content-section {
    padding-block: 50px;
  }

  /* Home Start */

  .h-banner {
    height: 400px;
    margin-bottom: 20px;
  }

  .banner-detail {
    padding-top: 85px !important;
  }

  .title-banner {
    width: 100%;
  }

  .title-banner h1 {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .banner-bttn .bttn a {
    margin: 10px 5px;
  }

  .h-next-sec {
    /* margin-top: auto; */
    padding-bottom: 0px;
  }

  .regist {
    display: block;
    width: 100%;
    height: auto;
  }

  .regist-img {
    width: 100%;
    height: 250px;
  }

  .regist-info {
    padding: 15px;
    text-align: center;
  }

  .regist-info h3 {
    font-size: 20px;
  }

  .regist-info h2 {
    font-size: 22px;
  }

  .regist-info h4 {
    font-size: 18px;
  }

  .h-about-sec {
    padding: 380px 0 50px;
  }

  .h-about-sec::before {
    width: 300px;
    height: 300px;
    top: 50px;
    left: 0;
    right: 0;
    bottom: unset;
    margin: auto;
  }

  .h-about-sec .cont {
    width: 100%;
    margin: auto auto 30px;
  }

  .h-about-sec .cont p {
    font-size: 16px;
    line-height: 28px;
  }

  .h-training-sec {
    padding: 50px 0;
  }

  .h-training-sec .head h2 {
    font-size: 25px;
    letter-spacing: 3px;
  }

  .training-wrapper {
    height: 350px;
    padding: 50px 30px;
  }

  .train-title {
    width: 100%;
  }

  .train-title h3 {
    font-size: 22px;
  }

  .train-title h3 br {
    display: none;
  }

  .train-bttn a {
    font-size: 18px;
    width: 179px;
  }

  .custom-sec-wrapper .row {
    height: auto;
    padding: 1px 1px;
  }

  .custom-sec-wrapper .left-col {
    position: relative;
  }

  .custom-sec-wrapper img {
    position: relative;
    height: auto;
    width: 100%;
  }

  .custom-sec-wrapper .right-col {
    left: 0;
    padding: 50px 30px;
  }

  .custome-sec .custom-cont h2 {
    font-size: 25px;
  }

  .custome-sec .custom-cont p {
    font-size: 16px;
    line-height: 28px;
    padding-right: 0;
  }

  .tested-solution-section {
    background-size: cover;
    padding-top: 60px;
  }

  .tested-solution-wrapper .row-1 {
    height: auto;
    padding-bottom: 50px;
  }

  .tested-solution-text-1 {
    margin-bottom: 20px;
  }

  .tested-solution-text-1 h5 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .tested-solution-text-1 p {
    font-size: 16px;
    line-height: 28px;
  }

  .tested-testi-text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .tested-testi-text .testi-name {
    font-size: 20px;
  }

  .tested-testi-text .testi-designation {
    font-size: 18px;
  }

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

  .footer1,
  .footer2 {
    margin-bottom: 30px;
  }

  .footer2 {
    margin-top: 0px;
  }

  .footer1 p {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
  }

  /* Home End */

  /* Courses Start */

  .inner-banner {
    /* height: auto; */
    min-height: 300px;
    margin-bottom: 20px;
  }

  .inner-banner .banner-detail {
    padding: 50px 0 50px;
  }

  .inner-banner .banner-title h1 {
    font-size: 50px;
  }

  .inner-banner .banner-sub-title h2 {
    font-size: 20px;
  }

  .inner-banner .banner-content {
    width: 100%;
  }

  .inner-banner .banner-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .m-training-sec .row3 {
    padding-top: 50px;
  }

  /* Courses End */

  /* Courses Detail Start */

  .course-regist {
    padding: 0px 20px 25px;
  }

  .course-regist .skill {
    padding-top: 25px;
  }

  .course-regist .skill h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .course-regist .skill p {
    font-size: 18px;
  }

  .course-sec {
    padding: 30px 0 30px;
  }

  :is(.course-sec) :is(h2, h3, h4) {
    font-size: 22px;
    letter-spacing: 3px;
  }

  :is(.course-sec) :is(h5, h6) {
    font-size: 20px;
    letter-spacing: 3px;
  }

  :is(.course-sec) :is(p, li) {
    font-size: 16px;
    letter-spacing: 2px;
  }

  :is(.course-sec) :is(li) {
    line-height: 28px;
    margin-bottom: 10px;
  }

  .course-sec li:last-child {
    margin-bottom: 0px;
  }

  .course-btn {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
  }

  .course-object {
    margin-top: 30px;
    padding-left: 0;
  }

  .m-training-sec {
    padding-top: 0;
  }

  /* Courses Detail End */

  /* About Start */

  .about-content-section-wrapper {
    padding-block: 50px;
  }

  .about-content-sec-card {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .about-content-sec-card::before {
    display: none;
  }

  .about-content-sec-card .img_wrap {
    margin-bottom: 10px;
  }

  .about-content-sec-card span {
    text-align: center;
  }

  .about-content-section-wrapper .content_wrap p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .about-course-wrapper,
  .about-course-wrapper .row {
    min-height: auto;
  }

  .about-course-wrapper:before {
    width: 100%;
    clip-path: unset;
  }

  .about-course-wrapper .row {
    padding: 50px 0;
  }

  .about-course-wrapper .img-col {
    position: relative;
  }

  .about-course-wrapper .img_wrap {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    left: 0;
  }

  .about-course-wrapper .img_wrap:before {
    clip-path: polygon(0% 0%, 99.6% 0, 73.7% 100%, 0% 100%);
    height: 100%;
    top: 0;
    width: 100%;
  }

  .about-course-wrapper .img_wrap img {
    height: 100%;
    top: 0;
    width: 100%;
    object-fit: cover;
  }

  .about-course-text h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .about-course-text p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding: 0px;
  }

  .about-content-section-wrapper h5 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  /* About End */

  /* Instructors Start */

  .team-sec {
    padding: 0px 0 50px;
  }

  .team-wrapper {
    width: 100%;
    margin: 30px auto auto;
  }

  .team-img {
    /* height: 350px; */
  }

  .team-title h3 {
    font-size: 25px;
    letter-spacing: 3px;
  }

  .team-desig h4 {
    font-size: 16px;
    letter-spacing: 2px;
  }


  .contact-us-row {
    flex-direction: column-reverse;
  }

  .contact-us-section {
    padding-block: 30px;
  }

  .banner-wrapper .banner-heading {
    font-size: 50px !important;
  }

  .banner-wrapper p {
    font-size: 18px;
  }

  .banner-section .banner-wrapper {
    min-height: 100%;
  }

  /* Instructors End */
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .error-404.not-found h1 {
    font-size: 150px;
  }


}

/* 481px to 767px (Landscape) Dont delete this bracket! */





/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .error-404.not-found h1 {
    font-size: 150px;
  }


}

/* 320px to 480px (Portrait) Dont delete this bracket! */


/* 
  ##Device = Galaxy Fold (Portrait)
  ##Screen = 280px
*/
@media (max-width: 280px) {}

/* 280px (Portrait) Dont delete this bracket! */