@charset "utf-8";
/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Outfit", sans-serif;
    --testi-font: "Sacramento", cursive ;
    --body-font-Size: 16px;
    --body-color: #111111;
    --primary-color: #265b9e;
    --secondary-color: #b4b4b4;
    --light-gray: #e2e2e2;
    --bg-gray: #f7f7f7cc;
    --black: #000;
    --white: #fff;
 
    
}
body{   
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000;color:#fff;}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0; line-height:28px; }
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 30px 0;height:1px;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
 #preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 9999; display: flex; justify-content: center; align-items: center;
transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
.spinner {width: 100%;height: 100%; background-image: url(../images/eurodesign-loader.svg); background-position: center; background-repeat: no-repeat; background-size:180px; }
#preloader.hidden { opacity: 0;visibility: hidden; }

/*************** COLUMS AND ROWS ***************/
main{ position:relative;}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.section-spacing{padding:100px 0;}
.sticky{position: -webkit-sticky !important;position: sticky !important;top: 100px;width:100%;}
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1480px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.scrollwrap{ width: calc(50vw + 680px); overflow: hidden;}
.scrollwrap-left { margin-left: calc(-50vw + 50%); overflow: hidden;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{display: flex; width: 100%; height: 10px;}
.gap-20{ height: 20px;}
.gap-30{ height: 30px;}
.gap-40{ height: 40px;}
.gap-50{ height: 50px;}
.gap-60{ height: 60px;}
.gap-70{ height: 70px;}
.gap-80{ height: 80px;}
.gap-90{ height: 90px;}
.gap-100{ height: 100px;}
.m-b-0{ margin-bottom: 0px;}
.m-b-5{ margin-bottom: 5px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-15{ margin-bottom: 15px;}
.m-b-20{ margin-bottom: 20px;}
.m-b-25{ margin-bottom: 25px;}
.m-b-30{ margin-bottom: 30px;}
.m-b-35{ margin-bottom: 35px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-45{ margin-bottom: 45px;}
.m-b-50{ margin-bottom: 50px;}
.pr-10{padding-right: 10px;}
.pl-50{padding-left: 50px;}
.button-style a, .button-style-span{position: relative;background-color: var(--primary-color);color: var(--white);font-weight: 500;font-size: 14px;padding: 16px 56px 16px 25px;border-radius: 50px;display: inline-block;opacity: 1;text-transform: uppercase;border: 2px solid var(--primary-color);}
.button-style a:after, .button-style-span:after{color: var(--primary-color);content: "\f061";font-family: 'Font Awesome 7 Free';font-weight: 900;right: 8px;position: absolute;top: 6px;line-height: 40px;border-radius: 50px;text-align: center;transition: .3s ease-in-out;transform: rotate(1deg);font-size: 16px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width: 40px;height: 40px;border-radius: 50px;background-color: var(--white);}
.button-style a:hover, .button-style-span:hover{background-color: var(--white);color: var(--primary-color);border: 2px solid var(--primary-color);}
.button-style a:hover:after, .button-style-span:after{transform: rotate(328deg);background-color: var(--primary-color);color: var(--white);}
.bg-grey{
	background-color:#F4F4F4;
}
.direction-column{
	flex-direction: column;
	}
	
/*********************/	
.smd10{width:10%; }
.smd20{width:20%; }
.smd30{width:30%; }
.smd40{width:40%; }
.smd50{width:50%; }
.smd60{width:60%; }
.smd70{width:70%; }
.smd80{width:80%; }
.smd90{width:90%; }
.smd100{width:100%;}
	
/*************** PAGE CSS ***************/
header{ 
    top:-100px; 
    width: 100%;
    background-color: var(--white); 
    padding: 15px 0px; 
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header.smaller {
    padding: 10px 0;
    position: fixed;
    z-index: 9;
    /* background-image: none; */
    box-shadow: 0px 10px 20px 0px rgba(123, 123, 123, 0.1);
    top: 0;
    left: 0;
}
header .container {
    width: 100%;
    padding: 0 100px;
}
.header-wrap{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    justify-content: space-between;
}
.header-left{
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(15, 42, 98, 1) 0%, rgba(38, 91, 158, 1) 41%);
    border-radius: 15px;
    padding: 0px 35px;
}
.logo{
    line-height: 0;
    padding: 10px 30px 10px 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.logo img{
    width: 250px;
}
.menu{
    padding-left: 20px;
}
.header-right{
    display: flex;
    align-items: center;
    gap: 20px;
}
.req-qt-catl{
    display: flex;
    gap: 20px;
}
.req-qt-catl a{
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 600;

    padding: 9px 0 9px 50px;
	position: relative;
}
.req-qt-catl a:after{position: absolute;content: '';width: 31px;height: 31px;border: 1px solid var(--black);border-radius: 5px;left: 0px;top: 0; -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.req-qt-catl a:before{
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(../images/icons/icon1.png);
    background-repeat: no-repeat;
    background-position: left center;
    left: 13px;
    top: 2px;
	z-index: 1;
	-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
    }


.req-qt-catl a:last-child:before{
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(../images/icons/icon2.png);
  background-repeat: no-repeat;
  background-position: left center;
  left: 2px;
  top: 2px;
}
.req-qt-catl a:hover{
    color: var(--primary-color);
}
.req-qt-catl a:hover:after{ background-color: var(--primary-color); border: 1px solid var(--primary-color);}
.req-qt-catl a:hover:before{transform: rotate(39deg);}
.slider-wrap:before{ position: absolute; content: ''; width: 100%; height: 150px; left: 0px; bottom: 0px; background-color: #f4f4f4; z-index: -1;}
.brand-logos{
    background-color: #f4f4f4;
}
.brand-logo-inner{
	position:absolute;
	left:0;
	top:50px;
	z-index:3;
	background-color:#fff;
	border-radius: 0 10px 10px 0;
	background-color:#fff;
	width:180px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.09);
}
.pos-rel{
	position:relative;
}
/**********************/
.brand-logos-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 0 5%; */
    margin-bottom: 0;
    padding: 0 70px;
}
.brand-logos-wrap li img { max-width: 200px;}
.heading, .heading span{ 
    font-size: 50px; 
    font-weight: 600;
	background: linear-gradient(90deg, var(--primary-color) 0%, 
    var(--primary-color) var(--fill, 0%), var(--secondary-color)
    var(--fill, 0%), var(--secondary-color) 100%);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    line-height: 60px;
}	 
.product-title{
	font-size:20px;
	line-height:normal;
	font-weight:500;
	padding:20px 0;
}
.about-head {
    line-height: 52px;
}

/*********************/

 .scroll-text {
   
  }

.quality-section{
    padding: 80px 0px;
}
.quality-section-wrap{
    display: flex;
    background: linear-gradient(to right, rgba(15, 42, 98, 1) 0%, rgba(38, 91, 158, 1) 41%);
    border-radius: 20px;
    align-items: center;
    padding: 60px;
    justify-content: space-between;
    position: relative;
}
.quality-section-wrap:after{position:absolute;content:'';width: 100%;height: 100%;right: 0px;top: 0px;background-image: url(../images/bg1.png);background-repeat: no-repeat;background-position: top right;z-index: 0;}
.quality-section-left{
    flex: 0 0 52%;
    position: relative;
    z-index: 1;
}
.quality-section-right{
    position: relative;
    z-index: 1;
}
.quality-section-left h2{
    color: var(--white);
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 10px;
}
.quality-section-left h3{
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 30px;
}
.quality-section-left h4{
    font-weight: 300;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding-bottom: 25px;
    margin-bottom: 70px;
}
.quality-section-left h5{
    font-size: 66px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0;
}
.quality-section-left h6{
    color: var(--white);
    font-size: 28px;
    margin-bottom: 0;
}
.engineered-products {
    padding-bottom: 85px;
}
.top-caption .text-primary {
    color: var(--primary-color);
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) var(--fill, 0%));
}
.top-caption {
    display: flex;
    align-items: flex-start;
}
.cap-left,
.cap-right {
    flex: 0 0 50%;
}
/* .cap-left .heading span {
    font-size: 50px;
    font-weight: 600;
    background: linear-gradient(
        90deg,
        var(--primary-color) 0%,
        var(--primary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.cap-right p {
    font-size: 20px;
    padding-top: 10px;
}
.product-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 37px 2.5%;
    padding-top: 100px;
}
.product-col {
    flex: 0 0 31.6666%;
    position: relative;
    transition: all ease-in-out 300ms;
	 border-radius: 20px;
}
.product-col img {
    width: 100%;
    display: block;
    border-radius: 20px;
}
.product-logo {
    position: absolute;
    right: -25px;
    top: 30px;
	z-index:5;
	transition: all ease-in-out 300ms;
	border-radius: 10px;
	background-color:#fff;
	width:150px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.09);
}
.product-col:hover .product-logo {
	top: 20px;
	}
	
.produt-info{
	position:absolute;
	left:0;
	bottom:-200px;
	width:100%;
	min-height:150px;
	padding:40px;
	color:var(--white);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	border-radius: 0 0 20px 20px;
	font-weight:300;
	line-height:normal;
	transition: all ease-in-out 400ms;
 
}
.hidden-outer{
	overflow:hidden;
	position:relative;
	border-radius: 20px;
	width:100%;
}
.product-col:hover .produt-info{ 
	bottom:0;
}
.prd-more-cap {
    position: absolute;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.prd-more-cap p {
    color: var(--white);
    font-size: 27px;
    font-weight: 500;
}
.smart-secure {
    padding: 200px 0;
    background-image: url(../images/door-frame-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 795px; */
}
.secure-cap-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 25px;
}
.secure-content {
    flex: 0 0 62%;
    display: flex;
    gap: 57px;
}
.secure-content .heading {
    flex: 0 0 31%;
    line-height: 64px;
    font-size: 66px;
}
.secure-content .heading span {
    font-size: 66px;
    /* font-weight: 600;
    background: linear-gradient(
        90deg,
        var(--primary-color) 0%,
        var(--primary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 64px; */
}
.secure-content .heading .fs-we {
    font-size: 108px;
    font-weight: 600;
}
.secure-content .heading h5 {
    font-size: 66px;
    font-weight: 600;
}
.secure-cap h3 {
    font-size: 24px;
    line-height: 30px;
}
.secure-cap p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 65px;
}
.secure-cap {
    padding-right: 5px;
}
.why-eurodesign {
    padding: 90px 0;
    position: relative;
}
.why-eurodesign::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(15, 42, 98, 1) 0%, rgba(38, 91, 158, 1) 41%);
    z-index: -1;
}
.why-eurodesign .cap-right p {
    font-size: 20px;
    padding-top: 5px;
    padding-left: 160px;
}
.why-choose-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-image: url(../images/why-choose-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    border-radius: 24px;
    overflow: hidden;
}
.why-choose-box {
    flex: 0 0 50%;
    padding: 60px 50px 60px 200px ;
    position: relative;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
    transition: all ease-in-out 300ms;
}
.why-choose-box:hover {
    background-color: var(--primary-color);
}
.why-choose-box:after{
	width:8px;
	height:0;
	position:absolute;
	left:0;
	bottom:0;
	background-color:#BAC0C5;
	content:'';
	z-index:2;
	transition: all ease-in-out 300ms;
}
.why-choose-box:hover:after{
	height:100%;
	bottom:auto;
	top:0;
}
.border-btm-none {
    border-bottom: 0;
}
.border-rgt-none {
    border-right: 0;
}
.icn {
    position: absolute;
    left: 70px;
    top: 64px;
	transition: all ease-in-out 300ms;
}
.why-choose-box:hover .icn {
	 transform: rotate(360deg);
}
.why-choose-box h2 {
    font-size: 24px;
}
.why-choose-box p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
}
.why-choose-cta {
    text-align: center;
    padding-top: 90px;
}
.why-choose-cta .heading {
    background: linear-gradient(
        90deg,
        var(--white) 0%,
        var(--white) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}
.why-choose-cta .button-style a {
    border: 1px solid var(--white);
}
.prj-head {
    font-size: 50px;    
    font-weight: 600;
    line-height: 64px;
    color: var(--white);
    position: absolute;
    left: 220px;
    top: 75px;
    z-index: 3;
}
.chairman-message {
    padding: 100px 0 0 0;
    background: linear-gradient(to right, rgba(15, 42, 98, 1) 0%, rgba(38, 91, 158, 1) 41%); 
    position: relative;
}
.chairman-message::after {
    width: 100%;
    left: 0;
    top: 0;
    height: 435px;
    background-color: var(--white);
    position: absolute;
    content: '';
    z-index: 0;
}
.message-box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cccccc;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}
.msg-left {
    flex: 0 0 40%;
    background-image: url(../images/testi-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
}
.msg-left h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
    color: var(--primary-color);
}
.msg-left h1 span {
    color: var(--secondary-color);
}
.msg-right {
    flex: 0 0 60%;
    background-color: #f7f7f7;
    padding: 80px 40px 80px 80px;
    display: flex;
    gap: 32px;
}
.msg-right p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}
.msg-right p:last-child {
    margin: 0;
}
.quote {
  flex: 0 0 38px;
}
.quote img {
  width: 100%;
  display: block;
}
.author h4 {
    font-family: var(--testi-font);
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 5px;
}
.author p {
    font-size: 14px;
}
.text-center {
    text-align: center;
}
.heading-style2 {
    font-size: 50px;
    line-height: 54px;
    font-weight: 600;
}
.text-white {
    color: var(--white);
}
.journey-main {
    padding-top: 90px;
}
.history-box {
    text-align: center;
    padding: 70px 0;
    color: var(--white);
    position: relative;
    min-height: 400px;
}
.history-box-blank {
    min-height: 400px;
}
.hs-date {
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.history-box.box-btm {
    padding-top: 100px;
}
.history-box h2 {
    font-size: 24px;
    font-weight: 500;
}
.history-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    margin: 0;
}
.history-carousel::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 53%;
    transform: translateY(-53%);
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color:  rgba(255, 255, 255, .2);
    margin-top: 4px;
}
.arrow-top,
.arrow-bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 66px;
    background-color: var(--white);
    bottom: 0;
}
.arrow-bottom {
    top: 0;
}
.arrow-top::after,
.arrow-bottom::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00ffff;
    transform: translateX(-50%);
    bottom: 0;
}
.insightes-updates {
    padding: 100px 0;
}
.arrow-top::after {
    top: 0;
}
.text-secondary {
    color: var(--secondary-color);
}
.text-primary {
    color: var(--primary-color);
}
.wrapper {
    display: flex;
    flex-wrap: wrap;
}
.insight-left {
    flex: 0 0 35%;
    padding-right: 100px;
}
.insight-left p {
    font-size: 22px;
    line-height: 30px;
}
.insight-right {
    flex: 0 0 65%;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
.insight-box {
    flex: 0 0 48%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.ins-cap {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: var(--white);
}
.date {
    display: block;
    font-size: 12px;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid var(--white);
    text-transform: uppercase;
}
.ins-cap h3 {   
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}
.cta-section {
    padding: 100px 0;
    background: linear-gradient(to right, rgba(15, 42, 98, 1) 0%, rgba(38, 91, 158, 1) 41%); 
}
.cta-left,
.cta-right {
    flex: 0 0 48%;
}
.form-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
}
.form-wrapper .fieldset {   
	height: 63px;
    padding: 8px 30px;
    background-color: transparent;
    border: 1px solid var(--white);
    margin: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.form-wrapper .form-group {
    flex: 0 0 48.75%;
}
.form-group-full {
    flex: 0 0 100%;
}
.form-wrapper textarea {
    min-height: 145px;
    padding: 20px 30px;
}
.form-wrapper textarea::placeholder,
.form-wrapper input::placeholder {
    color: var(--white) !important;
}
.send-button {
    display: inline-block;
    padding: 20px 50px;
    border-radius: 50px;
    border: none;
    background: var(--white);
    color: var(--primary-color);
    transition: all ease-in-out 300ms;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.send-button:hover {
    background-color: #00b6ff;
    color: var(--white);
}
 .career-form{   
    display: grid;
    grid-gap:20px;
    grid-template-columns: repeat(2, 1fr);
    }
 .career-form .col{
 	display:flex;
	gap:0 10px;
 }	

/****** Project Slider ******/
.owl-demo-style2 .item {
    margin: 5px 3px;
}
.project-gallery-slider {
    padding: 60px 0 0 0;
    background-color: var(--light-gray);
}
.project-gallery-slider .heading {
    margin-bottom: 25px;
}
.prj-caption {
    position: absolute;
    bottom: 65px;
    left: 50px;
    color: #fff;
    max-width: 600px;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    /* padding-left: 40px; */
    /* border-left: 3px solid var(--white); */
    z-index: 3;
}
.prj-caption h3 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 15px;
}
.prj-caption h3 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid var(--primary-color);
    line-height: 18px;
    color: #ffffffe0;
}
.prj-caption p {
    font-weight: 200;
    margin-bottom: 20px;
    font-size: 23px;
}
.prj-caption h4 span {
    font-weight: 300;
}
.prj-caption h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    gap: 5px;
}
.prj-slide-item {
    position: relative;
}
.prj-slide-item::after {
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6 ) 50%, rgba(0, 0, 0, 0) 100%);
    width: 30%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
    opacity: 0.8;
}

