@charset "utf-8";
/* CSS Document */
body{
	background:#141414;
}
.share-icon {
                    display: inline-block;
                    float: left;
                    margin: 4px;
                    width: 32px;
                    height: 32px;
                    cursor: pointer;
                    vertical-align: middle;
                    background-image: url(../img/share/share-icons.png);
                }

                .share-facebook {
                    background-position: 0px 0px;
                }

                    .share-facebook:hover {
                        background-position: 0px -40px;
                    }

        .share-twitter {
            background-position: -40px 0px;
        }

            .share-twitter:hover {
                background-position: -40px -40px;
            }

        .share-pinterest {
            background-position: -80px 0px;
        }

            .share-pinterest:hover {
                background-position: -80px -40px;
            }

                .share-linkedin {
                    background-position: -240px 0px;
                }

                    .share-linkedin:hover {
                        background-position: -240px -40px;
                    }


                .share-googleplus {
                    background-position: -120px 0px;
                }

                    .share-googleplus:hover {
                        background-position: -120px -40px;
                    }


        .share-stumbleupon {
            background-position: -360px 0px;
        }

            .share-stumbleupon:hover {
                background-position: -360px -40px;
            }

                .share-email {
                    background-position: -320px 0px;
                }

                    .share-email:hover {
                        background-position: -320px -40px;
                    }
					
					
.header-nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    z-index: 9999;
	padding:20px;
}
.menu {
    display: table-cell;
    height: 80px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.menu > li {
    float: left;
    list-style: outside none none;
	margin-right: 10px;
	font-size:16px;
	font-weight:600;
}
.menu li a {
    color: #ffffff;
	padding: 10px;
	text-decoration:none;
}
.menu li a:hover, .menu li a.active{
	color:#428BCA;
}
.logo {
    float: left;
	margin-right: 20px;
}
.red-box{
	background:#e84c3d;
	width:95%;
	color:#fff;
	padding:20px;
	position:relative;
}
.red-box h3{
	margin-top:0;
}
.click-arw {
position: absolute;
background: rgba(0,0,0,0.2);
padding: 60px 10px;
top: 0;
height: 100%;
vertical-align: middle;
right: 0;
}
.green-box{
	background:#8fc04d;
	width:95%;
	color:#fff;
	padding:20px;
	position:relative;
}
.green-box h3{
	margin-top:0;
}
.blue-box{
	background:#3598db;
	width:95%;
	color:#fff;
	padding:20px;
	position:relative;
}
.blue-box a, .green-box a, .red-box a{
	color:#fff;
}
.blue-box h3{
	margin-top:0;
}
.little-up{
	position: relative;
top: -40px;
}
.home-contact{
	border:1px solid #2c2c2c;
	padding:10px 20px 50px;
	color: #b4b4b4;
}
.home-contact h3{
	border-bottom:1px solid #494949;
	padding-bottom: 10px;
	color: #ffffff;
}
.welcome > h3 {
    color: #ffffff;
}
.welcome span {
    font-size: 14px;
}
.welcome p{
	color: #b4b4b4;
	line-height:28px;
}
.welcome a{
	color:#fff;
}
.footer{
	background:#000;
	margin-top: 40px;
    padding: 30px 0;
}
.footer h3{
	color:#fff;
}
.quick ul{
	padding:0;
}
.quick ul li{
	list-style:none;
	font-size:16px;
}
.quick ul li a{
	color:#fff;
	text-decoration:none;
}
.quick ul li a:hover{
	color:#494949;
}
.quick p{
	color: #b4b4b4;
}
.send-btn{
	background:#363636;
	color:#fff;
	border:none;
	padding:10px 15px;
}
.mb8{
	margin-bottom:8px;
}
.copyright{
	border-top:1px solid #363636;
	padding:20px 0;
}
.inner-slides{
	display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.inner-slides li{	
    height: 200px;
	background: url(../images/original.jpg) no-repeat fixed 0 0 / cover  rgba(0, 0, 0, 0);
    width: 100%;
}
.inner-slides li img{
	width:100%;
	background-size:cover;
}
.about-heading{  
	border-bottom: 1px solid #333333;
    margin: 60px 0 30px;
    text-align: center;
}
.about-heading h3{
	text-transform:uppercase;
	color:#fff;
}
.about-img img{width:100%;}
.abt h3{color:#fff; font-size:16px; line-height: 28px;}
.abt{
	color:#b4b4b4;
	line-height: 30px;
}
.contact-info{	
    margin: 60px 0 30px;
    text-align: center;
}
.contact-info h3{
	text-transform:uppercase;
	color:#fff;
	border-bottom: 1px solid #333333;
	padding-bottom:10px;
}


/*----------- carousel ---------------------*/
.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background:transparent url(../images/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#000 url(../images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
/*----------------- carosel end --------------------*/

.contact-form{
	margin:20px 0;
}
.mb10{
	margin-bottom:10px;
}
.service-list{
	width:50%;
	float:left;
	margin-top:30px;
}
