<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*====================================
Common css:
=======================================================*/
body{
    color: #666666;
    font-family: Georgia,  sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
}
.container{
    margin: 0 auto;
    max-width: 960px;
    width: 96%;
}
img{
    max-width: 100%;
    height: auto;
}
.alignleft{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright{
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.aligncenter{
    display: block;
    margin: 0 auto 15px;
}
/*====================================
Top Header css:
=======================================================*/
.header_area{
    width: 100%;
    clear:both;
}
#top_header_area{
    background-color: #ba2e1f;
    padding: 15px 0px;
    width: 100%;
}
.inner_top_header{
    overflow: hidden;
}
.mini_menu{
    padding-top: 5px;
    float: left;
    width: 70%;
}
.mini_menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
.mini_menu ul li{
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.mini_menu ul li::after{
    background: #ffff;
    content: "";
    position: absolute;
    top: 6px;
    right: -10px;
    height: 12px;
    width: 1px;
}
.mini_menu ul li:last-child::after{
    display: none;
}
.mini_menu ul li a{
    display: block;
    color: #ffff;
    text-decoration: none;
    font-size: 14px;
}
.mini_menu ul li a:hover{
    color: #ddd;
}
.search_area{
    float: right;
    width: 30%;
}
.search_area form{
    background-color: #ffff;
    border-radius: 25px;
    float: right;
    max-width: 210px;
    width: 96%;
    padding: 2%;
}
.search_area input{
    border: none;
    width: 75%;
    padding: 1%;
    float: left;
    color: black;
}
.search_area input[type="submit"]{
    width: 23%;
    background: url(images/search.png);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}
/*====================================
Main Header css:
=======================================================*/
.main_header_area{
    width: 100%;
    clear: both;
}
.inner_header{
    padding: 40px 0px;
    overflow: hidden;
}
.logo_area{
    float: left;
    width: 240px;
}
.social_area{
    float: right;
    max-width: 600px;
    width: 100%;
    padding-top: 20px;
}
.social_area ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.social_area ul li{
    display: inline-block;
    margin-left: 20px;
}
.social_area ul li a{
    display: block;
    text-decoration: none;
}
.social_area ul li a i{
    background: #333333 ;
    border-radius: 50%;
    display: block;
    text-decoration: none;
    width: 35px;
    padding-top: 8px;
    color: #ffff;
    height: 25px;
    text-align: center;
}
.social_area ul li a:hover i.fa-linkedin{
    background-color: #2381B5;
}
.social_area ul li a:hover i.fa-twitter-square{
    background-color: #4EB4E1;
}
.social_area ul li a:hover i.fa-pinterest-square{
    background-color: #B7081B;
}
.social_area ul li a:hover i.fa-google-plus-square{
    background-color: #C64236;
}
.social_area ul li a:hover i.fa-wifi{
    background-color: #EE802F;
}
/*====================================
Main Menu css:
=======================================================*/
#main_menu{
    width: 100%;
    clear: both;
}
/* .inner_menu{
    background: url(images/menu_bar.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 15px 0px;
    border-radius: 5px;
} */
.inner_menu{
    background: linear-gradient(to bottom, #333333 50%, #2B2B2B 50%);
    position: relative;
    min-height: 30px;
    padding: 15px 0px;
    border-radius: 5px;
}
#main_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#main_menu ul li{
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
#main_menu ul li a{
    color: #ffff;
    text-decoration: none;
    display: block;
    padding: 5px;
}
#main_menu ul li a:hover{
    color: #BA2E1F; 
}
#main_menu ul li:hover a{
    color: #BA2E1F; 
}
#main_menu ul li:hover ul li a{
    color: #ffff; 
}
/*Dropdown Css*/
#main_menu ul ul{
    position: absolute;
    background: #BA2E1F;
    width: 180px;
    left: -9999999px;
    top: 33px;
    z-index: 9999999;
}
#main_menu ul li:hover ul{
    left: 0;
}
#main_menu ul li:hover ul ul{
    left: -99999999px;
}
#main_menu ul ul ul{
    left: -99999999px;
    top: 0px;
}
#main_menu ul li:hover ul li:hover ul{
    left: 180px;
}
#main_menu ul ul li{
    margin: 0;
    display: block;
}
#main_menu ul ul li a:hover{
    background: #333333;
    color: #ffff;
}

