<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-top {
    background: #999;
}
.header-top-left ul li a{
    color: #fff;
}
.consultation-button &gt; a i{
    color: #fff;
}
.top-menu a{
    border-left: 1px solid #ffffff52;
}
.info li i{
    color: #eaeaea;
}
.consultation-button &gt; a {
    color: #efefef;
}
.header-style-multipage{
    background: url(headerbg.jpg);
    background: #fff;
}
.logo{
	margin: 21px 0;
}
.slider-item h1{
   text-shadow: 4px 2px 10px #424242;
}
.slider-item h1 span {
    color: #f17b02;
    text-shadow: 1px 1px 1px #616161;
}
.slide-text &gt; h2 {
    background: #2a2b59db;
    display: inline-block;
    padding: 5px 20px;
}
.we_are:before{
	content: '';
	clear: both;
}
.we_are:after{
	content: '';
	clear: both;
	display: table;
}
.we_are .left_side {
    background: url(../img/weare1.jpg) no-repeat right;
    background-size: cover;
    height: 510px;
    width: 50%;
    position: relative;
    float: left;
}
.we_are .we_are_opacity {
    background: rgba(47, 45, 55, 0.2);
    height: 510px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.we_are .we_are_border {
    background: transparent;
    height: 95%;
    width: 98%;
    border: 1px solid #fff;
    position: absolute;
    top: 12px;
    right: 13px;
}
.we_are .we_are_border h2 {
    font-weight: 700;
    font-size: 1.625em;
    color: #fff;
    background: #12a0b1;
    display: inline;
    position: absolute;
    padding: 12px 39px;
    top: 40px;
    right: -14px;
}
.we_are .right_side {
    background: url(http://world5.commonsupport.com/html/me-finance/images/6.jpg) no-repeat right;
    background-size: cover;
    background-color: #202731;
    height: 510px;
    width: 50%;
    position: relative;
    float: left;
}
.we_are .we_are_deatails {
    padding-left: 61px;
}
.we_are .right_side h2 {
    font-size: 36px;
    color: #fff;
    position: relative;
    padding-top: 47px;
    padding-bottom: 38px;
    font-weight: 400;
    line-height: initial;
}
.we_are .right_side h2:before {
    content: '';
    width: 75px;
    height: 3px;
    background: #f17b02;
    position: absolute;
    top: 84%;
    left: 4px;
}
.we_are .right_side .we_are_deatails&gt;p {
    color: #bcc1c7;
    width: 90%;
}
.we_are .right_side img {
    vertical-align: baseline;
}
.we_are .right_side .list_item p:not(.support) {
    border-right: 1px dashed #6e6e6e;
}
.we_are .right_side .list_item p {
	display: inline-block;
	font-size: 1.125em;
	color: #fff;
	padding-left: 35px;
	padding-right: 32px;
	margin-top: 63px;
	margin-right: 27px;
	font-family: 'Raleway', sans-serif;
}
.footer-widget-item &gt; p {
    line-height: 1.7;
}
.content-section-area {
    position: relative;
    background: #F5F7F9;
}
.clirnt-item{
	height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddddd;
}
.service-text &gt; h2{
    font-size: 22px;
    color: #484848;
    font-weight: 600;
    line-height: 1.3;
}
.about2{
    background: #fff;
    padding: 20px;
    box-shadow: 0 6px 23px -12px #a2a2a2;
}
.about2 img{
    max-width: 100%;
}
.about2 h2{
    margin-top: 20px;
}
.about2 h2 span {
    color: #f17b02;
}
.about2 p{
    color: #545454;
}
.proBox{
    padding: 15px;
    background: #fff;
    box-shadow: 0 6px 23px -12px #bbb;
    margin-bottom: 20px;
}
.proBox h3{
    text-align: center;
    margin: 15px 0 0;
    font-size: 25px;
}

.proBox h6{
    margin-top:10px;
}
.proBox a{
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 15px;
    background: #737373;
    padding: 6px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
}
.proBox a:hover{
    background: #F17B02;
}
.imgWrap{
    position: relative;
    overflow: hidden;
}
.imgWrap img, .proBox h3, .proBox a{
    -webkit-transition: .3s;
    transition: .3s;
}
.imgWrap:after{
    background: #222;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.proBox:hover .imgWrap:after{
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    visibility: visible;
}
.proBox:hover .imgWrap img{
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.proBox:hover h3{
    color: #F17B02;
}
section.we_are{
    margin-top: 50px;
}
.new-products .slick-prev:before, .new-products .slick-next:before{
    color: #232323;
}
.blog-post{
    box-shadow: none;
}
.col-md-4.col-sm-6:nth-child(n+4) .blog-post{
    margin-top: 0;
}
.post-content{
    padding: 20px;
}










.footer-bottom {
    background: #131820;
}
.footer-widget-area.footer-weve{
    background: #999;
}
.footer-weve::after{
    background: #8E7C6A;
    opacity: 0;
}
/*.footer-widget-item &gt; p{
    color: #fff;
}
.widget-link li a{
    color: #fff;
}
ul.widget-address li a{
    color: #fff;
}
*/











.slider-bg-two{
    background: url("../img/slider/home-three/4.jpg");
    background-size: cover;
}
.slider-bg-four{
   background: url("../img/slider/home-three/5.jpg");
   background-size: cover;
}


@media (max-width: 1450px) and (min-width: 1199px){
.we_are .right_side .list_item p {
    padding-left: 15px;
    padding-right: 17px;
    margin-right: 9px;
}
}

@media (max-width: 992px){
	.we_are .left_side, .we_are .right_side{
		float: none;
		width: 100%;
	}
}

@media (max-width: 767px){
    .slider-item h1{
        font-size: 30px;
    }
    .slide-text &gt; h2 {
        font-size: 16px;
        max-width: 85%;
        padding: 5px;
    }
	.top-menu.pull-right{
		float: none !important;
	}
	.header-top .container{
		width: 100%;
		padding: 0 5px;
	}
	.header-top-left .info &gt; li{
		font-size: 14px;
    	margin-right: 5px;
    	padding: 12px 0 0;
	}
	.clirnt-item{
		left: 18%;
	}
	.slick-slide img {
    	width: 100%;
	}
	.logo {
    	margin: 20px 0;
    	float: none;
    	text-align: center;
	}
	.header-style-multipage .mean-container .mean-bar{
		top: 16%;
	}
}


.widget-link li a{
    color:#fff;
    
}
.widget-address li a{
     color:#fff;
    
}
.footer-widget-item p{
    color:#fff;
}
    
.contactform{
    padding:20px;
    background-color:#f1f1f1;
}
.contactform label{
    font-size:18px;
    color: #f17b02;
    margin-bottom: 15px;
}

.contactform input{
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #f17b02;
     margin-bottom: 15px;
}

.contactform textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #f17b02;
     margin-bottom: 15px;
}
.contactform ::placeholder{
    color:grey;
    padding:5px;
}
.contactform button{
    background-color: #f17b02;
    color: white;
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 5px;
}
#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}</pre></body></html>