/* Footer Start */

.footer-inner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 30px 50px 20px 50px;
  background: #141414;
}

.content-footer {
  position: fixed;
  bottom: 0;
  left: 0px;
  padding: 0px 0 0;
  z-index: 2;
  -webkit-transform: translate3d(0,0,0);
}

.footer-box ul li h5{
	 float: left;
	padding-right: 10px;
	color: #ed3237;
  max-width: 90px;
  width: 100%;
}
.footer-box ul li span {
  float: left;
  padding-right: 10px;
  color: #fff;
  font-weight: normal;
}
.footer-box.fl-wrap.links ul{
	width: 70%;
	max-width: 350px;
	display: inline-block;
	
}
.certificat-img {
  display: inline-block;
  vertical-align: top;
  padding: 8px 0px;
  width: 7%;
}
.certificat-img img {
  margin: 0px 0 5px;
}
.download-widgets a img {
  width: 40%;
  display: inline;
  margin-right: 10px;
  margin-top: 10px;
}

.subcribe-form {
  padding-left: 0;
}

.footer-header.fl-wrap h3{
	text-align: right;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	float: right;
	padding-right: 10px;
	position: relative;
	top: 4px;
	font-weight: bold;
}
.footer-box.fl-wrap.links ul li a{
	color: #ffffff;
	font-weight: normal;
}
.footer-header span{
	color: #ed3237;
}
.footer-box ul li{
	font-size: 14px;
	text-transform: none;
  display: flex;
}
.footer-icons i{
	font-size: 18px;
	margin-right: 12px;
	color: #ed3237;
}
.policy-box p{
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}
.footer-logo img {
  width: 190px;
  height: auto;
  float: none;
}

