<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100;200;300;400;500;600;700;800&amp;family=Barlow:wght@100;200;300;400;500;600;700;800;900&amp;family=Dosis:wght@200;300;400;500;600;700;800&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&amp;display=swap');
/*
	font-family: 'Anek Latin', sans-serif;
	font-family: 'Barlow', sans-serif;
	font-family: 'Dosis', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
*/
:root
{
		--color1:#e11f31;
		--color2:#f27e00;
		--color2:#0A9D9B;
		--color3:#1CA3EC;
		--black:#000;
		--white:#fff;
		--color333:#333;
		--barlow:'Barlow', sans-serif;
		--dosis:'Dosis', sans-serif;
		--anek:'Anek Latin', sans-serif;
		--roboto:'Roboto', sans-serif;
}
body
{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	color: #000;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{	
	font-family: 'Barlow', sans-serif;
}

body.overflow__hidden
{
	overflow: hidden;
}
/*
=======================================================
*/

#carouselExampleCaptions .carousel-inner .carousel-item img
{
	/*height: 550px;*/
	/*object-position: center;*/
	/*object-fit: cover;*/
}
#carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption
{
	margin: auto;
	bottom: 50px;
	max-width: 60%;
}
#carouselExampleCaptions .carousel-inner .carousel-item
{
	position: relative;
}
/*#carouselExampleCaptions .carousel-inner .carousel-item:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 0%), rgba(0 0 0 / 0%), rgba(0 0 0 / 0%), rgba(0 0 0 / 40%), rgba(0 0 0 / 70%));
}*/
#carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption h5
{
	font-family: 'Anek Latin', sans-serif;
	font-size: 45px;
	font-weight: 600;
}

#carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption .heading_slider_01
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 48px;
	font-size: 40px;
	color: #FFFFFF;
}
#carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption .heading_slider_02
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
    font-size: 20px;
    display: block;
    margin-top: 8px;
}

#carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption p
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
    font-size: 16px;
    max-width: 80%;
    margin:10px auto;
    display: block;
    font-weight: 400;
    line-height: 26.25px;
}

