#Container, header, nav, section, #CreativeConnect, footer, #Content-Containe, #Main-Banner, #Banner, #About, #Process, #Services, #Info, #C-Slider, #Main-Banner-S, #Title, #Marquee


#Full-Header-Top, #Clients {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Header, #Main-Menu, #Mobile-Menu, #Footer, #Content-Main, #Banner-Intra, #About-Intra, #Process-Intra, #Services-Intra, #Info-Intra, #C-Slider-Intra, #Title-Intra,


#Header-Top, #Clients-Intra {
	max-width: 1366px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* Header */

header {
    position: relative;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #141414;
}

#Header{
	padding: 10px 0;
}

.home header {    
    position: absolute;
    background: rgb(0 0 0 / 31%);
}

.header-l{
    padding: 0 0 0 5px;
    vertical-align: middle;
    width: 140px;
}

.header-l a{
	display: inline-block;
	vertical-align: middle;
}

.header-r{
	vertical-align: middle;
	text-align: right;
}

.logo-op{
    width: 100px;
}

#Full-Header-Top{
    background: #016ec0;
}

.header-top-l{
    vertical-align: middle;
	position: relative;
}
.header-top-l p{
    font: 400 14px/24px 'gt_walsheim_proregular';
    padding: 5px 0 5px 5px;
    color: #fff;
    letter-spacing: 0.5px;
}
.header-top-r {
    text-align: right;
	position: relative;
    width: 340px;
}
.header-top-r li{
    display: inline-block;
    vertical-align: middle;
    font: 400 12px/18px 'gt_walsheim_proregular';
    padding: 5px 0;
    position: relative;
    letter-spacing: 0.5px;
}
.header-top-r li a{
    display: block;
    padding: 5px 5px 5px 30px;
	color: #fff;
}
.fixed .header-top-r li a {
    color: #000;
}
.header-top-r li:before {
    position: absolute;
    font-family: 'fontello';
    font-size: 17px;
    left: 7px;
    top: 10px;
	color: #fff;
}
.hcall-ico:before {
    content: '\E80E';
}
.hmail-ico:before {
    content: '\E808';
}


/* Banner */

#Main-Banner{
	background: #141414;
}

#Banner{
    height: 100vh;
}

#Banner-Intra{
	height: 100%;
    z-index: 2;
}

#Banner video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

#Main-Banner:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(to right top, #141414, #101112, #0a0f0f, #060c09, #050700);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}


.banner-content{   
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 0 0 10px;
    margin: auto;
    z-index: 3;
}

.banner-content p.info{
	text-align: center;
} 

.banner-content h1 {
    color: #ffffff;
    font: 300 40px / 54px "Unbounded", sans-serif;
    letter-spacing: 1.4px;
	text-align: center;
}

.banner-content p.info {
	margin: 10px 0 0 0;
    font: 400 18px / 30px 'gt_walsheim_proregular';
    color: #fff;
	display: block;
	letter-spacing: 1px;
}


.banner-content .register-info {
	text-align: center;
}

.banner-content .register-info a{
	display: inline-block;
    color: #141414;
    font: 400 14px / 30px 'gt_walsheim_proregular';
    box-shadow: 0px 3px 6px #00000029;
    width: 180px;
    text-align: center;
    padding: 10px;
    margin: 30px auto 0 auto;
    letter-spacing: 1px;
    background: #ffffff;
}

.register-info a.reg-btn {
    background: #016ec0;
	color: #ffffff;
}


.downarrow {
    padding-top: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    text-indent: -9999px;
}

.downarrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.downarrow span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.downarrow span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.downarrow span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#Main-Banner-S{
	margin: 0 0 20px 0;
}

/* Process */

#Process{
	padding: 80px 0;
    background: #FBFBF8;
}

.process-l{
	vertical-align: middle;
    padding: 0 30px 0 10px;
}

.process-l h2{
    position: relative;
    font: 400 32px / 40px "Unbounded", sans-serif;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    color: #000000;
}

.process-l h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-image: linear-gradient(to right, #ed5925, #b53b31, #79272e, #3e181f, #000000);
}

.process-l p{
    font: 400 18px / 30px 'gt_walsheim_proregular';
    color: #141414;
    letter-spacing: 0.4px;
    margin: 30px 0 20px 0;
}

.process-l li {
    background: url(../images/ticker.svg) no-repeat left 9px;
    background-size: 20px;
    padding: 7px 5px 7px 34px;
    font: 400 18px / 30px 'gt_walsheim_proregular';
    color: #141414;
    letter-spacing: 0.5px;
    text-align: justify;
}

