@charset "utf-8";
/* CSS Document */

/*********THEME NAME: GDT************/

/*******GOOGLE_FONT************/
@font-face {
  font-family: 'NewsGothicBT-Roman';
  src: url('../fonts/NewsGothicBT-Roman.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/NewsGothicBT-Roman.woff') format('woff'), 
	   url('../fonts/NewsGothicBT-Roman.ttf')  format('truetype'), 
	   url('../fonts/NewsGothicBT-Roman.svg#NewsGothicBT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NewsGothicBT-Bold';
  src: url('../fonts/NewsGothicBT-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/NewsGothicBT-Bold.woff') format('woff'), 
	   url('../fonts/NewsGothicBT-Bold.ttf')  format('truetype'), 
	   url('../fonts/NewsGothicBT-Bold.svg#NewsGothicBT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'NewsGothicBT-Roman' !important;
	font-size: 14px;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none !important;
	outline:none !important;	
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;	
}
/***********HOME-PAGE-CSS-start************/





/****** Loader Start *******/
.loader-screen {
position: fixed;
top: 0;
height: 100%;
width: 100%;
background: #fff;
z-index: 9999999;
display: block;
left: 0;
right: 0;
}
 #loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
    max-width: 300px;
}
/****** Loader End *******/

/************* Scroll top *************/
.blck-tape a {
    color: #fff;
}
.blck-tape a:hover{
	color:#fff;
	text-decoration:none; 	
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #E7891A url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 0;
	z-index: 999;
}
.cd-top:hover{
	background:#000 url(../images/cd-top-arrow.svg) no-repeat center 50%;	
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgb(249, 161, 27);
  opacity: 1;
}
/***********Scroll top-end*****************/
/***********map-scroll-off***********/
.map-container {
	width: 100%;
	/*margin: 50px 0 3000px;*/
}
.map-container iframe{
	width: 100%;
	height:350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
/*********end**********/

/***********header-top*********/
.logo-area img {
	width: 315px;
	margin: 0px auto;
}
.header-top {
	background: #fff;
	padding: 16px 0;
	border-top: 5px solid #e7891a;
}
.header-address p a, .header-phone p a  {
	color: #000;
	font-size: 15px;
}
.header-address p a i, .header-phone p a i{
	padding-right:5px;	
}
.header-phone h4, .header-email h4 {
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'NewsGothicBT-Bold';
	margin: 10px 0 2px 0;
}
.header-phone p a, .header-email p a {
	color: #e7891a;
	font-size: 21px;
	font-family: 'NewsGothicBT-Bold';
}
.header-phone p a:hover, .header-phone p a:focus, .header-email p a:hover, .header-email p a:focus{
	color:#000
}
.header-email p a {
	color: #e7891a;
	font-size: 17px;
	font-family:inherit;
}
.menu {
	text-align: center;
	margin-bottom: 0;
}
.menu li{
    display: inline-block;
	position:relative;
}
.menu li a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 14px 4px;
	display: block;
	border-bottom: 2px solid transparent;
}
.menu li a:hover, .menu li.active a {
	background: none;
	color: #000;
	border-bottom: 2px solid #000;
}
.menu > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	background: #222;
	display: none;
	z-index: 999;
}
.menu > li:hover > ul{
	display:block;	
}
.menu > li > ul > li{
	width:100%;	
}
.menu > li > ul > li > a {
	padding: 10px 20px;
	font-size: 14px;
	border-bottom: none !important;
	text-align: left;
	color: #fff !important;
}
.menu > li > ul > li > a:hover{
	background:#e7891a;
	color:#fff;	
	border-bottom: transparent;
}
.menu.slide-left{
	left:0;	
}
.header-social ul{
	margin-bottom:0;	
}
.header-social li{
	display:inline-block;	
}
.header-social li a {
	color: #fff;
	font-size: 18px;
	padding: 15px 3px;
	display: block;
}
.header-menu {
	background: #e7891a;
}
.quote-btn a {
	background: #000;
	padding: 18px 0;
	color: #fff;
	margin: 0px 0 0 0;
	display: block;
	font-size: 15px;
	text-align: ;
	text-transform: uppercase;
	text-align: center;
}
.quote-btn a:hover, .quote-btn a:focus {
	background: #fff;
	color: #000;
}
.menu-toggle{
	display:none;	
}
/********main-banner**********/
.banner-content {
	position: absolute;
	top: 25%;
	z-index: 9999;
	left: 0;
	width: 100%;
	padding: 10px 0;
	border-radius: 0;
}
.banner-content::before {
	position: absolute;
	content: '';
	background: rgba(255,255,255,0.8);
	width: 105px;
	height: 195px;
}
.banner-text {
	width: 600px;
	background: rgba(255,255,255,0.8);
	padding: 30px 30px;
}
.banner-text h2 {
	text-align: left;
	font-size: 45px;
	color: #e7891a;
	text-transform: uppercase;
	font-family: 'NewsGothicBT-Bold';
	margin: 0;
	padding-bottom: 10px;
}
.banner-text p {
	color: #000;
	font-size: 23px;
	font-family: 'NewsGothicBT-Bold';
	text-transform: ;
}
/*******book**************/
.book-area {
	background: #ffddc9;
	padding: 20px 0;
}
.book-area h1 {
	color: #000;
	font-size: 19px;
	padding: 10px 0;
	margin: 11px 0px 0px;
}
.book-btn a {
	background: #e7891a;
	color: #fff;
	padding: 15px 0;
	border-radius: 48px;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 290px;
	border: 1px solid #e7891a;
}
.book-btn a:hover, .book-btn a:focus{
	border: 1px solid #222;
	background: #222;
	color: #fff;
}
/**********about***********/
.about-us {
	padding: 30px 0 60px 0;
}
.site-title h2 {
	position: relative;
	text-align: left;
	color: #000;
	font-size: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'NewsGothicBT-Bold';
}
.site-title h2 span{
	color: #e7891a;	
}
.site-title h1 {
	position: relative;
	text-align: center;
	color: #000;
	font-size: 36px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'NewsGothicBT-Bold';
}
.site-title h1 span{
	color: #e7891a;	
}
.abt-content p {
	font-size: 15px;
	color: #000;
	line-height: 27px;
}
.site-btn{
	margin:40px 0;	
}
.site-btn a {
	background: #e7891a;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 20px 50px;
	border-radius: 50px;
	display: block;
	width: 230px;
	text-align: center;
}
.site-btn a:hover, .site-btn a:focus{
	background:#000;
	color:#fff;
}
.abt-img-in img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
/*******products******/
.pro-each {
	background: #fff;
	padding-bottom: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 20px;
}
.products-app {
	background: #f3f3f3;
	padding: 50px 0;
}
.products-app .site-title h2 {
	text-align: center;
	padding-bottom: 40px;
}
.pro-each img {
	border-radius: 8px;
	width: 100%;
	height: 225px;
	object-fit: cover;
}
.pro-each h4 {
	color: #e7891a;
	text-align: center;
	font-size: 20px;
	padding: 15px 0 0 0;
	font-family: 'NewsGothicBT-Bold';
	text-transform: uppercase;
}
.pro-each p {
	color: #000;
	text-align: center;
	font-size: 15px;
	padding: 10px 30px 0 30px;
	min-height:80px;
}
.products-app .site-btn a {
	padding: 15px 50px;
	width: 190px;
	text-align: center;
	margin: 0 auto;
}
/*********projects********/
.project-area .site-title h2 {
	text-align: center;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: rgb(231, 137, 26,0.8);
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	width: 100%;
	height: 235px;
	object-fit: cover;
}
.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);

}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);

}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.hovereffect .overlay h5{
	color:#f2f2f2;
	text-align:left;
	font-size:18px;
		
}
.hovereffect .overlay p{
	color:#fff;
	text-align:left;	
}
.overlay-text {
	margin: 50% 0 0 15%;
}
.hovereffect .overlay i {
	font-size: 22px;
	color: #000;
	background: rgba(255,255,255,0.5);
	padding: 16px;
	border-radius: 50%;
	margin: 28%;
}
.overlay i::after {
	position: absolute;
	content: '';
	border: 1px solid #fff;
	width: 88%;
	height: 82%;
	top: 10px;
	left: 0;
	eright: ;
	right: 0;
	margin: 13px auto;
}
.gallery-each{
	padding: 0 !important;
}
.project-area {
	padding: 50px 0;
}
.project-area .site-btn a {
	width: 240px;
	margin: 0 auto;
}
/**********footer**********/
.footer {
	background: #221f1b;
}
.footer-each h4 {
	color: #e7891a;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-family: 'NewsGothicBT-Bold';
	position: relative;
	padding-bottom: 28px;
}
.footer-each h4::after {
	position: absolute;
	content: '';
	background: url(../images/sprite.png);
	bottom: 0;
	left: 0;
	width: 130px;
	height: 13px;
	background-position: 0px -50px;
}
.footer-each p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
.footer-each p a {
	color: #fff;
}
.footer-each p a:hover {
	color: #eb864b;
}
.footer-each p a i, .footer-each p i {
	color: #f2803b;
	padding-right: 10px;
	float: left;
	line-height: 26px;
}
.footer-link ul li a i{
	color: #f2803b;
	padding-right:10px;
}
.footer-link ul li a {
	color: #fff;
	line-height: 45px;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 9px;
	width: 100%;
	border-bottom: 1px solid #666;
	display: block;
}
.footer-link ul li a:hover {
	color: #eb864b;
}
.footer-form form input[type="text"], .footer-form form input[type="email"] {
	background: #413f3b;
	width: 100%;
	border: 1px solid transparent;
	margin-bottom: 7px;
	padding: 8px 15px;
	color: #fff;
	border-radius: 6px;
}
.footer-form form textarea {
	background: #413f3b;
	width: 100%;
	border: 1px solid transparent;
	margin-bottom: 7px;
	padding: 7px 15px;
	height: 80px;
	border-radius: 8px;
	color: #fff;
	resize: none;
}
.footer-form form input[type="submit"] {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	background: #e7891a;
	margin: 0 auto;
	border: 1px solid #e7891a;
	border-radius: 8px;
}
.footer-form form input[type="submit"]:hover, .footer-form form input[type="submit"]:focus{
	background:#ccc;
	color:#000;
	border:1px solid #ccc;	
}
.footer-top {
	padding: 40px 0;
}
.footer-top img {
	padding: 20px 0;
}
.footer-link ul li {
	position: relative;
}
.footer-link ul li::before {
	position: absolute;
	content: '\f1d8';
	color: #e77f1c;
	font-family: FontAwesome;
	left: 0;
	top: 12px;
	margin-right: ;
}
.footer-form form {
	margin: 25px 0;
}
.ad-each {
	border: 1px solid #f2f2f2;
	border-radius: 7px;
	padding: 23px 10px;
	margin-bottom: 70px;
}
.ad-each p, .ad-each p a {
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
}
.ad-each p i {
	font-size: 47px;
	color: #e7891a;
	float: left;
	padding-left: 9px;
}
/********copyright*********/
.copyright-sec {
	background: #131212;
	padding: 15px 0;
}
.copy p {
	margin-bottom: 0;
	font-size: 16px;
	color:#5f5f5f;
}
.power p{
	margin-bottom:0;
	float:right;
	font-size: 16px;
	color:#5f5f5f;	
}
.power p a{
	color:#5f5f5f;	
}
/********end******/