/****** Project Slider ******/

/* Counter Styles */
.counter-container {
    display: flex;
    flex-direction: column;
}

.counter-wrapper {
    font-size: 66px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color:#fff;
}

/* This is the class we target with jQuery */
.counter {
    display: inline-block;
    min-width: 50px;
    color:#fff;
}

 /*********file chosen style**************/

input.file{
    display: none;
}

.fa-upload{
	margin:0 15px 0 0;
}
.custom-file-upload {
    width:200px !important;
	border: 0;
    display: block;
    padding: 16px 20px;
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-color);
    /*border-radius: 6px;*/
    border: 1px solid var(--primary-color);
}
.select-box {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icons/icon5.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}

.footer {
    padding: 130px 0 0 0;
    background-image: url(../images/footer-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	border-top:1px solid #E5E5E5;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}
.ftr-left {
    flex: 0 0 58%;
}
.ftr-left .heading-style2 {
    margin-bottom: 50px;
}
.ftr-left h3 {
    font-size: 24px;
    color: var(--black);
    margin-bottom: 25px;
    font-weight: 500;
}
.ftr-right {
    flex: 0 0 42%;
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}
.ftr-link-main {
    display: flex;
    gap: 20px;
}
.ftr-link i {
    font-size: 22px;
    color: var(--black);
}
.ftr-link {
    display: inline-flex;
    gap: 10px;
    color: #575757;
    font-weight: 400;
    align-items: center;    
}
.ftr-link span {
    font-weight: 500;
}
.ftr-link i.fa-phone {
    font-size: 13px;
    border: 1px solid var(--black);
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.quick-links {
    flex: 0 0 30%;
}
.quick-links h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 40px;
}
.quick-links ul {
    margin: 0;
}
.quick-links ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    display: block;
    margin-bottom: 5px;
}
.quick-links ul li a:hover {
    color: var(--primary-color);
}
.footer-btm-row {
    display: flex;
    justify-content: space-between;
    padding-block: 20px;
    border-top: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
}
.copy-rights {
    display: inline-flex;
    gap: 36px;
    align-items: center;
} 
.copy-rights p,
.copy-rights p a {
    color: var(--black);
    margin: 0;
    font-weight: 200;
}
.ftb-social {
    display: inline-flex;
    gap: 5px;
} 
.ftb-social a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 50%;
}
.ftb-social a:hover {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.contact-main {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.contact-left {
    flex: 0 0 30%;
}
.contact-right {
    flex: 0 0 70%;
    padding-left: 80px;
}
.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.form-group {
    flex: 0 0 32%;
}
.form-group-full .fieldset,
.form-group .fieldset {
    width: 100%;
    height: 60px;
    padding: 8px 15px;
    background-color: transparent;
    display: block;
    border: 1px solid #dddddd !important;
    border: 0;
    margin:0;
    color: #262626;
    font-size: 16px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.form-group-full textarea.fieldset {
    height: 150px;
}
.contact-form-wrapper .send-button {
    color: var(--white);
    background-color: var(--primary-color);
}
.contact-form-wrapper .send-button:hover {
    background-color: #00b6ff;
}
.gray-light-bg {
    background-color: var(--bg-gray);
}
.news-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2.5%;
}
.news-wrapper .insight-box {
    flex: 0 0 31.6666%;
}
.news-wrapper .insight-box .ins-cap {
    min-height: 195px;
}



.client-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    max-width: 90%;
    margin: 0 auto;
}
.client-list li {
    flex: 0 0 16.6666%;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    text-align: center;
    overflow: hidden;
}
 .client-list li img{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .client-list li:hover img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
     -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.subheading {
    font-size: 35px;
    font-weight: 600;
    color: var(--black);
}
.inn.date {
    border-bottom: 1px solid #e1e1e1 !important;
}
.rounded-15 {
    border-radius: 15px;
}


/*************************/

.vertical-box {
    content: "";
    position: absolute;
    width: 30%;
    height: 70%;
    bottom: 0;
    right: 0;
    top: 50px;
    background: linear-gradient(to right, rgba(15, 42, 98, 1) 0%, rgba(38, 91, 158, 1) 41%);
    z-index: -1;
	border-radius: 20px 0 0 20px;
}
.pattern {
	content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: -1;
	background-image: url(../images/star-pattern.svg);
}

.boxy{
	padding:40px;	
	border-radius: 15px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.finley-box{
	/*border:5px solid #1F438F;*/
	padding:40px;
	background-color:#fff;
	border-radius: 15px;
}
.prj-logo-inn {
    /* border: 1px solid var(--light-gray); */
    /* padding: 10px; */
    display: inline-block;
    margin-bottom: 20px;
}

.service-box {
    padding: 25px;
    background-color: var(--primary-color);
    border-radius: 50px;
    color: var(--white);
    margin-bottom: 45px;
}
.service-box:last-child {
    margin-bottom: 0;
}
.service-box .hover-effect {
    border-radius: 30px;
}
.service-cnt h2 {
    font-weight: 500;
}
.service-cnt ul.list li {
    color: var(--white);
}
.service-cnt .list li:after {
    border: 2px solid var(--secondary-color);   
}
.service-cnt {
    padding: 0 50px;
}
.service-cnt p:last-child {
    margin: 0;
}

 /**********************/

.add-items {
    background-color: var(--primary-color);
    padding: 45px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    outline: 1px solid rgb(121 141 183);
    outline-offset: -6px;
}
.add-items.add-middle {
    background-color: #6f92bf;
    outline: 1px solid rgb(188 194 205);
}
.add-items.add-middle .add {
    border-bottom: 1px solid rgb(139 174 219);
}
.address-box {
    border-bottom: 4px solid var(--primary-color);
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.add {
    width: 100%;
    position: relative;
    padding: 12px 10px 12px 60px;
    margin: 0 0 8px 0;
    min-height: 30px;
    font-size: 17px;
    vertical-align: top;
    line-height: 30px;
    border-bottom: 1px solid rgb(61 112 177);
    color: var(--white);
}
.add:last-child,
.add-items.add-middle .add:last-child { 
    margin: 0;
    border-bottom: 0;
}
.add-items h1 {
    font-weight: 600;
    font-size: 30px;
    color: var(--white);
    position: relative;
    padding-left: 20px;
    /* border-left: 5px solid rgba(15, 42, 98, 1); */
}
.add-items h1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 25px;
    background-color: rgba(15, 42, 98, 1);
    transform: translateY(-50%);
}
.add h2 {
    font-size: 13px;
    line-height: 24px;
    color: var(--bg-gray);
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
}
.add i {
width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--white);
    border-radius: 50px;
    color: var(--black);
    font-size: 18px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 8px;
    text-align: center;
}
 .google-map{
     overflow: hidden;
     width: 100%;
	 height:450px;
	 margin:0;
	 padding:0;
	 outline:none;
	 border:0;
	 display:block;
}
.add-brd {
    padding: 0;
    margin: 0;
}
.ext{
	display:inline-block;
	padding-top:10px;
}
.add p {
    margin: 5px 0 0 0;
}
.add a{
	color:var(--white);
	} 
.add a:hover{
	color:var(--secondary-color);
}
.add-middle .add a:hover{
	color:var(--primary-color);
}
/***************thumb-slider*********************/
.gallery-wrapper {
    position: relative;
}
.gallery-wrapper .thumb-slider {
    position: absolute;
    bottom: 65px;
    right: 220px;
}
.gallery-wrapper .thumb-slider .swiper-slide {
    width: 103px !important;
    height: 103px;
}
.main-slider img {
  width: 100%;
  display: block;
}
.main-slider .swiper-slide {
    min-height: 85vh;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.thumb-slider {
  margin-top: 15px;
}
.slide1{
 	background-image: url(../images/thumb-slider/thumb-slide1.jpg);
 }
.slide2{
 	background-image: url(../images/thumb-slider/thumb-slide2.jpg);
 }
 .slide3{
 	background-image: url(../images/thumb-slider/thumb-slide3.jpg);
 }
 .slide4{
 	background-image: url(../images/thumb-slider/thumb-slide4.jpg);
 }
 
.thumb-slider img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  opacity: 0.5;
}
.thumb-slider .swiper-slide-thumb-active img {
  opacity: 1;
  border: 1px solid var(--white);
}
.thumb-slider img {
  opacity: 0.8;
  transition: opacity 0.4s ease;
}
.main-slider .swiper-slide {
  transition-property: opacity;
}
.main-slider img {
  width: 100%;
}
.thumb-slide-caption {
  position: absolute;
  bottom: 65px;
  left: 220px;
  color: #fff;
  max-width: 420px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  padding-left: 40px;
  border-left: 3px solid var(--white);
  z-index: 4;
}
.swiper-slide-active .thumb-slide-caption {
  opacity: 1;
  transform: translateY(0);
}
.thumb-slide-caption h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}
.thumb-slide-caption p {
    font-weight: 200;
    margin-bottom: 25px;
}
.thumb-slide-caption h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}
.thumb-slide-caption h4 span {
    font-weight: 200;
}
.main-slider .swiper-wrapper .swiper-slide::after {
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6 ) 50%, rgba(0, 0, 0, 0) 100%);
    width: 30%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.swiper-slide-active .slide-caption,
