@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

*
{	
	font-family: 'Inter', sans-serif;
	font-size:16px;
	color:#00257C;
	font-weight:400;
	
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #00A9DC;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#00257C;
	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
}
.li_listing li
{
    display: list-item;
    list-style: disc;
    margin-left: 20px;
    /* list-style-position: */
}
.vError
{
	border-bottom:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult1 *
{
	color:green !important;
	width:100%;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}

.font-bold , .font-bold *
{
	 font-weight: 900;
}
.font-semibold , .font-semibold *
{
	 font-weight: 600;
}
.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-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;
	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;
	cursor:pointer


}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:30px;
	margin:0;
	background: #FFF;
	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: 10px;
	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: 10px;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;
}
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
}
a:hover
{
	color:#00A9DC !important
}
.jc-fe
{
	justify-content:flex-end
}

/****************************************************************************************************************************/
footer
{
	background:#252651;
}

.footer_icon div {
    border: 1px solid #FFF;
    width: 60px;
    height: 60px;
	border-radius:50%;
}
.footer_menu li {
    margin: 0 20px;
}
.footer_menu li a {
    color: #FFF;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
}
.insideImg {
    position: relative;
    color: #fff;
}
.insideImg .img-bg {
    width: 100%;
    position: relative;
    height: 675px;
    -webkit-animation: kenburns-bottom 3s ease-out both;
    animation: kenburns-bottom 3s ease-out both;
}

.insideImg.small .img-bg 
{
	height:300px;
}
.insideImg.small_p .img-bg 
{
	height:200px;
}
.img-bg {
    background-size: cover;
    background-position: center center;
}
.insideImg .img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(35,37,120,0.79);
    background-size: cover;
    content: '';
	border-left:15px solid  #00A9DC;
}
.insideImg .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    padding-top: 0;
}
.breadcrumbs li {
    padding: 0 2px;
    color: #FFF;
    display: inline-block;
}
.breadcrumbs li a {
    color: #FFF;
}
.breadcrumbs li a:hover {
    color: #00A9DC;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100vh;
    z-index: 40;
    background-color: rgba(35,37,120,1);
    box-shadow: 0 7px 10px 0 rgb(153 153 153 / 50%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease;
    overflow: hidden;
}
.menu.slided {
    transform: scaleY(1);
}
.menu ul {

}
.menu ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.menu ul li a {
    color: #FFF;
    font-weight: 300;
}
header nav li a:hover {
    color: #00A9DC;
}
header nav li a.active {
    font-weight: 700;
    position: relative;
}
header nav li a.active:before {
    height: 14px;
    width: 75px;
    position: absolute;
    top: 27px;
    left: 0;
    content: '';
    background-color: rgba(0,169,220,0.4);
}.input_search {
    width: 0 !important;
    height: 0;
    padding: 20px 0!important;color:#FFF !important;
    border: 0 !important;    background: none !important;
}
.search img {
    cursor: pointer;
}

.social
{
	margin-left:10px;
}
.social a {
    width: 40px;
    height: 40px;
    background: #484847;
    margin-left: 5px;
	border-radius:50%;
}
.social a:hover {

    background: rgba(0,169,220,1);

}
.input_search.active {
    width: 200px !important;
}
.z-50
{
	z-index:50
}

.google_map iframe {
    width: 100%;
    height: 600px;
}
.contact_box
{
	  box-shadow: 0 2px 13px 0 rgba(182,182,182,0.5);
	  margin-top:-100px;
	  position:relative;
	  z-index:30

}
.bg1
{
	background:#F1F0F0
}
.contact-form input[type=text] , .contact-form textarea
{
	border:0;
	border-bottom:1px solid #979797;
	color: #252651;
	padding-left:0
}
.contact-form textarea
{
	resize:none;
	height:150px;
}
.contact-form button[type=submit]
{
	background:#00A9DC
}
.contact-form button[type=submit]:hover
{
	background:#252651
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}



.contact-form input[type=text]::placeholder  , .contact-form textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #252651;
  opacity: 1; /* Firefox */
}

.contact-form input[type=text]:-ms-input-placeholder , .contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #252651;
}

.contact-form input[type=text]::-ms-input-placeholder , .contact-form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #252651;
}

.color1 , .color1 *
{
	color:#252651
}
.color2 , .color2 *
{
	color:#00A9DC

}
.color3 , .color3 *
{
	color:#7B8FB7

}
.contact_box a
{
	color:#252651
}
.bg_white
{
	background:#FFF
}
.bg2
{
	background:url('../images/bg2.jpg') no-repeat top center / cover;
}
.bg3
{
	background:#252651
}
.bg4
{
	background:#F2F2F2
}
.learn_more a
{
	background:#FFF;
	color:#252651
}
.learn_more a:hover
{
	background:#252651;
	color:#FFF !important
}
.year_counter
{
	position:absolute;
	bottom:-30px;
	left:-30px;
	z-index:40;
	background:#252651;
	width:225px;
}
.bg_hover.relative
{
	overflow:inherit
}

