/* Headings */
h2 {
  font-family: "Poppins-Bold";
  line-height: 46px;
}

/* header */
header {
  height: 90px;
  position: fixed;
}

header.fixed {
  background: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

header.fixed #navbarPageContent ul > li > a {
  color: #2e2e2e;
	text-transform:uppercase;
}

#navbarPageContent #menu-item-40 a {
  background: -webkit-linear-gradient(45deg, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#navbarPageContent #menu-item-40 a:before {
  content: "\f095";
  font-family: "FontAwesome";
  padding-right: 8px;
  padding-top: 3px;
}

#navbarPageContent .menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  padding-left: 10px;
}

#navbarPageContent #menu-item-40 {
  background: #fff;
  border-radius: 5px;
}

header.fixed #navbarPageContent #menu-item-40 {
  background-color: #333333;
}

header.fixed #navbarPageContent #menu-item-40 a {
  background: none;
  color: #fff;
  -webkit-text-fill-color: initial;
}

header.fixed #navbarPageContent ul > li > a.pay-btn {
  color: #fff;
}

header.fixed img:not(.sticcky),
header .logo img.sticky {
  display: none !important;
}

header.fixed img.sticky {
  display: flex !important;
}

header .logo,
footer .logo-footer {
  width: 160px;
}
.ps-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.ps-5 {
  padding-top: 2rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 5.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 5.5rem !important;
}

.btn-1 {
  margin: 10px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  color: white;
  border-radius: 50px !important;
  transition: all 0.5s ease 0s;
}

.btn-1:hover {
  background-position: right center;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease 0s;
}

.btn-2 {
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
}

.border-radius-25p {
  border-radius: 25px !important;
}

.btn:hover {
  background: #353535 radial-gradient(circle, transparent 1%, #353535 1%) center/15000%;
}

.btne:active {
  background-color: #353535;
  background-size: 100%;
  transition: background 0s;
}

.site-header {
  z-index: 2;
  width: 100%;
}

#navbarPageContent ul > li {
  padding: 0 5px;
  position: relative;
}

#navbarMobileContent .sub-menu {
  /*   display: none; */
  border: 1px solid #ffffff45;
}
#navbarPageContent .sub-menu {
  display: none;
  position: absolute;
  top: 41px;
  width: 280px;
  background: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 10px 0;
}

#navbarPageContent .sub-menu li a {
  line-height: 22px;
  padding: 10px 20px;
  color: #2e2e2e;
}
#navbarPageContent .sub-menu li.current-menu-item a {
  background: -webkit-linear-gradient(45deg, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#navbarPageContent .sub-menu li a:hover {
  font-weight: 600;
}
#menu-top-menu > li:hover > ul.sub-menu {
  display: block;
}

#navbarPageContent ul > li > a {
  padding: 15px 10px;
  display: table;
  font-size: 18px;
  position: relative;
  line-height: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#navbarMobileContent ul > li.current-page-ancestor > a,
#navbarMobileContent ul > li.current-menu-item > a,
#navbarPageContent > ul > li.current-menu-ancestor > a,
#navbarPageContent ul > li.current-menu-item > a {
  font-weight: 600;
}

#navbarPageContent ul:not(.sub-menu) > li:not(:nth-child(7)).current-menu-item > a:before,
#navbarPageContent ul:not(.sub-menu) > li.current-page-ancestor > a:before,
#navbarPageContent ul:not(.sub-menu) > li.current-menu-parent > a:before {
  content: "";
  width: 50px;
  height: 3px;
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  position: absolute;
  bottom: 0;
  border-radius: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#navbarPageContent ul > li.social-icons > a:hover {
  color: var(--c2) !important;
}

#navbarMobileContent ul > li > a.pay-btn,
#navbarPageContent ul > li > a.pay-btn {
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  padding: 15px 20px 15px 20px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
}

#navbarMobileContent ul > li > a.pay-btn {
  padding: 10px;
  margin-top: 10px;
}

#navbarPageContent ul > li > a.pay-btn:hover {
  background-position: right center;
}

.slayout-1 .slick-dots li:first-child:before {
  content: "\f104";
  font-family: "FontAwesome";
  width: 10px;
  height: 10px;
  position: absolute;
  left: -15px;
  top: -14px;
  font-size: 24px;
  color: var(--c2);
  font-weight: 600;
}

