@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');


*
{	
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#484847;
	font-weight:400;
	
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #c72127;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#363636;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.font-big{ font-family: 'big-caslon';
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
    padding-top: 5px;
    display: inline-block;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-med , .font-med *
{
	 font-weight: 500;
}
.font-bold , .font-bold *
{
	 font-weight: 700;
}
.font-light , .font-light *
{
	 font-weight: 300;
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
	line-height:2rem
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
	line-height: 3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
	line-height:3.75rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
	line-height: 4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;


}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:30px;
	margin:0;
	background: #c72127;
	top:0;


	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;
	width:20px;

}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
	background:#FFF
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
.color1
{
	color:#c72127

}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem
}
.line-35 , .line-35 *
{
	line-height:2.1875rem
}
.line-40 , .line-40 *
{
	line-height:2.5rem
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}

/***********************************************************************/
footer
{
	background:#252523;
}
.border-left
{
	border-left:2px solid #c72127;
}
.border1
{
	border:1px solid #DADADA;
}
.footer_menu li
{
	display:inline-block;
	width:100%
}
.footer_menu  a:hover , .copyright a:hover
{
	color:#c72127
}
.social_media li
{
	margin-right:10px;
}
.social_media li a
{
  height: 49px;
  width: 49px;
  border: 1px solid #979797;
	display:inline-block;
	border-radius:50%  
}
.social_media li:hover span
{
	color:#c72127
}
.copyright
{
	border-top: 1px solid #979797;
}
header
{
	

}
header .top_header{
	position:fixed;
	top:0;
	left:0;
	z-index:500;border-top:6px solid #c72127;box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	width:100%;
	background:#FFF
}
.page-home header
{
	background:none
}
header nav a
{
	color:#484847
}
header nav a:hover
{
	color:#c72127
}
.mail span , .mail a
{
	color:#c72127
}
 .mail a:hover
 {
	 color:#484847
 }
.breadcrumbs-box
 {
	 height:240px;
	 position:relative;
 }
.breadcrumbs-box:before
 {

	 position:absolute;
	 top:0;
	 left:0;
	 z-index:50;
	 width:100%;
	 height:100%;
	 content:'';
	 background-color: rgba(0,0,0,0.4);
 }
.breadcrumbs-box a:hover
 {
	color:#c72127 
 }
 .history_box_main:before
 {
	 position:absolute;
	 top:21px;
	 left:0;
	 z-index:50;
	width:100%;
	 height:1px;
	 content:'';
	 background-color: #979797;	 
 }
 