.footer-logo {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  /* padding: 80px 0 80px 0px; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* Footer Start End*/

/* Header Start */
.fs-gallery-wrap .swiper-pagination {
  z-index: 100;
  right: 0;
  width: auto !important;
  left: inherit !important;
  bottom: 0 !important;
  background: #fff;
  padding: 15px 15px;
  border-bottom: 1px solid #eee;
}
.nav-holder nav li a{
	font-size: 11px;
}
.show-share-wrap div span{
	font-size: 11px;
}
.show-share-wrap div{
	top: 23px;
}


.translate .goog-te-gadget .goog-te-gadget-simple {
    		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		}
		.translate .goog-te-gadget .goog-te-gadget-simple a {
			padding:5px;
		}
		.translate .goog-te-gadget .goog-te-gadget-simple span {
			margin:5px;
			color:#ffffff !important;
		}
		.translate .goog-te-gadget-icon {
    		display: none;
		}
		.translate .goog-te-menu-value span {
			color: #ffffff;
			font-weight: bold;
		}
		.goog-te-menu-value img {
			display: none;
			margin-left: 2px;
			margin-right: 2px;
		}
/* Header End*/

/* Slider Start */

.hero-wrap p{
	font-size: 14px;
}

/* Slider End */

/* Social Media Start */

.share-icon-facebook::before {
  content: "\f39e";
}
.share-icon::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

/* Social Media End */




/* Index page Start */

.separator.trsp-separator{
	background: #ed3237;
}

.home-link {
  color: #ed3237;
  font-size: 16px;
  font-weight: bold;
}
.about-wrap p{
	font-size: 17px;
}
.home-link:hover {
  color: #000000;
}
.section-title h3{
	color: #ed3237;
  font-size: 24px;
}
.video-wrap-home p{
	font-size: 17px;
}
.box-item::after{
  content: "";
  position: absolute;
  top: 70px;
  left: -70px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 30px solid rgba(0,0,0,0.1);
}
.content-wrap.about-wrap{
	padding: 0px 30px 0px 0px;
}
.about-wrap .btn {
  margin-top: 47px;
}
.btn:hover {
  color: #fff;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.latest-blog-dark-outer {
  height: 250px;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-cover {
  background-size: cover;
}
.overlay-wraper {
  position: relative;
  background-position: center;
}
.m-b30 {
  margin-bottom: 30px;
}
.p-a20 {
  padding: 20px;
}
.opacity-04 {
  opacity: 0.4;
}
.overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.bg-black {
  background-color: #000;
}
.latest-blog-dark {
  position: absolute;
  left: -20px;
  top: 0;
  width: 260px;
  min-height: 120px;
  background-color: #000;
  padding-left: 40px;
  transform: translate(0%, 55%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-a20 {
  padding: 20px;
    padding-left: 20px;
}
.text-uppercase {
  text-transform: uppercase;
}
.m-a0 {
  margin: 0;
}

.latest-blog-dark-outer2 {
  height: 530px;
}
.latest-blog-square {
  position: absolute;
  right: -60px;
  top: 50%;
  width: 300px;
  min-height: 300px;
  padding: 25px 25px 25px 25px;
  border: 15px solid #000;
  transform: translate(0%, -50%);
}
.m-b10 {
  margin-bottom: 10px;
}
.m-t0 {
  margin-top: 0;
}
.font-30 {
  font-size: 30px;
  line-height: 36px;
}
.latest-blog-dark.text-uppercase img{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	float: left;
}
.latest-blog-dark.text-uppercase span{
	margin-left: 12px;
	/* line-height: 93px; */
	font-size: 19px;
	font-weight: 600;
}
.overlay-bx-2 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ed3237;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.overlay-bx-2:hover {
  opacity: 1;
  bottom: 0px;
}
.line-amiation {
  position: relative;
  width: 100%;
  height: 100%;
}
.line-amiation::before {
  width: 1px;
  height: 0px;
}
.line-amiation:hover::before {
	height: 100%;
	top: 0px;
	opacity: 1;
}
 .line-amiation::before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 20px;
  top: 20px;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  opacity: 0;
}
.line-amiation::before {
  width: 1px;
  height: 0px;
}
.hover-btn{
	position: absolute;
	top: 35px;
}
.flat-btn-black{
	border: 1px solid #27282c;
	color: #fff;
	background: #000;
	margin-left: 44px;
	font-size: 12px;
  letter-spacing: 1px;
}
.flat-btn-black::before {
  background: #fff;
}
.flat-btn{
	font-size: 12px;
  letter-spacing: 1px;
}
.latest-blog-square.text-white img{
	position: relative;
	display: block;
	/* width: 75%; */
	/* width: 78%; */
  width: 125px;
height: 125px;
left: 32px;
margin-bottom: 19px;
}

.square_shape1, .square_shape4{
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.square_shape1::after {
  left: -700px;
  top: 50px;
}
.square_shape1::after, .square_shape4::after{
  width: 800px;
  height: 800px;
  position: absolute;
  content: "";
  border: 40px solid rgba(255, 255, 255, 0.1);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.square_shape4::after {
  left: -820px;
  top: -260px;
}
.bg-red{
	background: #ed3237;
}
.circle-block-outer .wt-icon-box-wraper {
  transition: all 0.5s ease-out;
  border: 2px solid #fff;
}
.wt-icon-box-wraper .wt-tilte {
	margin-top: 0;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 15px 0;
}
.icon-content p {
  word-break: break-all;
  font-size: 17px;
}
.wt-icon-box-wraper.left {
  text-align: left;
  height: 100%;
}
.circle-block-outer .wt-icon-box-wraper:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.circle-block-outer .wt-icon-box-wraper:hover .icon-content h4, .circle-block-outer .wt-icon-box-wraper:hover .icon-content p {
  color: #000;
}
.text-left{
	text-align: left;
}
.download-font h2{
	font-weight: bold;
	font-size: 50px;
}
section.parallax-section {
  padding: 100px 0 100px 0;
  overflow: hidden;
}
section.parallax-section .bg{
  height: 140%;
  top: -10%;
}
.testi-item h3{
	padding-bottom: 5px;
	font-size: 24px;
}
.testi-item span{
	float: left;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	width: 100%;
	text-align: left;
}
section.header-section p{
	font-size: 18px;
  height: 115px;
  align-content: center;
}

.wt-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
}
.wt-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  height: 205px;
  object-fit: cover;
}
.overlay-bx-2 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ed3237;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.p-a40 {
  padding: 40px;
}
.line-amiation:hover::after {
  width: 100%;
  opacity: 1;
  left: 0px;
}
.line-amiation::after {
  width: 0%;
  height: 1px;
}
.line-amiation::after, .line-amiation::before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 20px;
  top: 20px;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  opacity: 0;
}
.title-latest-tiles h2{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}
.position-title-tiles{
	text-align: center;
	position: absolute;
	top: 55%;
  left: 54%;
  padding: 25px;
  transform: translate(-50%, -50%);
  right: 0;
  width: 92%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.clients-list.fl-wrap ul{
	display: flex;
	flex-wrap: wrap;
}
.clients-list.fl-wrap ul li{
	-webkit-box-flex: 0;
	max-width: 25%;
	display: flex;
	line-height: normal;
	position: relative;
	padding: 15px;
	width: 23%;
	box-shadow: 3px 3px 5px 0 rgb(0,0,0,0.1);
	margin-left: 15px;
}
.clients-list.fl-wrap ul li .imageicon {
  width: 80px;
  margin: auto;
  text-align: center;
}
.clients-list.fl-wrap ul li .imageicon img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.clients-list.fl-wrap ul li .icontxt {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: auto;
}
.clients-list.fl-wrap ul li .icontxt span {
  font-size: 13px;
  line-height: 0px;
  letter-spacing: 1px;
}
.clients-list.fl-wrap ul li .icontxt h4 {
  margin: 0px;
  color: #ed3237;
  font-weight: bold;
}
/* Index page End */


.logo-holder{
  padding-top: 10px;
}
.logo-holder img{
  height: 50px !important;
}
.bg.dec-bg{
  width: 40%;
}
.bg.dec-bg.left-pos-dec{
  left: 0%;
  right: 0%;
}
.bg{
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-testimonials{
  background-repeat: no-repeat;
  background-size: cover;
}
.cta .bg{
  background-size: cover;
}
.swiper-wrapper .bg{
  background-size: cover;
}
.nav-holder{
  float: none;
  justify-content: center;
  display: flex;
}
.policy-box{
  margin-top: 15px;
}
.intro-text h2{
  -webkit-text-stroke: 1px #000;
}
.latest-blog-dark h3{
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide .overlay, .hero-content .overlay{
  opacity: 0.1;
}
.flat-btn{
  background-color: #ed3237;
}
.product-slider .owl-nav{
  display: flex !important; 
  position: relative;
  margin-top: 0 !important;
}
.product-slider .owl-nav .owl-prev{
  background: #292929 !important;
  color: #fff !important;
  transition: 0.3s;
  position: absolute;
  top: -100px;
  width: 40px;
  height: 40px;
  left: -50px;
  margin: 0 !important;
  transform: translateY(-50%);
  border-radius: 0 !important;
  font-size: 20px !important;
}

.product-slider .owl-nav .owl-next {
  background: #292929 !important;
  color: #fff !important;
  transition: 0.3s;
  position: absolute;
  top: -100px;
  width: 40px;
  height: 40px;
  right: -50px;
  margin: 0 !important;
  transform: translateY(-50%);
  border-radius: 0 !important;
  font-size: 20px !important;
}

.header-section {
  background:#ec3136;
}
.testilider .swiper-pagination{
  bottom: 100px;
}
.y-middle{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.social-wrap ul li:hover a {
  color: #141414;
}
section.parallax-section .pr-title{
  margin-top: -45px;
}
.contact .bg{
  background-size: cover;
}
.contact.par-bg .bg{
  height: 440px;
}
.contact-form.section-full {
  position: relative;
  background-color: #fff;
}
.section-head {
  margin-bottom: 40px;
}
.wt-box{position: relative;}
.p-a40{padding: 40px;}
.contact-one {
  border: 6px solid #000;
  position: relative;
  max-width: 945px;
  padding-right: 150px;
}
.contact-info {
  position: absolute;
  right: -39%;
  width: 310px;
  padding: 30px 25px 30px 25px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-info p{
  font-size: 14px;
  line-height: 20px;
}
.contact-info h5{
  margin-bottom: 10px;
}
.content-footer{z-index: 0;}
.p-b30{padding-bottom: 30px;}
.contact-one .input-group{
  margin-bottom: 25px;
}
.contact-one .input-group  i{
  line-height: 35px;
  border-bottom: 1px solid #000;
}
.contact-one .input-group input{
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.contact-one .input-group textarea{
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.form-control:focus{box-shadow: none;}
.contact-one .address{
  display: flex;
}
.contact-one .address span{
  white-space: nowrap;
  /* margin-right: 10px; */
}
.contact-info .wt-icon-box-wraper p{margin-top: 3px;}
.contact-info .wt-icon-box-wraper  i{
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  line-height: 16px;
  font-size: 13px;
}
.p-10{padding: 6px 7px;}
.p-8{padding: 5px 8px;}
.contact.full-height{height: 400px;}
.contact .hero-wrap{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0px !important;
}
.contact .hero-wrap h2{
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 44px;
  padding-bottom: 0px;
}
.height-emulator{z-index: 0;}
.d-table{display: table;}
.about .about-desc{
  margin-top: 30px;
}
.about .bg.dec-bg{
  top: 0%;
}
.about .box-item img{
  height: 500px;
  object-fit: cover;
}
.about .bold-title{padding-bottom: 30px;}
.main{
  display: flex;
  flex-wrap: wrap;
}
/* .about .about-image{position:relative;} */
.about .about-image .img-bg {
  position: absolute;
  width: 20%;
  height: 220px;
  z-index: -1;
  background-color: #141414;
  top: -25px;
  left: 49%;
}
.about .about-image .img-bg2 {
  width: 25%;
  height: 280px;
  z-index: -1;
  border: 2px solid #ec3136;
  right: -1.5%;
  bottom: -6%;
  position: absolute;

}
.wt-media-details.right {
  text-align: left;
  /* background-color: #ec3136; */
  color: #fff;
}
.wt-media-details.left {
  text-align: left;
  /* background-color: #000; */
  color: #fff;
}
.wt-media-details .wt-tilte {
  margin-top: 0;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 15px 0;
}
.about-page{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about-page .wt-media-details{
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 20px;
  background-color: #000;
}
.about-page .mission-icon{
  font-size: 50px;
  line-height: 50px;
}
.position-title-tiles p{
  text-align: center;
  font-size: 18px;
  padding: 4px 0px;
}
.nav-holder nav li ul a {
  font-size: 12px;
  line-height: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  letter-spacing: 1px;
}
.wt-img-effect .fancy:hover{
  display: block;
}
.wt-img-effect .fancy .position-title-tiles{opacity: 0;}
.wt-img-effect .fancy .overlay-bx-2:hover .position-title-tiles{opacity: 1;}
.mission-section .row > *:nth-child(3n+1) .about-page .wt-media-details,
.mission-section .row > *:nth-child(4n+1) .about-page .wt-media-details{
  background-color: #000;
}
.mission-section .row > *:nth-child(4n+2) .about-page .wt-media-details,
.mission-section .row > *:nth-child(4n+3) .about-page .wt-media-details{
  background-color: #ec3136;
}
.catalogue .flat-btn-black{
  margin-left: 0;
  float: left;
}
.catalogue .catalogue-name{
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 26px;
}
.catalogue .download-link{
  font-size: 28px;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 8px 10px;
}
.catalogue .download-link:hover{
  color: #ed3237;
}
.catalogue .catalogue-detail{
  padding: 10px 15px;
}
.catalogue .wt-img-effect{
  border: 1px solid #ddd;
}
.catalogue .catalouge-para {
  padding: 0px 20px;
  margin-bottom: 40px;
}
.catalogue .catalouge-para p{
  text-align: center;
  letter-spacing: 1px;
}
.catalogue .row > * {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.company {
  color: #ed3237;
}
.mission-section .row > *:last-child .about-page .wt-media-details{margin-bottom: 0;}
.mission-section .row > *:nth-last-child(2) .about-page .wt-media-details{margin-bottom: 0;}
.content-wrap.about-wrap p:last-child{padding-bottom: 0px;}
.about-bg{
  width: 100%;
  opacity: 0.1;
  z-index: -1;
  height: 520px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0%;
  left: 0;
  margin-top: 23px;
}
.home-slider .hero-wrap .hero-item{
  width: 50%;
}
.home-slider .hero-wrap .hero-item h3{
  color: #ed3237;
  font-size: 16px;
}
.vector{
  height: 390px;
  width: 500px;
  right: -50px;
  top: -148px;
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}
.vector2{
  height: 160px;
  width: 240px;
  right: -190px;
  top: 50%;
  position: absolute;
  z-index: -1;
  opacity: 0.6;
  transform: translateY(-40%);
}
.vector3{
  height: 240px;
  width: 360px;
  left: 0%;
  top: 30%;
  position: absolute;
  z-index: -1;
}
.vector4{
  height: 400px;
  width: 600px;
  left: 0%;
  top: 0px;
  opacity: 0.05;
  position: absolute;
  z-index: -1;
}
.vector-center{
  height: 320px;
  width: 480px;
  left: 50%;
  top: 50%;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  transform: translate(-50%,-50%);
}
.vector-left{
  height: 320px;
  width: 480px;
  left: 50%;
  top: 50%;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  transform: translate(-50%,-80%);
}
.about-vector-right{
  height: 280px;
  width: 420px;
  right: -1%;
  top: 50%;
  opacity: 0.4;
  position: absolute;
  z-index: -1;
  transform: translateY(-48%);
}
.catalog-vector-center{
  height: 560px;
  width: 840px;
  left: 50%;
  top: 50%;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  transform: translate(-50%,-50%);
}
.social-wrap ul li a{
  color: #ed3237;
}
.m-product {
  display: none;
}


.cta .bg-highlight{
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center center;
  /* background-size: cover; */
}
.overlay{
  opacity: 0.3;
}
.highlight-width{
  width: 60%;
  padding: 90px 0;
}
.intro-text h2{
  font-size: 40px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.vector-product{
  height: 290px;
  width: auto;
  right: -110px;
  top: -130px;
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}
.vector-vision{
  height: 520px;
  width: 660px;
  left: 50%;
  top: 50%;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  transform: translate(-50%,-50%);
}
.vector-latest-pro {
  height: 250px;
  width: 360px;
  right: -50px;
  top: -98px;
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}
.vector-testimonial{
  height: 140px;
  width: 200px;
  left: -18px;
  top: 20%;
  position: absolute;
  z-index: -1;
  opacity: 0.6;
  transform: translateY(80%);
}




/* Fullscreen overlay */

section#sec2{
  background-color: #ec1f24;
}
section#sec2 .section-title h3{
  color: #fff;
}
section#sec2 .separator.trsp-separator{
  background-color: #fff;
}
section#sec2 .content-wrap.about-wrap p{
  color: #fff;
}
section#sec2 .content-wrap.about-wrap{
	padding: 0px 30px 0px 75px;
}
section#sec2 .flat-btn{
	border: 1px solid #27282c;
  color: #fff;
  background: #000;
}
section#sec2 .respimg{
	height: 600px;
}
section#sec2 .bold-title{
	color: #fff;
}

.home-slider .hero-wrap{
  top: 18%;
  left: 4%;
}
.home-slider .hero-item::before{
  display: none;
}
.home-slider .hero-wrap h2 span{
  font-size: 32px;
}
.home-slider .hero-wrap h2  {
  font-size: 75px;
  letter-spacing: -2px;
  font-weight: 500;
  padding-bottom: 0px;
  letter-spacing: 0px;
}
.home-slider .hero-wrap p{
  font-weight: 500;
  font-size: 18px;
}
.home-cta .highlight-width{
  width: 100%;
  padding: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
.home-cta .bg-highlight{
  min-height: 570px;
  width: 100%;
}
.home-cta{
  min-height: 570px;
  display: flex;
  align-items: end;
  padding: 60px 0px;
}
.home-cta .cta-btn{
  width: 25%;
}
.home-cta .intro-text h2{
  width: 70%;
  margin-bottom: 0px;
  font-size: 36px;
  font-weight: 600;
  padding-top: 25px;
  line-height: 45px;
}
.home-cta .cta-btn .flat-btn {
  float: unset;
  margin-bottom: 5px;
}
.home-cta-2 .intro-text{
  float: right;
  width: 30%;
  padding: 40px 0px;
}
.home-cta-2 .intro-text h2{
  font-size: 36px;
  padding-bottom: 25px;
  margin-bottom: 0px;
  padding-top: 25px;
  line-height: 45px;
  /* -webkit-text-stroke:none;
  border-bottom: none; */
  letter-spacing: 0px;
}
.loader{
  background: #ec1f24;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader-image {
    max-width: 100%;
    height: auto;
}
.beauty-img img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.beauty-cta-2{
  background-color: #ed3237;
  padding: 0;
}
.beauty-text{
  text-align: left;
  margin-bottom: 30px;
}
.beauty-text h2{
  font-size: 52px;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Poppins',sans-serif;
}
.beauty-box{
  display: flex;
  align-items: center;
  gap: 6px;
}
.beauty-box .beauty-icon{
  background-color: #fff;
  border-radius: 50%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  min-width: 50px;
  max-width: 50px;
  width: 100%;
}
.beauty-box .beauty-icon img{
  width: 100%;
  height: auto;
}
.beauty-box p{
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  padding-bottom: 0;
}
.beauty-main-box{
  display: grid;
  grid-template-columns: repeat(3 , 150px  );
  gap: 10px;
}
.beauty-cta-2 .row > *{
  display: flex;
  flex-direction: column;
}
.beauty-cta-2 .row > * > *{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.beauty-content-box{
  padding: 60px;
}

.footer-box.fl-wrap.links ul li a:hover{
  color: #ed3237;
}
.contact-info a:hover{
    color: #ed3237;
}
.footer-box a:hover{
  color: #ed3237;
}