#carouselExampleCaptions .carousel-control-prev-icon,
#carouselExampleCaptions .carousel-control-next-icon
{
	width: 4rem;
    height: 4rem;
    background-color: rgba(0 0 0 / 40%);
    border-radius: 50%;
    background-size: 62%;
}
/*
================================
*/
.navbar-brand img
{
	width: 150px;
}
.my_custom_navigation
{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 150;
	background-color: var(--white);
	padding: 0 0;
}
.my_custom_navigation .container
{
	max-width: 87%;
}
.my_custom_navigation .navbar-nav .nav-item .nav-link
{
	font-family: var(--anek);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--black);
	position: relative;
	padding:10px 5px;
	margin: 0 15px;
	font-family: 'Roboto', sans-serif;
}
.my_custom_navigation .navbar-nav .nav-item .nav-link:before
{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0%;
	background-color: var(--color1);
	height: 2px;
	transition: .3s;
}
.my_custom_navigation .navbar-nav .nav-item:hover &gt; .nav-link:before,
.my_custom_navigation .navbar-nav .nav-item.active &gt; .nav-link:before
{
	width: 100%;
}
.my_custom_navigation .navbar-nav .nav-item:hover &gt; .nav-link,
.my_custom_navigation .navbar-nav .nav-item.active &gt; .nav-link
{
	color: var(--color1);
}
.my_custom_navigation.navbar-expand-lg .navbar-nav .dropdown-menu
{
	margin-top: 0;
    padding: 0 0;
    border-radius: 0;
    box-shadow: 0 10px 10px 5px rgb(0 0 0 / 5%);
}
.my_custom_navigation .dropdown-toggle::after
{
    border: 0px;
    background-image: url(../img/down-arrow2.png);
    margin-left: 3px;
    width: 10px;
    height: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.my_custom_navigation.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item
{
	font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 7px 14px;
    border-bottom: 1px solid #dfdddd;
}
.my_custom_navigation.navbar-expand-lg .navbar-nav .dropdown-menu li:hover .dropdown-item
{
	background-color: var(--color1);
	color: var(--white);
}

@media screen and (min-width: 993px)
{

	.my_custom_navigation .dropdown .dropdown-menu.show
	{
		display: none!important;
	}
	.my_custom_navigation.navbar-expand-lg .navbar-nav .dropdown-menu
	{
	    min-width: 200px;
	    transform: rotateY(90deg);
	    transition: .5s;
	    display: block  !important;
	    opacity: 0;
	    visibility: hidden;
	}
	.my_custom_navigation.navbar-expand-lg .navbar-nav .dropdown:hover &gt; .dropdown-menu
	{
		opacity: 1;
		visibility: visible;
		transform: rotateY(0deg);
	}
}
/*
==================================
*/

.topbars
{
	 background-color: var(--color1);
	 padding:5px 0;
}
.topbars .topbar-container
{
	max-width: 85%;
	margin: auto;
}
.topbars .topbar-container a
{
	color: var(--white);
	text-decoration: none;
	display: inline-block;
}
.topbars .topbar-container a.info
{
	font-weight: 400;
	font-size: 14px;
	margin-right: 10px;
}
.seprator-info
{
	display: inline-block;
	width: 40px;
	height: 100%;
}
.topbars .topbar-container a.social-media
{
	padding:0 5px;
}
.text_right
{
	text-align: right;
}

/*
==================================
*/
section.section-about1
{
	padding-top: 80px;
	padding-bottom: 40px;
	background-size: cover;
}

section.section-about1.margin_top_minus
{
	margin-top: -70px;
	padding-top: 0;
}
section.section-about1 .container
{
	max-width: 90%;
}
section.section-about1 .container .heading01
{
	margin-right: 10px;
}
.heading01 span
{
	display: inline-block;
	font-family: 'roboto condensed';
	font-weight: 700;
	font-size: 15px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 7px;
}
.mv_row
{
	position: relative;
	z-index: 6;
	background-color: var(--white);
}
.mv_row .pading_no_padding
{
	padding-left: 2px;
	padding-right:2px;
	margin-bottom: 4px;
}

.heading01 h5
{
	display: inline-block;
    font-family: 'roboto condensed';
    font-weight: 700;
    font-size: 35px;
    color: #222222;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 0;

}
.heading01 h5:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: var(--color2);
}
.heading01 h5 span
{
	color: var(--color1);
	font-size: 35px;
}

.section-about1 .section-about1-content p
{
	font-size: 16px;
	text-align: justify;
	font-weight: 400;
	color: #444;
	line-height: 26px;
	font-family: 'roboto condensed';
}

.readmore a
{
	font-weight: 500;
	display: inline-block;
	color: #fff;
	padding:6px 15px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: var(--color2);
	box-shadow: 0 10px 10px 5px rgba(0 0 0 / 15%);
	transition: .2s;
}
.readmore a:hover
{
	
}
.vm_box_seprator
{
	width: 100%;
	height: 80px;
}
.mv_box
{
	-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transition: .3s;
}
.mv_box:hover
{
	
}
.mv_box .card
{
	border: 0px;
	position: relative;
}
.mv_box .card:before
{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom,rgba(0 0 0 / 0%),rgba(0 0 0 / 0%),rgba(0 0 0 / 0%),rgba(0 0 0 / 70%))
}
.mv_box .card img
{
	width: 100%;
	height: 252px;
	object-position: center;
	object-fit: cover;
}
.mv_box .card .card-body
{
	padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41px;
    background-color: rgba(0 0 0 / .2);
    color: var(--white);
    transition: .3s;
}
.mv_box .card:hover .card-body
{
	height: 100%;
    background-color:rgb(2 81 142 / 73%);
}
.mv_box .card .card-body .btn
{
	padding:0;
}
.mv_box .card .card-body .card-title
{
	margin-bottom: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    word-spacing: 2px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 20px;
}

