@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
*
{	
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#000
	
}

html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;	color:#000;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#000;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult2  , .FormResult *, .FormResult1 * 
{
	color:green;
	display:block;
	min-height:25px;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-medium
{
	font-weight:500;
}
.font-semi
{
	font-weight:600;
}
.font-bold
{
	font-weight:700;
}
.font-10, .font-10 *
{
	font-size:0.625rem
}
.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-17, .font-17 *
{
	font-size:1.0625rem
}
.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-25, .font-25 *
{
	font-size:1.5625rem
}
.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;
}
.font-35, .font-35 *
{
	font-size:2.1875rem;
}
.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;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size: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
}
.jc-se
{
	justify-content: space-evenly
}
.trigger{
	width: 36px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:100%;
	margin:0;
	background: #FFF;
	top:0;
	border-radius:5px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}
.trigger > div > span:nth-child(1){

	width:18px;
	left:0
}
.trigger > div > span:nth-child(2){
    top: 9px;


}

.trigger > div > span:nth-child(3){
	top:18px;
	width:18px;
	right:0;	
    left: auto;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	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: 11px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-380px,0); /* IE 9 */
	-webkit-transform: translate(-380px,0); /* Safari */
	transform: translate(-380px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
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
}
.pb-100
{

	padding-bottom:6.25rem
}
.pt-100
{
	padding-top: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-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
.line-76 , .line-76 *
{
	line-height:4.75rem
}
.line-80 , .line-80 *
{
	line-height:5rem
}
a:hover
{
	color:#E7C702
}
.ai-initial
{
	align-items:initial
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.filter_white
{
	filter: brightness(0) invert(1);

}
.container
{
	width:1280px
}
.bg1
{
	background:#E7C702
}
.bg2
{
	background:#F1F1F1
}
.bg3
{
	background:#000
}
.bg4
{
	background:#ECECEC
}
.bg5
{
	background:#12161A
}
.bg7
{
	background:#1D242B
}
.bg8
{
	background:rgb(29 36 43 / 85%)
}
.bg66
{
	background:#373C41;
}
.bg6:before
{
	background:#373C41;
	width:100%;
	height:80%;
	content:'';
	z-index:50;
	position:absolute;
	left:0;
	top:0;
}
.bg9
{
	background:url('../img/work-bg.jpg') no-repeat top center / cover
}
.color1 , .color1 *
{
	color: #484847;
}
.color2 , .color2 *
{
	color: #818190;
}
.color3 , .color3 *
{
	color: #EBCC01
}
.ai-c
{
	align-items:center
}
.bt-1
{
	border-top:15px solid #F5F5F5;
}
.bb-1
{
	border-bottom:1px solid #979797
}
.mx-content
{
	width:max-content
}
.flex-auto {
    flex: 1 0 auto;
}
.border-tb-1
{
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
}
.border-r1
{
	border-right:1px solid #D1D1D1
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.top_header
{
	background:#000;
}
.social li {
    margin-left: 15px;
}
.social li a span , .footer_social li a span
{
	color:#FFF
}

.social li a:hover span , .footer_social li a:hover span
{
	color:#E7C702
}
.logo img
{
	max-width:235px;
}
header nav ul , header nav ul li
{
	height:100%;
	display:flex;
	flex-wrap:wrap
}
header nav ul li
{
	padding:0 30px;
	border-left:2px solid #D1D1D1;
	align-items:center
}
header li .ddm ul li
{
	border-left:0;
	padding:0

}
header li .ddm ul a.main_a
{
	width:30%
}
header li .ddm-sub
{
    top: 0;
    left: 37.2%;
    width: 55%;
    padding-top: 15px;
}
header li .ddm li
{
	position:inherit
}
.flex-1
{
	flex:1
}
header li .ddm li  .ddm-sub a
{
	line-height:2.125rem;font-size:1.25rem;
	background-color:transparent;
	border:0;
	padding:0
}
header li .ddm li  .ddm-sub a:hover
{
	color:#E7C702
}
header li .ddm-sub img
{
	max-height:355px;
}
header li .ddm .ddm-sub ul
{
	display:flex;
	flex-wrap:wrap;
}
header li .ddm .ddm-sub ul li
{
	width:50%
}
.txt-right
{
	text-align:right
}
.breadcrumbs-box {
    height: 155px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumbs
{
	background:url('../img/breadcrumbs.png') no-repeat top center / cover;
	padding:20px 0;
}
.breadcrumbs li
{
	margin-right:5px;
}

footer
{
	background:url('../img/footer.jpg') no-repeat top center / cover;	
}
.bottom_footer
{
	border-top:1px solid #979797
}
.footer_social a {
    width: 58px;
    height: 58px;
    border: 1px solid #979797;
    margin-right: 10px;
    border-radius: 50%;
}
.quick_links ul
{
	display:flex;
	flex-wrap:wrap;
}
.quick_links li
{

	width:50%;
	margin-bottom:15px;
}
.quick_links li a
{

	color:#FFF;
}.quick_links li a:hover
{

	color:#E7C702;
}
.square
{
  height: 54px;
  width: 27px;
  border: 1px solid #FCDA02;	
}
.map iframe
{
	height:300px;
	width:100%
}
.qrcode
{
	border: 1px solid #979797;
}
.location_box
{
	position:absolute;
	bottom:25px;
	left:0;
	background:#000
}
.title_background
{
	background:url(../img/bg1.png) no-repeat left center;
	background-size: 100% 100%;

}
.projects_slick
{
	margin-bottom:15px !important;
}

 .projects_slick_for .slick-slide {
      margin: 0 5px;
}

  /* the parent */
 .projects_slick_for .slick-list   {
      margin: 0 -5px;
  } 
 .projects_details_info
 {
	
	 position:absolute;
	 right:0;
	 top:50%;
	 z-index:50;
	 transform:translateY(-50%)
 } 
 .projects_details_bg
 {
	  background:#FFF;
 }
 .about_section_1 h2 ,  .about_section_1 h2 *
 {
		font-size:2.5rem;
		line-height:3.75rem;
		font-weight:500;
		text-align:center
 }
  .about_section_1 h3 ,   .about_section_1 h3 *
 {
	line-height:2.5rem;
	font-size:1.875rem;
	text-align:center;
	margin:25px 0
 }
 .solutions_box
 {
	background:url(../img/bg2.svg) no-repeat left center;
	width:244px;
	height:206px;
 }
 
.about_section_2 .img-bg
 {
	 height:580px;
	 position:relative
	 
 }
 .about_section_2:before
 {
	 width:100%;
	 height:100%;
	 z-index:20;
	 background:rgba(0,0,0,0.4);
	 position:absolute;
	 top:0;
	 left:0;
	 content:'';
	 
 }
 .about_section_2 .bg_white
 {
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    transform: translate(-50%,-50%);
    width: 50%;
    text-align: center;
    color: #FFF;
 }
 .categories_box_title
 {
	 background:url(../img/bg3.png) no-repeat center center / cover;
	 position:absolute;
	 top:0;
	 left:0;
	 z-index:50;
	 width:100%;
	 height:100%;
	 
 }
 
  .categories_box_title h4
 {
	 min-height:60px;
	 
 }
  .categories_listing .colw-25 img
 {

	 	transition:all 1s ease-in-out;

 }
  .categories_listing .colw-25 .relative
 {

	 	transition:all 1s ease-in-out;
	overflow:hidden
 } 
 .categories_listing .colw-25 .relative:before , .categories_slick .relative:before
 {
	 position:absolute;
	 top:0;
	 left:0;
	 z-index:20;
	 width:100%;
	 height:100%;
	 content:'';  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);

 }
 .categories_listing .colw-25:hover img
 {
	 transform:scale(1.1);

 }
 .products_img_box
 {
	 width:305px;
	 height:310px;
 }
 .more_details a
 {
	 
 }
 .d-flex1
 {
	 display:flex;flex-direction:column
 }
 .products_desc h2
 {
	 font-size:1.875rem;
	 line-height:2.8125rem;
	 font-weight:600;
	 position:relative;
	 display:flex;
	 align-items:center;
	 margin-bottom:15px;
 }
  .products_desc h2:before
 {
    height: 54px;
    width: 27px;
    border: 1px solid #FCDA02;
	content:'';
	margin-right:15px;
 }
 .download_datasheet a
 {
	  border-radius: 8px;
	background-color: #EBCC01;
 }
.products_max
{
	max-width:440px;
} 
.products_max .projects_slick 
{
	margin-bottom:5px !important
}

.products_max .projects_slick_for
{
	margin-bottom:0 !important
}

.search_box input[type=text]
{
  border: 1px solid #979797;
  border-radius: 40px;
	background-color:transparent  ;
	height:70px;
	color:#FFF
}

.search_box button {

    height: 60px;
    width: 250px;
	border-radius: 30px;
	background-color: #3E444A;
    position: absolute;
    right: 4px;
    top: 5px;
    z-index: 50;
}.search_box button:hover {


	background-color: #E7C702;

}
.n1
{
	position:absolute;
	top:-65px;
	left:0;
	z-index:10;
}
.n2
{
	position:absolute;
    top: -20px;
    left: 160px;
	z-index:10;
}
.view_all a
{
	background:#FFF
}
.view_all a:hover
{
	background:#E7C702;
	color:#FFF
}
.home_projects_home , .brands_slick , .categories_slick
{
	margin-bottom:0 !important
}

 .home_projects_home .slick-slide {
      margin: 0 15px;
}

  /* the parent */
 .home_projects_home .slick-list   {
      margin: 0 -15px;
  } 
 .projects_arrow div
 {
	 background:#2F343A;
	 max-width:180px;
 } 
  .projects_arrow div:hover
 {
	 background:#D6B901
 } 
 .home_projects_home .latest_arrow
 {
	 display:none !important
 }
 .brands_box
 {
	 height:200px;
 }
 .brands_slick img
 {
	 max-width:75%
 }
 
  .categories_slick .slick-slide {
      margin: 0 15px;
}

  /* the parent */
 .categories_slick .slick-list   {
      margin: 0 -15px;
  } 
 .categories_b_arrow
 {
	 background:url('../img/categories_bg.png') no-repeat center center / cover;
	 position:absolute;
	 bottom:0;
	 left:0;
	 width:100%;
	 height:85px;
	 z-index:50
 } 
 .latest_arrow
{
	position:absolute;
	cursor:pointer;
    bottom: -130px;
	z-index:60;
	background:none
}
.latest_arrow.leftLst  
{
	right:95px
} 
.latest_arrow.rightLst 
{
	right:0
} 


.p1
{
	position:absolute;
    top: -25px;
    left: -20px;
	z-index:10;
	width:60px;
}
.p2
{
	position:absolute;
    top: -20px;
    width: 60px;
    right: -25px;
	z-index:10;
}
.banners
{
	margin-bottom:-10px !important
}

.main_bg {
    width: 100%;
    height: 80vh;
    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: rgba(0,0,0,0.2);
    z-index: 50;
    content: '';
}.banners_text {
    position: absolute;
    top: 25vh;
    left: 0;
    width: 100%;
    z-index: 50;
    padding-top: 0;
}
 .banners_b_arrow
 {
    background: url(../img/main-home-rev-slider-img-02.png) repeat-x center center / contain;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 85px;
    z-index: 50;
 } 
 
 .banners .leftLst
 {
	 left:0;
	 bottom:-8px;
	 right:auto
 }
  .banners .rightLst
 {
	 left:95px; right:auto;
	  bottom:-8px;
 }
 
 .preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/loader.gif);
}
.sub_sub_cat a
{
	font-size:1rem !important
}
.min-50
{
	min-height:50px;
}





.menu ul li:hover a
{
	color:#E7C702
}


/* Style the main navigation menu */
.menu ul {
 
}
.menu ul li {
  position: relative;
}
.menu ul li a {
  display: block;
  text-decoration: none;
}

/* Style the dropdown menus */
.menu ul ul {

  position: absolute;
  top: 100%;
  left: 0;
  
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition:all 0.5s ease-in-out;
  border:0
}

.menu ul li:hover > ul , .menu ul li.active > ul   {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.menu ul ul li {
  width: 280px;
  border:0;
  background-color: #E7C702;
  padding: 0 10px;
  display: inline-block;
  height: auto;
}

.menu ul ul li a {
}

.menu ul ul ul {
  left: 100%;
  top: 0;
}

/* Style for hover effect */
.menu ul li:hover ul a {
	color:#FFF
}

/* Style for active page */
.menu ul li a:hover,
.menu ul li.current > a {

}
.menu .subMenu li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #FFF;
    font-size: 15px;
    line-height: inherit;
    border-bottom: 1px solid #FFF;
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.contact-form textarea
{
	height:170px;
}
.contact-form button[type=submit] {

	  background-color: #FCDA02;
    width: 100%;
    height: 50px;
    color: #FFF;
}
.contact-form button[type=submit]:hover {
	 background-color: #000;
}
.breadcrumbs li:last-child  span
{
	color:#E7C702;
	font-weight:bold
}



@media all and (max-width: 1255px){
	.container{width:1150px}
	header nav ul li {padding: 0 15px}
}
/*m*/@media all and (max-width: 1055px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.container{width:1050px}
.title_background{background:none}
.px-50-m{padding-left:15px;padding-right:15px;}
}
/*xm*/@media all and (max-width: 868px){
.d-block-s{display:block}
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.mt-50-xm{margin-top:3.125rem;}
.ml-0-xm{margin-left:0}
.ai-fs-xm{align-items:flex-start}
.txt-cntr-xm{text-align:center}
.d-inline-block-xm{display:inline-block}
.w-100-xm{width:100%}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu ul li:hover > ul {display: none;opacity: 0;visibility: hidden;transition: none; /* Remove transitions on mobile */}
.trigger_header{display:block}
.slided {-ms-transform: translate(-320px,0);-webkit-transform: translate(-320px,0);transform: translate(-320px,0);}
.trigger{display: block;position:relative}
nav{position: fixed;z-index: 500;width: 320px;    overflow: scroll;height: 100vh;box-sizing: border-box;background: #E7C702;left: 100%;padding: 20px;top: 0;
transition: .7s;-moz-transition: .7s;-webkit-transition: .7s;z-index:100000;display: flex !important;justify-content: center;flex-direction: column;align-content: center;align-items: center;}

.menu ul{flex-wrap:wrap;flex-direction: column;justify-content: center;}
.menu ul li {width:100%;margin:0;height: auto;border-left:0}
.menu ul li a{    color: #FFF;padding: 20px 0px;font-size: 20px;border-bottom: 1px solid #FFF;    width: 100%;}
.menu ul ul li{width:100%}
.menu ul ul {display:none}
.menu ul ul ul{position:relative;left:auto;top:auto;    padding-left: 0;}
.r_arrow.child2.active{transform: rotate(90deg);}
.menu-cur , .r_arrow{float:right;}
.subMenu.active{display: block !important;opacity: 1 !important;visibility: visible !important;}
.r_arrow.child1 img , .r_arrow.child2 img{filter: brightness(0) invert(1);width:20px !important;}
header nav li a.active , .menu ul li:hover a{color: #FFF;}
.subMenu.active .has-submenu li{background:#545454}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.about_section_2 .bg_white{width:100%}
.px-0-xm{padding-right:0;padding-left:0;}
.projects_details_info{position:relative;top:auto;left:auto;transform:inherit}
.products_img_box{width:100%;height:auto}
.projects_arrow div{max-width:130px;}
}
/*s*/@media all and (max-width: 576px){
html, body{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.mt-25-s{margin-top:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}.pt-50-s{padding-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.py-50-s{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}
.py-0-s{padding:0}
.pr-5-s{padding-right:5px;}
.my-25-s{padding-top:1.5625rem;padding-bottom:1.5625rem;}
.m-0-s{margin-right:0 !important;margin-left:0 !important}
.w-50-s{width:50%}
.w-100-s{width:100%}
.fr-s-none{float:none}
.px-0-s{padding-right:0;padding-left:0;}
.py-25-s{padding-top:3.125rem;padding-bottom:3.125rem;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.home_projects_home .slick-dots{bottom:-10px;}
.n1 {top: -15px; width: 95px;}
.latest_arrow img{width:70px;}
.latest_arrow{bottom:-100px;}
.main_bg{height:40vh}
}

