@charset "UTF-8";

/*
Theme Name: eurosteel
Version: 1.6
Template: twentytwentyone

*/

@import url('../twentytwentyone/style.css');

@font-face {
    font-family: 'Futura-bold';
    src: url('./assets/fonts/Futura-Bold.woff2') format('woff2'),
        url('./assets/fonts/Futura-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('./assets/fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('./assets/fonts/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura BdCn BT';
    src: url('./assets/fonts/FuturaBT-BoldCondensed.woff2') format('woff2'),
        url('./assets/fonts/FuturaBT-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura XBlk BT';
    src: url('./assets/fonts/FuturaBT-ExtraBlack.woff2') format('woff2'),
        url('./assets/fonts/FuturaBT-ExtraBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Lt BT';
    src: url('./assets/fonts/FuturaBT-Light.woff2') format('woff2'),
        url('./assets/fonts/FuturaBT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





:root {
    --primary-font-family: 'Futura Md BT';
    --primary--font-bold-family:  'Futura-bold';
    --body-font-size: 16px;
    --global-color-primary: #262626;
    --global--color-dark-gray: #000000;
    --site-color-secondary: #EBD300;
    --site-color-blue: #2366C7;
    --site-body-text-color: #808080;
    --responsive--alignwide-width: 1170px;
    --global--color-background: #ffffff;
	--global--color-light-background: #FAFAFA;
}   


* {
	outline: none !important;
}
a {
	transition: all ease-in-out 0.3s;
    text-decoration: none;
}
a:focus, a:visited, a:hover {
	outline:none !important;
	text-decoration: none !important;
    text-decoration-style: solid !important;
    /* background-color: transparent !important; */
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: none;
}

/* html {
	overflow: hidden;
} */
body {
	/* color: #F5EDD2; */
	
	font-size: var(--body-font-size);
	line-height:24px;
	background-color: #fff;
	letter-spacing: 0.0015em;
	color: var(--site-body-text-color);
    font-family: var(--primary-font-family);
}

#page { overflow: hidden;}

.text-center {
    text-align: center;
}

.site-main {
	padding: 0 !important;
	overflow: hidden;
}

.alignwide {
	padding-left:15px;
	padding-right:15px;
}

.btn {
	border-radius: 0px;
	border-width:2px ;
	font-size: var(--body-font-size);
	font-family: var(--primary-font-family);
	padding: 12px 50px 12px 20px;
	position: relative;
	display: inline-block;
}
.btn-primary {
	background-color: var(--site-color-blue);
	border-color: var(--site-color-blue);
	color: #fff;
}
.btn-primary:focus {
	background-color: var(--site-color-blue) !important;
	
}
.btn-secondary {
	background-color: #fff !important;
	border-color: #fff;
	color: var(--global-color-primary);
}
.btn:hover, .btn:focus {
	/* background-color: #035d66 !important;
	border-color: #035d66 !important; */
	color: #fff;
	box-shadow: none !important;
}
.btn-secondary:hover, .btn-secondary:focus {
	color: var(--global-color-primary) !important;
}
.btn::after {
	content: '';
	background: url(./assets/images/arrow-icon.svg) no-repeat center center;
    width: 16px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 17px;
    left: auto;
    transition: all ease-in-out 0.3s;
}
.btn:hover::after{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

@keyframes bounceAlpha {
	0% {opacity: 1; transform: translateX(0px) scale(1);}
	25%{opacity: 0; transform:translateX(10px) scale(0.9);}
	26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
	55% {opacity: 1; transform: translateX(0px) scale(1);}
  }

h2 {
	font-family: var(--primary--font-bold-family);
	color: #fff ;
	font-size: 60px;
	text-align: center;
	letter-spacing: -0.015em;
	position: relative;
	line-height: 72px;
	margin: 0;
	padding:0;
}
h2 span {
	color: var(--site-color-secondary);
	display: block;
}

h3 {
	font-size: 48px;
	font-family: var(--primary--font-family);
	line-height: 58px;
	color: var(--global-color-primary) ;
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 25px 0;
}
h3::after {
	width: 105px;
	height: 2px;
	background-color: var(--site-color-blue);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
p {
	margin: 0 0 30px 0;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	position: relative;
	font-family: var(--primary--font-bold-family);
	font-weight: normal;
	line-height:60px;
	text-transform: uppercase;
	color: #1C519E ;
}
h6::after {
	content: attr(data-text);
	position: absolute;
	top: -15px;
	font-size: 80px;
	line-height: 90px;
	font-family: var(--primary--font-bold-family);
	color: #E9F1FB;
	letter-spacing: -0.015em;
	opacity: 0.5;	
	text-transform: uppercase;
	left: 0;
	z-index: -1;
}
h4 {
	font-size:34px;
	font-family: var(--primary--font-family);
	font-weight: normal;
	line-height: 40px;
	position: relative;
	color: var(--global-color-primary);
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	letter-spacing: 0.0025em;
}
h4::after {
	width: 105px;
	height: 2px;
	background-color: var(--site-color-blue);
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
}

h5 {
	font-size: 24px;
	font-family: var(--primary--font-family);
	font-weight: normal;
	line-height: 28px;
	position: relative;
	color: #fff;
	padding: 0 0 15px 0;
}
h5::after {
	width: 105px;
	height: 2px;
	background-color: var(--site-color-secondary);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}

/* ====================== */
/* == HEADER CSS START==  */

.custom-header {
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	max-width: inherit;
	position: relative;
	/* top: 0;
	z-index: 5; */
	transition: all ease-in-out 0.5s;
}

.custom-header-inside {
	width: 100%;
/* 	position: relative; */

}

.custom-header.sticky-header .main-nav {
	position: fixed;
	top: -110px;
	/* background-color: rgb(22 19 19 / 63%); */
	background: #fff;
	animation: goDown 0.5s ease-in-out forwards;
	z-index:11;
	box-shadow: 0 0 10px rgb(204 204 204 / 48%);
}

.custom-header.sticky-header .main-nav .primary-navigation .primary-menu-container > ul > .menu-item > a {
	color: var(--global-color-primary);
}
.custom-header.sticky-header .main-nav .primary-navigation .primary-menu-container > ul > .menu-item.contact-btn a {
	color: #fff;
}


@keyframes goDown {
	0%{
	  top:-110px;
	}
	100% {
	  transform: translateY(110px);
	}
}

.top-header {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-branding {
	margin: 0;
}
.site-logo {
	margin: 8px 0;
}
.site-logo a {
	padding: 0;
}
.site-logo .custom-logo {
	max-width: 100%;
}
.contact-section {
	margin: 0;
	padding: 0;
	display: flex;	
}
.con-block {
	margin: 0;
	padding: 0 20px;
	border-right: solid 1px rgb(166 166 166 / 20%);
	display: flex;
	align-items: center;
}
.con-block:last-child {
	border-right: 0;
	padding-right:0;
}
.con-block .wp-block-media-text {
	display: flex;
	align-items: center;
	padding:0;
}
.con-block .wp-block-media-text__content {
	padding: 0 0 0 25px !important;
	margin: 0 !important;
}
.con-block p {
	font-size: 14px;
	color: #757575;
	line-height: 22px;
}
.con-block p a {
	color: #757575 !important;
	text-decoration: none;	
}
.con-block p a:hover {
	text-decoration: underline !important;
}
.con-block p span {
	display: block;
	color: #262626;
}

/* ====================== */
/* ==== NAV CSS START==  */

.main-nav {
    position: absolute;
    top: 100%;
	left:0;
    z-index: 5;
	width: 100%;
}
.main-nav .contact-section {
	display: none;
}
.main-nav .primary-navigation {
	max-width: 1170px;
    margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.main-nav .primary-navigation .site-logo {
	display: none;
}
.custom-header.sticky-header .main-nav .primary-navigation .site-logo {
	display: block;
	float: left;
	margin-right: 30px;
	max-width: 90px;
	position: relative;
	z-index: 1;
}
.main-nav .primary-navigation .menu-wrapper {
	align-items: center;
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    max-width: none;
    padding-left: 0;
    position: relative;
}
.main-nav .primary-navigation .primary-menu-container {
	margin: 0;
	padding: 22px 0;
}
.main-nav .primary-navigation .primary-menu-container > ul > .menu-item {
	padding: 0 20px;
}
.main-nav .primary-navigation .primary-menu-container > ul > .menu-item:first-child {
	padding-left: 0;
}
.main-nav .primary-navigation .primary-menu-container > ul > .menu-item::after {
	border-right: solid 1px #474747;
	content: '';
	position: absolute;
	right: 0;
	top: 14px;
	height: 15px;
}
.main-nav .primary-navigation .primary-menu-container > ul > .menu-item:last-child:after, .main-nav .primary-navigation .primary-menu-container > ul > .menu-item.gallery:after {
	border-right: 0;
}
.main-nav .primary-navigation .primary-menu-container > ul > .menu-item > a {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.0015em;
	font-family: var(--primary-font-family);
	text-decoration: none;
	position: relative;
	padding: 10px 10px;
}
.main-nav .primary-navigation .primary-menu-container > ul > .menu-item > a::after {
	content: "";
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    display: block;
    width: 0;
    height: 4px;
	border-radius: 20px;
    background-color: var(--site-color-blue);
    transition: 0.3s width ease;
}
.main-nav .primary-navigation ul li.menu-item.current_page_item a::after, .main-nav .primary-navigation ul li.menu-item a:hover::after {
    width: 30px;
}
.main-nav .primary-navigation .primary-menu-container > ul > .menu-item.contact-btn {
	position: absolute;
	right: 0;
	padding-right: 0;
} 
.main-nav .primary-navigation .primary-menu-container > ul > .menu-item.contact-btn a {
	background-color: var(--site-color-blue);
	margin: 0;
	padding: 14px 50px 14px 20px;
}
.main-nav .primary-navigation .primary-menu-container > ul > .menu-item.contact-btn a::before {
	background: url(./assets/images/arrow-icon.svg) no-repeat center center;
	content: '';
	width: 16px;
	height: 12px;
	position: absolute;
	right: 15px;
	top: 19px;
	left: auto;
	transition: all ease-in-out 0.3s;
}

.main-nav .primary-navigation .primary-menu-container > ul > .menu-item.contact-btn a:hover::before{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

/* ====================== */
/* == BANNER CSS START==  */

.banner-section {
	position: relative;
	margin: 0;
	overflow: hidden;
}
.banner-section:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height:145px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.home-banner {
	margin: 0 !important;
	padding: 0;
}
.home-banner .banner-caption h2 {text-transform: capitalize;}
.banner-inner  {
	height: calc(100vh - 100px);
    min-height:530px;
	display: flex;
    align-items: center;
    width: 100%;
	position: relative;
	z-index: 3;
}
.banner-slide  {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.banner-slide::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #262626;
	mix-blend-mode: hard-light;
	opacity: 0.7;
	z-index: 1;
}
.banner-caption {
    width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.banner-caption p {
	color: #fff;
	text-align: center;
	letter-spacing: 0.4em;
	margin: 0;
	text-transform: uppercase;
}
.banner-caption h2 {
	padding: 20px 0 30px;
}

.banner-slide .place-holder-text {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	font-size: 350px;
	letter-spacing: -0.015em;
	color: #FFFFFF;
	opacity: 0.2;
	text-align: center;
	font-family: 'Futura XBlk BT';
	z-index: 0;
	line-height: normal;
	transform: translateY(-57%);
}
.home-banner .slick-dots {
	top: 50%;
	bottom: auto;
	width: auto;
	left: 50px;
	margin-top: -50px;
	z-index: 4;
}
.home-banner .slick-dots li {
	display: block;
}
.home-banner .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3) !important;
	overflow: hidden;
	margin: 0;
}
.home-banner .slick-dots li.slick-active button {
	background-color: var(--site-color-blue) !important;
}
.home-banner .slick-dots li button:before {
	display: none;
}
.goto-down {
	position: absolute;
	bottom:18%;	
	margin-left: -12px;
	left: 50%;
	z-index: 2;
}
.goto-down a {
	display: block;
	animation-name: gotoDownArrow;
    animation-duration:2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

@keyframes gotoDownArrow {
	0% {transform: translateY(0px) }
	40%{ transform:translateY(10px) }
	80% {transform: translateY(0px)}
  }

/* ================================ */
/* == HOME DESIGN SHAP CSS START==  */   
  
.about-section::after, .service-section::before, .service-section::after, 
.site-footer::before, .site-footer::after, 
.service-list-block::after, .innerpage-content::before, .innerpage-content::after, .products-list::before, .products-list::after, .products-size-section::after, .product-detail-video::before, .contact-detail::before, .terms-condition-page .alignwide::before, .base-plate::after, .end-plate::before,  .moment-connection::after, .spacer-pfc::before, .kink-angle::before   {
	content: '';
	position: absolute;
	background: url(./assets/images/home-design-shap.svg) no-repeat center center;
	background-size: cover;
    z-index: -1;
}

/* ====================== */
/* == ABOUT CSS START==  */ 

.about-section {
	margin: 0;
	padding: 0;
	position: relative;
}

.about-section::after {
	width: 581px;
	height: 524px;
	right: -170px;
    top: 40px;
}

.about-section .alignwide {
	display: flex;
	justify-content: space-between;
}
.about-section .about-left {
	padding: 90px 0 0 0;
	width: 43%;
}
.about-section .about-img {
	margin-top: -75px;
	width: 50%;
}
.about-section .about-img img {
	border: solid 10px #fff;
	max-width: 100%;
}

/* ====================== */
/* == ABOUT CSS END ====  */ 

/* ====================== */
/* == SERVICE CSS START==  */ 
.title-center {
	text-align: center;
	width: 100%;
}
.title-center h6::after {
	text-align: center;
	width: 100%;
}
.title-center h3 {
	margin-top: -12px;
}
.title-center h3::after {
	left: 50%;
	margin-left: -52px;
}
.title-center p {
	max-width: 870px;
	margin: 0 auto;
}

.service-section {
	margin: 0;
	padding: 70px 0;
	position: relative;
}
.service-section::before {
	width: 876px;
    height: 769px;
	left: -480px;
    top: -250px;
}
.service-section::after {
	width: 584px;
    height: 512px;
    right: -150px;
    bottom: -80px;
}

.service-slider {
	margin-top: 40px;
	margin-bottom: 40px;
}
.block-box {
	position: relative;
	
}
.block-box .block-box-img {
	display: block;
	padding-top: 107%;
    position: relative;
	overflow: hidden;
}
.block-box .block-box-img .slide-number {
	position: absolute;
	bottom: 80px;
	left: 20px;
	color: #fff;
	font-size: 80px;
	line-height: 100px;
	opacity: 0.3;
	z-index: 1;
	letter-spacing: -0.015em;
}
.block-box .block-box-img img{
	width: 100%;
	position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center center;
	transition: all ease-in-out 0.5s;
}
.block-box .block-box-img img.lazyloaded,.block-box .block-box-img img.lazyloading  { opacity: 1;}
.block-box .block-box-img:hover img{
	transform: scale(1.04);
}
.block-box .block-box-img::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0.01%, rgba(0, 0, 0, 0.0) 62.23%);
	opacity: 0.93;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	z-index: 0;
}
.block-box h5 {
	position: absolute;
	bottom: 32px;
	left: 20px;
	z-index: 1;
}
.slick-track {
	counter-reset: my-sec-counter;	
}

.slick-arrow {
	width: 44px;
	height: 44px;
	background: url(./assets/images/slider-arrow.svg) no-repeat center center !important;
	background-color: transparent !important;
	z-index: 10;
}
.slick-arrow.slick-disabled {
	opacity: 0.4;
	cursor: default;
}
.slick-arrow::before {
	display: none;
}
.slick-prev  {
	transform: rotate(180deg) translate(0, 50%);
	left: -85px;
}
.slick-next {
    right: -85px;
}

/* ====================== */
/* == SERVICE CSS END==  */ 


/* ====================== */
/* == PRODUCT CSS START==  */ 

.product-section {
	margin: 0;
	padding: 80px 0 0 0;
	background: var(--global--color-light-background);
}
.product-section h6 {
	z-index: 1;
}
.product-section h6::after {
	color: #D9D9D9;
	opacity: 0.3;
}
.prodcut-description {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prodcut-description p {
	max-width: 70%;
	margin: 0;
}
.product-slider {
	margin-top: 40px;
}
.product-section .block-box .block-box-img{
	padding-top: 100%;
}
.product-section .slick-prev  {
	left: 65px;
	-webkit-filter: grayscale(100%) brightness(5);
    filter: grayscale(100%) brightness(10);
}
.product-section .slick-next {
    right: 65px;
	-webkit-filter: grayscale(100%) brightness(5);
    filter: grayscale(100%) brightness(10);
}

/* ====================== */
/* == PRODUCT CSS END==  */ 


/* =============================== */
/* == CALL TO ACTION CSS START==  */ 

.callto-action-section {
	background-color: var(--site-color-blue);
	margin: 0;
	padding: 80px 0;
	position:relative;
	z-index:2;
}
.callto-action-section:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: 50%;
    height: 100%;
	z-index:-1;
	background:url(./assets/images/calltoaction-bg.svg) repeat-y;
}
.callto-action-section:after {
	content:'';
	position:absolute;
	right:0;
	top:0;
	width: 50%;
    height: 100%;
	z-index:-1;
	transform: rotateY(180deg);
	background:url(./assets/images/calltoaction-bg.svg) repeat-y;
}

.callto-action-section .alignwide {
	display:flex;
	justify-content:space-between;
	align-items:center;
} 
.callto-action-section .btn::after {
	-webkit-filter: grayscale(100%) brightness(0);
  	filter: grayscale(100%) brightness(0);
}

.callto-action-section h3 {
	color:#fff;
	font-family: var(--primary--font-bold-family);
	margin:0;
	padding:0;
}
.callto-action-section h3:after {
	display:none;
}
.callto-action-section h3 span {
	color: var(--site-color-secondary);
}

/* =============================== */
/* == CALL TO ACTION CSS END ==  */ 


/* =============================== */
/* == FOOTER CSS START ==  */ 

.site-footer {
	width: 100%;
	max-width: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
	z-index: 1;
}
.site-footer::before {
    width: 1053px;
    height: 949px;
    left: -470px;
    top: -540px;
    transform: rotate(20deg);
	pointer-events: none;
}
.site-footer::after {
	width: 793px;
    height: 685px;
    right: -400px;
    top: -140px;
	pointer-events: none;
}
.site-footer .alignwide {
	margin-top: 0;
	margin-bottom: 0;
}
.site-footer .site-logo {
	max-width: 84px;
	margin:48px auto 0;
}
.site-footer .site-logo .custom-logo {
	max-width: 100%;
}
.site-footer .primary-navigation {
	padding: 0;
	margin: 30px 0;
}
.site-footer .primary-navigation > div > .menu-wrapper {
	justify-content: center;
}
.site-footer .primary-navigation .primary-menu-container > ul > .menu-item {
	padding: 0 30px;
}
.site-footer .primary-navigation .primary-menu-container > ul > .menu-item > a {
	font-size: 16px;
	letter-spacing: 0.0015em;
	font-family: var(--primary-font-family);
	text-decoration: none;
	color: #757575;
	font-weight: normal;
	line-height: 24px;
	padding: 5px 10px;
}
.site-footer .primary-navigation .primary-menu-container > ul > .menu-item > a:hover, .site-footer .primary-navigation .primary-menu-container > ul > .menu-item.current_page_item a {
	color: var(--site-color-blue);
}

.footer-navigation {
	position: relative;
	margin-bottom: 80px;
}
.footer-navigation::after {
    content:'follow us';
    position: absolute;
    top: -21px;
    font-size: 80px;
    line-height: 90px;
    font-family: var(--primary--font-bold-family);
    color: #E9F1FB;
    letter-spacing: -0.015em;
    opacity: 0.5;
    text-transform: uppercase;
    left: 0;
	width: 100%;
	text-align: center;
    z-index: -1;
}
.footer-navigation .menu-item a {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: var(--site-color-blue) !important;
	text-align: center;
	padding: 0;
	display: block;
	margin: 0 10px;
}
.footer-navigation .menu-item a:hover {
	background-color: #3378dc !important;
}
.footer-navigation .menu-item a svg {
	display: none;
}
.footer-navigation .menu-item.facebook-icon a {
	background: url(./assets/images/facebook-icon.svg) no-repeat center center;
}

.footer-navigation .menu-item.instagram-icon a {
	background: url(./assets/images/instagram-icon.svg) no-repeat center center;
}

.bottom-footer {
	background-color: var(--site-color-blue);
	margin: 0;
	padding: 0; 
	position: relative;
	z-index: 10;
}
.bottom-footer .widget-area {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 0;
}
.bottom-footer .widget-area .widget {
	margin: 11px 0;
}
.bottom-footer .widget-area .widget_block {
	flex: auto;
}
.bottom-footer .widget-area p {
	font-size: 14px;
	color: #fff;
	font-family: 'Futura Lt BT';
}
.bottom-footer .widget-area p a {
	color: #fff;
	text-decoration: none;
}
.bottom-footer .widget-area p a:hover {
	text-decoration: underline !important;
}
.bottom-footer .menu li {
	display: inline-block;
	float: left;
	position: relative;
	margin: 0;
	padding:  0;
}
.bottom-footer .menu li::after {
	content: '';
	width: 1px;
	height: 15px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	top: 2px;
}
.bottom-footer .menu li:last-child::after {
	display: none;
}
.bottom-footer .menu li:last-child a{
	margin-right: 0;
}
.bottom-footer .menu li a {
	font-size: 14px;
	color: #fff;
	font-family: 'Futura Lt BT';
	text-decoration: none;
	margin: 0 20px;
	line-height: 22px;
	display: inline-block;
}
.bottom-footer .menu li a:hover {
	text-decoration: underline !important;
}

/* =============================== */
/* == FOOTER CSS END ==  */ 


/* =============================== */
/* == SERVICE CSS START ==  */ 


.inner-banner .banner-caption {
	padding: 128px 0 72px;
	z-index: 3;
	margin-bottom: 0;
}
.inner-banner .banner-slide .place-holder-text {
	top: 0px;
	transform: translateY(0);
}
.inner-banner .banner-caption h2 {
	padding-bottom: 10px;
	padding-top: 0;
}
.inner-banner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.inner-banner ul li {
	margin: 0;
	padding: 0 7px 0 0;
	display: inline-block;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 0.4em;
	font-family: var(--primary-font-family);
	font-weight: normal;
	text-transform: uppercase;
	color: var(--site-color-secondary);
	position: relative;
}
.inner-banner ul li::after {
	content: '/';
	display: inline-block;
	color: #fff;
}
.inner-banner ul li:last-child:after {
	display: none;
}
.inner-banner ul li a {
	color: #fff;
	margin: 0 12px 0 0;
}

.innerpage-content {
	margin: 0;
	padding: 50px 0 0 0;
	position: relative;
}
.single-post .innerpage-content ul.arrowlist li::before { color: var(--site-color-blue); }
.single-post .innerpage-content p.afterline { position: relative; }
.single-post .innerpage-content p.afterline::after { content: ''; position: absolute; bottom: -10px; left: 0px; background: var(--site-color-secondary); width: 105px; height: 2px; }
.innerpage-content::before {
	width: 534px;
    height: 435px;
    top: -200px;
    right: -140px;
    transform: rotate(10deg);
}
.innerpage-content::after {
	width: 834px;
    height: 735px;
    top: 40%;
    right: -310px;
}
.service-three-column {
	display: flex;
	margin: 0;
	padding: 50px 0 50px;
}
.service-block {
	text-align: center;
	width: 33.33%;
	padding: 0 20px;
}
.service-block h5 {
	color: var(--global--color-dark-gray);
	padding: 25px 0;
}
.service-block h5::after {
	display: none;
}

.service-list-section {
	margin: 0;
	padding: 0;
	counter-reset: service-counter;
	position: relative; 
	z-index: 2;
}
.service-list-block::after {
	width: 808px;
    height: 730px;
    top: -410px;
    left: -400px;
}
.service-list-block:nth-child(even)::after {
	left: auto;
	right: -400px;
}
.service-list-block {
	margin: 0 0 50px 0;
	padding: 0;
	display: flex;
	position: relative;
}
.service-list-block::before {
	counter-increment: service-counter;
	content: "0" counter(service-counter);
	position: absolute;
	right: -140px;
    top: -100px;
	font-size: 270px;
	font-family: var(--primary--font-bold-family);
	-webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #F2F2F2;
    -webkit-text-fill-color: transparent;
    z-index: -2;
	line-height: 308px;
	letter-spacing: -0.015em;
}
.service-list-block .service-img {
	width: 49%;
	position: relative;
    z-index: -1;
}
.service-list-block .service-img::after {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 94.92%);
}
.service-list-block .service-img img {
	position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.service-list-block .service-content {
	width: calc(51% + 80px);
	margin:45px 0 45px -80px;
	background: #fff;
	padding: 24px;
	border: 2px solid #2366C7;
	box-shadow: 0px 0px 20px rgba(35, 102, 199, 0.5); -webkit-box-shadow: 0px 0px 20px rgba(35, 102, 199, 0.5);
	/* box-shadow: 0px 38px 404px rgba(0, 0, 0, 0.04), 0px 19.2375px 176.119px rgba(0, 0, 0, 0.027), 0px 7.6px 65.65px rgba(0, 0, 0, 0.02), 0px 1.6625px 23.3563px rgba(0, 0, 0, 0.013); */
}
.service-list-block .service-content h4::after { background-color: var(--site-color-secondary);}
.service-list-block .service-content ul.arrowlist li::before { color: var(--site-color-blue); }
.service-list-block .service-content p {margin-bottom: 18px;}
.service-list-block .service-content span {
	color: var(--global-color-primary);
	margin-bottom: 10px;
	display: block;
}
ul.arrowlist {
	margin: 0;
	padding:0 ;
	list-style: none;
}
ul.arrowlist li {
	position: relative;
	margin: 0;
	padding: 0 0 10px 20px;
	line-height: 24px;
	font-family: var(--primary-font-family);
}
ul.arrowlist li::before {
	content: '>';
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
}

.service-list-block:nth-child(even) {
	flex-direction: row-reverse;
}
.service-list-block:nth-child(even) .service-content {
	margin-right: -80px;
	margin-left: 0;
}
.service-list-block:nth-child(even)::before {
	left: -180px;
	right: inherit;

}


/* =============================== */
/* == PRODUCTS CSS START === ==  */ 

ul.numberlist {
	margin: 0;
	padding:0 ;
	list-style: none;
	counter-reset: service-counter;
}
ul.numberlist li {
	position: relative;
	margin: 0;
	padding: 0 0 15px 20px;
	line-height: 28px;
	font-family: var(--primary-font-family);
}
ul.numberlist li::before {
	counter-increment: service-counter;
	content: counter(service-counter)')';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--site-body-text-color);
}

.products-list {
	display: flex;
	margin: 30px -12px;
	padding: 0;
	flex-flow: wrap;
	position: relative;
}
.products-list::before {
	width: 897px;
    height: 810px;
    left: -460px;
    top: 0;
    transform: rotate(10deg);
}
.products-list::after {
	width: 757px;
    height: 670px;
    left: -380px;
    bottom: 120px;
	display: none;
}

.products-list .block-box {
	width: 33.33%;
	padding: 0 12px 24px;
}

.products-list .block-box .block-box-img .slide-number {
	display: none;
}
.products-list .block-box .block-box-img::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0.01%, rgba(0, 0, 0, 0.0) 62.23%);
}
.products-list .block-box .products-description {
	position: absolute;
	bottom: 0;
	z-index: 1;
	padding: 25px;
}
.products-list .block-box .description-inner {
	max-height: 0;
    overflow: hidden;
	transition: all ease-in-out 0.3s;
}
.products-list .block-box-img:hover .description-inner {
	max-height: 162px;
}

.products-list .block-box .products-description h5 {
	position: relative;
	left: 0;
	bottom: 0;
	margin-bottom: 15px;
}
.products-list .block-box .products-description p {
	color: #fff;
	margin: 0 0 15px 0;
	-webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===================================== */
/* == PRODUCTS DETAILS CSS START === ==  */ 

.product-img-slider {
	margin: 0 -12px 40px;
}
.product-img-slider .block-box {
	padding: 0 12px;
}
.product-img-slider .block-box .block-box-img .slide-number{
	display: none;
}
.product-img-slider .block-box .block-box-img::after {
	display: none;
}

.video-section {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
	margin: 30px 0 0 0;
} 
.video-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-detail-video::before {
	width: 897px;
    height: 810px;
    left: -460px;
    top: -320px;
    transform: rotate(10deg);
}
.products-size-section::after {
    width: 757px;
    height: 670px;
    left: -400px;
    bottom:-150px;
	display: none;
}

.products-size-section {
	margin: 48px 0 20px;
	padding: 0;
	position: relative;
	z-index: 2;
}

table th, .wp-block-table th {
   font-family: var(--primary-font-family);
}
.tablepress {
	margin-bottom:0px;
} 
html .tablepress td[colspan] { text-align: center !important; background-color: #4d8ce8 !important; color: #fff; }

.tablepress thead th {
	background-color: var(--site-color-blue);
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	text-align: center;	
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tablepress thead tr th::after {
	content: '';
	border-right: solid 1px rgb(255 255 255 / 15%);
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 0;
}	
.tablepress thead th:last-child {
	border-right: 0;
}
.tablepress thead th span {
	display: block;
	font-size: 16px;
}
.tablepress tbody tr {
	border-bottom: solid 16px #fff;
}
.tablepress tbody tr:first-child {
	border-top: solid 16px #fff;
}
.tablepress td {
	text-align: center;
	color: #757575;
	border: 0 !important;
	padding: 12px 15px;
}
.tablepress td:first-child {
	text-align: left;
}
.tablepress .even td {
    background-color: #F6F9FD !important;
}
.tablepress .odd td {
    background-color: #E9F1FB !important;
}
.pdf-buttom {
	text-align: center;
	margin-bottom: 40px;
}

/* =============================== */
/* == CONTACT US CSS START === ==  */ 

.contact-wrap {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
}	
.contact-detail {
	margin: 0;
	padding:20px;
	min-width:389px;
	background: var(--global--color-background);
	border: 1px solid var(--site-color-blue);
	position: relative;
}
.contact-detail::before {
	width: 757px;
    height: 670px;
    left: -400px;
	bottom: -150px;
}

.contact-detail h3 { 
	position: relative;
	padding-bottom: 0;
}
.contact-detail h3::after {
	bottom: -6px;
}
.contact-block {
	display: flex;
	margin: 0;
	padding: 0 0 25px 0;
}
.contact-block .con-icon {
	margin-right: 10px;
}
.contact-block .con-icon img {
	width: 25px;


}
.contact-inner  { overflow: hidden;}
.contact-detail .footer-navigation { margin: 0px ; }
.contact-detail .footer-navigation ul { justify-content: flex-start; -webkit-justify-content: flex-start; }
.contact-detail .footer-navigation .menu-item a { background-color: #000 !important; margin: 0px 15px 0px 0px; }
.contact-detail .footer-navigation .menu-item a:hover { background-color: rgba(0, 0, 0, 0.7) !important; }
.contact-detail .footer-navigation .menu-item:last-child a {margin-right: 0px;}

.contact-block:last-child {padding-bottom: 0px;}

.contact-block h5 {
	font-size: 22px;
	color: var(--global-color-primary);
	letter-spacing: 0;
	padding-bottom: 10px;
}
.contact-block h5::after {
	display: none;
}
.contact-block p {
	color: var(--global-color-primary);
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 15px;
}
.contact-block p span {
	font-family: var(--primary--font-bold-family);
}
.social-link {
	margin: 0;
	padding: 0;
}
.social-link a {
	margin-right: 15px;
}

.contact-form {
	margin: 0;
	padding: 0 0 0 40px;
	flex: auto;
}
.contact-form h5 {
	color: #5D5D5D;
	margin-bottom: 30px;
}
.contact-form h5::after {
	background-color: var(--site-color-blue);
}

.wpcf7-form-control:not(.wpcf7-submit) {
	border: solid 1px #F2F2F2;
	width: 100%;
	padding: 14px 10px 14px 55px;
	background-position: 16px center;
	background-repeat:  no-repeat;
}
.wpcf7-form-control.namebox {
	background-image: url(./assets/images/name-icon.svg);
}
.wpcf7-form-control.emailbox {
	background-image: url(./assets/images/mail-icon.svg);
}
.wpcf7-form-control.phonebox {
	background-image: url(./assets/images/phone-icon.svg);
}
.wpcf7-form-control.subjectbox {
	background-image: url(./assets/images/subject-icon.svg);
}
.wpcf7-form-control.messagebox {
	background-image: url(./assets/images/message-icon.svg);
	background-position: 16px 16px;
}
.wpcf7-form-control.attachbox {
	opacity: 0;
	height: 66px;
}
label.file-label {
	border: solid 1px #F2F2F2;
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
    position: absolute;
    top: 0;
	padding: 15px 15px 15px 55px;
	background-image: url(./assets/images/attach-icon.svg);
	background-position: 16px 19px;
	background-repeat: no-repeat;
	cursor: pointer;
}
label.file-label span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
	font-size: 16px;
	font-weight: 400;
}
label.file-label .choose-file {
	background-color: var(--site-color-blue);
    border: 0;
    color: #fff;
    margin: 0;
    padding: 4px 15px 4px 15px;
    font-size: 16px;
    letter-spacing: 0.0015em;
    font-family: var(--primary-font-family);
	min-width: 120px;
    text-align: center;
	font-weight: 500;
}

#bodyContent h6 {
	font-size: 16px !important;
	text-transform: capitalize;
	line-height: 40px;
	margin-left: 15px;
}

.form-group {
	margin-bottom: 24px;
	position: relative;
}
.form-row {
	display: flex;
	margin: 0 -12px;
}
.form-row .form-group {
	padding:0 12px ; 
	width: 50%;
}
.submit-btn {
	position: relative;
	display: block;
    margin: 0 auto;
    text-align: center;
    width: 121px;
}
.wpcf7-spinner {
	position:absolute;
	right: -60px;
    top: 11px;
}
.submit-btn .wpcf7-submit {
	background-color: var(--site-color-blue) !important;
	border: 0;
	color: #fff !important;
    margin: 0;
    padding: 12px 50px 12px 20px;
	font-size: 16px;
    letter-spacing: 0.0015em;
    font-family: var(--primary-font-family);
}
.submit-btn::after {
	background: url(./assets/images/arrow-icon.svg) no-repeat center center;
    width: 16px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 17px;
    left: auto;
    transition: all ease-in-out 0.3s;
	content: '';
}
.submit-btn:hover::after {
	animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.map-section {
	margin: 50px 0 0 0;
	padding: 0;
}
.map-section iframe {
	height: 500px;
	width: 100%;
}


/* =============================== */
/* == NEWS LATTER CSS START === ==  */ 

.newslatter-form {
	padding: 60px 0;
}
.newslatter-form .wpcf7-form-control:not(.wpcf7-submit){
	padding:9px 15px 10px;
}
.newslatter-form .form-wrap {
	display: flex;
}
.newslatter-form .form-group {
	margin: 0 15px 0 0;
}
.newslatter-form .submit-btn {
	width: 147px;
}
.newslatter-form .submit-btn .wpcf7-submit {
	background-color: #fff !important;
	color: var(--global-color-primary) !important;
}
.newslatter-form .submit-btn::after {
    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}
.newslatter-form .wpcf7-not-valid-tip {
	color: #ff7272;
}
.newslatter-form  .newslatter {
    min-width: 515px;
}
.newslatter-form p {
	color: #fff;
	margin: 15px 0 0 0;
}
.newslatter-form .wpcf7 form .wpcf7-response-output {
	margin: 10px 0 0 0;
	color: #ffff;
}


/* ================================== */
/* == PHOTO GALLERY CSS START === ==  */ 

.photo-gallery {
	margin: 0;
	padding: 0;
}
.photo-gallery-grid {
	margin: 0 -10px;
	z-index: 2;
}
.photo-gallery-grid .grid-item,
.photo-gallery-grid .grid-sizer {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
}

.photo-gallery-grid .grid-item {
  float: left;
}
.photo-gallery-grid .grid-item a {
	display: block;
	position: relative;
}
.photo-gallery-grid .grid-item img {
	width: 100%;
}
.photo-gallery-grid .grid-item .play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	margin-left:-24px;
	margin-top: -24px;
}
.photo-gallery-grid .video-block a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: var(--global-color-primary);
	opacity: 0.7;
	width: 100%;
	height: 100%;
}

.fancybox-navigation .fancybox-button {
	width: 44px;
	height: 44px;
	background: url(./assets/images/slider-arrow.svg) no-repeat center center !important;
	background-color: transparent !important;
	-webkit-filter: grayscale(100%) brightness(5);
    filter: grayscale(100%) brightness(10);
	top: calc(50% - 30px);
}
.fancybox-navigation .fancybox-button:disabled {
	opacity: 0.5;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right: 30px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 30px;
	transform: rotate(180deg);
}

.fancybox-button.fancybox-button--close {
	background: url(./assets/images/close-icon.svg) no-repeat center center !important;
	width: 36px;
	height: 36px;
	right:20px;
	top: 20px;
}
.fancybox-button.fancybox-button--close svg {
	display: none;
}
.fancybox-navigation .fancybox-button svg {
	display: none !important;
}

.innerpage  *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){
	max-width: inherit;
}

.innerpage h5 {
	color: var(--global-color-primary);
	margin-bottom: 10px !important;
}
.innerpage h5::after {
	display: none;
}
.innerpage p {
	margin: 0 0 30px 0 !important;
}

.terms-condition-page * {
	font-family: var(--primary-font-family);
}

.terms-condition-page ol {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	counter-reset: my-sec-counter;	
}
.terms-condition-page ol > li {
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
}
.terms-condition-page ol > li::before {
	counter-increment: my-sec-counter;
	content:counter(my-sec-counter)'.';
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	font-family: var(--primary-font-family);
	color: var(--global-color-primary);
}
.terms-condition-page ol > li h5 {
	font-size: 20px;
	font-family: var(--primary-font-family);
	margin: 0 !important;
	line-height: 28px;
}
.terms-condition-page ol > li p {
	margin: 0 0 20px !important;
}
.terms-condition-page p strong {
	color: var(--global-color-primary);
	padding: 0 0 10px 0;
	display: inline-block;
}
.terms-condition-page ul {
	list-style: disc;
	margin: 0 0 20px 0;
	padding-left: 20px;
}
.terms-condition-page a {
	color: var(--site-color-blue);
}
.terms-condition-page a:hover {
	text-decoration: underline !important;
}

.terms-condition-page .alignwide::before {
	width: 757px;
    height: 670px;
    left: -400px;
    top:30%;
}
.page-id-125 .terms-condition-page .alignwide::before{
	display: none;
}


.page-not-found {
	padding: 80px 0;
}
.page-not-found h4::after {
	display: none;
}


/*connection page styling starts*/
.site-main .connection-main { margin: 68px 0px 128px; }
.connection { margin-bottom: 40px; }
.connection:last-child { margin-bottom: 0px; }
.connection-list { position: relative; z-index: 2; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; align-items: center; -webkit-align-items: center; }
.connection-img { background: var(--global--color-background);  width: 41.666667%;  border: 2px solid var(--site-color-blue); box-shadow: 0px 4px 44px rgba(60, 125, 220, 0.19); -webkit-box-shadow: 0px 4px 44px rgba(60, 125, 220, 0.19); }
.connection-img img { width: 100%; }
.connection-img figcaption { font-size: 24px; line-height: 32px; font-weight: 500; color: var(--global-color-primary); margin: 0px 0px 40px; }
.connection-desc { width: 58.333333%;  }
.connection-desc h5 { color: var(--global--color-dark-gray); margin-bottom: 16px; }
.connection-desc h5::after { content: ''; background-color: var(--site-color-blue); }
.connection-desc p:last-child { margin-bottom: 0px; }
.connection-odd .connection-desc { padding-left: 62px; }
.connection-even .connection-desc { padding-right: 62px; }
.base-plate, .end-plate, .moment-connection, .spacer-pfc, .kink-angle  { position: relative; }
.base-plate::after { top: 0; right: 0; transform: translate(50%, -60%); -webkit-transform: translate(50%, -60%);  width: 646px; height: 584px; }
.end-plate::before { top: 0; left: 0; transform: translate(-45%, 2%); -webkit-transform: translate(-45%, 2%); width: 646px; height: 584px; }
.moment-connection::after { top: 0; right: 0; transform: translate(43%, -15%); -webkit-transform: translate(43%, -15%); width: 646px; height: 584px; }
.spacer-pfc::before { top: 0; left: 0; transform: translate(-55%, 50%); -webkit-transform: translate(-55%, 50%); width: 646px; height: 584px; }
.kink-angle::before { top: 0; left: 0; transform: translate(-54%, -15%); -webkit-transform: translate(-54%, -15%); width: 646px; height: 584px; }
/*connection page styling ends*/



/* =============================== */
/* == RESPONSIVE CSS START === ==  */ 

@media only screen and (max-width:1400px){
	.slick-prev {
		left: 20px;
		-webkit-filter: grayscale(100%) brightness(10);
		filter: grayscale(100%) brightness(10);
	}
	.slick-next {
		right: 20px;
		-webkit-filter: grayscale(100%) brightness(10);
		filter: grayscale(100%) brightness(10);
	}
	.product-section .slick-prev  {
		left: 20px;
	}
	.product-section .slick-next {
		right: 20px;
	}
	.service-list-block::before {
		line-height: 200px;
		font-size: 170px;
		right: -90px;
		top: -50px;
	}
	.service-list-block:nth-child(even)::before {
		left: -90px;
		right: inherit;
	}

	.banner-slide .place-holder-text {
		font-size: 290px;
	}
}

@media only screen and (max-width:1199px){
	.con-block {
		padding: 0 15px;
	}
	.con-block .wp-block-media-text__content {
		padding: 0 0 0 15px !important;
	}

	h2 {
		font-size:42px ;
		line-height: 54px;
	}
	h3 {
		font-size:36px ;
		line-height: 46px;
	}
	h4 {
		font-size:30px ;
		line-height: 40px;
	}
	.block-box .block-box-img .slide-number {
		bottom: 70px;
		font-size: 70px;
    	line-height: 90px;	
	}
	.home-banner .slick-dots {
		left: 20px;
	}

	.service-list-block::before {
		line-height: 90px;
		font-size: 90px;
		right: -10px;
		top: -30px;
	}
	.service-list-block:nth-child(even)::before {
		left: -10px;
	}

	.contact-detail {
		min-width: 330px;
	}

	/*connection page styling starts*/
	.site-main .connection-main { margin: 58px 0px 108px; }
	.connection { margin-bottom: 30px; }
	.connection-desc h5 { margin-bottom: 16px; }
	.connection-img figcaption { font-size: 20px; line-height: 28px;  margin: 0px 0px 20px; }
	.connection-odd .connection-desc { padding-left: 32px; }
	.connection-even .connection-desc { padding-right: 32px; }
	/*connection page styling ends*/
}

@media (max-width: 1023px){

	.custom-header {
		position: fixed;
		background: #fff;
		z-index: 11;
	}
	.site-logo {
		max-width: 90px;
	}
	.mobile-scroll {
		height: 100%;
		overflow: auto;
	}
	.custom-header.sticky-header {
		box-shadow: 0 0 10px rgb(204 204 204 / 48%);
	}
	.site-content {
		padding-top: 80px;
	}
	.custom-header.sticky-header .main-nav {
		animation: none;
	}
	.custom-header.sticky-header .main-nav .primary-navigation .site-logo {
		display: none;
	}
	.contact-section {
		display: none;
	}
	.main-nav {
		top: 15px;
	}
	.main-nav .primary-navigation {
		max-width: 1170px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: fixed;
		width: 100%;
		top: 80px;
		height: 0;
		/* overflow: hidden; */
		transition: all ease-in-out 0.3s;
	}
    .site-header.has-logo.has-title-and-tagline.has-menu                        { justify-content: space-between; } 
    .menu-button-container                                                      { display: block; position: fixed; top: 5px; width: 100px !important; font-family: var(--primary-font-family);}
	.menu-button-container .dropdown-icon { font-family: var(--primary-font-family);}
    .primary-navigation-open .main-nav .primary-navigation                      { width: 100%; position: fixed; z-index: 2; padding: 0; background: #fff; height: calc(100vh - 80px); }
    /* .main-nav .primary-navigation > .primary-menu-container                     { height: 100vh; z-index: 499; overflow-x: hidden; overflow-y: auto; border: 2px solid transparent; padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px); padding-left: var(--global--spacing-unit); padding-right: var(--global--spacing-unit); padding-bottom: var(--global--spacing-horizontal); background-color: var(--global--color-background); transform: translateY(var(--global--spacing-vertical)); display: none;} */
    .has-logo.has-title-and-tagline .main-nav .primary-navigation > .primary-menu-container { position: fixed; transform: translateY(0) translateX(100%); }
    .primary-navigation-open .has-logo.has-title-and-tagline .main-nav .primary-navigation > .primary-menu-container { transform: translateX(0) translateY(0); }
	.main-nav .primary-navigation .primary-menu-container > ul > .menu-item     { text-align: center; padding: 0 0px 10px; display: block; position: relative; width: 100%;}
    .lock-scrolling .site                                                       { position: fixed; max-width: 100%; width: 100%; }

	.primary-navigation-open  .main-nav .primary-navigation > .primary-menu-container  {
		display: block;
		position: relative;
		height: auto;
	}
	.main-nav .primary-navigation .primary-menu-container > ul > .menu-item > a {
		color: var(--global-color-primary);
	}
	.main-nav .primary-navigation .primary-menu-container > ul > .menu-item.contact-btn {
		position: relative;
	}
	.main-nav .primary-navigation .primary-menu-container > ul > .menu-item.contact-btn a {
		background: none;
		padding: 10px;
	}
	.main-nav .primary-navigation .primary-menu-container > ul > .menu-item::after {
		display: none;
	}
	.main-nav .contact-section {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		max-width: 550px;
		margin:30px auto;
	}
	.con-block {
		width: 250px;
		padding: 15px 10px;
	}
	.con-block:first-child {
		border-bottom: solid 1px rgb(166 166 166 / 20%);
	}
	.con-block:nth-child(2) {
		border-right: 0;
		border-bottom: solid 1px rgb(166 166 166 / 20%);
	}
	.con-block .wp-block-media-text {
		flex-direction: column;
		text-align: center;
	}
	.con-block .wp-block-media-text__content {
		padding-left: 0 !important;
		padding-top: 10px !important;
	}
	.con-block p a {
		padding: 0;
		font-size: 14px;
	}

	h2 {
		font-size: 36px;
		line-height: 50px;
	}
	h3 {
		font-size: 32px;
		line-height: 40px;
	}
	h4 {
		font-size:28px ;
		line-height: 38px;
	}
	h5 {
		font-size:22px ;
		line-height: 26px;
	}
	
	h6::after {
		top: -11px;
		font-size: 60px;
	}
	.footer-navigation::after {
		font-size: 60px;
	}

	.callto-action-section {
		overflow: hidden;
		padding: 50px 0;
	}
	.callto-action-section:before {
		left: -200px;
		width: 100%;
	}
	.callto-action-section::after {
		right: -200px;
		width: 100%;
	}


	.banner-inner {
		height: calc(100vh - 80px);
	}

	.about-section .about-left {
		padding: 50px 0 0 0;
	}
	p {
		margin: 0 0 20px 0;
	}
	.service-section {
		padding: 50px 0;
	}
	.product-section {
		padding: 50px 0 0 0;
	}
	.footer-navigation {
		margin-bottom: 50px;
		margin-top: 40px;
	}

	.service-list-block .service-content {
		width: calc(51% + 50px);
		margin: 45px 0 45px -50px;
	}
	.service-list-block:nth-child(even) .service-content {
		margin-right: -50px;
	}

	.inner-banner .banner-slide .place-holder-text {
		top: -30px;
	}
	.inner-banner .banner-caption {
		padding: 85px 0 85px;
	}

	.products-list .block-box {
		width: 50%;
	}

	.products-list .block-box.active .block-box-img .description-inner {
		height: 162px;
	}
 	

}

@media (max-width: 992px){

	.banner-slide .place-holder-text {
		font-size: 200px;
	}
	.inner-banner .banner-slide .place-holder-text {
		top: 10%;
	}
	.goto-down {
		bottom: 50px;
	}
	.about-section .alignwide {
		display: block;
	}
	.about-section .about-left {
		width: 100%;
	}
	.about-section .about-img {
		margin-top:30px;
		width: 100%;
	}
	.about-section .about-img img {
		width: 100%;
	}

	.service-three-column {
		flex-direction: column;
	}
	.service-block {
		width: 100%;
		padding: 0 0 10px 0;
	}
	.service-list-block {
		flex-direction: column;
	}
	.service-list-block:nth-child(even) {
		flex-direction: column;
	}
	.service-list-block .service-img {
		width: 100%;
	}
	.service-list-block .service-img img {
		position: relative;
		height: auto;
	}
	.service-list-block .service-content {
		width: 100%;
		margin:0px;
	}
	.service-list-block::before {
		line-height: 30px;
		font-size: 50px;
		right: 0;
		top: -30px;
	}
	.service-list-block:nth-child(even)::before {
		left: 0;
	}

	.site-footer::before {
		width: 803px;
		height: 699px;
		left: -380px;
		top: -400px;
	}
	.site-footer::after {
		width: 693px;
		height: 585px;
		top: -70px;
	}

	.about-section::after {
		right: -260px;
	}
	
	.service-section::before {
		width: 646px;
		height: 599px;
		left: -360px;
		top: -130px;
	}

	.products-size-section {
		overflow: auto;
	}
	.products-size-section::after {
		display: none;
	}
	.tablepress {
		margin-bottom: 0px;
		min-width: 1000px;
	}

	.contact-wrap {
		flex-direction: column;
	}
	.contact-detail {
		width: 100%;
		min-width: inherit;
	}
	.contact-form {
		padding: 40px 0 0 0px;
		width: 100%;
	}
	.contact-inner {
	}
	.contact-block {
		width: 50%;
		float: left;
	}
	.contact-block:nth-child(4) {
		clear: both;
	}

	.newslatter-form .alignwide{
		flex-direction: column;
	}
	.newslatter-text {
		margin-bottom: 30px;
		text-align: center;
	}
	.con-block {
		width: 230px;
	}

	/*connection page styling starts*/
	.site-main .connection-main { margin: 48px 0px 68px; }
	.connection { margin-bottom: 30px; }
	.connection-desc h5 { margin-bottom: 16px; }
	.connection-img figcaption { font-size: 18px; line-height: 26px;  margin: 0px 0px 20px; }
	.connection-odd .connection-desc { padding-left: 26px; }
	.connection-even .connection-desc { padding-right: 26px; }
	/*connection page styling ends*/
}

@media (max-width: 767px){

	.banner-slide .place-holder-text {
		font-size: 110px;
		transform: translateY(-74%);
	}
	.inner-banner .banner-slide .place-holder-text {
		top: 25%;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	h3 {
		font-size: 25px;
		line-height: 35px;
		margin: 0 0 20px 0;
    	padding: 0 0 15px 0;
	}
	h5 {
		font-size: 20px; 
		line-height: 24px;
	}
	h4 {
		font-size: 24px;
		line-height: 28px;
	}
	h6::after {
		top: 2px;
		font-size: 48px;
		line-height: 60px;
	}

	.footer-navigation::after {
		font-size: 48px;
		line-height: 60px;
		top: -8px;
	}

	.callto-action-section .alignwide {
		flex-direction: column;
		text-align: center;
	}
	.callto-action-section h3 {
		margin-bottom: 20px;
	}
	
	.site-footer .primary-navigation .primary-menu-container > ul > .menu-item {
		padding: 0 10px;
		width: auto;
	}
	.bottom-footer .widget-area {
		flex-direction: column;
		text-align: center;
	}
	.bottom-footer .widget-area .widget.widget_nav_menu {
		margin-top: 0;
	}
	
	.prodcut-description {
		display: block;
	}
	.prodcut-description p {
		max-width: 100%;
		margin: 0 0 30px;
	}

	.about-section .about-left {
		padding: 40px 0 0 0;
	}
	.service-section {
		padding: 40px 0;
	}
	.product-section {
		padding: 40px 0 0 0;
	}
	.callto-action-section {
		padding: 40px 0;
	}
	.footer-navigation {
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.site-footer .site-logo {
		margin-top: 40px;
	}
	
	.service-list-block .service-content {
		padding: 20px;
	}

	.products-list .block-box {
		width: 100%;
	}
	
	.innerpage-content::after {
		top: 50%;
	}

	.single-post .innerpage-content p.afterline::after  { width: 90px; bottom: -8px; }

	.product-detail-video::before {
			width: 697px;
			height: 610px;
			left: -430px;
	}

	.tablepress thead th {
		font-size: 16px;
	}

	.contact-block {
		width: 100%;
		float: left;
	}
	.form-row {
		display: block;
	}
	.form-row .form-group {
		width: 100%;
	}

	.newslatter-form .newslatter {
		min-width: 100%;
	}
	.newslatter-form .wpcf7-not-valid-tip {
		margin-top: 5px;
	}
	.newslatter-form .form-group {
		margin: 0 0px 20px 0;
		width: 100%;
	}
	.newslatter-form .form-wrap {
		flex-flow: wrap;
	}

	.photo-gallery-grid .grid-item,
	.photo-gallery-grid .grid-sizer {
		width: calc(50% - 20px);
	}

	.terms-condition-page .alignwide::before{
		left: -480px;
	}

	.innerpage-content::after {
		right: -480px;
	}

	.fancybox-slide {
		padding: 44px 0;
	}


	/*connection page styling starts*/
	.site-main .connection-main { margin: 40px 0px; }
	.connection { margin-bottom: 30px; }
	.connection-img { margin-bottom: 20px; }
	.connection-list { flex-direction: column; -webkit-flex-direction: column; }
	.connection-list.connection-even { flex-direction: column-reverse; -webkit-flex-direction: column-reverse; }
	.connection-img, .connection-desc { width: 100%; }
	.connection-img figcaption { font-size: 16px; line-height: 24px;  margin: 0px 0px 14px; }
	.connection-desc h5 { margin-bottom: 16px; }
	.connection-odd .connection-desc { padding-left: 0px; }
	.connection-even .connection-desc { padding-right: 0px; }
	/*connection page styling ends*/
}

@media (max-width: 481px){
	
	.home-banner .slick-dots {
		left: 10px;
	}

	.con-block {
		/* width: 100%; */
		border-top: solid 1px rgb(166 166 166 / 20%);
		border-right: 0 !important;
		border-bottom: 0 !important;
		padding-left: 0;
		padding-right: 0;
	}
	.main-nav .primary-navigation > .primary-menu-container {
		transform: translateY(0);
		position: relative;
	}
	.main-nav .contact-section {
		flex-direction: column;
		align-items: center;
		margin-top: 0;
	}
	.primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		display: block;
		
	}
	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		position: relative;
		margin-top: 8px;
		padding: 0;
	}
	.main-nav .primary-navigation .site-logo {
		display: none !important;
	} 
	.site-logo .custom-logo  {
		max-height: initial !important;
	}
	.site-footer .primary-navigation {
		position: relative;
	}
	.main-nav .primary-navigation > div > .menu-wrapper {
		margin: 0;
		padding: 0;
	}
	.site-footer .primary-navigation > .primary-menu-container {
		position: relative;
		height: auto;
		opacity: 1;
		visibility: visible;
		padding: 0;
		margin: 0;
		transform: none;
		background: none;
	}
	.site-footer .primary-navigation > div > .menu-wrapper {
		margin: 0;
		padding: 0;
	}
	.site-footer .primary-navigation .primary-menu-container > ul > .menu-item {
		padding: 0 5px;
	}
	.banner-slide .place-holder-text {
		font-size: 100px;
	}

	.photo-gallery-grid .grid-item,
	.photo-gallery-grid .grid-sizer {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.photo-gallery-grid {
		margin: 0;
	}

	.fancybox-navigation .fancybox-button--arrow_right {
		right: 15px;
	}
	.fancybox-navigation .fancybox-button--arrow_left {
		left: 15px;
	}
	.fancybox-button.fancybox-button--close {
		background-size: cover !important;
		width: 26px;
		height: 26px;
	}

}

/*Testimonial Slider*/
.testimonial-section 			{ padding: 90px 0px;  margin: 0; }
.tesimonial-inner   {max-width: 1100px; margin: auto; position: relative;}
.tesimonial-inner::before,
.tesimonial-inner::after 	{ content: ''; position: absolute; width: 213px; height:160px; }
.tesimonial-inner::before 	{ top: 65px; left: -65px; background: url('../../uploads/2023/03/big-left-logo.svg') left center / cover;}
.tesimonial-inner::after 		{ bottom: 80px; right: -65px; background: url('../../uploads/2023/03/big-right-logo.svg') right center / cover;}
.testimonial-section h3 		{padding-left:0!important;text-align: center;padding-right:0!important;}
.testimonial-section h3:after   {left:50%;transform:translatex(-50%);}
.testimonial-slider .item-content .description { font-size: 18px; line-height: 28px; margin-bottom: 20px; color: #000000; padding: 0!important; }
.testimonial-slider .item-content .description:after{content:none;}
.testimonial-slider 			{ padding: 88px 102px; position: relative; }
.testimonial-slider::before,
.testimonial-slider::after 		{ z-index: 2; width: 88px; height: 88px; content: ''; position: absolute; background-repeat: no-repeat; background-size: cover; }
.testimonial-slider:before 		{ top: -5px; left: 0; background-image: url('../../uploads/2023/03/quote-left-icon.svg'); background-position:top left;}
.testimonial-slider:after 		{ bottom: 105px; right: 0; background-image: url('../../uploads/2023/03/quote-right-icon.svg'); background-position:bottom right;}
.testimonial-section .slider__counter { text-align: center; color: #2366C7; font-weight: 900; }
.testimonial-section .testimonial-content { margin-top: 32px;}
.testimonial-section .testimonial-content h6 { margin-bottom: 8px; color: var(--site-color-blue); font-weight: 600;line-height:26px;padding-left:0!important;}
.testimonial-section .testimonial-content p { opacity: 0.87; font-size: 16px; color: #000000; line-height: 24px;padding-left:0!important;}
.testimonial-section .star-content ul { display: flex; flex-direction: row;list-style: none;padding:0; }
.testimonial-section .star-content ul li{ margin: 0px 8px; }

.testimonial-section .star-content ul li:first-child { margin-left: 0px; }
.testimonial-section .star-content ul li:last-child { margin-right: 0px; }
.testimonial-section .star-content ul li img { width: 22px; }
.star-content i 						{ color: #D4AF36;}
.testimonial-slider .slick-dots { left: 0; overflow: hidden;}
.testimonial-slider .slick-dots li { width: 12px; height: 12px; margin: 0 7px; }
.testimonial-slider .slick-dots li button { width: 12px; height: 12px; background-color: #2366C7!important; border-radius: 100%; opacity: 0.5;}
.testimonial-slider .slick-dots li button::before { display: none; }
.testimonial-slider .slick-dots li.slick-active button { opacity: 1;}
.testimonial-slider .slick-arrow { filter: grayscale(0%) brightness(0); }


@media (min-width: 1200px) and (max-width: 1499px) {
	.tesimonial-inner::before, .tesimonial-inner::after { width: 185px; height: 127px; }
	.tesimonial-inner::before { top: 75px; left: -45px; }
	.tesimonial-inner::after { bottom: 100px; right: -45px; }

}

@media (max-width: 1199px) {
	.testimonial-section::before, .testimonial-section::after {content:none;}
	.tesimonial-inner {max-width: 740px;margin: auto;}
	.tesimonial-inner::before, .tesimonial-inner::after { width: 145px; height: 90px; }
	.tesimonial-inner::before { top: 85px; left: -25px; }
	.tesimonial-inner::after { bottom: 127px; right: -25px; }
	.testimonial-slider .item-content .description { font-size: 16px; line-height: 26px; }
}
@media (max-width: 767px) {
	.testimonial-section { padding: 40px 0px;}
	.testimonial-slider { padding: 85px 15px 50px;}
	.tesimonial-inner::before, .tesimonial-inner::after { width: 145px; height: 90px; }
	.tesimonial-inner::before { top: 70px; left: -25px; }
	.tesimonial-inner::after { bottom: 127px; right: -25px; }
	.testimonial-slider .slick-arrow { filter: grayscale(0%) brightness(0); width: 26px; height: 26px; background-size: 26px !important; }
	.testimonial-slider .slick-prev { left: -12px; }
	.testimonial-slider .slick-next { right: -12px; }
	.testimonial-slider .item-content .description { font-size: 16px; line-height: 26px; }


}