.swiper-slide-duplicate-active .slide-caption {
  opacity: 1;
  transform: translateY(0);
}

.logo-text h1 {
    font-size: 202px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: center;
    line-height: 210px;

   background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #e6e6e6 40%,
    #cfcfcf 70%,
    var(--secondary-color) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin: 0;

}
.pad {
    padding: 100px 0;
}
.two-flex-col {
    flex: 0 0 48%;
}
.flex-gap {
    gap: 2.5%;
}
.align-center {
    align-items: center;
}
.journey-main .owl-carousel {
    padding-top: 60px;
}

/*************** INNER BANNER ***************/
.banner {
	width: 100%;
	height: 200px;
	overflow:hidden;
	display: flex;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/banner.jpg);
	text-align: center;
	align-items: center;
	background-color: var(--color-3);
	 
}

.banner h2 {
	color: var(--white);
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 8px;
	padding:0;
	position:relative;
	z-index:2;
    text-align: left;
}
.breadcrumb {
    color:var(--white);
    margin:0;
    position:relative;
    z-index:2;
}
 
.breadcrumb ul {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     margin: 0px;
}
.breadcrumb li {
    margin: 0;
    font-size: 16px;
    color:var(--white);
    font-weight: 500;
}    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 8px;
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    content: "\f105";
    font-size: 12px;
    color: var(--secondary-color);
}
 .breadcrumb a{
   color:var(--white);
}
 .breadcrumb a:hover{
   color:var(--secondary-color);	
 
}