.mv_box .card:hover .card-body .card-title
{
	overflow: inherit;
}
.mv_box .card:hover .card-body .card-title
{
	top: 50%;
	transform: translateY(-50%);
}

/*
====================================
*/

.half_image
{
	position: relative;
    width: 90%;
}
.half_image:before
{
    content: '';
    position: absolute;
    top: -10px;
    left: 37px;
    width: calc(100% - 25px);
    height: calc(100% - 10px);
    border: 5px solid var(--white);
    outline: 8px solid var(--color1);
    z-index: 1;
    box-shadow: 0 20px 20px 5px rgba(0 0 0 / 10%);
}
.half_image img
{
	position: relative;
	z-index: 2;
	transition: .2s;
}
.half_image:hover img
{
	transform: scale(1.05);
}
/*
====================================
*/

section.about-us-section02
{
	background-color: var(--color2);
	padding: 40px 0 50px;
	position: relative;
	z-index: 5;
	margin-top: 20px;
}
section.about-us-section02 .content-02 p
{
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	color: #888;
	text-align: justify;
}
section.about-us-section02 .heading01
{
	margin-bottom: 15px;
}

.about-us-section02 .heading01 h5
{
	padding-bottom: 0px;
}


/*=================================*/

section.testimonials-sections
{
	margin-top: 30px;
}

/*=================================*/

section.about-us-section02 .about-us-section02-container .container
{
	max-width: 95%;
}

.row_expertise_box
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	grid-row-gap: 20px;
}
.row_expertise_box .col-custom-4
{
	flex: 0 0 auto;
	width:calc(33.333% - 20px);
	margin: 0 10px 0px;
}
.row_expertise_box .col-custom-4.col-custom-6
{
	width:calc(50% - 2px);
	margin: 0 1px 2px;
}
.row_expertise_box .col-custom-4 .inner_expertise_box
{
	background-color: var(--white);
}
.row_expertise_box .col-custom-4 .inner_expertise_box .stretched-link:after
{
	z-index: 4;
}
.row_expertise_box .col-custom-4 .inner_expertise_box .image img
{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	height: 349px;
	object-position: center;
	object-fit: contain;
}
.row_expertise_box .col-custom-6 .inner_expertise_box .image img
{
	height: 380px;
}
.row_expertise_box .col-custom-4 .inner_expertise_box
{
	position: relative;
}
.row_expertise_box .col-custom-4 .inner_expertise_box .onlyHeading
{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: auto;
	background-color: var(--color1);
	color: var(--white);
	padding: 5px 15px;
	padding-right: 35px;
	border-radius: 0 5px 30px 0;
}
.row_expertise_box .col-custom-4 .inner_expertise_box .onlyHeading h6
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0;
}