/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away::before, .hvr-icon-sink-away::after {
	content: "\f067";
	position: absolute;
	left: -20px;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}






/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/******end*********/
/*========================================= Inner About Us Page Css 22.02.2018 Nazrul ==========================================*/

.inn-banner{
	position:relative;	
}
.inn-banner img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.inn-banner-text h2, .inn-banner-text span{
    font-family: 'NewsGothicBT-Bold';
	margin: 0;
	font-size: 34px;
	/*font-weight: 600;*/
	color: #fff;
}
/*.inn-banner-text span{
	margin: 0;
	font-size: 34px;
	font-weight: 600;
	color: #fff;
}*/
.inn-banner-text {
	position: absolute;
	top: 50%;
	left: 0;
	background: #e7891a;
	padding: 13px 27px 15px 60px;
	border-radius: 0 35px 35px 0;
}

/********* inn About ****************/
.inn-about {
	background: url(../images/about-inn-bg.png) no-repeat;
	background-size: cover;
	padding: 18px 0 56px 0;
}
.inn-about .site-title h2 {
	text-align: center;
	padding: 15px 0;
}
.inn-about-cont p {
	text-align: center;
	line-height: 25px;
	font-size: 15px;
}
.inn-about-cont a {
	text-align: center;
	display: block;
	font-size: 18px;
}
.inn-about-cont a {
	color: #e7891a;
}
.inn-about-cont p span {
	font-weight: 600;
	color: #000;
}
.abt-pro-each img {
	width: 80px;
	background: #222;
	padding: 20px;
	border-radius: 50%;
}
.abt-pro-each {
	background: #e7891a;
	padding: 10px 0px;
	border-radius: 7px;
	margin-bottom: 20px;
	min-height: 85px;
}
.abt-pro-each h4 {
	text-align: center;
	color: #fff;
	/* padding: 14px 0 0 0; */
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.abt-project .site-title h2 {
	text-align: center;
}
.in-abt-pro {
	width: 14% !important;
}
.abt-project {
	padding: 30px 0;
	background: #f2f2f2;
}
/************* Product Details ***************/

.prod-detail .site-title h2 {
	text-align: center;
}
.inn-prod-det h3, .inn-prod-det h1 {
	text-align: center;
	font-size: 25px;
	margin: 20px 0 16px 0;
}
.inn-prod-det p {
	font-size: 15px;
	line-height: 26px;
}
.prod-detail {
	padding: 30px 0 50px 0;
}
.prod-det-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 30px;
}
.prod-det-img {
	margin: 30px 0 0 0;
}
.inn-prod-det {
	border: 2px solid #ccc;
	padding: 30px;
}