.slayout-1 .slick-dots li:last-child:after {
  content: "\f105";
  font-family: "FontAwesome";
  width: 10px;
  height: 10px;
  position: absolute;
  right: -20px;
  top: -14px;
  font-size: 24px;
  color: var(--c2);
  font-weight: 600;
}

.slayout-2 li img {
  width: 65px;
  margin: 0 auto;
  display: block;
}

.contact-details h4:before,
.s-title:after {
  position: absolute;
  content: "";
  width: 100px;
  border-radius: 50px;
  height: 3px;
  left: 0;
  bottom: -10px;
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
}

.slayout-2 .s-title:after {
  right: initial;
  left: 0;
}

.s-title.center:after,
.slayout-11 .s-title:after,
.slayout-14 .s-title:after,
.slayout-13 .s-title:after,
.slayout-10 .s-title:after,
.slayout-7 .s-title:after,
.slayout-6 .s-title:after {
  right: 0;
  margin: 0 auto;
}

.contact-details h4:before {
  width: 100px;
  margin: 0 auto;
  top: 0;
}

.slayout-4 .btn,
.slayout-3 .btn {
  border-radius: 50px;
}

.slayout-3 .border-card {
  border-radius: 25px;
  background: #fff;
  padding: 30px 25px 35px;
}

.slayout-3 .border-card:hover {
  box-shadow: 0 1px 100px rgba(0, 0, 0, 0.08);
}

.slayout-18 .brouchures img,
.slayout-3 .border-card img {
  width: 78px;
  display: block;
}

.slayout-18 .brouchures:hover img.img-1,
.slayout-18 .brouchures img.img-2,
.slayout-2 li:hover img.img-1,
.slayout-2 li img.img-2,
.slayout-3 .border-card:hover img.img-1,
.slayout-3 .border-card img.img-2 {
  display: none;
}

.slayout-18 .brouchures:hover img.img-2,
.slayout-2 li:hover img.img-2,
.slayout-3 .border-card:hover img.img-2 {
  display: flex;
}

.slayout-5 .bg-image-cover {
  background-size: 100%;
  background-position: bottom;
  height: 100%;
}

.slayout-5 .number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slayout-5 .number img {
  position: absolute;
  width: 55%;
  color: transparent;
}

/* .slayout-5 .w-60 {
  width: 60%;
} */

.ml-3px {
  margin-left: 3px;
}

.slayout-5 .service-list > div:hover .number span {
  display: none;
}

.slayout-5 .service-list > div:hover .number img {
  display: block;
}

.slayout-6 .number,
.slayout-5 .number {
  text-align: center;
  width: 70px;
  height: 70px;
  display: block;
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  border-radius: 40%;
  line-height: 68px;
}

.slayout-6 .number,
.slayout-5 .service-list > div:hover .number {
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  color: #fff;
}

.slayout-6 .slider-content {
  color: #fff;
}

.slayout-6 .slider-content:hover {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.3);
}

.product-box .product-content,
.slayout-4 .slider-content {
  border-radius: 25px;
  background-color: #f7f7f7;
  position: relative;
  background-position: center;
  background-size: contain;
}

/* #banner-video.remove-bg-image,
.product-box .product-content:not(:hover),
.slayout-4 .slider-content:not(:hover) {
  background-image: unset !important;
} */

.product-box .product-content,
.slayout-4 .slider-content {
  color: #fff;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2);
}

.product-box .product-content p,
.slayout-4 .slider-content p {
  color: #fff;
}

.product-content:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}

.product-box .product-content {
  overflow: hidden;
}
.product-box .product-content, .slayout-4 .slider-content{
  transition: 0.5s ease-in-out;
}
.product-box .product-content:hover, .slayout-4 .slider-content:hover{
  transform: scale(1.05);
}

.product-content:after {
  background: rgba(78, 65, 175, 0.8);
}

.product-filter > span.active {
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  color: #fff;
}

.slick-dots {
  padding-top: 15px;
  z-index: 1;
}

.slayout-7 .slider-item {
  padding: 15px 15px 25px;
}