.process-l a{
    font: 400 14px / 31px 'gt_walsheim_proregular';
    color: #ffffff;
    margin: 20px 0;
    display: inline-block;
    padding: 0 17px;
    transition: 0.6s all ease;
    border: 1px solid #016ec0;
}

.process-l a:hover{
    color: #000000;
	background: #016ec0;
}

.process-r{
	vertical-align: middle;
    text-align: center;
    padding: 0 10px 0 0;
}

.process-r img{
    padding: 8px;
    background: #f2f6fc;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, .15);
}


/* Specialization */

#Services{
    padding: 60px 15px;
    background-image: linear-gradient(to bottom, #1a1f28, #19181f, #151216, #0e090c, #000000);
}

#Services h2{
    text-align: center;
    font: 400 32px / 40px "Unbounded", sans-serif;
    color: #016ec0;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

#Services p.intro{
    font: 400 15px / 30px 'gt_walsheim_proregular';
    color: #dedede;
    text-align: center;
    letter-spacing: 0.4px;
    margin: 0 auto 50px auto;
    width: 100%;
    max-width: 1070px;
}







.services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
	position: relative;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 450px;
	transition: 0.7s all ease;
	overflow: hidden;
}

.services-list li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	
}

.services-list li:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.services-txt{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
}

.services-list a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
}

.services-txt h3 {
    color: #016ec0;
    font: 400 18px / 32px "Unbounded", sans-serif;
}

.services-txt p {
    color: #cfcfcf;
    font: 400 15px / 25px 'gt_walsheim_proregular';
	display: block;
    transition: 0.7s all ease;
    letter-spacing: 0.5px;
	margin: 20px 0 0 0;
}

.services-list li:after {
	content: '';
    position: absolute;
    background-image: linear-gradient(to top, #000000, rgb(0 0 0 / 92%), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), transparent);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
}

.products-icon{
	background: url(../images/products-flyvitech.jpg) no-repeat center center ! important;
}

.engineering-icon{
	background: url(../images/engineering-flyvitech.jpg) no-repeat center center ! important;
}

.manufacturing-and-testing-icon{
	background: url(../images/manufacturing-and-testing-flyvitech.jpg) no-repeat center center ! important;
}

/* Info */

#Info{
    background: #0f141d;
	padding: 30px 0;
}

.info-l{
    font: 400 18px/30px 'gt_walsheim_proregular';
    padding: 10px;
	color: #fff;
}

.info-l p a{
    color: #f98751;
}

.info-r{
	text-align: center;
	vertical-align: middle;
	width: 190px;
}

.info-r a{
    width: 180px;
    margin: auto;
    font: 400 14px / 30px 'gt_walsheim_proregular';
}

/* Products */

.textMain h2.center{
	text-align: center;
	color: #141414;
}

.dashboard-grid{
    display: grid;
    gap: 30px;
    list-style: none;
    padding: 0;
	margin: auto;
}

.two-grid-service{
    grid-template-columns: repeat(2, 1fr);
}

.three-grid-service{
    grid-template-columns: repeat(3, 1fr);
}

.four-grid-service{
    grid-template-columns: repeat(4, 1fr);
}

.textMain .dashboard-grid li{
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    background: none;
}

.dashboard-img{
	position: relative;
}

.dashboard-img:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(0 0 0 / 58%);
    width: 100%;
    height: 100%;
}

.dashboard-grid li h3{
	position: absolute;
    color: #fff;
    font: 500 21px / 28px "Unbounded", sans-serif;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
}

.four-grid-service.dashboard-grid li h3{
    font: 500 14px / 25px "Unbounded", sans-serif;
    padding: 0 20px;
}

.dashboard-intro{
    position: relative;
    background: #141414;
    padding: 30px 30px 60px 30px;
	min-height: 360px;
}

.dashboard-intro p{
    text-align: center;
    color: #c3bdbd;
    font: 400 18px / 32px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
}

.four-grid-service .dashboard-intro p {
    font: 400 15px / 28px 'gt_walsheim_proregular';
}

.dashboard-intro a{
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
    color: #016ec0;
    font: 400 12px / 36px "Unbounded", sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.textMain .ico-grid-list{
	text-align: center;
}

.textMain .ico-grid-list > li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #f0f6ff;
    width: 50%;
    min-width: 220px;
    padding: 15px;
    text-align: left;
    margin: 0;
    min-height: 330px;
    border: 1px solid #fff;
}