/*******material*********/
.in-mat {
	padding: 0;
	background: #fff;
	border: 1px solid #e7891a;
	border-bottom-color: #e7891a;
	text-align: center;
	position: relative;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	margin-bottom: 30px;
}
.in-mat:hover {
	border: 1px solid #0A5195;
}
.in-mat:before,
.in-mat:after{
    content: "";
    width: 70%;
    height: 5px;
    background: #0A5195;
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.in-mat:hover:before,
.in-mat:hover:after{
    opacity: 1;
    left: 50%;
}
.in-mat:after{
    top: auto;
    bottom: -3px;
}

.in-mat .title {
	font-size: 24px;
	color: #e7891a;
	margin: 0 0 10px 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	font-family: 'NewsGothicBT-Bold';
}
.in-mat:hover .title{ opacity: 0; }
.in-mat .description {
	font-size: 15px;
	color: #7a7a7a;
	line-height: 25px;
	margin: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	padding: 0 20px;
}
.in-mat:hover .description{
    margin-top: -20px;
    padding-bottom: 20px;
}
.in-mat img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
@media only screen and (max-width:990px){
    .in-mat{ margin-bottom: 30px; }
}
.material-area .site-btn {
	margin: 0px 0;
}
.material-area .site-btn a {
	margin: 20px auto;
}
.material-area .site-title h2 {
	padding: 20px 0;
	text-align:center;
}
/*****end******/
/****inner-acc*********/
.in-pro-acc {
	padding: 20px 0 20px 0;
}
.in-pro-acc .panel-heading {
padding: 0;
}
.in-pro-acc .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
cursor: pointer;
}
.in-pro-acc .panel-title > a {
	padding: 15px 10px;
	display: block;
	font-size: 16px;
}
.in-pro-acce .panel-default {
margin-bottom: 10px !important;
border: none;
}
.in-pro-acc .panel-group .panel {
margin-bottom: 0;
border-radius: 0;
}
.in-pro-acc .panel-default > .panel-heading {
	color: #fff;
	background-color: #e7891a;
	border: 1px solid #e7891a;
	border-radius: 0;
}
.in-pro-acc .label-primary {
background-color: #f81b40;
padding: 5px 20px;
}
.in-pro-acc .panel-body p {
	color: #000;
	font-size: 15px;
	line-height: 23px;
	text-align: left;
}
.in-pro-acc .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: 0;
background: #f2f2f2;
}
.in-pro-acc img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
/*****contact******/
/*********CONTACT PAGE***********/
.inner-banner img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
}
.inner-each-add h4 {
	color: #fff;
	font-size: 26px;
	width: 100px;
	height: 100px;
	background: #24AC46;
	text-align: center;
	line-height: 98px;
	border-radius: 50%;
	margin: 40px auto 20px;
}
.inner-each-add p a {
	font-size: 16px;
	color: #000;
	text-align: center;
	display: block;
}
.con-img {
	background: #e7891a;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 0 auto;
}
.con-img img {
	width: 45px;
	padding: 19px 0;
}
.inner-each-add h5 {
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.inner-each-add p, .inner-each-add p a {
	color: #000;
	font-size: 17px;
	text-align: center;
}
.inner-con-form form input[type="text"], .inner-con-form form input[type="email"], .inner-con-form form input[type="tel"] {
	background: none;
	border: none;
	border-bottom: 1px solid #303030;
	width: 100%;
	height: 50px;
	color: #000;
}
.inner-con-form form textarea{
	background: none;
	border: none;
	border-bottom: 1px solid #303030;
	width: 100%;
	height: 100px;
	color: #000;
	resize:none;
	margin:30px 0 0 0;
}
.inner-con-form form input[type="submit"] {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	padding: 11px;
	width: 100%;
	margin: 80px 0 0 0;
	font-size: 18px;
}
.inner-contact-part,  .inner-con-form {
	padding: 50px 0;
}

.form-part-in {
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 50px;
}

.form-part-in-pricing {
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 50px;
	/*width:80%;*/
}
.inner-contact{
	overflow:hidden;	
}
.inner-con-form {
	position: relative;
}
.inner-con-form::before {
	position: absolute;
	content: '';
	background: #d4d4d4;
	width: 105%;
	height: 70%;
	z-index: -1;
	bottom: -123px;
	transform: rotate(8deg);
	overflow: ;
	left: -56px;
	right: 0;
	margin: 0 auto;
}
.form-part-in  .site-title h2 {
	text-align: center;
}
.video-gallery .site-title h2 {
	text-align: center;
	padding: 30px 0;
}
.video-gallery iframe {
	width: 100%;
	height: 250px;
}
.inner-coal .gallery-each {
	margin-bottom: ;
	padding: 15px !important;
}
.inner-coal p {
	color: #222;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
}



.recruitment-head{
	margin-bottom:30px;	
}
.recruitment-head h2 {
    text-align: center;
    text-transform: uppercase;
    color: #ee1e26;
    font-size: 30px;
    font-weight: bold;
	padding-bottom:10px;
}
.recruitment-main{
	background:url(../images/job.jpg) fixed center no-repeat;
	background-size:100% 100%;
	min-height:351px;	
}
.recruitment-each {
        background: rgba(255, 255, 255, 0.82);
    border: 1px solid #f00;
    margin-top: 45px;
}
.recruitment-each h3 {
    color: #f00;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
	padding-top:10px;
}
.line1 {
    background: #f00;
    color: #f00;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.recruitment-each p {
    color: #000;
	text-align:left;
	padding:0 20px;
	font-weight:600;
	margin-top:20px;
	margin-bottom:20px;
	line-height:24px;
}
.recruitment-each p span{
	color:#f00;	
	font-weight:600;
	
}
.recruitment-btn {
    text-align: center;
	margin-bottom:30px;
	margin-top:30px;
}
.recruitment-each a{
	background:#fff;
	border:1px solid #f00;	
	padding:10px 20px;
	color:#000;
}
.recruitment-each a:hover{
	background:#f00;
	color:#fff;
	border:	1px solid #f00;
	text-decoration:none;
}
.single-block {
	padding: 0 0 15px 0;
	margin: 30px 0 25px 0;
	border: 1px solid #efefef;
	background: #fff;
	border-top: 4px solid #E7891A;
}
.single-block:last-child{ border-bottom:none;}
.single-block h4 {
	color: #000;
	text-align: left;
	font-size: 25px;
	padding: 10px 20px;
	font-weight: bold;
}
.single-block p {
	color: #504E4E;
	text-align: left;
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 14px;
}
.single-block p span {
	color: #0c3858;
	font-size: 14px;
}
.right-part input[type="text"], .right-part input[type="email"], .right-part input[type="tel"] {
	border: none;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 15px;
	height: 40px;
	background: #fff6ec;
	border: 1px solid #f6e4d0;
	color: #000;
	font-size: 13px;
	border-radius: 4px;
}
.right-part h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 15px 0;
	color: #2F2D2D;
}
.right-part input[type="submit"] {
	border: none;
	background: #CE9045;
	color: #fff;
	width: 150px;
	padding: 10px 0;
	margin: 15px 0 0 0;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid transparent;
}
.right-part input[type="submit"]:hover{ border:1px solid #000; background:none; color:#000;}
.right-part {
	background: #fff6ec;
	margin: 30px 0px;
	padding: 20px;
	border: 1px solid #e6e6e6;
}
.right-part h2 {
	text-align: center;
	text-transform: uppercase;
	color: #0c3858;
}
.inn-prod-det .prod-det-img img {
	margin-bottom: 0 !important;
}
.captcha1 {
    margin: 50px 0 0;
}


.inn-prod-det ul {
	margin: 0 0 20px 20px;
}
.inn-prod-det ul li {
	list-style: disc;
}
.quote-modal::before {
	display: none;
}
#quote-popup .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	color: #f00;
	font-size: 22px;
	font-weight: bolder;
}
.quote-modal {
	padding: 10px 0;
}
.quote-modal form input[type="submit"] {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	padding: 11px;
	width: 100%;
	margin: 30px 0 0 0;
	font-size: 18px;
}
.inn-prod-det h3 a {
	color: #fff;
	font-family: 'NewsGothicBT-Bold';
	background: #e7891a;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 30px;
}
.mission-vission {
	background: #f9f9f9;
	padding: 25px 0;
}
.mission-each h2 {
	text-align: center;
	color: #000;
	font-size: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'NewsGothicBT-Bold';
	margin: 0;
}
.inn-prod-det h2 {
    font-family: 'NewsGothicBT-Bold';
	color: #000;
	font-size: 22px;
}
.partner-block {
	padding: 60px 0;
}
.partner-each {
	padding: 15px;
	text-align: center;
	background: #e7891a;
	box-shadow: 0 0 3px #ccc;
	height: 190px;
	color: #fff;
	border-radius: 10px;
	position: relative;
}
.partner-each p {
	font-size: 18px;
	margin: 0 0 25px;
}
.partner-each a {
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 7px 10px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 94%;
	margin: 0 auto;
}
.partner-each-wrap h2 {
	text-align: center;
	font-size: 22px;
	margin: 0 0 15px;
	font-family: 'NewsGothicBT-Bold';
	height: 48px;
}