/*************** table style ***************/
.responsive-table{overflow-x: auto;}
.table-style {border-collapse: collapse;width: 100%;}
td, th {border: 1px solid #ddd;padding: 8px;}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th { padding-top: 12px;padding-bottom: 12px;text-align: left;background-color: var(--primary-color);color:var(--white);}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 14px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
/*************HOVER EFFECT*******/

.hover-effect{
	width:100%;
	position:relative;
	overflow:hidden;
	 
}
.rounde-corner{
	border-radius: 15px;
	overflow:hidden;
}
 .hover-effect i{
    width:50px;
    height:50px;
    background-color:var(--primary-color);
	border-radius: 50%;
    color:#fff;
    position:absolute;
    left:50%;
    top:-100px;
    z-index:1;
    line-height:50px;
    text-align:center;
	overflow:hidden;
    margin:0 0 0 -25px;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 .hover-effect:hover i{
    top:50%;
    margin:-25px 0 0 -25px;
}

 .hover-effect i:hover{
	background-color:var(--secondary-color);
	}

.hover-effect img {
 	display:block;
  	width:100%;
	-webkit-filter: none;
    filter: none;
 	-webkit-transition: all .5s;
    transition: all .5s;
}
.hover-effect:hover img {
    /* -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;*/
	
	/*-webkit-filter: brightness(70%);*/
	/*filter: grayscale(60%);
	-webkit-filter: grayscale(60%);*/
}   

 
.hover-effect:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222529;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s, transform 0.3s
}
 .hover-effect:before {
 	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease
	}
	
 .hover-effect:hover:after,
 .hover-effect:hover:before {
    opacity: 0;
    transform: none
}

 .hover-effect:after {
    transform: translateX(-100%);
    background-color: #fff;
    opacity: 0.5;
    transition: transform 0.9s ease, opacity 0.9s ease
}

 .hover-effect:before {
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease
}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #265B9E;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #BCC2C6;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}


/************************************* 1650px *************************************/
@media only screen and (max-width: 1700px) {    
    .history-carousel::after {margin-top: 0;}
}


/************************************* 1650px *************************************/
@media only screen and (max-width: 1650px) {    
.history-box, .history-box-blank { min-height: 450px;}
.header-left {padding: 0px 15px;}
}

/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {    
header .container {padding: 0 30px;}
.brand-logos-wrap { padding: 0;}
}

/************************************* 1500px *************************************/
@media only screen and (max-width: 1500px) {
.container{ width:95%;}
.scrollwrap { width: 100% !important; padding: 0;}
.header-left {padding: 0px 10px;}
.logo-text h1 { font-size: 185px;}
.insight-left { padding-right: 80px;}
.insight-right { gap: 25px;}
.product-logo {right: -20px;}


}
/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {
.logo { padding: 10px 10px 10px 0;}
.header-right { gap: 10px;}
.req-qt-catl { gap: 15px;}
.logo-text h1 { font-size: 170px;}
}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {
.menu { padding-left: 10px;}
.logo-text h1 { font-size: 170px;}
.prj-head, .thumb-slide-caption {  left: 75px;}
.gallery-wrapper .thumb-slider { right: 75px;}
.main-slider .swiper-slide { min-height: 700px;}
.client-list {max-width: 100%;}

}

/************************************* 1300px *************************************/
@media only screen and (max-width: 1300px) {
.menu { padding-left: 15px;}
.header-left { padding-left: 15px;}
.logo-text h1 { font-size: 140px;}
.brand-logos-wrap li img { max-width: 180px;}

}
/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
.insight-left { flex: 0 0 100%; padding-right: 0; margin-bottom: 35px;}
.insight-right {  flex: 0 0 100%;}
.insight-left h1 br { display: none;}
.secure-content {flex: 0 0 70%; gap: 45px;}
.why-eurodesign .cap-right p {padding: 0;}
.why-choose-wrapper { margin-top: 35px;}
.icn { left: 30px; top: 45px;}
.why-choose-box { padding: 40px 40px 40px 150px;}
.logo-text h1 { font-size: 110px;line-height: 124px;}
.contact-left { flex: 0 0 40%;}
.contact-right {flex: 0 0 60%; padding-left: 35px;}
.brand-logos-wrap li img {max-width: 100px;}
.brand-logos-wrap { padding: 0 30px;}
}