.ico-grid-list > li span{
    float: left;
    margin: 10px 10px 10px 0px;
    width: 50px;
}

.ico-grid-list > li h3{
    font: 400 16px / 30px "Unbounded", sans-serif;
    color: #207391;
    margin: 10px 0;
}

.ico-grid-list li li{
	background: url(../images/ticker.svg) no-repeat left 9px;
    background-size: 20px;
    font: 500 14px/26px 'gt_walsheim_proregular';
    color: #393939;
    clear: both;
}

.textMain .simple-list li {
    padding: 15px;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic !important;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    border-left: 5px solid #fb565d;
    background: none;
}

.textMain .simple-list li h3{
    font: 400 16px / 30px "Unbounded", sans-serif;
    color: #207391;
    margin: 10px 0;
}

.textMain .simple-list li p{
    background: url(../images/ticker.svg) no-repeat left 9px;
    background-size: 20px;
    padding: 7px 5px 7px 34px;
    font: 400 16px / 28px 'gt_walsheim_proregular';
    color: #000000;
    letter-spacing: 0.5px;
}

.offering-r{
	padding: 10px;
}

.offering-r img{
    padding: 10px;
    background: #fff;
    border: 1px solid #eeeeee;
}




/* Embedded Gird */

.embedded-grid {
    display: grid;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: auto;
    grid-template-columns: repeat(4, 1fr);
}

.textMain .embedded-grid li{
	padding: 0;
	background: none;
	color: #fff;
}
 
.textMain .embedded-grid li li{
	background: url(../images/ticker.svg) no-repeat left 10px;
    background-size: 18px;
    padding: 5px 0 5px 30px;
    font: 400 15px / 28px 'gt_walsheim_proregular';
    color: #d0d0d0;
    letter-spacing: 0.5px;
    text-align: left;
}

.embedded-img{
	position: relative;
}

.embedded-img:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(0 0 0 / 58%);
    width: 100%;
    height: 100%;
}

.embedded-grid li h3{
	position: absolute;
    color: #fff;
    font: 500 30px / 40px "Unbounded", sans-serif;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
}

.embedded-grid li h3{
    font: 500 14px / 25px "Unbounded", sans-serif;
    padding: 0 20px;
}

.embedded-intro{
	position: relative;
    background: #141414;
    padding: 20px;
    min-height: 420px;
}

.embedded-intro li{
    text-align: center;
    color: #c3bdbd;
    font: 400 18px / 32px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
}
 
/* Plant Engineering  */
 
.textMain .plant-engineering-list{
	text-align: center;
}

.textMain .plant-engineering-list > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    padding: 20px;
    box-shadow: 0 0 11px #eaf0f6;
    transition: 0.7s all ease;
    background: #f3f5fa;
    width: 167px;
    min-height: 225px;
    margin: auto;
}

.textMain .plant-engineering-list > li:nth-child(odd) {
    background: #fff;
}

.textMain .plant-engineering-list span {
    position: relative;
    margin: 20px auto;
    display: block;
    text-align: center;
    width: 84px;
    background: #fff;
    padding: 20px;
    border-radius: 50px;
    box-shadow: 0px 25px 30px rgb(212 222 228);
    border: 5px solid #f3f5fa;
}

.textMain .plant-engineering-list > li:nth-child(odd) span {
    background: #f3f5fa;
    border: 5px solid #fff;
}

.textMain .plant-engineering-list > li h3 {
    font: normal 15px / 23px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    padding: 0;
    color: #0c1014;
    text-align: center;
    margin: 20px 0 10px 0;
}

/* Footer */

footer{
    position: relative;
    background-image: linear-gradient(to bottom, #0f141d, #11141b, #131419, #141416, #141414);
    padding: 40px 0px 0 0;
}

#Footer{
	position: relative;
	z-index: 2;
}

.footer-main-grid{
	border-bottom: 1px solid #383636;
}

.footer-grid{
    padding: 30px 20px 20px 20px;
    border-right: 1px solid #383636;
}

.footer-grid:last-child{
	border-right: none;
}

.footer-grid h3{
    font: 400 16px / 30px 'gt_walsheim_proregular';
    margin: 0 0 30px 0;
    color: #c3bdbd;
    letter-spacing: 1px;
    border-bottom: 1px solid #383636;
    padding: 0 0 15px 0;
}

.footer-grid li{
    font: 400 13px/24px 'gt_walsheim_proregular';
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
	transition: 0.7s all ease;
}

