/*
Theme Name: SRJ
Author: YP
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: srj

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

*{
	margin:0;
	padding:0;
}
#headerC.active {
    width: 100% !important;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0, 15%);
    /*padding: 5px 35px;*/
	transition:0.3s;
}
section#headerC {
    transition: all 0.7s;
    /* will-change: transform; */
    /* transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); */
    /* transform-style: preserve-3d; */
    /* z-index: 9; */
}
/*#headerC.active img {
    width: 95px;
}*/
.footer-line span.elementor-divider-separator {
    border-image: linear-gradient(to right, #ACA7A7, rgb(58 123 213 / 0));
    border-image-slice: 1;
}
.heading-bg h2::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -0.476em;
    left: -0.833333em;
    width: 1.5476em;
    height: 2.976em;
    transform: skewY(45deg);
    background-color: #f5f5f5;
}
.heading-bg-light h2::before {
	    content: "";
    position: absolute;
    z-index: -1;
    top: -0.476em;
    left: -0.833333em;
    width: 1.5476em;
    height: 2.976em;
    transform: skewY(45deg);
    background-color: #fff;
}
.heading-bg-light.dark h2::before {
    background-color: #333;
}

.heading-bg-light h2 {
    position: relative;
	z-index:1;
}
.social-list ul {
    list-style: none;
}
.social-list svg {
    width: 14px;
}
.footer-list2 svg {
    width: 12px;
    margin-right: 8px;
}
.footer-list1 ul, .footer-list2 ul {
    list-style-type: none;
}
.footer-list1 svg {
    width: 7px;
    margin-right: 8px;
}
.request-quote .col-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.request-quote .row {
    margin: 0 -15px;
}
.request-quote .col-12 {
    padding: 0 15px;
    width: 100%;
}
.request-quote input[type="text"], .request-quote select, .request-quote textarea, .request-quote input[type="email"], .request-quote input[type="tel"] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    font-family: 'DM Sans';
    color: #3c3c3c;
	font-weight:500;
}
.request-quote input[type="text"]::placeholder, .request-quote select::placeholder, .request-quote textarea::placeholder, .request-quote input[type="email"]::placeholder, .request-quote input[type="tel"]::placeholder {
    color: #3c3c3c;
}
.request-quote textarea {
    padding: 12px 10px;
    height: 80px;
    font-family: 'DM Sans';
	color: #3c3c3c;
}

.request-quote input[type="submit"]:hover {
    background: #000;
}