.row_expertise_box .col-custom-4 .inner_expertise_box .overlay_box
{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgb(215 36 52 / 85%);
	transform:rotateX(90deg);
	transition: .4s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.row_expertise_box .col-custom-4 .inner_expertise_box:hover .overlay_box
{
	transform: rotateX(0deg);
}
.row_expertise_box .col-custom-4 .inner_expertise_box .overlay_box h5
{
	width: 100%;
	text-align: center;
	padding: 0 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 800;
	font-size: 27px;
	text-shadow: 5px 5px 5px rgba(0 0 0 / 10%);
	letter-spacing: 0px;
	text-transform: uppercase;
	color: var(--white);
}
.row_expertise_box .col-custom-4 .inner_expertise_box .overlay_box p
{
	text-align: center;
	max-width: 80%;
	color: var(--white);
	margin-bottom: 0;
}


.about-us-section02 .about-us-section02-container .heading01 h5,
.about-us-section02 .about-us-section02-container .heading01 h5 span
{
	color: var(--white);
}
/*
=========================================
*/

section.expertise #expertise_carousel .carousel-indicators
{
	bottom: auto;
	top: 0;
	width:100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
section.expertise #expertise_carousel .carousel-indicators [data-bs-target]
{
	text-indent: 0;
	flex:0 0 auto;
	width: 20%;
	border-top: 0px;
	border-bottom: 0px;
	background-color: var(--white);
	height: 100%;
	opacity: 1;
	margin-left: 0;
	margin-right: 0;
	height: 70px;
}
section.expertise #expertise_carousel .carousel-indicators [data-bs-target] span
{
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #888;
	text-transform: uppercase;
	line-height: 29px;
}
section.expertise #expertise_carousel .carousel-indicators [data-bs-target].active
{
	background-color: var(--color1);
	color: var(--white);
}
section.expertise #expertise_carousel .carousel-indicators [data-bs-target].active span
{
	color: var(--white);
}
section.expertise #expertise_carousel .carousel-indicators [data-bs-target]:not(:last-child)
{
	border-right: 1px solid #ccc;
}
section.expertise .heading_expertise
{
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #f7f7f7;
}

#expertise_carousel .carousel-control-next, 
#expertise_carousel .carousel-control-prev
{
	width: 5%;
}

section.expertise #expertise_carousel .carousel-inner .carousel-item img
{
	height: 635px;
	width: 100%;
	object-position: center;
	object-fit: cover;
}

section.expertise #expertise_carousel .carousel-inner .carousel-item .carousel-caption
{
	background: var(--white);
    bottom: auto;
    left: 100px;
    right: auto;
    top: 60%;
    z-index: 5;
    width: 450px;
    transform: translateY(-60%);
    padding: 25px;
}
section.expertise #expertise_carousel .carousel-inner .carousel-item .carousel-caption .heading_slider_01
{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--white);
}

#carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption
{
	bottom: 120px;
}

/*
==========================================
*/

section.our-products-section
{
	margin-top: 50px;
}
section.our-products-section .container
{
	max-width: 94%;
}
section.our-products-section .heading01
{
	text-align: center;
}
section.our-products-section #products_scroller
{
	margin-top: 20px;
}
section.our-products-section #products_scroller .item .product_box
{
	width: 100%;
	height: 280px;
	background-color: #6e6c6c;
	position: relative;
}
section.our-products-section #products_scroller .item .product_box .product_image
{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
section.our-products-section #products_scroller .item .product_box .product_image img
{
	/*width: 80%;*/
}
section.our-products-section #products_scroller .item .product_box .other_content
{
	position: absolute;
	top: 25px;
	left: 15px;
}
section.our-products-section #products_scroller .item .product_box .other_content h6
{
	color: var(--white);
	font-weight: 600;
	font-size: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}
section.our-products-section #products_scroller .item .product_box .other_content .mores a
{
	display: inline-block;
	background-color: var(--color1);
	color: var(--white);
	text-decoration:none;
	font-size: 12px;
	padding: 5px 15px;
	font-weight: 600;
	text-transform: uppercase;
}

/*
=======================================
*/

section.testimonials-section
{
	background-image: url(../img/testimonial-design.jpg);
	background-size: 30%;
}
section.testimonials-section .testimonials-section-contaienr
{
	padding:40px 0 50px;

	/*background-color: #F7F7F7;*/
	background-color: #8eb8d994;
}

#clients_say
{
	margin-top: 20px;
}
#clients_say .item
{
	 margin: 0 10px;
}
#clients_say .item .testimonials-box
{
	background-color: var(--white);
	padding:30px 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    margin-bottom: 35px;
}
#clients_say .item .testimonials-box:before
{
	position: absolute;
    top: calc(100% - 3px);
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #fff transparent transparent;
    -webkit-filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
}
#clients_say .item .testimonials-box .image
{
	width: 95px;
    height: 95px;
    flex: 0 0 auto;
    border-radius: 50%;
    box-shadow: 0 0px 15px 0px rgb(0 0 0 / 30%);
    background: #ccc;
    padding: 4px;
}
#clients_say .item .testimonials-box .image img
{
	width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--white);
}
#clients_say .item .testimonials-box  .content
{
	flex: 0 0 auto;
	width: calc(100% - 95px);
	padding-left: 25px;
}
#clients_say .item .testimonials-box  .content .name
{
	font-weight: 700;
	color: #222;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 15px;
}
#clients_say .item .testimonials-box  .content span
{
	font-weight: 500;
	color: #888;
	font-size: 15px;
	line-height: 18px;
}
#clients_say .item .testimonials-box  .content .message
{
	font-size: 15px;
	font-weight: 400;
	color: #888;
	line-height: 24px;
	text-align: justify;
}
#clients_say .owl-nav{
	position: absolute;
    top: -95px;
    right: 0;
}	