.footer-grid p{
    font: 400 13px/24px 'gt_walsheim_proregular';
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
	transition: 0.7s all ease;
    color: #c3bdbd;
}


.footer-grid li a{
	position: relative;
    color: #c3bdbd;
    letter-spacing: 0.5px;
	transition: 0.7s all ease;
}

.arrow-links li:hover a{
	padding: 0 0 0 10px;
    color: #fff;
}

.arrow-links li:hover a:before{
    content: "\203A";
    position: absolute;
    transition: .3s all ease;
    left: 0;
    font-size: 15px;
    top: -3px;
	transition: 0.7s all ease;
}


.social-media {
	margin: 10px 0;
}
.social-media li,
.textMain .social-media li {
	display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 5px 10px 0;
    position: relative;
    padding: 0;
    background: none;
    font: 400 20px / 20px 'gt_walsheim_proregular';
}
.social-media li a {
	width: 40px;
	height: 40px;
	display: block;
	transition: 0.8s all ease;
	border-radius: 10px;
	background: #333;
}
.social-media li a:before {
	position: absolute;
	font-family: 'fontello';
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transition: 0.7s all ease;
	font-size: 21px;
	color: #fff;
}
.social-media .linkedin a:before {
	content: '\E814';
	top: 8px;
}
.social-media .facebook a:before {
	content: '\E813';
	top: 8px;
}
.social-media .twitter a:before {
	content: '\F099';
	top: 8px;
}

.social-media li.linkedin:hover a {
	background: #0077B5;
}
.social-media li.facebook:hover a {
	background: #1877F2;
}
.social-media li.twitter:hover a {
	background: #1DA1F2;
}

.copyrights{   
	font: 400 10px / 22px 'gt_walsheim_proregular';
    text-align: center;
    color: #c3bdbd;
    padding: 20px 0;
    letter-spacing: 0.8px;
}

/* Main Banner */


#Title {
	padding: 50px 0;
    background: #141414;
}

#Title-Intra h1{
    position: relative;
    z-index: 2;
	font: normal 30px / 36px "Unbounded", sans-serif;
    color: #b1b1b1;
    letter-spacing: 1px;
    padding: 0 0 0 5px;
}

#Title-Intra h1 span{
    display: block;
    font: normal 18px / 30px "Unbounded", sans-serif;
    color: #fefefe;
    letter-spacing: 1px;
}


/* Contact */

.contact-info{
	padding: 40px 0 0 0;
}

.contact-info h2{
	font: normal 30px / 50px "Unbounded", sans-serif;
    color: #141414;
    margin: 0 0 15px 0;
}

.contact-info p{
    font: 400 20px / 40px 'gt_walsheim_proregular';
    color: #000000;
    letter-spacing: 0.5px;
}

.contact-form-grid{
    margin: 20px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.contact-form-content{
    vertical-align: top;
    background-image: linear-gradient(to bottom, #1a1f28, #19181f, #151216, #0e090c, #000000);
	padding: 50px;
}

.textMain .contact-form-content li.phone-ico {
    background: url(../images/phone-ico.svg) no-repeat 0px 7px;
    background-size: 36px;
}

.textMain .contact-form-content li.mail-ico {
    background: url(../images/mail-ico.svg) no-repeat 0px 2px;
    background-size: 36px;
}

.textMain .contact-form-content li.address-ico {
    background: url(../images/map-ico.svg) no-repeat 1px 5px;
    background-size: 36px;
}

.textMain .contact-form-content li.clock-ico {
    background: url(../images/clock.png) no-repeat 1px 5px;
    background-size: 36px;
}

.textMain .contact-form-content li {
	padding: 0 0 0 46px;
	background: none;
	margin: 20px 0;
}

.contact-form-content li h4{
    font: 400 20px / 34px "Unbounded", sans-serif;
	color: #e38e0c;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-form-content li p{
    font: 400 16px/30px 'gt_walsheim_proregular';
    color: #dedede;
	padding: 0;
}

.contact-form-content li p a{
    color: #dedede;
}

.contactBox label.error {
    font: 400 13px/20px 'gt_walsheim_proregular';
    color: #e64325;
}

.contact-form-box iframe{
	display: block;
	width: 100%;
	height: 673px;
}

/* Product Grid */

.iProduct-Grid{
	padding: 50px 0 0 0;
}

.iProduct-Img{
	vertical-align: middle;
}

.iProduct-Img img{
	display: block;
    width: 100%;
    margin: auto;
}

.iProduct-Content{
	background: #fffafa;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 40px;
	vertical-align: middle;
}

.iProduct-Content h1{
	font: 500 21px / 28px "Unbounded", sans-serif;
    color: #141414;
    margin: 0 0 20px 0;
}

.textMain .iProduct-Content li{
	background: url(../images/ticker.svg) no-repeat left 16px;
    background-size: 20px;
    padding: 10px 5px 10px 40px;
    font: 400 18px / 30px 'gt_walsheim_proregular';
    color: #000000;
    letter-spacing: 0.5px;
}

.iProduct-Specification {
	background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 40px;
}

.textMain .iProduct-Specification h2{
	font: 500 21px / 28px "Unbounded", sans-serif;
    color: #141414;
    margin: 0 0 30px 0;
	letter-spacing: 1px;
}

.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'gt_walsheim_proregular';
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-width: 420px;
}

/* Header */
.spec-table thead {
	background: #0f2b43;
	color: #fff;
}

.spec-table th,
.spec-table td {
	padding: 12px 16px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font: 400 16px/30px 'gt_walsheim_proregular';
	letter-spacing: 0.5px;
}

/* Zebra effect */
.spec-table tbody tr:nth-child(odd) {
  background: #f7f9fc;
}

/* Clean last row */
.spec-table tbody tr:last-child td {
  border-bottom: none;
}

/* Responsive stacked mode */
@media (max-width: 600px) {
  .spec-table thead {
    display: none;
  }

  .spec-table,
  .spec-table tbody,
  .spec-table tr,
  .spec-table td {
    display: block;
    width: 100%;
  }

  .spec-table tr {
    background: #fff;
    margin-bottom: 12px;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.08);
  }

  .spec-table td {
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 120px;
  }

  .spec-table td:last-child {
    border-bottom: none;
  }

  .spec-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    color: #333;
  }
}