.request-quote input[type="submit"] {
    background: #c8bb50;
    color: #fff;
    height: 50px;
    width: 100%;
    border: 0;
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
    transition: 0.3s;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: 500;
    top: 32px;
    position: absolute;
    font-family: 'DM Sans';
}
.request-qoute .heading-bg h2::before {
    left: auto;
}
span.wpcf7-spinner {
    display: none;
}
figure.swiper-slide-inner img {
    box-shadow: 0px 5px 15px 0 rgba(0,0,0, 10%);
    background: #fff;
    height: 100px;
    width: 100%;
    object-fit: contain;
    padding: 20px;
}
.service-sec .elementskit-box-header img {
    height: 250px!important;
    object-fit: cover!important;
}
.topbar ul.elementor-icon-list-items.elementor-inline-items svg {
    width: 14px;
}
.topbar ul {
	list-style:none
}
.topbar ul li:first-child .elementor-icon-list-text {
    padding-right: 30px;
}
.topbar ul li:last-child a {
    padding-left: 30px;
}
.page-header_align_left {
    justify-content: left;
}
.page-header {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 10px 0;
}
.page-header {
    background-image: url(./assets/inner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-color: #202020;
    min-height: 220px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.page-header:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background: #222328;
}
.page-header_title {
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    font-family: 'Open Sans';
}
.page-header_wrapper {
    height: 100%;
    width: 100%;
}
.page-header_wrapper .wgl-container {
    height: 100%;
}
.wgl-container {
    margin-right: auto;
    margin-left: auto;
    width: 1260px;
}
.page-header.breadcrumbs_inline.page-header_align_left .page-header_content {
    justify-content: space-between;
}
.page-header_breadcrumbs {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
   font-family: 'Open Sans';
}
.page-header.breadcrumbs_inline .page-header_content {
    flex-direction: row;
    align-items: center;
}
.page-header_align_left .page-header_content {
    align-items: flex-start;
    text-align: left;
}
.page-header .page-header_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs {
    align-self: auto;
}
.page-header_breadcrumbs .breadcrumbs {
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
}
.page-header_breadcrumbs .breadcrumbs > a {
    /* text-decoration: underline; */
    -webkit-text-decoration-color: transparent;
    /* text-decoration-color: transparent; */
    /* text-underline-offset: 2px; */
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all .3s;
}
.page-header_breadcrumbs .breadcrumbs > a:hover {
    color: #e3010f;
}
.page-header_breadcrumbs .divider:not(:last-child) {
    color: inherit;
    margin: 0 8px;
}
.page-header_breadcrumbs .divider:not(:last-child):before {
    content: "\e9c5";
    font-family: elementskit;
    display: inline-block;
    margin-bottom: 2px;
    line-height: 1;
    vertical-align: middle;
}
.page-header_breadcrumbs .breadcrumbs .current {
    cursor: default;
    transition: 0.4s;
    /* text-decoration: underline; */
    /* text-underline-offset: 2px; */
    color: #fff;
}
.about-choose .elementskit-box-header img {
    height: 250px!important;
    object-fit: cover;
}
.request-quote.contact input {
    height: 45px;
    margin-bottom: 25px;
    font-size: 14px;
}
.request-quote.contact textarea {
    height: 80px;
    margin-bottom: 25px;
    font-size: 14px;
}
.infobox a:hover {
    color: #e3000f;
}

.infobox a {
    color: #202020;
}
.request-quote.contact .btn {
    margin-bottom: 0;
    height:50px;
}
/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 75px;
}
.error-bottom h2 {
    font-size: 40px;
    font-weight: 600!important;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 500px;
}
.error-bottom p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #464646;
    margin-bottom: 45px;
}

a.default-btn-error {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #394968;
    border-radius: 0;
    padding: 19px 40px 19px 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
}
a.default-btn-error:hover {
   background-color: #000;
} 
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.error-top img {
		width: 100%;
	}
	.error-page-area {
		margin: 60px 15px;
	}
	.topbar ul li:last-child a {
    padding-left: 12px;
    }
	.topbar ul li:first-child .elementor-icon-list-text {
    padding-right: 12px;
    }
	#headerC.active {
    padding: 5px 0px;
   }
	.htslider-slider-area .hero-slider-controls {
    right: 10px;
	padding: 50px 0;
   }
	.htslider-slider .ekit-heading__description {
		padding-right: 60px;
	}
	.htslider-slider-area .hero-slider-controls .slick-arrow {
    font-size: 15px;
    width: 40px;
    height: 40px;
    width: 40px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#headerC.active {
    padding: 5px 0px;
   }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
ul.elementskit-dropdown.elementskit-submenu-panel.elementskit-dropdown-open {
    margin: 0 15px;
}

ul.elementskit-dropdown.elementskit-submenu-panel.elementskit-dropdown-open a {
    padding: 10px 20px!important;
}