.slayout-7 .slider-content:hover .profile img {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.slayout-7 .prof-review {
  width: 85px;
  margin: 0 auto;
}

.slayout-7 .profile {
  width: 150px;
  margin: 0 auto;
  position: absolute;
  top: -92px;
  left: -20px;
  right: 0;
}

.slayout-7 .slider-content {
  border-radius: 25px;
  position: relative;
  background: #fafafa;
  height: 410px;
}

.slayout-7 .slider-content:hover {
  background-color: #ffffff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.home-banner-image .slick-dots {
  padding: 0;
  bottom: 30px;
}

.slick-dots li button {
  width: initial;
  height: initial;
}

.slick-dots li:not(.slick-active) button:before {
  margin-left: 10px;
}

.slick-dots li button:before {
  color: transparent !important;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  padding: 0 !important;
  background-color: #949090;
  opacity: 1;
  border: 0;
}

.home-banner-image .slick-dots li button:before {
  background-color: #fff;
}

.slick-dots li.slick-active {
  width: 25px;
}

.slick-dots li.slick-active button:before {
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  width: 30px;
  -webkit-transition: all 0.5s;
  opacity: 1;
}

.slider-logo-image {
  cursor: pointer;
}

.map-frame:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* content: ""; */
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}

.contact-details .contact-info {
  background: inherit;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -90px;
  transition: all 0.5s ease 0s;
}

.contact-details .contact-info > ul > li {
  position: relative;
  padding: 5px 20px 5px 35px;
  font-size: 14px;
}

.contact-details ul i {
  position: absolute;
  color: var(--c2);
  left: 0;
  top: 7px;
}

.contact-icon {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 80px;
}

.contact-icon-top {
  cursor: pointer;
  background-color: #2f495e;
  position: fixed;
  bottom: 120px;
  left: 43px;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  display: flex;
  align-items: center;
}