/* Testimonials */

.full-block-testimonials{
	padding: 30px;
	margin: 0 0 40px 0;
}

.full-block-testimonials .blockquotes{
	position: relative;
	text-indent: 70px;
}

.full-block-testimonials .blockquotes:before{
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	color: #fff;
	width: 40px;
	height: 40px;
	background: url(../images/blockquote.svg) no-repeat center center;
	background-size: 32px;
}

.full-block-testimonials strong{
    color: #016ec0;
    font-weight: 700;
}

.LtoR {
	background-image: linear-gradient(90deg, rgba(3, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.83) 100%);
}

.RtoL {
	background-image: linear-gradient(270deg, rgba(3, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.83) 100%);
}

.full-block-testimonials{
	padding: 30px;
	margin: 0 0 40px 0;
}

.three-grid-testimonials h2{
    font: normal 30px / 40px "Unbounded", sans-serif;
    color: #016ec0;
    letter-spacing: 1px;
	margin: 0 0 30px 0;
}

/* Side Menu */

.mobile-menu{
    display: none;
    position: relative;
    z-index: 9;
    padding: 0 15px 0 0;
}

.mobile-menu img{
	width: 36px;
}

.mobile-menu img.logoslide{
	width: 96px;
}

.side-menu {
	width: 90%;
	position: fixed;
	right: 0;
	top: 0;
    background-image: linear-gradient(to top, #1d1d26, #1b1b24, #181922, #161621, #14141f);
    z-index: 99999999;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}
.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
	width: 280px;
}
.side-menu.side-menu-active, .side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}
.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}
/*Side overlay*/

#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}
/*side clode btn*/

.side-menu .btn-close {
	height: 33px;
	width: 33px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
.side-menu.before-side .btn-close {
	display: none;
}
.just-sidemenu #sidemenu_toggle {
	position: fixed;
	z-index: 999;
	/*background: #fff;*/
	right: 0;
	top: 16px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #fff;
	top: 5px;
}
.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*side open btn*/