.jarallax {
    position: relative;
    z-index: 0;
    width: 1134px;
    height: 720px;
}

.careers_box {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 50;
}

.open_left , .open_right , .discover_layer_back , .pilar-anim , .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;
}
.pilar-anim.aos-animate
{
		animation: 1.25s ease-in-out 0.75s scale-in  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;
}

.categories_box img
{
	height:90px;filter: brightness(0) invert(1);

}
.cat_box_1 ,  .cat_box_6 
{
	background:#063B8E
}
.cat_box_2 ,  .cat_box_7 
{
	background:#6388B8
}
 .cat_box_3  ,  .cat_box_8 
{
	background:#0D74B6
}
 .cat_box_4  ,  .cat_box_9 
{
	background:#D0B525
}
 .cat_box_5  ,  .cat_box_10 
{
	background:#F78309
}


.categories_box .slick-track , .home_work_slick .slick-track
{
    display: flex !important;
}

.categories_box .slick-slide , .home_work_slick .slick-slide
{
    height: inherit !important;
}
.categories_box .slick-slide  , .categories_box .slick-slide > div , .categories_box .slick-slide .colw-20
{
	height:100%
}
.services_box .colw-33 .serv
{
	position:relative;
	height:100%;
}

.services_box .colw-33 .serv img
{
	max-height:200px
}
.services_box .colw-33 .bg_hover
{

	height:320px;
}
.services_box .colw-33 .serv:before
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:240px;
	content:'';
	
}
.services_box .colw-33.bbg-0 .serv:before
{
	background:#0D74B6;
}
.services_box .colw-33.bbg-1 .serv:before
{
	background:#D4712E;
}
.services_box .colw-33.bbg-2 .serv:before
{
	background:#D0B525;
}
.z-30
{
	z-index:30
}
.ai-fe
{
	align-items:flex-end
}
.serv_inner img
{
	/*position:absolute;
	top:0;
	left:0;*/
	height:90%;
	filter: brightness(0) invert(1);
}

.serv_inner 
{
	height:300px;	
}

.gallery_slick .slick-slide , .gallery_slick_for .slick-slide {
      margin: 0 10px;
  }

  /* the parent */
.gallery_slick .slick-list , .gallery_slick_for .slick-list {
      margin: 0 -10px;
  }.latest_arrow
{
	position:absolute;
	cursor:pointer;
	top:calc(50% - 20px);
	z-index:60;
	background:none
}
.leftLst
{
	left:-50px;
}
.rightLst
{
	right:-50px;
}
.whatsapp a
{
	background:#FFF;
	width:150px;
}

.home_parallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 640px;
}.home_parallax:before
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	background-color: rgba(2,2,2,0.49);
	width:100%;
	height:100%;
	content:'';
}

 .bord span
{
    width: 270px;
    border-top: 2px solid #FFF;
    height: 2px;
    display: block;
}
.home_parallax a
{
	font-weight:900;
	border-bottom:2px solid #FFF
}

.bb1
{
	border:1px solid #D1D1D1
}

.view_details a
{
	background:#00A9DC;
	color:#FFF;
	display: inline-block;
}
.view_details a:hover
{
	background:#252651;
	color:#FFF !important
}

.download a
{
	background:#00A9DC;
	width:250px;
	color:#FFF
}
.download a:hover
{
	background:#00257C;
	color:#FFF
}
.products_box
{
height:200px;
}
.products_inner
{

}





.banners {
    margin-bottom: -5px !important;
}
.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: rgba(0,0,0,0.46);
    z-index: 50;
	content:'';

}.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 0;
}


.banners  .slick-dots li
{
	width:40px;
	height:5px;
	border-radius:25px;
}

.banners .slick-dots li 
{
	margin:0 2.5px;
}
 .banners .slick-dots li button
{
	width:40px;
	height:5px;border-radius:25px;
	background:#00A9DC;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button
{
	background:#FFF;
}
.banners .slick-dots {
    bottom: 10vh;
}
.logo_banner
{
	position:absolute;
	bottom:0;
	right:25px;
	z-index:49;
	cursor:pointer;

}


.spinner{

  animation: rotate 1.5s ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;

  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%);
}

.set1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.set2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ball{
  width: 30px;
  height: 30px;
  background: dodgerblue;
  border-radius: 50%;
}

.set1  .ball:nth-child(2){
  background: #6388B8;
  animation: scale 1.5s ease-in-out infinite forwards;
}

.set1  .ball:nth-child(1){
  background: #0D74B6;
  animation: scale 1.5s ease-in-out infinite forwards;
}

.set2 .ball:nth-child(1){
  background: #D0B525;
  animation: scale2 1.5s ease-in-out infinite forwards;
}