.bs {
	padding: 50px 0;
	background: #f9f9f9;
}
.bl-each {
	box-shadow: -5px 0px 20px 0px rgba(51, 51, 102, 0.08);
	margin: 0 0 30px;
	border-radius: 5px;
	overflow: hidden;
}
.bl-img img {
	height: 150px;
	width: 100%;
	object-fit: cover;
}
.bl-info {
	padding: 20px 20px 30px 20px;
	background: #fff;
}
.bl-meta {
	font-size: 12px;
	color: #8c98a2;
	margin: 0 0 8px;
}
.bl-tittle h2 {
	font-size: 18px;
	line-height: 24px;
	color: #e7891a;
	margin: 0 0 15px;
}
.bl-tittle h2 a{
	color: #e7891a;	
}
.bl-meta p {
	display: inline-block;
	margin:0px;
}
.bl-text {
	font-size: 14px;
	line-height: 24px;
	color: #8c98a2;
}

#search-3, .bl-search {
	border: solid 1px rgba(199, 199, 199, 0.2);
	box-shadow: 0px 3px 10px 0px rgba(30, 32, 90, 0.08);
	background-color: #fff;
	border-radius: 30px;
	margin: 0 0 40px;
	position: relative;
	overflow: hidden;
}
#search-3 .search-field, .bl-search input[type="text"] {
	width: 80%;
	border: 0px;
	padding: 0 15px;
	min-height: 51px;
}
#search-3 .search-submit, .bl-search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	text-indent: -99999px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center;
}
#recent-posts-3, #recent-comments-3, #archives-3, #categories-3, #meta-3, .bl-f {
	padding: 30px;
	background: #ffffff;
	box-shadow: -5px 0px 20px 0px rgba(51, 51, 102, 0.08);
	margin: 0 0 30px;
}
#recent-posts-3 h3, #recent-comments-3 h3, #archives-3 h3, #categories-3 h3, #meta-3 h3, .bl-f h2 {
	font-size: 21px;
	margin: 0 0 20px;
	color: #e7891a;
}
#recent-posts-3 ul, #recent-comments-3 ul, #archives-3 ul, #categories-3 ul, #meta-3 ul, .bl-f ul {
	margin: 0px;
}
#recent-posts-3 ul li, #recent-comments-3 ul li, #archives-3 ul li, #categories-3 ul li, #meta-3 ul li, .bl-f ul li {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 12px;
	padding: 0 0 10px;
	font-size:14px;
}
#recent-posts-3 ul li:last-child, #recent-comments-3 ul li:last-child, #archives-3 ul li:last-child, #categories-3 ul li:last-child, #meta-3 ul li:last-child, .bl-f ul li:last-child {
	border-bottom: none;
}