.contact-icon-top span {
  position: absolute;
  width: 90px;
  left: 119%;
  font-weight: 700;
  background-color: #2f495e;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.slayout-10 .info-image {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.slayout-10 .news-info:hover {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

body.page-id-34 .news-info {
  background-color: #fafafa;
}

.slayout-11 .contact-info li {
  color: #323232;
}

.slayout-11 .contact-bg {
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  background-position: right center;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease 0s;
  color: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.contact-bg .contact-info {
  border: 1px solid #fff;
}

.slayout-11 .contact-bg h4:before {
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #ffffff 100%);
}

.slayout-11 .contact-bg li i,
.slayout-11 .contact-bg li {
  color: #fff;
}

.footer-top {
  background-color: #333333;
}

.footer-top .contact-info i {
  position: absolute;
  left: 0;
  width: 40px;
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 12px;
}

.footer-top .contact-info ul li:nth-child(n + 2) i {
  margin-top: -8px;
}

.contact-details .contact-info a {
  text-decoration: underline;
}

.footer-bottom {
  background-color: #393939;
}

form input {
  width: 100%;
  min-width: 50px;
  height: 80px;
  border-radius: 15px;
  outline: 0;
  border: 0;
  padding: 10px 20px 0;
}

.newsletter-form form input {
  height: 60px;
  line-height: 60px;
  padding-top: 0;
}

.newsletter-form form label {
  top: 15px;
}

.newsletter-form form .focus label {
  top: 0;
}

form input[type="submit"] {
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  height: 60px !important;
  cursor: pointer;
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  margin-top: 0;
  padding: 0;
}
form input[type="submit"]:hover {
  transition: all 0.5s ease 0s;
  color: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
form label {
  position: absolute;
  color: var(--c4);
  z-index: 1;
  font-size: 18px;
  top: 35px;
  left: 20px;
  margin: 0;
  transition: all 150ms ease-in-out;
}
label {
  font-weight: 100 !important;
}

form .focus label {
  top: 10px;
  font-size: 14px;
  background: -webkit-linear-gradient(45deg, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .social-links li a {
  color: red;
  background: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 16px;
  margin: 0 5px;
}

.contact-form {
  background: #fff;
  z-index: 1;
  left: 0;
  right: 0;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.modal-body .contact-form {
  top: 0;
  position: relative;
}

form .form-group {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

.contact-form .form-input-group .form-group:nth-child(-n + 4) {
  width: 50%;
  float: left;
}

.contact-form textarea {
  border: 0;
  height: 150px;
  width: 100%;
  padding: 40px 8px 0;
}

.contact-form input,
.contact-form textarea {
  border-bottom: 1px solid var(--c3);
  border-radius: 0;
}

.contact-form input {
  padding: 33px 8px 0;
}

.contact-form .focus input,
.contact-form .focus textarea {
  border-color: var(--c1);
}

.contact-form input[type="submit"] {
  width: auto;
  padding: 0 40px;
  float: right;
  border-radius: 50px;
  border: none;
}

.s-title-multi:before,
.s-title-multi:after {
  position: absolute;
  content: "";
  border-radius: 20px;
  height: 4px;
  bottom: -8px;
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
}

.s-title-multi:before {
  width: 15px;
  left: 20px;
}

.s-title-multi:after {
  width: 80px;
  left: 40px;
}

.newsletter-form div.wpcf7-validation-errors,
.newsletter-form div.wpcf7-acceptance-missing {
  margin: 0;
  color: #fff;
}

.slayout-13 .service-detail {
  background: #fff;
  top: -90px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.slayout-13 .service-detail h4 {
  color: var(--c1);
}

.slayout-13 .service-info .service-image {
  overflow: hidden;
}

.slayout-13 .service-info .service-image span {
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slayout-13 .service-info .service-detail {
  -webkit-transition: top 2.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 2.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.slayout-13 .service-info:hover .service-detail {
  top: -60px;
}

.slayout-13 .service-info:hover .service-image span {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.service-detail h4:before {
  content: "\2022";
  position: absolute;
  left: -5px;
  color: var(--c2);
  font-size: 26px;
  top: -5px;
}

.slayout-13 .service-info:hover .service-detail {
  background: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
}

.slayout-13 .service-info:hover .service-detail h4,
.slayout-13 .service-info:hover .service-detail p,
.slayout-13 .service-info:hover .service-detail h4:before {
  color: #fff;
}

.logo-slider .slider-item {
  height: 100%;
}

.video-wrapper img {
  width: 60px;
  cursor: pointer;
}

.video-wrapper:hover img.img-desktop,
.video-wrapper img.img-mobile {
  display: none;
}

.video-wrapper:hover img.img-mobile {
  display: inline-block;
}

.text-bg {
  background: -webkit-linear-gradient(45deg, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-filter > span {
  background-color: #f7f7f7;
  border-radius: 25px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}

.product-filter > span > span {
  padding: 10px 30px;
  display: block;
}

.filter-popup {
  right: 0;
  background: #fff;
  padding: 25px;
  z-index: 2;
  border-radius: 10px;
  top: 50px;
  width: 300px;
}

.filter-popup .custom-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
  z-index: 1;
  min-height: 18px;
  padding-left: 0;
  width: 100%;
  text-transform: capitalize;
  padding-left: 35px;
}

.filter-popup input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  cursor: pointer;
}

.filter-popup .custom-checkbox .checkbox-tick {
  width: 23px;
  height: 23px;
  background-color: #ebebeb;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-popup .custom-checkbox .checkbox-tick i {
  color: #ebebeb;
  font-size: 12px;
}

.filter-popup .custom-checkbox .label-txt {
  width: 100%;
  text-transform: capitalize;
}

.filter-popup .filter-column input:checked + label .checkbox-tick {
  background-color: #f60;
}

.center-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: visible;
  z-index: 0;
  display: table;
}
.center-container-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: visible;
  z-index: 0;
  display: table;
}
.center-container-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: visible;
  z-index: 0;
  display: table;
}
.center-container-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: visible;
  z-index: 0;
  display: table;
}

.center-block {
  max-width: 98%;
  padding-top: 65px;
}

.center-block {
  display: table-cell;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
}

.modal-body form > p {
  display: flex;
  justify-content: flex-end;
}

ul.icon-checkmark li {
  position: relative;
  padding: 5px 0 5px 30px;
}

ul.icon li {
  position: relative;
  padding: 8px 0 8px 30px;
}

ul.icon-checkmark li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  background: -webkit-linear-gradient(45deg, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#banner-video.remove-bg-image .justify-content-center {
  display: none !important;
}

.w-55px {
  width: 55px;
}

.ul-center-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.ul-center-block li {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 5px 0;
}

.bg-card {
  background-color: #f7f7f7;
  padding: 30px 30px;
  border-radius: 15px;
  height: 100%;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.bg-card:hover {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.product-arrow a {
  background-color: #f1f1f1;
  color: #2e2e2e;
  width: 55px;
  text-align: center;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 20px;
  margin: 0 5px;
}

.product-arrow a:hover {
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.product-arrow a[rel="next"] i {
  padding-left: 2px;
}

.accordion .card-header {
  padding: 0;
  border: 0;
}

.accordion .card {
  border-radius: 25px !important;
  border: 0;
  background-color: #fafafa;
  overflow: hidden;
  padding: 20px;
}

.accordion .card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordion .card-header h4 {
  padding: 10px 20px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  background-color: #fafafa;
  position: relative;
  cursor: pointer;
}

.card-body {
  padding: 0 35px 10px;
  color: #666;
}

.accordion h4 i {
  font-size: 18px;
  right: 15px;
  top: 13px;
  position: absolute;
  font-weight: 600;
}

.accordion h4:not(.collapsed) i:before {
  content: "\f106" !important;
}

.brouchures {
  border-radius: 20px !important;
  padding: 35px 10px;
  margin: 0px !important;
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
}
.brouchures h5 {
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  height: 110px;
}
.brouchures a {
  background: #fff;
  color: #666;
  font-size: 15px;
  padding: 5px 30px;
  border-radius: 35px;
  display: table;
  margin: 0 auto;
}

.about-card {
  color: #999;
  min-height: 385px;
}
.about-card:hover {
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: #fff !important;
}

.about-card:hover h3 {
  color: #fff !important;
  background: unset;
  -webkit-text-fill-color: unset;
}
.about-card:hover h4 {
  color: #fff !important;
}
#friction-calc form label {
  position: relative;
  top: 0;
  left: 0;
}

#friction-calc form input,
#friction-calc form select {
  height: 60px;
  width: 100%;
}

.page-breadcrumbs {
  position: absolute;
  bottom: 25px;
}

.search-form {
  margin-bottom: 40px;
  margin-top: 30px;
}

.search-form input {
  height: 50px;
  line-height: 0;
  border: none;
  background-color: #fafafa;
  border-radius: 0;
  padding: 0 25px;
}

.search-form label {
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 600 !important;
  color: #000;
}
.search-form button[type="submit"] {
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  height: 50px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  outline: 0;
  border: 0;
}

.search-result article {
  background: #fafafa;
  padding: 30px;
  margin: 20px 0;
  border-radius: 15px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

nav.navigation.pagination {
  flex: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.nav-links {
  width: 100%;
  display: flex;
  flex: 0 0 100%;
}

.page-numbers {
  display: flex !important;
  flex-wrap: wrap !important;
}

.page-numbers li {
  margin: 0 5px;
}

.page-numbers li a {
  background: #f7f7f7;
  padding: 5px 15px;
  border-radius: 5px;
}

.page-numbers li:hover a,
.page-numbers li span.current {
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}

/* mobile menu  */

.mobile-header {
  display: none;
}

header .mobile-header .wpsearchform,
.mobile-menu {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  color: #fff;
  padding: 60px 35px;
  font-size: 18px;
  overflow-y: auto;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 99;
  overflow: auto;
  display: none;
}

.icon-mobile-close i,
.icon-menu li i {
  font-size: 22px;
  cursor: pointer;
}

.site-header:not(.fixed) .icon-menu li i {
  color: #fff;
}
body.menu_active {
  position: fixed;
}

.icon-mobile-close {
  position: absolute;
  top: 20px;
  right: 35px;
}
.responsive-logo {
  width: 150px;
}

#navbarMobileContent > ul > li a {
  padding: 7px 10px;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}

#navbarMobileContent .social-icons {
  display: none !important;
}

.product-list .slick-dots {
  bottom: -40px;
}

#navbarMobileContent ul > li.current-page-ancestor > a,
#navbarMobileContent ul > li.current-menu-item > a {
  font-size: 22px;
  background: -webkit-linear-gradient(45deg, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#query .form-group > div {
  margin: 10px 0;
}

.testimonial-list .image-block {
  width: 100px;
  margin: 0 auto;
}

.exp-logo {
  position: absolute;
  right: 30px;
  top: 100px;
  width: 90px;
  height: auto;
}

/* baslider */
.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
  max-width: none;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;

  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  content: "\21d4";
  color: white;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}
/* end baslider */

#contact-form-custom .steps ul li {
  width: 50%;
}
#contact-form-custom .wizard > .content {
  background: #fff;
}
#contact-form-custom .wizard > .content > .body input {
  border: 0 !important;
  border-bottom: 1px solid var(--c3) !important;
  border-radius: 0;
}
#contact-form-custom div section:last-child > div:nth-child(3),
#contact-form-custom div section:last-child > div:nth-child(4) {
  width: 100%;
  float: left;
}
#contact-form-custom .actions ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#contact-form-custom .actions ul li[aria-hidden="true"] + li[aria-hidden="false"],
#contact-form-custom .actions ul li.btn-submit,
#contact-form-custom .actions ul li.disabled {
  display: none !important;
}

#contact-form-custom .actions ul li[aria-hidden="true"] + li[aria-hidden="false"] + .btn-submit {
  display: block !important;
}

#contact-form-custom .wizard > .content > .body {
  height: 100% !important;
  width: 100%;
  padding: 0;
  overflow: auto;
}
#contact-form-custom .wizard > .steps .current a {
  background-image: linear-gradient(to right, #ff4200 0%, #ff4e00 50%, #ff6800 100%);
  font-size: 20px;
}
#contact-form-custom .wizard > .steps .done a,
#contact-form-custom .wizard > .steps .disabled a,
#contact-form-custom .wizard > .steps .number {
  font-size: 20px;
}
#contact-form-custom .wizard > .steps .done a {
  background: rgba(255, 66, 0, 0.42);
}