#clients_say .owl-nav button
{
	width: 30px;
    height: 30px;
    background: var(--color1);
    color: var(--white);
}
#clients_say .owl-nav button span
{
	font-size: 1.5em;
}

/*
==============================================
*/

section.client-section
{
	margin-top: 20px;
}
section.client-section .cleints-section-contianer .heading01
{
	text-align: center;
	margin-bottom: 20px;
}
section.client-section .cleints-section-contianer .container
{
	max-width: 90%;
}
#cleints .item .client_logo
{
	margin: 10px 10px;
	background-color: var(--white);
	box-shadow: 0 0 15px 5px rgba(0 0 0 / 10%);
	border: 1px solid #eaeaea;
	padding:5px 8px 10px;
	border-bottom: 2px solid var(--color1);
	transition: .3s;
	cursor: pointer;
}
#cleints .item .client_logo:hover
{
	transform: translateY(-10px);
}
#cleints .item .client_logo img
{
	height: 130px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}
#cleints .item .client_logo p
{
	margin-top: 10px;
	height: 48px;
	line-height: 22px;
	margin-bottom: 0;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: var(--color333);
	display: none;
}
/*
==========================================
*/

.email-phone-strips
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 45px;
}
.email-phone-strips .eps-block
{
	flex:0 0 auto;
	width: 50%;
	background-color: var(--color1);
	text-align: center;
}
.email-phone-strips .eps-block.block2
{
	background-color: #1676c2;
}
.email-phone-strips .eps-block .value
{
	font-size: 24px;
	font-weight: 500;
	line-height: 39px;
	padding:20px 0;
	display: inline-block;
	color: var(--white);
	position: relative;
	z-index: 2;
}
.email-phone-strips .eps-block
{
	position: relative;
	overflow: hidden;
}
.email-phone-strips .eps-block .icon
{
	position: absolute;
	top: -3px;
	left: 20%;
	z-index: 1;
}
.email-phone-strips .eps-block.block2 .icon
{
	top: 3px;
}
.email-phone-strips .eps-block .icon i
{
	font-size: 6em;
}
.email-phone-strips .eps-block.block1 .icon i
{
	color: #56b0f7e0;
}
.email-phone-strips .eps-block.block2 .icon i
{
	color: #2690e5;
}

/*
==========================================
*/
footer
{
	background-color: #222;
	/*margin-top: 40px;*/
}
footer .footer .container
{
	max-width: 95%;
}
footer .footer .topbar-footer
{
	background-color: var(--color1);
}
footer .footer .topbar-footer .footer_icon_box{
	padding:35px 35px 25px;
}
footer .footer .topbar-footer .footer_icon_box
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
footer .footer .topbar-footer .footer_icon_box .icon
{
	flex: 0 0 auto;
	width: 48px;
	height: 30px;
	border-right: 2px solid var(--white);
}
footer .footer .topbar-footer .footer_icon_box .icon i
{
	font-size: 30px;
	color: var(--white);
}
footer .footer .topbar-footer .footer_icon_box .val
{
	flex: 0 0 auto;
	width: calc(100% - 56px);	
	padding-left: 12px;
	color: var(--white);
	font-size: 15px;
	line-height: 20px;
}
footer .footer .topbar-footer .footer_icon_box .val strong
{
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}
footer .border_right_footer
{
	border-right: 4px solid var(--color1);
}