#recent-posts-3 ul li a, #recent-comments-3 ul li a, #archives-3 ul li a, #categories-3 ul li a, #meta-3 ul li a, .bl-f ul li a{
	color:#8c98a2;	
}
#recent-posts-3 ul li a:hover, #recent-comments-3 ul li a:hover, #archives-3 ul li a:hover, #categories-3 ul li a:hover, #meta-3 ul li a:hover, .bl-f ul li a:hover{
	color:#e7891a;	
}
#recent-posts-3 ul li a span, #recent-comments-3 ul li a span, #archives-3 ul li a span, #categories-3 ul li a span, #meta-3 ul li a span, .bl-f ul li a span {
	color: #000;
}
.blog-inn img {
	width: 100%;
	height: auto;	
}
.blog-inn h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	margin: 30px 0px 10px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight:600;
}
.blog-inn h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	margin: 0px 0px 20px 0px;
	letter-spacing: 1px;
}
.blog-inn h4 span {
	margin: 0px 7px 0px 7px;
	color: #58b7f8;
	font-size: 16px;
}
.blog-inn p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	margin: 0px 0px 20px 0px;	
}
.blog-inn p img {
    width: 60%;
}
.bl-c {
	border-top: 1px solid #ccc;
	padding: 25px 0 0;
}
.bl-c h3 {
	font-size: 18px;
	margin: 0 0 20px;
}
#commentform label {
	font-size: 15px;
	font-weight: 500;
	color: #4f007b;
}
.bl-c textarea {
	width: 100%;
	resize: none;
	border: 1px solid #ccc;
	padding: 15px;
}