.sidemenu_btn {   
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 1rem;
    margin: 0;
    position: relative;
}
.sidemenu_btn.left {
	left: 15px;
	right: auto;
}
.side-menu .inner-wrapper {
    padding: 30px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin: 30px 0;
    display: block;

}
.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 5px 0 !important;
    font: 400 18px / 30px 'gt_walsheim_proregular';
    text-transform: capitalize;
    letter-spacing: 0.8px;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.side-nav .navbar-nav .nav-link {
	color: #fff;
	position: relative;
}
.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}
.side-menu p {
    font-size: 13px;
    font: 400 12px/24px "Inter", sans-serif;
    color: #fff;
    letter-spacing: 1px;
}
.side-menu p .icon-heart {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.side-menu p span.icon-heart:before {
    content: '\E81D';
    font-family: 'fontello';
    position: absolute;
    top: 0;
    left: 2px;
    right: 0;
    margin: auto;
    color: #ff5722;
}
.modal-content {
	border-radius: 0
}

.side-footer{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

/* About Page */

.abt-l{
    padding: 40px;
	vertical-align: middle;
    background: #141414;
}

.abt-l h2{
    position: relative;
    font: normal 20px / 30px "Unbounded", sans-serif;
    color: #016ec0;
    letter-spacing: 1px;
    padding: 10px 0;
    margin: 10px 0;
}

.abt-l h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
	background-image: linear-gradient(to right, #016ec0, #b53b31, #79272e, #3e181f, #000000);
}

.abt-l p {
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #dedede;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 10px 0;
}

.abt-l p strong{
    color: #016ec0;
}

.textMain .abt-l li{
    background: url(../images/ticker.svg) no-repeat left 12px;
    background-size: 20px;
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #dedede;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 10px 0 10px 40px;
}

.abt-r{
	text-align: center;
	vertical-align: top;
}

.team{
    text-align: center;
}

.team h3{
    font: 400 16px / 30px "Unbounded", sans-serif;
    color: #016ec0;
    letter-spacing: 1px;
    padding: 20px;
}

.team img{
    padding: 6px;
    background: #ffffff;
    display: block;
    width: 100%;
}

/* Services  */

.Service-Main #Title{
	padding: 180px 0 ! important;
	background: url(../images/services-bg.jpg) no-repeat center center;
	background-attachment: fixed;
}

.Service-Main #Title:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(to right top, #141414, #101112, #0a0f0f, #060c09, #050700);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}

.Service-Main #Title h1{
	text-align: center;
}

.iservice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.textMain .iservice-list li {
	position: relative;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-size: cover;
    height: 450px;
	transition: 0.7s all ease;
	overflow: hidden;
}

.iservice-list li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	
}

.iservice-list li:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.iservice-txt{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
}

.iservice-list a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
}

.iservice-txt h3 {
    color: #016ec0;
    font: 400 16px / 32px "Unbounded", sans-serif;
}

.iservice-txt p {
    color: #cfcfcf;
    font: 400 15px / 25px 'gt_walsheim_proregular';
	transition: 0.7s all ease;
	text-align: left;
}

.iservice-list li:after {
	content: '';
    position: absolute;
    background-image: linear-gradient(to top, #000000, rgb(0 0 0 / 92%), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), transparent);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
}


/* Leadership */

.leadership-grid {
  background: #fff;
  position: relative;
  margin: 10px 0 0 0;
}

.leadership-content {
  padding: 30px;
  vertical-align: middle;
  background: url(../images/dots.png) center bottom #fff;
}

.leadership-content p {
  font: 400 14px / 32px 'gt_walsheim_proregular';
  color: #094254;
  letter-spacing: 0.5px;
  text-align: left;
}

.leadership-img {
  width: 300px;
  text-align: center;
  padding: 20px 0;
  background: url(../images/dots.png) center bottom #fff;
}

.leadership-img img {
  border-radius: 280px;
  width: 210px;
  border: 3px solid #fff;
}

.leadership-img h2 {
  font: 500 16px / 26px 'gt_walsheim_proregular';
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

.leadership-img h2 span {
  display: block;
  font: 400 13px / 30px 'gt_walsheim_proregular';
}

/* FAQ */

#FAQ{
	background: #F5F5F5;
	padding: 30px 0;
}

.accordion h4 {
    cursor: pointer;
    margin: 0px;
    color: #6F7070;
    font: normal 24px / 34px "Unbounded", sans-serif;
    position: relative;
    text-align: left;
    padding: 15px 80px 15px 0px;
    transition: 0.7s all ease;
	letter-spacing: 0.5px;
}
.accordion h4.current{
	border-bottom: none;
	color: #016ec0;
}
.accordion .no-border {
	border-bottom: 0 ! important;
}
.accordion .faq-content {
	display: none;
    padding: 5px 0;
}
.accordion h4:before {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
	
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
    border-top: 15px solid #6F7070;
	border-bottom: 15px solid transparent;
	
	transition: 0.7s all ease;
	
}
.accordion h4.current:before {
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
    border-top: 15px solid transparent;
	border-bottom: 15px solid #6F7070;
}
.accordion .faq-content p {
    padding: 5px 80px 5px 0px;
    color: #c8c8cf;
    font: 400 16px / 24px 'gt_walsheim_proregular';
}

/* Acknowledgment */

.acknowledgment{
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 30px;
    background-image: linear-gradient(0deg, rgba(3, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.83) 100%);
    margin: 0 0 20px 0;
}

.acknowledgment p{
    font: 400 21px / 32px 'gt_walsheim_proregular';
    text-align: center;
}

/* Mobile menu */

.mobile-menu .submenu {
	display: none;
	list-style: none;
	padding-left: 15px;
	margin-top: 5px;
}

.mobile-menu .nav-item.open > .submenu {
	display: block;
}

.mobile-menu .has-submenu > a::after {
	content: "▼";
	float: right;
	font-size: 12px;
	margin-left: 8px;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}

.mobile-menu .nav-item.open > a::after {
	transform: rotate(-180deg);
}

/* Marquee */

#Marquee{
    background: #f1f1f1;
    padding: 10px 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: transparent;
  white-space: nowrap;
}