footer .footer_links
{
	margin-top: 40px;
}
footer .footer_links .ftr_box h6
{
	font-family: "Roboto Condensed";
	font-size: 18px;
	font-weight: 600;
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 15px;
}
footer .footer_links .ftr_box ul
{
	padding-left: 0;
	list-style: none;
	width: 90%;
}
footer .footer_links .ftr_box ul li a
{
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 400;
	padding-bottom: 5px;
	margin-bottom: 7px;
	color: var(--white);
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #033d6a;
	position: relative;
	padding-left: 28px;
	transition: .3s;
}
footer .footer_links .ftr_box ul li:hover a
{
	text-decoration: underline;
	padding-left: 35px;
	font-style: italic;
}
footer .footer_links .ftr_box ul li a:before
{
	content: '\f105';
	position: absolute;
	left: 0;
	top: 2px;
	font-family: fontawesome;
	width: 20px;
	height: 20px;
	background-color: var(--color2);
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
}

footer .footer_links .ftr_box ul li:hover a:before
{
	font-style: normal;
}

footer .copyright_row
{
	margin-top: 30px;
	background-color: var(--color1);
	padding:15px 0;
}
footer .copyright_row .container{
	max-width: 85%;
}
footer .copyright_row .copyright_text
{
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	font-family: 'Roboto';
	color: #fff;
}
footer .copyright_row .footer_social_media .follow_us_text
{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	font-family: 'Roboto';
	color: #fff;
	display: inline-block;
	margin-right: 7px;
}
footer .copyright_row .footer_social_media
{
	float: right;
}
footer .copyright_row .footer_social_media a
{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 8px;
	background-color: var(--color2);
	text-align: center;
	color: var(--white);
	font-size: 16px;
	transition: .5s;
	box-shadow: 0 0px 7px 2px rgb(255 255 255 / 0%);
}
footer .copyright_row .footer_social_media a:hover
{
	box-shadow: 0 0px 7px 2px rgb(255 255 255 / 40%);
}
/*
=======================================
*/

.copright
{
	text-align: center;
	background-color: var(--color1);
	padding:8px 0;
	letter-spacing: 1px;
	font-weight: 400;
	color: var(--white);
	font-size: 15px;
}

.moreProducts
{
	text-align: center;
}
.moreProducts a
{
	margin-top: 25px;
	display: inline-block;
	background-color: var(--white);
	color: var(--color1);
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 25px;
	padding: 12px 35px;
}
.moreProducts a:hover
{
	background-color: var(--color1);
	color: var(--white);
}



/*
	==================================
*/

body.innerPage .innerBanner
{
	background-image: var(--bg_image_banner);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	position: relative;
}
body.innerPage .innerBanner .bannerTexts
{
	position: relative;
	z-index: 3;
}
body.innerPage .innerBanner:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 70%);
}
body.innerPage .innerBanner
{
	padding: 70px 0 50px;
	text-align: center;
}
body.innerPage .innerBanner h5
{
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 700;
	color: var(--white);
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 28px;
	text-shadow: 3px 3px 5px rgba(0 0 0 / 50%);
}
body.innerPage .innerBanner .breadcrumbs
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
body.innerPage .innerBanner .breadcrumbs a
{
	color: var(--white);
	font-size: 15px;
	margin-right: 10px;
	text-decoration: none;
}
body.innerPage .innerBanner .breadcrumbs a:not(:last-child):after
{
	content: '/';
	margin-left:10px;
}