#main_menu ul ul li:hover a{
    background: #333333;
    color: #ffff;
}
#main_menu ul ul li:hover ul li a{
    background: none;
    color: #ffff;
}
#main_menu ul ul li ul li a:hover{
    background: #333333;
    color: #ffff;
}
/*====================================
Slider area css:
=======================================================*/
#slider_area{
    margin-top: 20px;
}
/*====================================
Hero css:
=======================================================*/
#hero_area{
    background-color: #fff;
    padding: 0;
    margin-top: 20px;
}
.inner_hero{
    overflow: hidden;
}
.inner_hero h2{
    color: black;
    font-size: 86px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: 20px;
}
.inner_hero p{
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}
.inner_hero a{
    float: right;
    color: #ba2e1f;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.inner_hero a:hover{
    color: #000;
}
/*====================================
Work Area css:
=======================================================*/
#work_area{
    background: #f2f2f2;
    padding: 45px 0;
    min-height: auto;
}
.inner_work{
    overflow: hidden;
}
.child_area_width{
    width: 32%;
    float: left;
    margin: 0 1% 10px;
}
.inner_work h2{
    font-size: 26px;
    color: #333333;
    font-weight: 700;
}
.inner_work p{
    color: #878787;
    font-size: 14px;
    font-weight: normal;
}
.inner_work a{
    color: #ba2e1f;
    text-decoration: none;
    clear: both;
    float: right;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
}
.about_area{
    margin-left: 0;
}
.about_area img{
    padding: 5px;
    border: 1px solid #dfdfdf;
    display: block;
    margin-bottom: 15px;
}
.testimonial_area{
    margin-right: 0;
}
.service_area .child_service{
    margin-bottom: 15px;
}
.child_service .service_image{
    width: 25%;
    float: left;
}
.child_service .service_text{
    width: 75%;
    float: right;
}
.child_service .service_text h3{
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}
.child_service .service_text p{
    margin-top: 0;
    line-height: 1.4em;
}
.testimonial_area{
    margin: 0;
}
.child_testiminial{
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}
.child_testiminial h3 {
    background-image: url(images/comment.png);
    background-repeat: no-repeat;
    padding: 15px 0px 15px 65px;
    color: #98989889;
    font-size: 16px;
    font-weight: 700;
}
.child_testiminial h3 span{
    font-weight: normal;
}
/*====================================
Footer Area css:
=======================================================*/
#footer_area{
    background: #fff;
    padding: 45px 0px;
}
.inner_footer{
    overflow: hidden;

}
.child_footer{
    padding: 1%;
    margin: 0 1% 10px;
    width: 21%;
    float: left;
}
.child_footer h3{
    color: #666666;
    border-top: 1px solid #666666;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-top: 0px;
}
.child_footer h4{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-top: 0;
}
.child_footer h4 a{
    text-decoration: none;
    color: #666666;
    float: none;
}
.child_footer h4 a:hover{
    color: #ba2e1f;
}
.child_footer h6{
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.3em;
}
.child_footer p{
    color: #666666;
    font-size: 14px;
}
.child_footer p a{
    text-decoration: none;
}
.child_blog {
    width: 100%;
    overflow: hidden;
}
.child_blog  a{
    color: #ba2e1f;
    float: right;
    text-decoration: none;
    font-size: 14px;
}
.child_footer a:hover{
    color: #666666;
}
.child_footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.child_footer ul ul{
    display: none;
}
.child_footer li{
    background: url(images/next.png) center left;
    background-repeat: no-repeat;
    padding-left: 18px;
    display: block;
    border-bottom: 1px solid #666666;
}
.child_footer li:last-child{
    border-bottom: 0px solid;
}
.child_footer li a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}
.child_footer li a:hover{
    color: #ba2e1f;
}
.child_footer input{
    background: #f2f2f2;
    border: 1px solid;
    padding: 10px 2%;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 96%;
}
.child_footer textarea{
    background: #f2f2f2;
    border: 1px solid;
    padding: 10px 2%;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 96%;
}
.child_footer input[type="submit"]{
    width: 80px;
    color: #b92db9;
    cursor: pointer;

}
.child_footer input[type="submit"]:hover{
    background: #ba2e1f;
    color: #fff;
}

/*====================================
copyright Area css:
=======================================================*/
#copyrright_area{
    background: #F2F2F2;
    color: #919191;
    padding: 20px 0;

}
.inner_copyright{
    overflow: hidden;
}
.inner_copyright p{
    font-size: 14px;
}
.leftcopy_area{
    float: left;
    width: 60%;   
}
.rightcopy_area{
    float: right;
    width: 40%;
    position: relative;
}
a#goTop {
    position: absolute;
    top: -5px;
    right: 0px;
    text-decoration: none;
    color: darkgreen;
    padding: 20px;
    border-radius: 50%;
    background-color: #dddd;
}
/*====================================
Responsive css:
=======================================================*/
@media screen and (min-width: 320px) and (max-width: 991px) {
    .social_area {
        max-width: 460px;
    }
    .inner_menu {
        background: none;
        min-width: none;
    }
    .inner_menu::after{
        display: none;
    }
    .mean-container .mean-nav {
        margin-top: 0px;
        width: 85%;
    }
    .inner_top_header {
        padding-top: 12px;
    }
    .inner_header {
        padding: 20px 0px;
    }
    #slider_area {
        margin-top: 0;
    }
    .inner_hero h2 {
        font-size: 55px;
    }
    .inner_hero h2 span{
        font-size: 32px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .mini_menu{ width: 100%; margin-bottom: 10px;}
    .mini_menu ul, .social_area ul{text-align: center;}
    .search_area, .logo_area{ float: none; width: 250px; margin: 0 auto;}
    .child_area_width {width: unset;}
    .child_footer {width: unset;}
    .inner_hero h2 {font-size: 32px;margin-left: 0px;}
    #work_area {padding: 0px 0;}
    .inner_hero a {margin-bottom: 10px;}
    .leftcopy_area {float: none;width: 100%;text-align: center;}
    .rightcopy_area {float: none;text-align: center;width: 100%;position: relative;}
    a#goTop {padding: 7px;border-radius: 47%;}
}</pre></body></html>