.marquee-inner {
  display: inline-flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marquee-list {
  display: inline-flex;
  gap: 3rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.marquee-list li {
    white-space: nowrap;
    color: #000000;
    font: 400 12px / 36px "Unbounded", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Perfect loop: shift exactly one duplicate width */
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* Clients */

#Clients{
	padding: 80px 0;
	background: #f3f5fa;
}

#Clients h2 {
    text-align: center;
    font: 400 32px / 40px "Unbounded", sans-serif;
    color: #141414;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

.logos {
	overflow: hidden;
	padding: 30px 0px;
	white-space: nowrap;
	position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #F3F5FA);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #F3F5FA);
}

.marquee-container {
  display: flex;
  width: fit-content;
  animation: scroll-marquee 70s linear infinite;
}

.client-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.client-list li{
	display: flex;
    vertical-align: top;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    margin: 0 20px;
	list-style: none;
    width: 170px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
}

.marquee-container:hover {
  animation-play-state: paused;
}

.client-list li img {
  width: auto;
  display: block;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Products List */

.textMain .products-list{
	text-align: center;
}

.textMain .products-list > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    padding: 20px;
    box-shadow: 0 0 11px #eaf0f6;
    transition: 0.7s all ease;
    background: #f3f5fa;
	width: 25%;
	min-width: 300px;
    min-height: 375px;
    margin: auto;
}

.textMain .products-list li p {
    font: 500 12px / 26px 'gt_walsheim_proregular';
    color: #393939;
    text-align: left;
    letter-spacing: 0.5px;
}

.textMain .products-list > li:nth-child(odd) {
    background: #fff;
}

.textMain .products-list span {
    position: relative;
    margin: 0 auto 20px auto;
    display: block;
    text-align: center;
    background: #fff;
}

.textMain .products-list > li h3 {
	font: 500 18px / 24px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    padding: 0;
    color: #0c1014;
    text-align: center;
    margin: 20px 0 10px 0;
}

.textMain .products-list a{
    display: block;
    background: #a00a0a;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font: 500 15px / 24px 'gt_walsheim_proregular';
    letter-spacing: 1px;
}


/* Manufacturing & Testing */

.mt-tabs {
  display: flex;
  gap: 30px;
  max-width: 100%;
  margin: 25px 0 0 0;
}

.mt-list {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 260px;
}

.tab {
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 600;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.tab:hover {
  background: #f5f7fa;
}

.textMain .mt-list li.tab {
    position: relative;
    border-left-color: #000000;
    background: #fafafa;
    color: #000000;
    padding: 10px 20px;
    transition: all 0.25s ease;
}

.textMain .mt-list li.tab.active {
    background: linear-gradient(135deg, #ffffff, #f4f4f4);
    border-left: 4px solid #a00a0a;
    color: #a00a0a;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.8),
        0 6px 14px rgba(0,0,0,0.08);
}

/* Optional: subtle edge highlight */
.textMain .mt-list li.tab.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.05);
}

.tab-content {
  flex: 1;
  background: #fafafa;
  padding: 30px;
  border-radius: 6px;
}

.content {
  display: none;
}

.content.active {
  display: block;
}

/* Image Grid */

.textMain ul.gridImg li{
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
	margin: 0;
}

.textMain ul.gridImg li img{
    display: block;
    width: 100%;
}

.textMain .two-grid-img li{
	display: inline-block;
	width: 48%;
	padding: 0;
	margin: 0 1%;
}

.textMain .three-grid-img li{
	display: inline-block;
	width: 33%;
	padding: 0;
	margin: 0 1%;
}



/* Media Query */

@media screen and (max-width: 1120px) {
	.four-grid-service {
		grid-template-columns: repeat(2, 1fr);
	}
	.dashboard-grid li h3 {
		font: 500 16px / 24px "Unbounded", sans-serif;
	}
	.dashboard-grid {
		gap: 2px;
	}
}

 
@media screen and (max-width: 940px) {
	.services-list,
	.iservice-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.three-grid-service {
		grid-template-columns: repeat(1, 1fr);
	}
	.dashboard-intro {
		padding: 30px 30px 80px 30px;
		min-height: auto;
	}
	.iProduct-Img{
		display: block;
		width: auto;
	}
	.iProduct-Content{
		display: block;
		width: auto;
	}
}
 
@media screen and (max-width: 860px) {
	.process-l{
		display: block;
		width: auto;
		padding: 0 15px;
	}
	.process-r{
		display: block;
		width: auto;
        margin: 40px 0 0 0;
		padding: 0 15px;
	}
	#Services {
        padding: 60px 15px 30px 15px;
	}
	#pc-menu{
		display: none;
	}
	.mobile-menu{
		display: block;
	}
	.contact-form-content{
		display: block;
		width: auto;
		padding: 25px;
	}
	.contact-form-box{
		display: block;
		width: auto;
	}
	#Title-Intra h1{
		text-align: center;
		padding: 0 10px;
	}
	.textMain p{
		text-align: left;
	}
	.abt-l{
		display: block;
		width: auto;
		padding: 25px;
	}
	.abt-r{
		display: block;
		width: auto;
	}
	.ps-grid{
		display: block;
		width: auto;
	}
	.ps-grid h2 {
		text-align: center;
	}
	.leadership-img{
		display: block;
        width: auto;
	}
	.leadership-content{
		display: block;
        padding: 10px 20px;
	}
	.textMain .mt-list li.tab.active::after{
		display: none;
	}
	.textMain .mt-list li.tab.active {
		background: #016ec0;
		border-left: 0;
		color: #fafafa;
        border-bottom: 0;
	}
}