/*
	****************************************
*/
.contactSection
{
	background-image: linear-gradient(to right, var(--color2) 67%, var(--white) 67%, var(--white) 100%);
}
.contactSection .contactSectionRow
{
	/*padding: 40px 0;*/
}
.contactSection .container
{
	max-width: 90%;
}
.contactSection .rowCustom
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.contactSection .rowCustom .colom-7
{
	flex: 0 0 auto;
	width: 67%;
	padding: 40px 0;
	padding-left: 2%;
	padding-right: 5%;
}
.contactSection .rowCustom .colom-5
{
	flex: 0 0 auto;
	width: 33%;
	/*padding-left: 35px;*/
}
/*
	*******************************
	*******************************
*/
section.contactSection .container
{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
section.contactSection .rowCustom .heading01 h5
{
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 45px;
    color: #fff;
    font-weight: 900;
    margin: 0px 0px 18px;
}
section.contactSection .rowCustom .form-area form
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
section.contactSection .rowCustom .form-area form .form_row
{
	flex: 0 0 auto;
	width: calc(33.333% - 10px);
	margin-bottom: 15px;
}
section.contactSection .rowCustom .form-area form .form_row.fullWidth
{
	width: calc(100% - 0px);	
}
section.contactSection .rowCustom .form-area form .form_row:nth-child(2)
{
	margin-right: 12px;
	margin-left: 12px;
}
section.contactSection .rowCustom .form-area form .form_row:nth-child(even)
{
	
}
section.contactSection .rowCustom .form-area form .form_row label
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	margin-bottom: 7px;
}
section.contactSection .rowCustom .form-area form .form_row .input_fields
{
	border-radius: 2px;
	padding: 10px 15px;
}
section.contactSection .rowCustom .form-area form .form_row .input_fields:focus
{
	box-shadow: none;
	border-color: #ccc;
}
/* Chrome, Safari, Edge, Opera */

section.contactSection .rowCustom .form-area form .form_row .input_fields.inputnumber::-webkit-outer-spin-button,
section.contactSection .rowCustom .form-area form .form_row .input_fields.inputnumber::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

section.contactSection .rowCustom .form-area form .form_row .input_fields.inputnumber[type=number] {
  -moz-appearance: textfield;
}


section.contactSection .rowCustom .form-area form .captcha_row 
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;	
}
section.contactSection .rowCustom .form-area form .captcha_row .form_row
{
	flex: 0 0 auto;
	width: calc(50% - 10px);
	margin-bottom: 15px;
}
section.contactSection .rowCustom .form-area form .captcha_row .form_row
{
}
section.contactSection .rowCustom .form-area form .captcha_row .form_row:nth-child(1)
{
	width: 35%;		
}
section.contactSection .rowCustom .form-area form .captcha_row .form_row:nth-child(odd)
{
	margin-right: 10px;
}
section.contactSection .rowCustom .form-area form .captcha_row .captcha_image
{
	margin-left: 10px;
}

section.contactSection .rowCustom .form-area form .captcha_row .captcha_image img
{
	margin-top: 30px;
}
section.contactSection .rowCustom .form-area form .submit_btn
{
	text-align: center;
	width: 100%;	
}
section.contactSection .rowCustom .form-area form .submit_btn .signin
{

	margin-top: 5px;
    display: inline-block;
    background-color: var(--white);
    color: var(--color1);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 25px;
    text-decoration: none;
    border: 1px solid var(--white);
}
section.contactSection .rowCustom .form-area form .submit_btn .signin:hover{
    background-color: transparent;
	color: var(--white);
}

/*
	***************************
*/

.contactSection .rowCustom .colom-5 .googleMap
{
	height: 100%;
}



/*
=============================
*/

