﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
a, a:hover, header ul li a, header ul li a:hover, ul li a, ul li a:hover {
    text-decoration: none
}
header, header ul li a:after {
    height: 100%;
    top: 0;
    float: left
}
header, header nav ul li ul {
    position: absolute;
    z-index: 1
}
header nav ul li ul li a:hover, header nav ul li:last-child {
    background: 0 0;
    padding-right: 0
}
.item.bg, .menu-icon, .slider, header {
    float: left
}
.menu-close:focus, .menu-icon button:focus, a:focus {
    outline: 0
}
.grayscale::after, header ul li a:after {
    content: ""
}
body {
    font-family: Roboto, sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    padding-right: 0!important
}
*, address, h1, h2, h3, h4, h5, h6, label, ol, p, ul {
    margin: 0;
    padding: 0
}
img {
    max-width: 100%
}
header nav ul {
    margin: 0;
    list-style-type: none
}
header nav ul li {
    position: relative;
    padding: 0
}
header nav ul li:first-child {
    padding-left: 0
}
header ul li a {
    color: #3c4b55;
    font-size: 15px;
    transition: ease-in-out .4s;
    display: inline-block;
    position: relative;
    padding: 10px;
    height: auto;
    text-transform: uppercase;
    font-weight: 300
}
header nav ul li a img {
    vertical-align: middle
}
header ul li a:after {
    width: 100%;
    position: absolute;
    right: -2px
}
header ul li ul li a:after, header ul li:last-child a::after {
    background: 0 0
}
header ul li a.active, header ul li a:hover, header ul li.current-menu-item a {
    color: #ef4323
}
header {
    background-color: #fff;
    display: block;
    opacity: .8;
    width: 70px;
    -webkit-box-shadow: 4px 1px 8px -3px rgba(0,0,0,.75);
    -moz-box-shadow: 4px 1px 8px -3px rgba(0,0,0,.75);
    box-shadow: 4px 1px 8px -3px rgba(0,0,0,.75)
}
article {
    width: 96%;
    padding: 3em 2%
}
header nav ul li ul {
    display: none;
    text-align: left;
    width: 252px;
    list-style: none;
    background: rgba(232,42,23,.8);
    visibility: hidden;
    left: 0;
    top: 28px;
    border-top: 1px solid #fff
}
.logo, .sm_logo, .tnks_msg {
    text-align: center
}
header nav ul li ul li {
    width: 100%;
    display: inline-block;
    margin-left: 0;
    padding: 0;
    background: 0 0
}
header nav ul li ul li a {
    display: inline-block;
    padding: 10px 25px;
    width: 100%;
    color: #fff;
    transition: ease-in-out .6s;
    font-size: 15px;
    background: rgba(0,0,0,0)
}
header nav ul li ul li a:hover {
    color: #fff
}
header nav ul li ul li ul {
    visibility: hidden;
    display: none!important;
    padding-left: 0;
    left: 252px;
    top: 0;
    background-color: #f1f1f1
}
header nav ul li ul li a, header nav ul li ul li a:hover {
    border: 0
}
header nav ul li ul li a.active {
    color: #ef4323!important;
    border: 0
}
header nav ul li:hover ul {
    display: inline-block;
    visibility: visible
}
header nav ul li ul li:hover ul {
    visibility: visible;
    display: block!important
}
.con_form .wpcf7-form-control-wrap, .right_form .wpcf7-form-control-wrap {
    display: inline-block;
    position: relative;
    width: 100%
}
.con_form span.wpcf7-not-valid-tip, .right_form span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -22px
}
.slider {
    width: 100%;
    position: relative
}
.item.bg {
    width: 100%
}
.slider .item.bg {
    height: 100vh;
    min-height: 300px;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.sm_logo {
    position: absolute;
    bottom: 20px;
    width: 100%
}
.menu-icon button {
    background: url(../images/menu-icon.png) right 16px no-repeat;
    border: 0;
    line-height: 22px;
    padding: 4px 48px 20px 0;
    text-transform: uppercase;
    transition: all .3s ease-in-out 0s
}
.menu-icon button:hover {
    color: #eb0c8d
}
.menu-open {
    width: 260px;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 11;
    overflow: hidden;
    -webkit-box-shadow: 4px 1px 8px -3px rgba(0,0,0,.75);
    -moz-box-shadow: 4px 1px 8px -3px rgba(0,0,0,.75);
    box-shadow: 4px 1px 8px -3px rgba(0,0,0,.75)
}
.head_bottom p, .left-menu, .logo, .social_icon {
    float: left;
    width: 100%
}
.left-menu {
    padding-left: 30px;
    padding-top: 50px
}
.logo {
    padding-top: 30px
}
.head_bottom {
    bottom: 20px;
    position: absolute
}
.social_icon>ul {
    display: table;
    margin: 0 auto;
    list-style: none
}
.social_icon ul li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #7f7f7f
}
.slider_con p, .slider_con span {
    font-weight: 300;
    padding-bottom: 10px
}
.social_icon ul li:last-child {
    border: 0
}
.social_icon ul li img {
    margin-right: 3px
}
.head_bottom p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    margin-left: 10px
}
.head_bottom p span {
    color: #8d0000
}
.menu-close {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: none;
    position: absolute;
    left: 10px;
    top: 10px;
    background: 0 0
}
.stick-1, .stick-2 {
    height: 4px;
    width: 30px;
    background: #d84920;
    clear: both
}
.stick-1 {
    margin: 8px 0
}
.menu-close .stick-1 {
    transform: rotate(45deg);
    margin: 1px 0 -3px;
    transition: ease-in-out .7s
}
.menu-close .stick-2 {
    transform: rotate(-45deg);
    transition: ease-in-out .7s
}
.menu-close:hover .stick-1, .menu-close:hover .stick-2 {
    transform: rotate(0);
    margin: 7px 0
}
.gal_slider, .left_info {
    margin-top: 20px
}
.gal_img, .removals_con img {
    margin-bottom: 20px
}
.slider_con {
    bottom: 50px;
    position: absolute;
    left: 15%;
    width: 60%
}
.grayscale, .grayscale::after {
    bottom: 0;
    position: absolute
}
.grayscale, .grayscale::after, .slider_con h1, .slider_con p, .slider_con span, .tnks_msg, .tnks_msg h1 {
    float: left;
    width: 100%
}
.slider_con h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 300
}
.slider_con span {
    color: #fff;
    font-size: 30px
}
.slider_con p {
    color: #fff;
    font-size: 18px;
    line-height: 28px
}
.grayscale::after {
    background: -moz-linear-gradient(top, rgba(0,0,0,.91) 0, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.91) 0, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,.91) 0, rgba(0,0,0,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#82000000', GradientType=0 );
    height: 1080px;
    z-index: 0
}
.grayscale.sl::after {
    height: 350px
}
.tnks_msg h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700
}
.gallery {
    position: absolute;
    left: 9%;
    top: 35px;
    width: 85%
}
.contact, .gal_img, .gal_slider, .galary-img, .heading, .heading h1 {
    float: left;
    width: 100%
}
.heading {
    font-size: 36px
}
.heading h1 {
    color: #8d0000;
    font-weight: 300
}
.gal_img {
    position: relative
}
.con_page, .form-group label, .mo_con, .removels, .service {
    position: absolute
}
.con.bg {
    height: 100vh;
    min-height: 300px;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.con_page {
    top: 35px;
    left: 15%;
    width: 75%
}
.con_left, .form_head, .form_head h2, .left_info, .left_info h2, .left_info ul li, .left_info>p, .map, .map iframe, .right_form {
    width: 100%;
    float: left
}
.left_info h2 {
    font-weight: 300;
    color: #8d0000;
    font-size: 30px
}
.left_info>p {
    padding: 15px 0 20px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    color: #000
}
.left_info ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 10px 0 20px
}
#contact-form, .service-inn {
    padding-top: 20px
}
.left_info ul li {
    padding-bottom: 6px;
    font-size: 15px;
    color: #000;
    font-weight: 300
}
.left_info ul li a {
    color: #000;
    transition: ease-in-out .4s
}
.form_head h2, .left_info ul li a:hover {
    color: #8d0000
}
.map {
    border: 5px solid #8d0000;
    margin-top: 10px
}
.map iframe {
    margin-top: 0
}
.form_head h2 {
    font-weight: 300;
    font-size: 36px
}
.chk_box {
    float: left;
    width: auto;
    margin-right: 5px!important
}
#contact-form {
    float: left;
    width: 100%
}
.form-group label {
    color: #970100
}
.service {
    left: 9%;
    top: 35px;
    width: 85%
}
.ser_con, .ser_con h2, .service-inn {
    float: left;
    width: 100%
}
.ser_con h2 {
    font-weight: 300;
    color: #8d0000;
    font-size: 25px;
    padding: 10px 0
}
.ser_con p, .ser_con span {
    font-size: 18px;
    width: 100%;
    float: left;
    font-weight: 300
}
.ser_con span {
    padding: 10px 0;
    color: #000;
    line-height: 22px
}
.ser_con p {
    padding-bottom: 6px;
    color: #8d0000
}
.ser_con ul {
    float: left;
    width: 100%;
    list-style: disc inside;
    padding: 10px 0 20px 25px
}
.ser_con ul li {
    float: left;
    width: 100%;
    padding-bottom: 6px;
    font-size: 15px;
    color: #000;
    font-weight: 300
}
.slider_con.main {
    width: 80%
}
.maintenance {
    float: left;
    width: 100%;
    padding-top: 20px
}
.main_con {
    float: left;
    width: 32%;
    padding-bottom: 10px;
    margin-right: 20px
}
.main_con h2, .main_con ul, .main_con ul li {
    float: left;
    width: 100%
}
.main_con:last-child {
    margin-right: 0
}
.main_con h2 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 10px
}
.main_con ul {
    list-style: disc;
    padding: 10px 0 20px 15px
}
.main_con ul li {
    padding-bottom: 6px;
    font-size: 15px;
    color: #fff;
    font-weight: 300
}
.mo_con {
    bottom: 50px;
    left: 15%;
    width: 60%
}
.mo_con h1, .mo_con h2, .mo_con p {
    color: #fff;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 300
}
.mo_con h1 {
    font-size: 36px
}
.mo_con p {
    font-size: 18px;
    line-height: 28px
}
.mo_con h2 {
    font-size: 25px;
    padding-top: 10px
}
.removels {
    left: 9%;
    top: 35px;
    width: 85%
}
.removals_con, .removals_con p, .removals_con span, .removals_con ul, .removals_con ul li {
    float: left;
    width: 100%
}
.removals_con {
    padding-top: 15px
}
.removels h2{
	font-weight: 300;
	color: #8d0000;
	font-size: 28px;
	padding: 30px 0 10px;
	clear: both;
}
.removals_con p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 10px
}
.removals_con ol {
    list-style:lower-alpha inside;
    padding: 10px 0 0px 25px
}
.removals_con ul {
    list-style: disc inside;
    padding: 10px 0 20px 25px
}
.removals_con ul li, .removals_con ol li {
    padding-bottom: 6px;
    font-size: 15px;
    color: #000;
    font-weight: 300
}
.removals_con span {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 10px
}
.privacy p{
	font-size: 15px;
}
.privacy-header{
	position: fixed;
}
.privacy a {
    color: #8d0000;
}