@media screen and (max-width: 767px) {
  .mt-tabs {
    flex-direction: column;
  }

  .mt-list {
	display: block;
	overflow-x: auto;
	min-width: 100%;
  }

  .tab {
    white-space: nowrap;
    border-left: none;
    border-bottom: 3px solid transparent;
  }

  .tab.active {
    border-bottom-color: #1e3a8a;
    background: transparent;
  }
	#About {
		padding: 70px 0 30px 0;
	}
	#Process {
        padding: 50px 0;
	}
	.about-l {
		display: block;
		width: auto;
		padding: 0 15px;
	}
	.about-l p {
		width: auto;
        padding: 0;
		text-align: left;
	}
	.about-r p{
		text-align: left;
	}
	.process-l li{
		text-align: left;
	}
	.about-r {
        display: block;
        width: auto;
        padding: 30px 15px 0 15px;
        margin: 30px 0 0 0;
        border-top: 1px solid #ffbd59;
        background: none;
        border-left: none;
	}
	
	.header-top-r{
		display: none;
	}
	.header-top-l{
		text-align: center;
	}
	.table-wrapper {
		overflow-x: visible;
	}
	.iProduct-Specification {
		background: #ffffff;
		box-shadow: none;
		padding: 30px 15px;
	}
	.footer-grid{
        display: block;
        width: auto;
        padding: 10px 20px 10px 10px;
	}
	.footer-links{
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
}


@media screen and (max-width: 640px) {
	.ib-blk {
		display: block;
		width: auto;
		margin: 20px -2px;
		padding: 0 5px;
		vertical-align: top;
	}
	.textMain .ico-grid-list > li {
		display: block;
		width: auto;
	}
	.banner-content h1 {
		font: 300 24px / 34px "Unbounded", sans-serif;
	}
	.four-grid-service {
		grid-template-columns: repeat(1, 1fr);
	}
	.dashboard-intro {
		min-height: auto;
		padding: 30px 30px 80px 30px;
	}
}

@media screen and (max-width: 500px) {
	.services-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.footer-links{
		display: block;
		width: auto;
	}
	.footer-links {
		padding: 10px;
	}
	.banner-content p.info color {
		font: 300 20px / 26px 'Spot';
		letter-spacing: 1.4px;
	}
	.banner-content {
		position: absolute;
		top: 55%;
	}
	.footer-links h3 {
		margin: 0 0 15px 0;
	}
}