/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.header .container { width: 90%;padding: 0;}
.container{ width:90%;}
.top-caption { flex-direction: column;}
.cap-left, .cap-right { flex: 0 0 100%;}
.product-wrapper { padding-top: 35px;}
.product-col { flex: 0 0 48.666%;}
.secure-content { flex: 0 0 100%;}
.secure-content .heading { flex: 0 0 40%;}
.msg-left, .msg-right { padding: 35px;}
.footer-btm-row { flex-direction: column; align-items: center; gap: 20px;}
.ftr-right, .ftr-left  {  flex: 0 0 100%;}
.logo-text h1 {font-size: 90px;  line-height: 100px;}
.gallery-wrapper .thumb-slider .swiper-slide { width: 70px !important;height: 70px;}
.news-wrapper .insight-box { flex: 0 0 48.666%;}
.add-items { padding: 20px; }
}

/************************************* 850px *************************************/
@media only screen and (max-width: 850px) {
.header-wrap { flex-direction: column; width: 100%;}
.header-left { width: 100%;  justify-content: space-between; margin-bottom: 10px;padding: 0;}
.logo {padding: 10px; border-right: 0;}
.menu { padding: 23px 15px; border-left: 1px solid rgba(255, 255, 255, .2);}
.header-right { justify-content: space-between;  width: 100%;}
.product-logo { right: 10px; top: 10px;}
.product-col .product-logo img { max-width: 110px;}
.product-wrapper { gap: 20px 2.5%;}
.prd-more-cap {padding: 20px;}
.msg-left, .msg-right { flex: 0 0 100%;}
.logo-text h1 { font-size: 70px;line-height: 84px; }
.gallery-wrapper .thumb-slider {  right: 20px; }
header.smaller .header-right { display: none;}
header.smaller .header-left { margin-bottom: 0;}
.news-wrapper .insight-box .ins-cap { min-height: auto;}
.news-wrapper .insight-box .ins-cap h3 { font-size: 22px;line-height: 28px;}
.brand-logos-wrap li img { max-width: 100px;}
.contact-row .smd30, .contact-row .smd70 {padding: 0;width: 100%;}
.contact-row .smd30 {margin: 0 0 30px 0;}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
.why-choose-box { flex: 0 0 100%;}
.border-btm-none {border-bottom :1px solid rgba(255, 255, 255, .2);}
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
.heading, .heading span, .cap-left .heading span, .cap-left .heading, .quality-section-left h2,
.quality-section-left h5, .msg-left h1, .heading-style2 {
    font-size: 38px;
    line-height: 42px;
}
.quality-section-right { display: none;}
.quality-section-left, .insight-box, .cta-left, .cta-right { flex: 0 0 100%;}
.quick-links h4 { margin-bottom: 15px;}
.news-wrapper .insight-box { flex: 0 0 100%;}
.two-flex-col { flex: 0 0 100%;}
.pad {padding: 50px 0;}
.prj-head, .thumb-slide-caption {
    left: 20px;
}
.prj-head {
    top:20px;
    font-size: 45px;
    line-height: 48px;
}
.gallery-wrapper .thumb-slider {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    right: auto;
}
.gallery-wrapper .thumb-slider .swiper-wrapper {
    justify-content: center;
}
.contact-right {
    flex: 0 0 100%;
    padding-left: 0;
}
.contact-left {
    flex: 0 0 100%;
    margin: 0 0 25px 0;
}
.client-list li { flex: 0 0 25%;}
 .career-form{   
    grid-gap:10px 0;
    grid-template-columns: repeat(1, 1fr);
    }
 .career-form .col{   
    flex-direction:column;
    }
	
.smd10,
.smd20,
.smd30,
.smd40,
.smd50,
.smd60,
.smd70,
.smd80,
.smd90,
.smd100{width:100%;}	
.add-items {
    min-height: auto;
}
.prj-caption { display: none;}
.journey-main .owl-carousel {padding-top: 0;}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
.secure-content {
    gap: 10px;
    flex-wrap: wrap;
}
.secure-content .heading,
.secure-cap {   
    flex: 0 0 100%;
}
.secure-content .heading {
    line-height: 50px;
    font-size: 45px;
}
.secure-content .heading br {
    display: none;
}
.secure-content .heading span,
.secure-content .heading .fs-we {
    font-size: 45px;
}
.smart-secure {
    padding: 80px 0;
}
.secure-cap h3 {
    font-size: 22px;
    line-height: 28px;
}
.secure-cap p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 45px;
}
.gallery-wrapper .thumb-slider .swiper-slide {
    width: 60px !important;
    height: 60px;
}
.thumb-slide-caption {
    bottom: 15px;
    padding-left: 25px;
}
.thumb-slide-caption p {
    font-weight: 200;
    margin-bottom: 10px;
    font-size: 15px;
}
.thumb-slide-caption h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
.thumb-slide-caption h4 {
    font-size: 15px;
}
.prj-head {
    top: 20px;
    font-size: 28px;
    line-height: 32px;
}
.quality-section-left h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.quality-section-left h4,
.quality-section-left h6 {
    font-size: 18px;
}
.quality-section {
    padding: 50px 0px;
}
.product-wrapper {
    padding-top: 15px;
}
.prd-more-cap p {
    font-size: 20px;
}
.smart-secure {
    background-position: center center;
}
.why-eurodesign {
    padding: 50px 0;
}
.form-wrapper .form-group {
    flex: 0 0 100%;
}
.cta-section {padding: 50px 0;}
.why-choose-cta {
    padding-top: 30px;
}
.button-style a:after, .button-style-span:after {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.button-style a, .button-style-span {
    font-size: 13px;
    padding: 12px 51px 12px 20px;
}
.footer { padding: 80px 0 0 0;}
.ftr-left { flex: 0 0 100%;}
.ftr-link-main {flex-direction: column;}
.quick-links {flex: 0 0 33%;}
.engineered-products { padding-bottom: 50px;}                                                                   
.history-box-blank {display: none;}
.history-box.box-btm { padding-top: 100px;}
.history-box, .history-box-blank { min-height: auto; padding: 100px 70px 50px 70px;}
.history-carousel::after { top: 0;}                                 
.arrow-top { top: 0;}
.arrow-top::after { bottom: 0;top: auto;}
.main-slider .swiper-slide {min-height: 350px;}
.journey-main h1 { margin: 0 0 45px 0;}
.journey-main .arrow-normal-right-inn .owl-nav { display: none;}
.journey-main .arrow-normal-top { padding-top: 0 ;}
.hs-date {font-size: 38px;line-height: 42px;}
.history-box h2 {font-size: 20px;}
.ins-cap h3 {font-size: 22px;line-height: 28px;}
.vertical-box {display:none;}
.form-group { flex: 0 0 100%;}
.service-cnt {padding:  20px 0;}
.brand-logos-wrap {padding: 20px 24px; }
.prj-caption h4 { display: block;}
.brand-logos-wrap { flex-wrap: wrap;gap: 10px 2%;}
.brand-logos-wrap li {
    flex: 0 0 47%;
    padding: 8px;
    border: 1px solid #ccc;
    min-height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.history-carousel::after {margin-top: 0;}

}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
.req-qt-catl a { padding: 9px 0 9px 45px;}
.product-col {flex: 0 0 100%;}
.quality-section-wrap {padding: 30px;}
.msg-left, .msg-right {  padding: 20px;}
.msg-right { flex-direction: column; gap: 15px;}
.quote { width: 30px;}
.msg-right p { font-size: 18px;}
.footer-row { padding-bottom: 20px;}
.logo-text h1 { font-size: 50px; line-height: 62px}
.footer { padding: 50px 0 0 0;}
.ftr-left h3 {font-size: 20px; margin-bottom: 10px;}
.ftr-left .heading-style2 {margin-bottom: 25px;}
.quick-links h4 { margin-bottom: 10px;}
.quick-links {margin-bottom: 20px;}
.history-box { padding: 100px 50px 50px 50px;}
.contact-form-wrapper {gap: 15px 2%;}

}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.req-qt-catl a { font-size: 10px;}
.quality-section-left h4 { margin-bottom: 30px;}
.why-choose-box { padding: 20px;}
.icn { left: 0; top: 0;position: relative;margin-bottom: 20px;}
.icn img { max-width: 70px;}
.why-choose-box h2 { font-size: 20px;}
.why-choose-box p {font-size: 16px;line-height: 18px;}
.copy-rights p, .copy-rights p a {font-size: 12px; line-height: 18px;}
.logo-text h1 { font-size: 40px;line-height: 54px;}
.client-list li { flex: 0 0 33.3333%;}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 420px) {
.req-qt-catl a {
    padding: 5px 0 5px 45px;
}
.req-qt-catl a:last-child {
    padding: 9px 0 9px 45px;
}
.req-qt-catl { gap: 15px;width: 60%;}
.logo img {width: 200px;}
.heading, .heading span, .cap-left .heading span, .cap-left .heading, .quality-section-left h2, 
.quality-section-left h5, .secure-content .heading, .secure-content .heading span, .secure-content .heading .fs-we,
.msg-left h1, .heading-style2 {
    font-size: 28px;
    line-height: 34px;
}
.heading-style2 br { display: none;}
.secure-cap h3 {
    font-size: 18px;
    line-height: 24px;
}
.secure-cap p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 30px;
}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 380px) {
.logo-text h1 {font-size: 35px;line-height: 42px;}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.req-qt-catl a:before {left: 9px;}
.req-qt-catl a:last-child:before { left: 0px;}
.req-qt-catl a:after {width: 26px;}
.req-qt-catl a:last-child {padding: 9px 0 9px 35px;}
.req-qt-catl a{padding: 5px 0 5px 40px;}
.req-qt-catl { gap: 8px;}
.quick-links { flex: 0 0 100%;margin-bottom: 10px;}
.quick-links:last-child { margin-bottom: 0px;}
.ftr-right {  flex-wrap: wrap;}
}


/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}