.gallery-wrapper li .overflow,
.gallery-wrapper a .overflow {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px;
}
.demo-gallery-poster {
  opacity: 0;
  position: absolute;
}
.gallery-wrapper li .overflow > img,
.gallery-wrapper a .overflow > img {
  display: flex;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  object-fit: cover;
}
.gallery-wrapper li:hover .demo-gallery-poster,
.gallery-wrapper a:hover .demo-gallery-poster {
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  align-items: center;
  justify-content: center;
  background: rgba(78, 65, 175, 0.4);
}

.demo-gallery-poster img.video {
  width: 40px;
  height: 40px;
}
.demo-gallery-poster img {
  width: 20px;
  height: 20px;
}

.view-button {
  position: absolute;
  right: 0;
  z-index: 1;
}
.lg-outer .lg-toogle-thumb {
  right: 120px !important;
}
/* .slick-track {
  cursor: col-resize;
} */

footer .text-c4 {
  color: #8e8d8d;
}

.cookie-notice-container #cn-more-info {
  text-decoration: underline;
  font-weight: 800;
}
.cookie-notice-container #cn-accept-cookie {
  background-color: rgb(235, 89, 11);
}
.cookie-notice-container #cn-close-notice {
  right: 110px;
}
.awsm-job-single-content h1 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 45px;
}
.awsm-job-single-content h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding-bottom: 10px;
}
.awsm-job-single-content ul {
  list-style: disc;
  padding-left: 20px;
}
.awsm_job_spec_below_content .awsm-job-specification-wrapper {
  padding-top: 30px;
}
.awsm-job-specification-label {
  font-weight: 600;
  color: #000;
}
.awsm-job-specification-item {
  padding: 5px 0;
}
.awsm-job-form-inner {
  padding: 0;
  box-shadow: none;
}
.awsm-job-form-inner h2 {
  font-size: 20px;
  font-weight: 600;
}
.awsm-job-form-group {
  position: relative;
}
.awsm-job-form-control {
  padding: 5px 0;
}
.awsm-job-form-group label {
  position: relative;
  top: 0;
  left: 0;
  color: #000;
}
.awsm-job-form-group input:not(.awsm-resume-file-control) {
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 10px;
}
.awsm-job-form-group textarea {
  padding: 5px;
  border: 1px solid #ddd;
  resize: none;
  border-radius: 10px;
}
input.awsm-resume-file-control {
  height: auto;
  padding-bottom: 10px;
  border: 0 !important;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
  width: 65%;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
  width: 35%;
}
.quick-links li {
  display: inline-block;
}
.quick-links .footer-link li a {
  border: 1px solid #dddddda6;
  margin: 7px;
  padding: 7px 15px;
  display: block;
  color: #8e8d8d;
}
#awsm_form_privacy_policy {
  width: auto;
  height: auto;
  margin-right: 15px;
  display: inline-block;
  min-width: 0;
}
.awsm-filter-item-search input {
  height: auto;
  border: 1px solid #ebebeb;
  padding: 0 14px;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.04);
}
.awsm-lists {
  box-shadow: none;
}
.awsm-job-listing-item {
  margin: 20px 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.13);
  border-radius: 15px;
  overflow: hidden;
}
.awsm-job-item {
  border: 0 !important;
}
#awsm-application-submit-btn {
  border-radius: 25px;
  height: 50px !important;
}
.awsm-job-more-container {
  width: 100%;
  padding-top: 35px;
  color: #ea3517;
}
.job-wrapper .awsm-job-specification-job-category:before {
  content: "Category : ";
  font-weight: 600;
}
.job-wrapper .awsm-job-specification-job-location:before {
  content: "Location : ";
  font-weight: 600;
}
.awsm-job-specification-wrapper .awsm-job-specification-item {
  width: 100%;
}
.awsm-job-expiry-details .awsm-job-expiration-label {
  font-weight: 600;
}
label[for="awsm_form_privacy_policy"] {
  font-size: 16px;
  line-height: 34px;
}

