<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/css?family=Quicksand:400,500,700');
*{
	box-sizing: border-box;
}
.container{
	max-width: 1310px;
	display: table;
    margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 0px 50px;
    clear: both;
	border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.clr{
	clear: both;
	line-height: 0;
	font-size: 100%;
}
.zoom-area{
	margin: 30px 0;
}
.zoom-area .text-side{
	float: left;
	width: 49%;
}
.zoom-area .text-side .client-sec .img-area{
	float: left;
	width: 135px;
    height: 135px;
    border-radius: 50%;
	margin: 0 0 0 30px;
}
.zoom-area .text-side .client-sec .client-text{
	float: right;
	width: 400px;
}
.zoom-area .form-side{
	float: right;
	width: 49%;
	background: hsl(0, 0%, 93%) none repeat scroll 0 0;
}
.zoom-area .form-side h3{
	text-align: center;
	margin-bottom: 15px;
    margin-top: 20px; 
}
.zoom-area .form-side form{
	width: 80%;
	margin: 0 auto 20px;
}
.zoom-area .form-side form .half-left{
	width: 48%;
	float: left;
}
.zoom-area .form-side form .half-right{
	float: right;
	width: 48%;
}
.zoom-area .form-side form .full-label{
	width: 100%;
}
.zoom-area .form-side form label{
	display: block;
	font-size: 13px;
	margin: 0 0 7px 0;
}
.zoom-area .form-side form input[type="text"]{
	width: 100%;
	padding: 7px 10px;
	border: 2px solid #cbd5de;
	border-radius: 4px;
	margin: 0 0 7px 0;
}
.zoom-area .form-side form .btn{
	text-align: center;
}
.zoom-area .form-side form .btn button{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b11916+1,971513+100 */
	background: #b11916; /* Old browsers */
	background: -moz-linear-gradient(top, #b11916 1%, #971513 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b11916 1%,#971513 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b11916 1%,#971513 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b11916', endColorstr='#971513',GradientType=0 ); /* IE6-9 */
	border: 0;
	color: #fff;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
    padding: 10px 20px;
    border-radius: 6px;
	margin: 10px 0 0 0;
}
.zoom-area h3{
	font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px; 
	color: #434343;
}
.zoom-area h3 span{
	color: hsl(0, 77%, 37%);
}
.zoom-area p{
	color: #454545;
	font-size: 12px;
}
.down-slider img{
	width: 100%;
}
.dt-sec{
	margin: 30px 0;
}
.dt-sec-left{
	width: 49%;
	float: left;
}
.dt-sec-left-bg{
	background-color: #eeeeee;
}
.dt-sec-left-bg img{
	width: 100%;
}
.dt-sec-left-bg .btn-area{
	border: 1px solid #ddd;
	border-top: 0;
	padding: 25px;
}
.dt-sec-left-bg .btn-area .red-text{
	float: left;
	color: hsl(0, 77%, 37%);
	font-size: 20px;
	width: 280px;
}
.dt-sec-left-bg .btn-area .btn a{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b11916+1,971513+100 */
	background: #b11916; /* Old browsers */
	background: -moz-linear-gradient(top, #b11916 1%, #971513 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b11916 1%,#971513 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b11916 1%,#971513 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b11916', endColorstr='#971513',GradientType=0 ); /* IE6-9 */
	border: 0;
	color: #fff;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
    padding: 10px 20px;
    border-radius: 6px;
	margin: 10px 0 0 0;
	text-decoration: none;
}
.dt-sec-right{
	width: 49%;
	float: right;
	color: #454545;
    font-size: 12px;
}
.dt-sec-right h3.mt30{
	margin-top: 30px;
}
.dt-sec-right .apercu {
    background: hsl(0, 0%, 93%) none repeat scroll 0 0;
    border-bottom: 5px solid hsl(0, 0%, 26%);
    float: left;
    padding: 22px;
    width: 100%;
    box-sizing: border-box;
}
.dt-sec-right .apercu ul{
	margin: 0;
	padding: 0;
}
.dt-sec-right .apercu ul li{
    float: left;
    list-style: outside none none;
    padding: 0 0 15px 18px;
    position: relative;
    width: 33%;
}
.dt-sec-right .apercu ul li::before{
background: hsl(77, 59%, 47%) none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 10px;
}
.dt-sec-right .apercu ul li a{
    color: hsl(0, 0%, 33%);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.dt-sec h3{
	font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px; 
	color: #434343;
}
.dt-sec h3 span{
	color: hsl(0, 77%, 37%);
}


/* Template-02 Css Start */
.banner-bg{
	background-image: url("../img/banner-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    padding: 100px 0 0px;
	font-family: 'Quicksand';
	color: #fff;
}
.banner-bg h1{
	text-transform: uppercase;
	font-size: 28px;
}
.flag-area{
	padding-top: 30px;
	padding-bottom: 30px;
}
.flag-area-left{
	background-color: #eeeeee;
	padding-bottom: 5px;
	text-align: center;
}
.flag-area-left h3{
	padding: 0 30px;
	text-align: center;
	color: #434343;
	font-size: 21px;
	margin-bottom: 20px;
}
.flag-area-left a{
	background: #b11916;
    background: -moz-linear-gradient(top, #b11916 1%, #971513 100%);
    background: -webkit-linear-gradient(top, #b11916 1%,#971513 100%);
    background: linear-gradient(to bottom, #b11916 1%,#971513 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b11916', endColorstr='#971513',GradientType=0 );
    border: 0;
    color: #fff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 15px 40px;
	display: block;
	text-align: center;
}
.flag-area-left a:hover{
	color: #fff;
	text-decoration: none;
}
.flag-area-left img{
	max-width: 100%;
}
.flag-area-right{
	color: #454545;
    font-size: 12px;
}
.flag-area-right h3{
	font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #434343;
}
.flag-area-right h3.mt30{
	margin-top: 30px;
}
.flag-area-right h3 span{
	color: hsl(0, 77%, 37%);
}
.flag-area-right .apercu {
    background: hsl(0, 0%, 93%) none repeat scroll 0 0;
    border-bottom: 5px solid hsl(0, 0%, 26%);
    float: left;
    padding: 22px;
    width: 100%;
    box-sizing: border-box;
}
.flag-area-right .apercu ul{
	margin: 0;
	padding: 0;
}
.flag-area-right .apercu ul li{
    float: left;
    list-style: outside none none;
    padding: 0 0 15px 18px;
    position: relative;
    width: 33%;
}
.flag-area-right .apercu ul li::before{
background: hsl(77, 59%, 47%) none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 10px;
}
.flag-area-right .apercu ul li a{
    color: hsl(0, 0%, 33%);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
#big-map{
	width: 100% !important;
	margin-bottom: 20px;
}
.map-img{
	margin-bottom: 20px;
}
.map-img img{
	max-width: 100%;
}
.two-sec, .three-sec{
	margin-bottom: 20px;
}
.two-sec h3, .three-sec h3, .three-sec-bottom h3{
	font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #434343;
}
.two-sec h3.mt30, .three-sec-bottom h3.mt30{
	margin-top: 30px;
}
.two-sec h3 span, .three-sec h3 span, .three-sec-bottom h3 span{
	color: hsl(0, 77%, 37%);
}
.three-sec-bottom.mb0{
	margin-bottom: 0;
}
.three-sec-bottom.mt0{
	margin-top: 0;
}
.two-sec img, .three-sec-bottom img{
	max-width: 100%;
	max-width: 100%;
    min-height: 345px;
    max-height: 345px;
    width: 100%;
}
.two-sec .padding20{
	background: #F3F3F3;
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px 20px;
    text-align: center;
}
.two-sec .padding20 h5 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    color: #b11916;
	margin: 0;
	padding: 15px 0;
}
.two-sec .padding20 .text {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
    color: #434343;
}
.two-sec .padding20 .w100{
	text-align: center;
}
.two-sec .padding20 .w100 a{
	background: hsl(0, 77%, 37%) none repeat scroll 0 0;
    border-radius: 6px;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 29px;
    text-decoration: none;
	text-transform: uppercase;
}
.three-sec img{
	max-width: 100%;
	max-width: 100%;
    width: 100%;
    min-height: 180px;
    max-height: 180px;
}
.three-sec-bottom{
	margin-top: 30px;
}
.three-sec-bottom.mt0 .modele_ids:nth-child(3n+1){
	clear: both;
}
.three-sec .three-sec-bg{
	background: #eeeeee;
	padding-bottom: 20px;
}
.three-sec .three-sec-bg h5 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    color: #b11916;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
.three-sec .three-sec-bg h6{
	font-size: 12px;
	color: #434343;
	margin: 5px 0 15px 0;
}.three-sec .three-sec-bg img{
	width: 100%;
    min-height: auto;
    max-height: 54px;
    max-width: 54px;
}
.three-sec-bottom .padding20{
	background: #F3F3F3;
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px 20px;
    text-align: center;
}
.three-sec-bottom .padding20 h5 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    color: #b11916;
	margin: 0;
	padding: 15px 0;
}
.three-sec-bottom .padding20 h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #434343;
	margin: 0;
	padding: 2px 0;
}
.three-sec-bottom .padding20 h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    color: #b11916;
	margin: 0;
	padding: 2px 0;
	font-weight: bold;
}
.three-sec-bottom .padding20 .text {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
    color: #b11916;
}
.three-sec-bottom .padding20 .text.mt30{
	margin-top: 30px;
}
.three-sec-bottom .padding20 .w100{
	text-align: center;
}
.three-sec-bottom .padding20 .w100 a, .end-btn a{
	background: hsl(0, 77%, 37%) none repeat scroll 0 0;
    border-radius: 6px;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 29px;
    text-decoration: none;
	text-transform: uppercase;
}
.end-btn a:hover{
	text-decoration: none;
	color: #fff;
}
.strip{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 15px;
}
.end-btn{
	margin-bottom: 30px;
}
.banner-bread{}
.banner-bread ul{}
.banner-bread ul li{
	list-style: none;
	display: inline-block;
	font-size: 13px;
}
.banner-bread ul li.separator{
	margin: 0 3px;
}
.banner-bread ul li a{
	color: #fff;
	font-size: 13px;
}
.banner-bread ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
/* Template-02 Css End */

a.custom_ajx_show {
    cursor: pointer;
}

@media (max-width: 767px){
.banner-bg h1, .flag-area-right h3, .flag-area-left h3{
	font-size: 20px;
	text-align: center;
}
.flag-area-right{
	margin-top: 30px;
}
.flag-area-right p{
	text-align: center;
}
.two-sec h3, .three-sec h3, .three-sec-bottom h3{
	font-size: 20px;
	text-align: center;
}
.two-sec .padding20 h5{
	font-size: 20px;
}
.three-sec .three-sec-bg h5, .three-sec-bottom .padding20 h5{
	font-size: 20px;
}
.three-sec img {
    max-width: 100%;
    max-width: 100%;
    width: 100%;
    min-height: initial;
    max-height: initial;
}
.three-sec-bottom .padding20 h2{
	font-size: 25px;
}
.flag-area-right .apercu ul li{
	float: none;
}
}

@media (max-width: 400px){
.banner-bg h1, .flag-area-left h3{
	font-size: 18px;
}
.two-sec h3, .three-sec h3, .three-sec-bottom h3{
	font-size: 18px;
}
.flag-area-left a{
	font-size: 13px;
}
.two-sec .padding20 h5, .three-sec .three-sec-bg h5, .three-sec-bottom .padding20 h5{
	font-size: 18px;
}
.two-sec .padding20 .w100 a, .three-sec-bottom .padding20 .w100 a, .end-btn a{
	font-size: 13px;
}
.three-sec-bottom .padding20 h2{
	font-size: 20px;
}
}


</pre></body></html>