#commentform .comment-form-author {
	width: 50%;
	float: left;
}
#commentform .comment-form-email {
	width: 50%;
	float: left;
}
#wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
#comments h2 {
	color: #4f007b;
	font-size: 20px;
}
#comments img {
	display:none;
}
#comments li {
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px 0 #ccc;
	padding: 10px 10px 20px 10px;
	margin: 0 0 15px 0;
}
.discussion-avatar-list {
	display: none;
}
.screen-reader-text {
	display: none;
}
.comment-author b{
	color: #4f007b;
	font-size: 18px;
	font-weight: 500;
}
.comment-author span{
	color: #000;
	font-size: 15px;
	font-weight: 400;
}
.comment-metadata a {
	color: #333030;
	font-size: 14px;
	font-weight: 500;
}
.comment-content p {
	font-size: 15px;
}
.comment-reply a {
	color: #fff;
	font-weight: 500;
	background: #4f007b;
	padding: 2px 20px;
	font-size: 15px;
}
.bl-c input[type="text"], .bl-c input[type="email"] {
	width: 80%;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px;
}
.bl-c input[type="url"] {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px;
}
.bl-c input[type="submit"] {
	background: #e7891a;
	border: none;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 16px;
	padding: 11px 20px;
	cursor: pointer;
}
.blog-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}
.inn-prod-det h5 {
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 25px;
	color: #000;
	font-size: 22px;
}
.inn-prod-det h5 a {
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	display: inline-block;
	background: #e7891a;
}