#navbarMobileContent > ul > li.menu-item-has-children .menu-icon {
  display: table;
  text-align: center;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  top: 8px;
  right: 10px;
  transform: rotate(90deg);
  padding: 4px 7px;
}
#navbarMobileContent > ul > li .sub-menu {
  display: none;
}
#navbarMobileContent > ul > li.menu-item-has-children .sub-menu {
  position: relative;
  top: inherit;
  left: inherit;
  visibility: visible;
}

.btn-big {
  padding: 20px 50px;
}
.btn-big {
  border-radius: 50px;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
}

#BrochuresModal .modal-content {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  width: 85%;
  margin: 0 auto;
}

#BrochuresModal .modal-content input {
  border: 2px solid #cccccc;
  box-sizing: border-box;
  border-radius: 4px;
  height: 43px;
  width: 100%;
  padding: 0 15px;
}

#BrochuresModal .modal-content p {
  margin: 0;
}

#BrochuresModal .modal-body {
  padding: 30px 30px 28px;
}

#BrochuresModal input[type="submit"] {
  margin-top: 14px;
  width: auto;
  margin: 20px auto 0;
  text-align: center;
  display: flex;
  background-color: #ec0215;
  color: #fff;
  border: 0;
  border-radius: 20px;
  padding: 0 30px 0 60px;
  border: 0;
  cursor: pointer;
  outline: 0;
}