section.section-background
{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
section.section-background .background_container
{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(255 255 255 / 50%);
}
section.section-background .container{
	max-width: 90%;
}
.side_image01
{
	float: right;
	max-width: 300px;
	margin-left: 30px;
	margin-bottom: 40px;
	position: relative;
}
.side_image01:before
{
	content: '';
	position: absolute;
	top: 18px;
	left: 18px;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	border:10px solid var(--color2);
	z-index: 1;
	box-shadow: 0 10px 10px 2px rgba(0 0 0 / 5%);
}
.side_image01 img
{
	transition: .3s;
	position: relative;
	z-index: 2;
}
.side_image01:hover img
{
	transform: scale(1.05);
	transition: .3s;
}

/*
	=========================
*/

body.innerPage .about_content .description p
{
	text-align: justify;
	line-height: 26px;
	font-size: 16px;
}

/*
	===============================
*/
section.section-background.products .background_container
{
	padding-top: 60px !important;
}
.about_content.products .product-row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.about_content.products .container
{
	max-width: 85%;
}
.about_content.products .product-row .left-image
{
	flex: 0 0 auto;
	width: 40%;
	box-shadow: 0 0 30px 25px rgba(0 0 0 / 3%);
	background-color: var(--white);
	border: 1px solid #eaeaea;
	overflow: hidden;
	height: 100%;
	position: sticky;
	top: 100px;
	z-index: 2;
}
.about_content.products .product-row .left-image img
{
	width: 100%;
	height: 420px;
	object-fit:contain;
	object-position: center;
	padding: 20px 0;
	transition: .3s;
}
.about_content.products .product-row .left-image:hover img
{
	transform: scale(1.05);
}
.about_content.products .product-row .left-image img.long-image
{
	height: 500px;
}
/*
	====================================
*/

.about_content.products .product-row
{
	margin-bottom: 30px;
}
.about_content.products .product-row .right-detail
{
	flex: 0 0 auto;
	width: 60%;
}
.about_content.products .product-row .right-detail .detail-warapper
{
	padding: 20px 30px;
}
.about_content.products .product-row .right-detail .detail-warapper h5
{
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.about_content.products .product-row .right-detail .detail-warapper ul
{
	margin-top: 20px;
	padding-left: 00px;
	list-style-type: none;
}
.about_content.products .product-row .right-detail .detail-warapper p
{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	text-transform: capitalize;
}
.about_content.products .product-row .right-detail .detail-warapper p.spl
{
	font-weight: 400;
	font-size: 20px;
	line-height: 31px;
	text-align: justify;
	text-transform: capitalize;
}
.about_content.products .product-row .right-detail .detail-warapper ul li
{
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 25px;
	padding-left: 35px;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 16px;
	text-align: justify;
}
.about_content.products .product-row .right-detail .detail-warapper ul li span
{
	font-weight: 600;
	display: block;
}
.about_content.products .product-row .right-detail .detail-warapper .hightlight
{
	background-color: var(--white);
	padding: 25px;
	box-shadow: 0 0 20px 10px rgba(0 0 0 / 10%);
	border-left: 5px solid var(--color2);
	font-size: 20px;
	padding-left: 35px;
	text-transform: capitalize;
}

.about_content.products .product-row .right-detail .detail-warapper .likeheading
{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 28px;
	text-align: justify;
}
/*
	===================================..
*/

.custom-table h6
{
	color: var(--color1);
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 700;
}
.custom-table .table
{

}
.custom-table .table thead tr th
{
	border-bottom: 0px;
	color: var(--white);
	font-weight: 400;
	font-size: 15px;
   background-color: var(--color2);
   border: 1px solid var(--color2);
}
.custom-table .table thead tr th:not(:first-child)
{
	text-align: center;
}
.custom-table .table tbody
{
	border-top: 0px;
}
.custom-table .table tbody tr td
{
	font-size: 15px;
	font-weight: 400;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	background-color: var(--white);
	text-transform: capitalize;
}
.custom-table .table tbody tr td:first-child
{
	border-left: 1px solid #ccc;
}
.custom-table .table tbody tr td .icons-check-cross
{
	text-align: center;
}
.custom-table .table tbody tr td .icons-check-cross img
{
	width: 25px;
}</pre></body></html>