.blog-inn ul li {
    list-style: inside;
}

.abt-img-in2 img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.pricing-app {
	background: #f3f3f3;
	padding: 50px 0;
}
.pricing-app .site-title h2 {
	text-align: center;
	padding-bottom: 40px;
}

.price{
    padding:20px;
}
.price input[type=text], .price input[type=email], .price input[type=tel], .price textarea{
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: 0px;
    border-right: 0px;
    margin: 15px 0;
    background: transparent;
    color: #000;
}
.price textarea{
    height:150px;
}
.frm-btn{
    background: #000 ;
    padding: 13px 42px ;
    color: #fff ;
    margin: 0px 0 0 0 ;
    display: block ;
    font-size: 15px ;
    text-transform: uppercase ;
    text-align: center ;
}

.frm-btn-up{
    background: #000 ;
    padding: 13px 42px ;
    color: #fff ;
    margin: 15px auto;
    display: block ;
    font-size: 15px ;
    text-transform: uppercase ;
    text-align: center ;
}
.pricings h2 {
	text-align: center;
	padding-top: 0;
	position: relative;
	color: #000;
	font-size: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'NewsGothicBT-Bold';
}
.pricings h2 span {
    color: #e7891a;
}

.pricings p {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.price-tbl{
    width:100%; 
    margin: 0 auto;
}
.presently input[type=text]
 {
width: 100%;
padding: 10px;   
}


.boxx {
	border: 1px solid #ccc;
	padding: 30px;
	text-align: center;
}

.boxx h3 {
	color: #e7891a;
	text-transform: uppercase;
	font-family: 'NewsGothicBT-Bold';
}

.boxx button {
	width: 70%;
	text-transform: uppercase;
	margin-top: 40px;
	padding: 11px;
	font-weight: 600;
	background: #000;
	border: none;
}
/* SECTIONS */
.lcws-premium-section {
    padding:40px 0;
}

.lcws-premium-section.alt {
    background: #ffffff;
}

/* CARD */
.lcws-card {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: #fff;
    padding: 50px;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.lcws-card.reverse {
    direction: rtl;
}

.lcws-card.reverse * {
    direction: ltr;
}

.lcws-card-img img {
    width: 100%;
    border-radius: 10px;
}

.lcws-card-text h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
}

.lcws-card-text p,
.lcws-card-text li {
    font-size: 16px;
    line-height: 1.8;
}

/* PROCESS */
.lcws-process {
    background: #0e4c8c;
    color: #fff;
    padding: 90px 40px;
    text-align: center;
}

.lcws-process-grid {
    max-width: 1000px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.lcws-step {
    background: rgba(255,255,255,0.15);
    padding: 25px;
    border-radius: 10px;
    font-weight: 500;
}

/*light-box*/
/* ================= LIGHT GALLERY ================= */

.dtsc-lg-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.dtsc-lg-item {
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}

.dtsc-lg-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.dtsc-lg-item:hover img {
    transform: scale(1.1);
}

/* ================= LIGHTBOX ================= */
.dtsc-lg-gallery{
    padding:50px 0;
}
.dtsc-lg-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.dtsc-lg-lightbox.dtsc-lg-active {
    display: flex;
}

.dtsc-lg-lightbox-img {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 14px;
    animation: dtscLgZoom 0.4s ease;
}

@keyframes dtscLgZoom {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.dtsc-lg-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
}

.dtsc-lg-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    user-select: none;
}

.dtsc-lg-prev {
    left: 20px;
}

.dtsc-lg-next {
    right: 20px;
}
/* ================= CONTACT US SECTION ================= */

.gdt-contact-section {
    padding: 60px 20px;
    background: #f6f8fa;
}

.gdt-contact-container {
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.gdt-contact-title {
    font-size: 32px;
    margin-bottom: 25px;
    color: #1f2d3d;
}

.gdt-contact-details {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gdt-contact-item {
    font-size: 18px;
    color: #333;
}

.gdt-contact-label {
    font-weight: 600;
    margin-right: 8px;
    color: #000;
}

.gdt-contact-link {
   color: #e6872d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gdt-contact-link:hover {
    color: #084f8c;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 700px) {
    .gdt-contact-container {
        padding: 25px;
    }

    .gdt-contact-title {
        font-size: 26px;
    }

    .gdt-contact-item {
        font-size: 16px;
    }
    .lcws-process-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    
}

@media only screen and (max-width: 700px) {
    .lcws-card{
        display:block;
    }
    .lcws-card-text h2 {
    font-size: 22px;
    line-height: 28px;
}
}