ul.elementskit-dropdown.elementskit-submenu-panel.elementskit-dropdown-open li:not(:last-child) {
    border-bottom: 1px dashed #ddd;
	}
}
@media (max-width: 992px) {
.wgl-container {
    width: 708px!important;
}
}
@media (max-width: 767px){
	.page-header.breadcrumbs_inline .page-header_content {
		flex-direction: column;
		gap: 15px;
	}
	.page-header_title {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    }
	.galleryid-570 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 480px){
.wgl-container {
    width: 90%!important;
}
}
.elementor-image-gallery .gallery-item img {
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0, .15);
    background: #fff;
    height: 100px!important;
    object-fit: contain;
    padding: 10px 20px;
}
.elementor-image-gallery .gallery-item img:hover {
    transform: rotate(360deg);
    transition: all 0.9s ease-in-out 0s;
}
h3.elementskit-section-subtitle.ekit-heading__subtitle-has-border {
    background: #fff;
    border: 1px solid #fff;
}
.wpcf7-response-output {
    font-family: 'Inter';
}
.service-box .elementor-icon-box-wrapper::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 14px solid #b43534;
    border-left: 14px solid transparent;
    right: 12px;
    bottom: 12px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-box:hover .elementor-icon-box-wrapper::after {
    border-bottom: 34px solid #b43534;
    border-left: 30px solid transparent;
}
.service-box:hover .elementor-icon:before {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-box .elementor-icon:before {
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    right: -39px;
    bottom: -40px;
    background: #b43534;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-box .elementor-icon {
    position:relative;
    overflow:hidden
}

.service-box:hover .elementor-icon svg {
    fill: #fff;
}
 .blog-sidebar article.elementor-post.elementor-grid-item {
	 display: flex;
	 flex-direction: row;
	 column-gap: 25px;
}
.elementor-widget-theme-post-content h3 {
    margin-top: 10px;
    font-weight: 600!important;
    font-size: 20px;
    margin-bottom: 6px;
}
.elementor-widget-theme-post-content ol, .elementor-widget-theme-post-content ul {
    margin-left: 20px;
}
.elementor-widget-theme-post-content p {
    margin-bottom: 15px;
}
.e-bread .elementor-icon-list-icon i.icon:before {
    font-weight: 700;
}
.e-bread ul li:first-child span.elementor-icon-list-text {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.e-bread ul li:last-child:hover span.elementor-icon-list-text {
    color:#fff!important;
}
ul {
    padding-left: 20px;
}
.my-ul ul {
    margin-bottom: 15px;
}
.my-text h3 {
    margin-bottom: 10px;
    font-weight: 600!important;
}
.my-text h4 {
    font-weight: 600!important;
    margin-bottom: 8px;
    margin-top: 15px;
}
.my-text ul {
    margin-bottom: 15px;
}
.my-text ul li:not(:last-child) {
    margin-bottom: 5px;
}
/*.elementor-widget-text-editor ul {
    margin-bottom: 15px;
}*/
.product-nav.elementor-sticky.elementor-sticky--active .e-con-inner {
    border-bottom: 3px solid #b63435;
}
.product-nav.elementor-sticky.elementor-sticky--active {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media (max-width: 767px){

  .product-scroll-tabs{
    position: relative;
  }

  /* make icon list horizontal scroll */
  .product-scroll-tabs .elementor-icon-list-items.elementor-inline-items{
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    gap: 0px;

    margin: 0 !important;
    padding: 0 42px !important; /* space for arrows */

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .product-scroll-tabs .elementor-icon-list-items.elementor-inline-items::-webkit-scrollbar{
    display: none;
  }

  .product-scroll-tabs .elementor-icon-list-item{
    flex: 0 0 auto;
  }

  /* Arrow buttons */
  .product-scroll-tabs .tabs-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;

    width: 30px;
    height: 30px;

    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
  }

  .product-scroll-tabs .tabs-arrow.prev{ left: 6px; }
  .product-scroll-tabs .tabs-arrow.next{ right: 6px; }

}
@media (min-width: 768px){
  .product-scroll-tabs .tabs-arrow{
    display: none !important;
  }
}
/* Desktop */
.scroll-section{
  scroll-margin-top: 140px;
}

/* Mobile */
@media (max-width: 767px){
  .scroll-section{
    scroll-margin-top: 130px;
  }
}

.sidebar-menu ul.menu li a {
    color: #fff;
    font-size: 15px;
    display: flex;
    transition: 0.3s;
}
.sidebar-menu ul.menu li:hover a {
    color: #f12829;
    margin-left: 10px;
}
.sidebar-menu ul.menu li.current-menu-item a {
    color: #f12829;
}

.sidebar-menu ul.menu {
    list-style: none;
	padding-left: 0;
}
.sidebar-menu ul.menu li {
    margin-bottom: 15px;
}

.sidebar-menu ul.menu li a::before {
    margin-right: 7px;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 11px;
    margin-top: 5px;
}