.set2 .ball:nth-child(2){
  background: #F78309;
  animation: scale2 1.5s ease-in-out infinite forwards;
}

@keyframes scale2 {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(0);
  }
  100%{
    transform: scale(1);
  }
}


@keyframes scale {
  0%{
    transform: scale(0);
  }
  50%{
    transform: scale(1);
  }
  100%{
    transform: scale(0);
  }
}

@keyframes rotate{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
  .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;
}
.social_mobile
{
	display:none !important
}



.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	z-index:100;
	bottom: 20px;
	right: 20px;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-whatsapp-pulse i
{
	color:#FFF
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 20px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 20px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}



.filter_white
{
	filter: brightness(0) invert(1);

}
.categories_button 
{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.categories_button li
{
	margin:5px;
	display:inline-block
}
.categories_button li a
{
	background:#F2F2F2;
	padding:10px 25px;
	display:inline-block
}

.categories_button li a.active
{
	background:#00A9DC;
	color:#FFF
}
.popup_box
{
	background:#FFF;
	height:500px;
	overflow-x:hidden 
}
.fancybox-slide > *
{
	background:#FFF !important
}



@media all and (max-width: 1400px){
	.container{width:1200px}
	*{font-size:13px;}

}



@media all and (max-width: 960px){
.popup_box{height:auto}
	.header_right{padding-right:30px;}
	.font-70, .font-70 * {font-size: 3rem;}
	.font-50, .font-50 * {font-size: 2.5rem;}
	h1, h2, h3, h4, h5, h6{line-height:initial  !important}
	.flex-row-med{flex-direction:column;display: flex !important;justify-content: center;align-content: center;align-items: center;}
	.flex-row-med img{width:100% !important}
	/*.tip_box{flex-direction:column !important;width:140px; }.tip_box img{margin-bottom:15px;}
	.pl-0-med{padding-left:0;}*/
	.input_search.active{
		    position: absolute;
    top: 100%;
    width: 100% !important;
    left: 0;
    padding-left: 15px !important;
    box-shadow: 0px 5px 10px #0F1D42 ;    background: #F1F0F0 !important;
	}
	.font-40, .font-40 * {
    font-size: 2rem;
}.pl-25-m{padding-left:1.5625rem}
}


@media all and (max-width: 460px){.d-none-med{display:block}.tip_box{margin-right:0;}
	.py-25-m{padding-top:1.5625rem;padding-bottom:1.5625rem;}
	.px-25-m{padding-right:1.5625rem;padding-left:1.5625rem;}
	.px-0-m{padding-right:0;padding-left:0;}
	.pr-25-m{padding-right:1.5625rem;}
	.pt-25-m{padding-top:1.5625rem;}
	.pb-25-m{padding-bottom:1.5625rem;}
	.pt-50-m{padding-top:3.125rem;}
	.pr-0-m{padding-right:0}
	.pl-0-m{padding-left:0}
	.pt-0-m{padding-top:0 !important}
	.pb-0-m{padding-bottom:0 !important}
	.mt-0-m{margin-top:0}
	.ml-0-m{margin-left:0 }	
	.flex-row-m{flex-direction:column}
	.main_bg{height:600px;}
	.d-none-m{display:none}
	.google_map iframe{height:400px;}	
	.txt-cntr-m{text-align:center}
	.mt-50-m{margin-top: 3.125rem;}
	.pb-50-m{margin-bottom: 3.125rem;}
	.py-50-m{padding-bottom: 3.125rem;padding-top: 3.125rem;}
	.mb-50-m{margin-bottom: 3.125rem;}
	.footer_menu li {margin: 0 5px;}
	.dd-none{display:none}
	.insideImg .img-bg{min-height:350px;height:auto;}
	.contact_box{margin-top:0}
	.social {display:none !important}
	.overlay .pb-50{padding-bottom:0  }
	.insideImg .overlay{padding-top:5vh}
	.serv_inner img{position:relative;top:auto;left:auto}
	.serv_inner{height:auto}
	.categories_box .colw-20{text-align:center;}.categories_box img{display:inline-block}
	.boxes img{width:100%}
	.inside_inner .overlay{position:relative;}
	.insideImg.inside_inner{ padding:5vh 0  0 0;   background-image: url('../images/slider.png');background-size:cover;background-position: -15px;}
	.insideImg.inside_inner .img-bg{display:none}
	.insideImg.inside_inner .serv_inner img{max-width:200px;}
	.products_box{height:auto}
	.banners .slick-dots{bottom:8vh}
.social_mobile
{
	display:flex !important;margin-top:25px !important;
}.social a{background:none}	 .social a span{color:#FFF}	
.logo_banner{right:0}
}



.logo_banner_slick .slick-slide  {
      margin: 0 5px;
  }.logo_banner_slick .slick-list  {
      margin: 0 -5px;
  }