@media screen and (max-width:1366px) {
header ul li a{
	padding:5px 10px;
}
.con_page, .mo_con, .slider_con {
    left: 21%
}
.slider_con.main {
    width: 75%
}
.form-group {
    margin-bottom: 20px
}
.map iframe {
    height: 250px
}
textarea.form-control {
    height: 190px
}
.left-menu {
    padding-top: 30px
}
.removals_con img {
    margin-bottom: 10px
}
.removals_con p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 8px
}
.removals_con ul, .ser_con ul {
    padding: 0 0 0 25px
}
.removals_con span {
    font-size: 22px
}
.ser_con p, .ser_con span {
    font-size: 17px
}
.ser_con h2 {
    padding: 10px 0 0
}
.ser_con span {
    padding: 7px 0
}
.ser_con p, .ser_con ul li {
    padding-bottom: 3px
}
}

@media screen and (max-width:1024px) {
.slider img {
    left: 50%;
    margin-left: -512px;
}
.con_page,.mo_con,.slider_con {
left:28%;
}
.slider_con {
    bottom: 80px
}
.con_page, .mo_con, .slider_con.main {
    width: 65%
}
.col-lg-4.se {
    float: left;
    width: 100%
}
.col-lg-4.ga-1 {
    float: left;
    width: 50%
}
.main_con {
    width: 100%
}
.col-lg-6.co_le, .col-lg-6.co_ri {
    float: left;
    width: 50%
}
.form-control {
    padding: 13px
}
textarea.form-control {
    height: 145px
}
.form_head h2, .heading h1, .mo_con h1, .slider_con h1 {
    font-size: 30px
}
.slider_con span {
    font-size: 24px
}
.mo_con p, .removals_con p, .ser_con p, .ser_con span, .slider_con p {
    font-size: 16px
}
.left_info h2, .main_con h2 {
    font-size: 25px
}
.ser_con ul li {
    font-size: 14px
}
.col-md-6.fr {
    float: left;
    width: 100%
}
.btn.next, .btn.prev {
    display: none
}
.map iframe {
    height: 365px
}
	.removels h2{
		font-size: 24px;
		padding-top: 15px;
	}
}