.aos-animate.history_box_main:before
{
	-webkit-animation: line_l_animation 0.6s ;
	animation: line_l_animation 0.6s ;	  
}
@-webkit-keyframes line_l_animation {
    0%   { width: 0px;}
    100%   {width: 100%;}
} 

 
[data-aos][data-aos][data-aos-delay="400"].aos-animate.history_box_main:before , [data-aos][data-aos][data-aos-delay="400"].aos-animate .h_border span {
    animation-delay: 0.4s;
} 
[data-aos][data-aos][data-aos-delay="800"].aos-animate.history_box_main:before , [data-aos][data-aos][data-aos-delay="800"].aos-animate .h_border span{
    animation-delay: 0.8s;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate.history_box_main:before , [data-aos][data-aos][data-aos-delay="1200"].aos-animate .h_border span{
    animation-delay: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate.history_box_main:before , [data-aos][data-aos][data-aos-delay="1600"].aos-animate .h_border span{
    animation-delay: 1.6s;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate.history_box_main:before , [data-aos][data-aos][data-aos-delay="2000"].aos-animate .h_border span{
    animation-delay: 2.0s;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate.history_box_main:before , [data-aos][data-aos][data-aos-delay="2400"].aos-animate .h_border span{
    animation-delay: 2.4s;
}
 [data-aos][data-aos][data-aos-delay="2800"].aos-animate.history_box_main:before , [data-aos][data-aos][data-aos-delay="2800"].aos-animate .h_border span{
    animation-delay: 2.8s;
}
[data-aos][data-aos][data-aos-delay="3200"].aos-animate.history_box_main:before , [data-aos][data-aos][data-aos-delay="3200"].aos-animate .h_border span{
    animation-delay: 3.2s;
}


 .h_border
 {
	 border: 1px solid #979797;
	 border-radius:50%;
	 width:45px;
	 height:45px;
	 background:#FFF;
	     z-index: 500;
    position: relative;
 }
 
  .h_border span
 {
	 width:30px;
	 height:30px;border-radius:50%;
	 background-color: #c72127;
 
 }
.aos-animate .h_border span
{
	-webkit-animation:bounce-in-fwd 1s 1 ;animation:bounce-in-fwd 1s 1 
}
 @-webkit-keyframes bounce-in-fwd{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:scale(.7);transform:scale(.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:scale(.84);transform:scale(.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}89%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce-in-fwd{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:scale(.7);transform:scale(.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:scale(.84);transform:scale(.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}89%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
 
 
 .history_border
 {
	 position:absolute;
	 top:21px;
	 left:0;
	 z-index:50;
	 border-top: 2px solid #979797;
	 width:100%;

 }





.bg1
{
	background:#222D35
}
.mission_icon
{
  height: 120px;
  width: 120px;
  background-color: #FFFFFF;	
  border-radius:50%
}
.desc_reach ul
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.desc_reach ul li
{

	width:50%;
	padding:5px 0;
}
.reach_parallax
{
	border:20px solid #FFF;
	position:absolute;
	top:10%;
	right:0;
	z-index:100
}

.latest_arrow
{
	position:absolute;
	cursor:pointer;
	top:8px;
	z-index:60;
	background:none
}
.leftLst
{
	left:-35px;
}
.rightLst
{
	right:-35px;
}
.reach_box
{
	position:absolute;
	top:0;
	right:0;
	z-index:100	;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);

}
.jc-fe
{
	justify-content:flex-end
}
.our_reach .colw-50
{
	max-width:670px;
}
.bg_grey
{
	background:#F1F1F1
}
.contact_box .icons
{
    height: 50px;
    width: 50px;
    border: 1px solid #979797;
    display: inline-block;
    border-radius: 50%;	
}
.contact_box .icons span
{
	color:#484847
}
.contact-page textarea
{
	resize:none;
	background:#FFF
}
.contact-page button{
  height: 50px;
  width: 233px;
  background-color: #c72127;
  cursor:pointer
}
.contact-page button:hover{

  background-color: #484847;

}
.solutions_box
{
	border:1px solid #BEBEBE;
	border-bottom:5px solid #c72127;
	
}
.solutions_box.colw-20
{
	width:19%;
	
}
.solutions_box:hover .solutions_overlay
{
	opacity:1
}
.solutions_overlay
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background:#FFF;transition:all 0.5s ease-in-out;
	opacity:0;
}
.s_counter
{
	font-size:8.75rem;
	line-height:10rem;
	color:#DADADA;
	font-family:arial
}
.color2 , .color2 *
{
	color:#6D7278
}
.s_fleche
{
	position:absolute;
	top:calc(50% - 25px);
	right:-55px;
	z-index:500
}
.categories_listing .categories_shadow , .brands_shadow
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
	width:100%;
	height:100%;
	opacity:0;
}
.categories_listing .bg_hover:hover .categories_shadow , .categories_listing_details .colw-25:hover .brands_shadow
{

opacity:1;
	transition:all 0.5s ease-in-out;
}
.categories_listing_details .colw-25 , .categories_listing_details .h100
{
    max-width: 330px;
    min-height: 288px;
}






.back a
{
	transition:all 0.5s ease-in-out;display:flex
}
.back a:hover
{
	color: #c72127;transform:translateX(-5px);
}
.categories_listing .colw-50:first-child
{
	border-right:1px solid #FFF
}
.categories_listing .colw-50:nth-child(2)
{
	border-left:1px solid #FFF
}
.categories_listing_details .categories_shadow
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	width:100%;
	height:100%;
	justify-content: flex-end;
	padding-bottom:2rem
}
.origins_box
{
	border-top:1px solid #DADADA

}
.items_expand
{
	position:absolute;
    top: 40px;
    right: 30px;
	z-indeX:50;filter: brightness(0) invert(1);

	cursor:pointer
}
.items_listing .colw-25
{
	max-width:320px;min-height: 100%;box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.flag img{max-width:35px;border: 1px solid #DADADA;border-radius:50%}
.filter a
{
	padding:10px 35px;
	border:1px solid #DADADA;
	margin:0 10px;
}
.filter a.active
{
	border-color:#c72127;
	color:#c72127
}

header li .ddm
{
	left:-15px;
}
header li .ddm ul{
	padding:10px 0
}

header li .ddm li{
    padding-left: 0;
    margin-left: 0;
}
header li .ddm li a{
font-size:14px;
}
.home_listing li
{

    display: inline-block;
    width: 32%;
    padding: 10px 0px 10px 40px;
    background: url(../img/li.svg) no-repeat left center;
    background-size: 28px;	
	
}
.home-services
{
	margin-top:100px;
}
.home-services .s_counter
{

    line-height: 7rem;
    position: absolute;
    top: -70px;
    background: #FFF;	
}
.home_parallax
{
	background:url('../img/parallax2.jpg') no-repeat center center / cover;
	background-attachment:fixed;
}


.banners {
    margin-bottom: -5px !important;

}
.banners .slick-slide > div
{
	margin-bottom:-5px;
}
.main_bg {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background-color: rgba(0,0,0,0.4);

    z-index: 50;
    content: '';
}.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 10vh;
}


.banners  .slick-dots li , .d_slick .slick-dots li
{
	width:10px;
	height:10px;
	border-radius:25px;
}
.banners .slick-dots li 
{
margin:5px 0;	
}
 .d_slick .slick-dots li
{
	margin:0 2.5px;
}
 .banners .slick-dots li button , .d_slick .slick-dots li button
{
	width:10px;
	height:10px;border-radius:25px;
	background:#c72127;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before , .d_slick .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button ,  .d_slick .slick-dots li button:hover , .d_slick .slick-dots li.slick-active button
{
	background:#FFF;
}
.banners .slick-dots {
    top: 0;
    z-index: 10;
    width: 10px;
    height: 100%;
	left:25px;
	    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
 .d_slick .slick-dots{
    bottom: 2vh;
	z-index:10
}
.d_slick
{
	margin-bottom:0 !important
}
.home_serv_link a
{
	background-color: #c72127;
}
.r-l-shadow span:before
{
    position: absolute;
    top: 11px;
    left: -60px;
    z-index: 50;
    box-sizing: border-box;
    height: 1px;
    width: 50px;
    border: 4px solid #c72127;
    /*content: ''; */ 
}
.r-l-shadow span:after
{
    position: absolute;
    top: 11px;
    right: -60px;
    z-index: 50;
    box-sizing: border-box;
    height: 1px;
    width: 50px;
    border: 4px solid #c72127;
    /*content: '';  */
}
.page-home header
{
	border:0
}
.page-home:before
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: calc(100vh + 64px);
    width: 100%;
    background: #c72127;
    content: ''; 	
}
.bg_white
{
	background:#FFF
}
.page-home
{
	padding-top:90px;
}
.page-home header , .page-home section
{
	z-index:50;
	position:relative
}
.page-home header{
	z-index:60;
	position:absolute;
	top: 65px;
	left:0;
	width:100%
}
.logo_hidden
{
	opacity:0
}
.logo_big
{
    position: absolute;
    top: -87px;
    left: 0;
    z-index: 50;
}
.page-home header .bg_white
{


}
.page-home header .bg_white1:before
{
   /* position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    height: 100%;
    width: 94%;
    background: #FFF;
    content: '';*/ 	
	
	
position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    width: 100%;
    /* background: #FFF; */
    content: '';
    /*background: linear-gradient(270deg, rgba(0,0,0,0) 25%, #000000 145%);	*/
	
	
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, #FFF 70%);
	
}
.page-home header:before , .banners:before
{
    position: absolute;
    top: 0;
    left: 90%;
    z-index: 5;
    height: 100%;
    width: 100%;
    background: #FFF;
    content: ''; 		
}
.slick-list
{
	z-index:10
}
.home_social
{
	position:absolute;
	right:30px;
	top:0;
	z-index:50;
	height:100vh;

	width:70px;
}
.home_social ul
{
	width:37px;
	display:inline-block
}
.home_social li
{
	display:inline-block;
	    width: 100%;
		margin:10px 0;
		
}
.home_social li  a
{
	border: 1px solid #979797;
	background:#FFF;
	padding:5px 0;width:35px;
	height:35px;
}
.home_social li  a:hover
{
	border-color: #c72127;
}
.home_social li  a:hover span
{
	color: #c72127;
}
.op-0
{
	opacity:0;
	min-height:0 !important;
	height: 0 !important;
}
.home_news .colw-33
{
	max-width:430px;
}
.home_news_box
{
	position:absolute;
	bottom:0;
	right:0;
	z-index:50;
	width:70%
}
.page-home .top_header
{
	position:relative;
	background:none;border:0;box-shadow:none
}
.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index:100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c72127;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.trigger
{
	display:none
}
.h-70
{
	height:70px;
}
.solution_new img.sol_img{
    width: 100px;
    position: absolute;
    top: 5px;
    left: 17px;
    z-index: 10;
}
.solution_new_main 
{
	height:135px;
}
.solution_new
{
	padding-bottom:2rem
}
.max-260
{
	max-width:258px
}
.pt-100
{
	padding-top:6.25rem
}
.shad_img
{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
	height:100px
}

.solution_new .icon_img
{
	height:30px
}



.sol_back
{
	width:95%;
	height:35px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left center;

}
.solution_fleche_box:before
{
    position: absolute;
    top: -51px;
    left: -39px;display:none;
    z-index: 5;
    /* background: #FFF; */
    content: '';
    background: url(../img/anim/shadow.svg) no-repeat left center;
    width: 80px;
    height: 160px;
}
.home_parallax img
{
	height:65px;filter: brightness(0) invert(1);

}
.b_container , .page-home .top_header .container
{
	width:96%;
	margin:0 auto
}
.d_slick .slick-slide img
{
	display:block !important
}
.ai-fe
{
	align-items:flex-end
}

.solution_page .solution_page_box:nth-child(2n+2)
{
	background:#c72127;
	
}
.solution_page .solution_page_box:nth-child(2n+2) h2 ,.solution_page .solution_page_box:nth-child(2n+2) .font-18 , .solution_page .solution_page_box:nth-child(2n+2) .font-18 *
{
	color:#FFF
}
.solution_page .solution_page_box:nth-child(2n+2) .colw-25
{
	order:2;
	
}
.solution_page .solution_page_box:nth-child(2n+2) .colw-75
{
	order:1;
	padding-left:0;padding-right:3.125rem
}
.map_box
{
	width:1366px;
	height:665px;
	background:url(../img/map/map.png) no-repeat top center / cover;
	position:relative;
}
.pin , .circle , .text
{
	position:absolute;
	z-index:50
}
.pin1{top:225px;right:275px;}
.pin2{top:220px;right:555px;}
.pin3{top:385px;right:705px;}
.pin4{top:220px;left:225px;}
.pin5{top:110px;right:740px;}


.bullets li
{
    display: list-item;
    width: 100%;
    list-style-position: inside;
    /* list-style: circle; */
    list-style-type: disc;
}
.bullets ul{
padding-top:15px;
}
	
	
.circle1{top: 241px;right: 270px;width: 39px;height: 39px;}
.circle2{top: 230px;right: 545px;width: 49px;height: 49px;}
.circle3{top: 390px;right: 690px;width: 59px;height: 59px;}
.circle4{top: 237px;left: 218px;width: 39px;height: 39px;}
.circle5{top: 123px;right: 730px;width: 49px;height: 49px;}	



.text1{    top: 243px;
    right: 190px;}
.text2{    top: 320px;
    right: 395px;}
.text3{top: 375px;
    right: 795px;}
.text4{    top: 220px;
    left: 295px;}
.text5{    top: 110px;
    right: 830px;}



.pulsating-circle {
    transform: translateX(-50%) translateY(-50%);
	z-index:40
}
.pulsating-circle div
{
	position:relative;
	width:100%;
	height:100%;
}
.pulsating-circle span
{
	width:70%;
	height:70%;
	background:#c72127;
	opacity:0.336635045;
	display: inline-block;
	border-radius:50%;animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;

}

.pulsating-circle div:before {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    left: -50%;
    top: -50%;
    border-radius: 50%;
    background-color: #c72127;opacity:0.7;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle div:after {
    content: "";
    position: absolute;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    left: -100%;
    top: -100%;
    border-radius: 50%;
    background-color: #c72127;opacity:0.7;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.circle2 div:after , .circle2 div:before
{
	animation-delay:300ms
}
.circle3 div:after , .circle3 div:before
{
	animation-delay:500ms
}
.circle4 div:after , .circle4 div:before
{
	animation-delay:700ms
}
.circle5 div:after , .circle5 div:before
{
	animation-delay:900ms
}

@keyframes pulse-ring {
  0% {
    transform: scale(.2);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}
.our_reach_mob
{
	display:none
}
.mob_social
{
	display:none
}
.p_title_box{
background:#c72127
}

.p_title_box h2{
color:#FFF
}



 .gallery_slick_nav  .slick-slide{
      margin: 0 10px;
  }

.gallery_slick_nav  .slick-list{
      margin: 0 -10px;
  }
  .gallery_slick_nav
  {
	  max-width:555px;
  }
  
  .overlay_video {
    width: 100%;
    height: 100%;
	max-width:555px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 40px 40px;
    background: url(../img/play.png) center no-repeat;
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
}
.video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #000000;
    background: linear-gradient(180deg,#000000 10%, rgba(0,255,0,0) 80%);
}
.video-bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translate(-50%, -50%); */
    opacity: 1;
    object-fit: cover;
}

.mobile_show
{
	display:none
}
.vacancies_box_white {

  border-radius: 5px;
  height:100%;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 7px 9px 0 rgba(229,229,229,0.5);
}
.apply_now a
{
	text-decoration:underline;
	color:#c72127
}

.file-custom {
    position: absolute;
    width: 65px;
    height: 25px;
    right: 0;
    top: 12px;
}
.file-custom img
{
	width:20px;
}
.file_none {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    opacity: 0;
}
.green 
{
	color:green
}
.careers_details b *
{
	font-weight:700
}
.careers_details ul{
	padding-left:15px;
}
.careers_details ul li
{
    list-style: disc;
	display:list-item

}
@media all and (max-width: 1400px){
	.container{width:1000px}
	*{font-size:13px;}
	.page-home header .bg_white:before{width:93%;}
	.categories_listing_details .colw-33, .categories_listing_details .h100{min-height:290px;}
	.items_listing .colw-25{max-width:235px;}

}
@media all and (max-width: 960px){
	.categories_listing_details .colw-33, .categories_listing_details .h100{min-height:initial;}
	.categories_listing_details .colw-25, .categories_listing_details .h100{max-width:initial;min-height:initial}
	.categories_listing_details .colw-25{max-width:49%}
	.desk_social
{
	display:none
}

.mob_social
{
	display:inline-block
}
	.page-home header .bg_white1:before{background:#FFF}.page-home header{position:relative}
.our_reach_desk
{
	display:none
}
.our_reach_mob
{
	display:block
}
	
.solution_page .solution_page_box:nth-child(2n+2) .colw-25 , .solution_page .solution_page_box .colw-25
{
	order:2;
	
}
.solution_page .solution_page_box:nth-child(2n+2) .colw-75 , .solution_page .solution_page_box .colw-75
{
	order:1;
	padding-left:0;padding-right:0;margin-bottom:25px;
}



.page-home{padding-top:0 !important}.page-home header .bg_white:before{background:#FFF}
	.home_listing li{width:50%}
	.logo img{height:auto;width:160px}
.slided {
    -ms-transform: translate(-320px,0);
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}

.trigger{
		display: block;
	}

	nav{
		position: fixed;
		z-index: 500;
		width: 320px;
		height: 100vh;
		box-sizing: border-box;
		background: #222D35;
		left: 100%;
		padding: 20px;
		top: 0;
		transition: .7s;
		-moz-transition: .7s;
		-webkit-transition: .7s;
		z-index:100000
	}

	nav ul{
		margin:0;
	}

	nav ul li{
		margin:0;
		padding: 10px;
	}

	nav ul li a{
		padding: 5px 15px;
		line-height: 30px;
		text-align: left;
		position: relative;
		width: 100%;
		color:#FFF;
		box-sizing: border-box;
		display: block;
	}

	header li .ddm{
		position: relative;
		top: 10px;
		padding: 10px;
		opacity:1;
		overflow:inherit;
		background:none;
		top:-5px;
		left:20px;
		visibility:visible
	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 ;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}footer .colw-25{padding-bottom:0}
header li .ddm{padding: 0;
    display: inline-block;width:100%;    opacity: 1;
    height: auto;
    visibility: visible;
    top: auto;}.mb-15-m{margin-bottom:15px;}
	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang li{
		display: inline-block;
		width: auto !important;
	}
	.solution_new img.sol_img{    top: -3px;left: 42px;}
.mail{display:none}	
.logo_big{display:none}.logo_hidden{opacity:1;}.page-home .top_header{background:#FFF;    border-top: 6px solid #c72127;}.page-home{}.page-home header{top:0;}
.home_parallax img{max-height:60px;}

.home-services .latest_arrow {top:35%} .home-services .latest_arrow .rightLst{right:-13px;}.home-services .latest_arrow .leftLst{left:-13px;}
.home-services .leftLst{left:-13px}.home-services{margin-bottom:0 !important}
.home-services .leftLst img{transform: rotate(180deg);}
	.mb-30-m{margin-bottom:30px;}
	.pb-0-m{padding-bottom:0}
	.contact_main .px-100{padding:50px 25px;}
	.pt-0-m{padding-top:0}
	.our_reach .px-100 , .px-25-m{padding-left:25px;padding-right:25px;}
	.our_reach .colw-50:first-child{margin-bottom:25px;}
	h1, h2, h3, h4, h5, h6{line-height:initial}
	.rightLst {right: -13px;background: #FFF;top:10px;}
	.flex-row-m{flex-direction:column}
	.txt-cntr-m{text-align:center}
	.pl-0-m{padding-left:0}
	.reach_parallax{width:100%;top:auto;position:relative}
	.solutions_box.colw-20{width:100%;overflow:hidden}
	.s_fleche , .home_social{display:none !important}
	.items_listing .colw-25{max-width:100%}
	.mb-50-m{margin-bottom:50px;}
	.home-services .s_counter{position:relative;top:auto}
	.main_bg{height:35vh}
	.font-50, .font-50 *{font-size:2rem;line-height:initial}
	.page-home:before{height:65vh}.home_parallax .colw-20:last-child{width:100%;margin-bottom:0}.page-home:before{display:none}
	.banners_text h2 , .banners_text h2 *{font-size:1.2rem;line-height:1.5rem}
	.banners .slick-dots{    top: auto;display:none !important;height: auto;bottom: 1vh;width: 100%;left: 0;}.banners .slick-dots li {margin: 0 5px;}
	.mission_reach_box .colw-20{width:30%;}.banners_text{padding-top:5vh}
	.mission_reach_box .colw-80{padding-left:25px;}
	.social_media li a{width:40px;height:40px;}.social_media li {margin-right: 5px;}
	.categories_listing .categories_shadow, .brands_shadow{opacity:1}.py-100 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}
.mobile_show{display:block}
.mobile_show img{border-radius:5px;}
.banner{height:250px;}
}