.warp {
	overflow: hidden;
}
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	color: #202020;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;

}
a, a:focus, a:hover {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}
.no_padding {
	padding: 0;
}
/*********************************/
header {
	position: relative;
	background: url("../images/header.jpg") no-repeat;
	background-size: cover;
}
.menu_area {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
}
.menu_area .navbar {
	border-radius: 0px;
	border: 0px;
}
.menu_area nav {
	background: transparent;
}
.menu_area .navbar {
	margin-bottom: 0;
	z-index: 99;
}
.menu_area .navbar-default .navbar-nav>li>a {
        font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
        transition: all 0.5s ease ;
        font-size: 15px;
}
.menu_area .navbar-default .navbar-nav>.active>a, .menu_area .navbar-default .navbar-nav>.active>a:focus, .menu_area .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #2b2b2b;
}
.menu_area .navbar-default .navbar-nav>li>a:focus, .menu_area .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #2b2b2b;
}
.logo_area {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -100px;
	z-index: 99;
}
.logo {
	background: #2b2b2b;
	padding: 20px;
}
.logo_area h1 {
	font-size: 80px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
header .arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 40px 0;
	color: #fff;
	z-index: 99;
}
header .arrow i {
	border: 2px solid #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 32px;
	cursor: pointer;
}
header .arrow i {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.contact_top {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sec_white {
	background: #fff;
	padding: 30px 0;
}
.sec_grey {
	background: #f6f6f6;
	padding: 30px 0;
}
.sec_dark {
	background: #2b2b2b;
	padding: 30px 0;
}
.sec_tit {
	margin-top: 60px;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.content_widget {
	line-height: 30px;
	margin-bottom: 20px;
}
.read_more{
        margin-top: 60px;
	margin-bottom: 60px;
}
.read_more a {
	display: inline-block;
	padding: 10px;
	border: 3px solid #f8b333;
	border-radius: 10px;
	text-transform: uppercase;
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
        background: transparent;
        color: #202020;
        transition: all 0.5s ease ;
}
.read_more a:hover {
       border: 3px solid #2b2b2b;
       background: #f8b333;
       color:#fff;
}

.item_thumb {
	position: relative;
	cursor: pointer;
}
.item:hover .item_thumb span:before, .item:hover .item_thumb span:after {
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-out 0s;
}
.item_thumb span:before {
	background: rgba(255, 255, 255, 0.15);
	content: '';
	height: 0;
	width: 0;
	left: 0;
	top: 0;
	margin: auto;
	position: absolute;
	transition: all 0.3s ease-out 0s;
}
.item_thumb span:after {
	background: rgba(255, 255, 255, 0.15);
	content: '';
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: all 0.3s ease-out 0s;
}
.item_thumb img {
	height: 171px;
	display: block;
	width: 100%;
}
.item_tit {
	background: #f8b333;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
}
.footer_logo {
	margin-bottom: 30px;
}
.footer_logo_content {
	width: 90%;
	color: #fff;
	margin: 0 auto;
}
.footer_form input[type="text"], .footer_form input[type="email"], .footer_form textarea {
	width: 100%;
	max-width: 100%;
	background: transparent;
	padding: 5px;
	border: 1px solid #f8b333;
	border-radius: 10px;
}
.footer_form textarea {
	min-height: 105px;
}
.footer_form input[type="submit"] {
	background: transparent;
	color: #f8b333;
	border-bottom: 1px solid #f8b333;
	text-transform: uppercase;
}
.form_tit {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
}
.form_input {
	width: 79%;
	display: inline-block;
}
footer {
	background: #202020;
	padding: 5px 0;
	color: #fff;
	text-transform: uppercase;
}

.bg-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.15);
	bottom: -160px;
	-webkit-animation: square 25s infinite;
	animation: square 25s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
	left: 10%;
}
.bg-bubbles li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 17s;
	animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 22s;
	animation-duration: 22s;
	background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
	left: 70%;
}
.bg-bubbles li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
	left: 32%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
	left: 90%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
}
@-webkit-keyframes square {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-700px) rotate(600deg);
 transform: translateY(-700px) rotate(600deg);
}
}
@keyframes square {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-700px) rotate(600deg);
 transform: translateY(-700px) rotate(600deg);
}
}










.inside_list, .inside_list_2{
	list-style: none;
}
.inside_list li{
	float: left;
	width: 50%;
}
.inside_list li:before, .inside_list_2  li:before{
	content: '-';
	margin-right: 50px;

}
.inside_list_2  li{
	margin-bottom: 20px;
}
.default_list{
	padding-left: 15px;
}
.services .item_thumb img {
	 height: auto;
	 width: auto;
}



.back-to-top:before {
    content: "\f106";
    font-family: FontAwesome;
    background-color: #f8b333;
    border-radius: 25px;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    width:30px;
    height:30px;
    position: absolute;
    right: 12px;
    top: 3px;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.back-to-top {
    background-color: #fff;
    border-radius: 30px;
    bottom: 15px;
    box-shadow: 1px 2px 5px 0 #333;
    color: #999;
    display: none;
    font-size: 12px;
    margin-left: 25px;
    padding: 10px 56px 10px 15px;
    position: fixed;
    right: 60px;
    text-align: right;
    text-decoration: none;
font-family: 'Arial Black';
    transition: all 0.5s ease 0s;
}


.back-to-top:hover:before {
    right: 55px;
}
.back-to-top:hover {
    padding: 10px 17px 10px 54px;
}


/*******************************/
@media all and (max-width: 767px) {
	.logo_area {
		top: 60%;
	}
	.logo img {
		display: block;
		margin: 0 auto;
	}
	.footer_logo_content {
		width: 100%;
		margin: auto;
	}
	.form_tit, .form_input {
		width: 100%;
	}
	.inside_list li {
		float: none;
		width: 100%;
	}
	.inside_list li:before, .inside_list_2 li:before {

		margin-right: 5px;
	}

        .content_widget .item{
                margin-bottom: 30px;
        }
}

@media all and (max-width: 480px) {
}