#BrochuresModal .submit-block:before {
  content: "\f019";
  font-family: "FontAwesome" !important;
  position: absolute;
  left: 34%;
  top: 20px;
  color: #fff;
  font-weight: 600;
}

#BrochuresModal .submit-block .ajax-loader {
  position: absolute;
  top: 15px;
  right: 15px;
}

#BrochuresModal .wpcf7-response-output {
  margin-bottom: 0;
}

.contact-details .multi-label ul {
  margin-top: -10px;
}

.slayout-11 .contact-details .multi-label ul li {
  text-decoration: underline;
}

.awsm-job-container {
  padding-left: 10px;
  padding-right: 10px;
}

.page-template-template-contactus .contact-form .form-input-group .form-group:nth-child(-n + 4) {
  width: 100%;
}

.jobs-none-container {
  font-size: 18px;
  text-align: center;
}

.section.enquiry .bg-white {
  font-size: 18px;
  padding: 20px 30px;
}

#navbarPageContent > ul > li > .sub-menu > li > a:after {
  content: "\f178";
  font-family: "FontAwesome";
}
.text-underline {
  text-decoration: underline;
}

.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #ff4200;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.sonar-wave {
  animation: sonarWave 2s linear infinite;
}
@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

.slick-slide img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
}
.text-c1 {
  color: #2e2e2e;
  display: block;
  padding: 15px 0 8px 0;
}
h1.brch-title {
    color: #f05436;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
.brch-radio input {
  height: auto !important;
  min-width: 20px;
  margin: 10px 0;
}
.brch-radio input[type="radio"] {
    width: auto !important;
}
input.brch-acc {
    height: auto !important;
    min-width: 23px;
}
body.page-id-623 .wpcf7-list-item {
    display: inline-block;
    margin: 0 10px 0px 0;
}
textarea.wpcf7-form-control.wpcf7-textarea.brch-textarea {
    border: 2px solid #cccccc;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    padding: 12px 15px;
}
.brch-tel {
    margin: 10px 0;
}
#BrochuresModal .modal-content {
  width: 90%;
}