@media screen and (max-width:800px) {
header {
    opacity: 1
}
.con_page, .mo_con, .slider_con, .slider_con.main {
    left: 12%;
    width: 80%
}
.gallery, .removels, .service {
    left: 12%
}
.form_head h2, .heading h1, .mo_con h1, .slider_con h1 {
    font-size: 28px
}
.slider_con span {
    font-size: 22px
}
.mo_con p, .removals_con p, .ser_con p, .ser_con span, .slider_con p {
    font-size: 15px
}
.left_info h2, .main_con h2 {
    font-size: 23px
}
.ser_con ul li {
    font-size: 14px
}
}

@media screen and (max-width:768px) {
.col-lg-6.co_le, .col-lg-6.co_ri {
    float: left;
    width: 100%
}
.left-menu {
    padding-top: 20px
}
header ul li a {
    padding: 6px
}
.main_con ul {
    padding: 10px 0 0
}
.removals_con ul {
    padding: 0 0 10px
}
.col-lg-6.co_ri {
    margin: 20px 0
}
.con.bg {
    display: none
}
.contact {
    background-color: #E9E9E9
}
}

@media screen and (max-width:736px) {
.con_page, .mo_con, .slider_con, .slider_con.main {
    left: 14%;
    width: 80%;
    height: 80%;
    overflow: scroll
}
.menu-open {
    width: 100%;
    overflow: scroll
}
.head_bottom {
    bottom: 0;
    position: relative;
    float: left;
    width: 100%
}
.head_bottom p {
    float: none;
    width: 80%;
    text-align: center;
    display: table;
    margin: 0 auto
}
.left-menu {
    padding-left: 0;
    text-align: center
}
.row.co, .row.se {
    margin: 0
}
.mo_con, .slider_con {
    bottom: auto;
    top: 35px
}
}

@media screen and (max-width:568px) {
.con_page, .gallery, .mo_con, .removels, .service, .slider_con, .slider_con.main {
    left: 2%;
    width: 96%;
    height: 80%;
    overflow: scroll
}
.col-lg-4.ga-1 {
    float: left;
    width: 100%
}
header {
    width: 55px;
    background-color: transparent;
    box-shadow: none;
    height: auto
}
.menu-icon button {
    padding: 4px 41px 21px 0
}
.sm_logo {
    display: none
}
.social_icon {
    margin-bottom: 10px
}
.con_page, .gallery, .mo_con, .removels, .service, .slider_con {
    top: 55px
}
.form_head h2, .heading h1, .mo_con h1, .slider_con h1 {
    font-size: 25px
}
.removals_con span, .slider_con span {
    font-size: 18px
}
.mo_con p, .removals_con p, .ser_con p, .ser_con span, .slider_con p {
    font-size: 14px;
    line-height: 24px
}
.left_info h2, .main_con h2 {
    font-size: 20px
}
.ser_con ul li {
    font-size: 14px
}
	.removels h2{
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
.mo_con, .slider_con {
    bottom: auto;
    top: 60px
}
}

@media screen and (max-width:380px) {
.con_page, .gallery, .removels, .service {
    top: 65px
}
}
