@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Medium.eot');
    src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaBT-Medium.woff') format('woff'),
        url('../fonts/FuturaBT-Medium.ttf') format('truetype'),
        url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url('../fonts/FuturaBT-Heavy.eot');
    src: url('../fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaBT-Heavy.woff') format('woff'),
        url('../fonts/FuturaBT-Heavy.ttf') format('truetype'),
        url('../fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.eot');
    src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Book.woff2') format('woff2'),
        url('../fonts/FuturaBT-Book.woff') format('woff'),
        url('../fonts/FuturaBT-Book.ttf') format('truetype'),
        url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, ul, li, a,a:hover, span {
    text-decoration: none !important;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #000;
}

.margin_all {
    margin: 20px;
}

.margin_top_10 {
    margin-top: 10px;
}
.margin_top_20 {
    margin-top: 20px;
}
.margin_right_10 {
    margin-right: 10px;
}
.margin_right_20 {
    margin-right: 20px;
}
.margin_bottom_10 {
    margin-bottom: 10px;s
}
.margin_bottom_20 {
    margin-bottom: 20px;
}
.margin_left_10 {
    margin-left: 10px;
}
.margin_left_20 {
    margin-left: 20px;
}

.no_margin {
    margin: 0;
}


.top_header li {
    color:#fff;
    font-family: 'Futura Bk BT';
    font-size: 16px;
    padding:10px 30px 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.top_header li i {
    margin: -3px 5px 0px 0;
    font-size: 25px;
    color:#ff0000;
    display: inline-block;
    vertical-align: middle;
}

.top_container {
    background-color: #000;
}

.menu_container {
    background: #fff;
    padding-top: 12px;
    padding-bottom: 11px;
}

.menu {
    text-align: right;
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 16px;
}

.menu li {
    display: inline-block;
    margin-left:20px;
    font-family: 'Futura Bk BT';
    font-size: 18px;
}

.banner {
    padding: 0;
    position: relative;
}

.banner img {
    width: 100%;
    padding: 0 0px 0 0px;
}

.banner_text {
    position: absolute;
  top: 50%;
  left: 70px;
}

.banner_heading {
    color:#ff0000;
    font-family: 'Futura Hv BT';
    font-size: 40px;
    font-style: italic;
}

.sub_heading {
    font-family: 'Futura Md BT';
    font-size: 25px;
}

.content_text {
    width: 550px;
    font-family: 'Futura Md BT';
    font-size: 18px;
    color: #343434;
}

.banner_btn {
    background: #ed1c24;
    padding: 15px 30px;
    font-size: 22px;
    color:#fff;
    font-family: 'Futura Hv BT';
    border-radius: 50px;
    border: none;
    outline: none;
    box-shadow: 0px 6px 13px 0px #dc5c61;
    margin-top: 10px;
}

.quick_details {
    margin-top: 100px;
    margin-bottom: 100px;
}

.quick_details h2 {
    font-family: 'Futura Md BT';
    font-size: 24px;
    margin-top: 10px;

}

.quick_details p {
    font-family: 'Futura Bk BT';
    font-size: 18px;
    color: #525252;
    margin-top: 3px;
}

.word_about_us {
    background: #fff;
    position: relative;
    margin-top: 130px;
}

.about_us_text {
    width: 49%;
    margin-left:40px;
    float: left;
    position: absolute;
    top: 50%;
}

.about_us_text h2 {
    font-family: 'Futura Hv BT';
    font-size: 40px;
    font-style: italic;
}

.about_us_text h5 {
    font-family: 'Futura Hv BT';
    font-size: 28px;
}
.about_us_text p {
    font-family: 'Futura Bk BT';
    font-size: 18px;
    color: #606060;
    margin: 20px 0;
}

.delivery_boy {
    float: right;
    margin-top: -80px;
    clear: both;
    display: block;
}

.gallery {
    margin-top: 80px;
    margin-bottom: 80px;
}

.gallery h2 {
    font-family: 'Futura Md BT';
    font-size: 24px;
    margin-top: 10px;

}

.gallery p {
    font-family: 'Futura Bk BT';
    font-size: 18px;
    color: #525252;
    margin-top: 3px;
}

.gallery_img {
    width: 100%;
}

.gallery .banner_btn {
    background: #ed1c24;
    padding: 9px 30px;
    font-size: 18px;
    color: #fff;
    font-family: 'Futura Hv BT';
    border-radius: 50px;
    border: none;
    outline: none;
    box-shadow: 0px 6px 13px 0px #dc5c61;
    margin-top: 10px;
}


.delivery_describe {
    background: url(../img/details_background.jpg);
}

.delivery_describe h2 {
color:#000;
font-family: 'Futura Hv BT';
border-radius: 60px;
text-transform: uppercase;
font-style: italic;
margin: 65px 0 20px 0;
}

.delivery_describe p {
    color:#000;
    font-family: 'Futura Bk BT';
    font-size: 20px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 65px;
}



.parcel_prize h2 {
    font-family: 'Futura Md BT';
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 60px;
}

.parcel_prize p {    
    font-family: 'Futura Bk BT';
    font-size: 20px;
} 


.parcel_prize_heading {
    font-size: 60px;
    font-family: 'Futura Hv BT';
    color: #ed1c24;
    margin-top: -15px;
    margin-bottom: 16px;

}

p.parcel_details {
    line-height: 38px;
}

.parcel_prize .banner_btn {
    padding: 12px 40px;
    font-size: 18px;
    margin-bottom: 60px;
}

.parcel_prize_col {
    padding: 0 8px 0 8px;
}
.parcel_inner {
    background: #f0f0f0;
    border:2px solid #dedede;
}

.parcel_inner:hover {
    background: #fff;
}

.parcel_prize {
    margin-top: 60px;
    margin-bottom: 60px;
}

.footer_heading {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Futura Hv BT';
    color: #fff;
    margin-bottom: 12px;
}
.footer {
    background: #2d2d2d;
}

.bottom_menu li a {
    font-size: 18px;
    font-family: 'Futura Bk BT';
    line-height: 28px;
    color: #fff;
}

.footer_menu_container {
    margin: 10px 0 0 32px;
}

.bottom_menu li a {
    font-size: 18px;
    font-family: 'Futura Bk BT';
    line-height: 28px;
    color: #fff;
}

img.footer_logo {
    margin: 30px 0 12px 0;
}

img.footer_logo {
    margin: 30px 0 12px 0;
}

.footer_social a {
    color: #fff;
    font-size: 39px;
    margin-right: 17px;
}

p.contact_subhead {
    font-size: 18px;
    font-family: 'Futura Bk BT';
    color: #fff;
    margin-top: -12px;
}
h3.footer_bottom_heading {
    font-family: 'Futura Hv BT';
    color: #fff;
    margin-bottom: 4px;
    margin-top: 15px;
}
h3.footer_bottom_heading {
    font-family: 'Futura Hv BT';
    color: #fff;
    margin-bottom: 4px;
    margin-top: 15px;
    font-size: 20px;
}

.footer_text_container {
    font-family: 'Futura Bk BT';
    color: #fff;
    font-size: 16px;
    margin-bottom: 4px;
}
.right_footer_container {
    padding: 10px 0 0 35px;
}

.footer_sub_heading {
    font-family: 'Futura Bk BT';
    color: #fff;
    font-size: 18px;
}

.map_footer {
    margin: 11px 0 0 2px;
    height: 306px;
    width: 92%;
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.left_footer_container {
    border-right:1px solid #424242;
}

.copyright_footer {
    background: #3c3c3c;
    color:#919191;
    font-family: 'Futura Bk BT';
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.menu_icon {
    background: none;
    border: none;
    width: 60px;
    height: 60px;
    float: right;
    margin-top: -35px;
    outline: none;
    display: none;
}

.menu_icon img {
    width: 100%;
}

.menu .times_icon  {
    display: none;
}


/* inner page start herre */

.inner_page_border {    
    border-bottom: 1px solid #d4d4d4;
}


.inner_pages {
    padding-top: 20px;
}

.common_heading {
    font-family: 'Futura Hv BT';
    padding-bottom: 25px;
    color: #ed1c24;
}

.common_sub_heading {
    font-family: 'Futura Hv BT';
    padding-bottom: 10px;
}

.common_para {
    font-family: 'Futura Bk BT';
    font-size: 18px;
    color: #383838;
}

.inner_pages .contact_subhead, .inner_pages .footer_bottom_heading, .inner_pages .footer_text_container {
    color:#000;
}

.coming {
    font-size: 40px;
    font-family: 'Futura Hv BT';
    padding-bottom: 40px;
    padding-top: 0px;
}











@media screen and (max-width: 1023px) {

    .menu {
        position: fixed;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1;
        background: black;
        left: 0;
        margin: 0;
        padding: 0;
        overflow: scroll;
        display: none;
    }
    .menu li {
        display: block;
        font-family: 'Futura Bk BT';
        font-size: 25px;
        padding: 20px 0;
        text-align: center;
        color: #ff0000;
        border-bottom: 1px solid #383838;
        margin: 0;
    }

    .menu_icon {
    display: block;
    margin-top: -47px;
}

    .menu_container {
        padding-top: 11px;
        padding-bottom: 15px;
    }
    
    .menu li a {
        color: red;
        font-weight: 900;
    }
    .menu .times_icon {
        text-align: right;
        font-size: 48px;
        padding-top: 0px;
        padding-right: 25px;
        padding-bottom: 7px;
        display: block;
    }

    .about_us_text {
        margin: auto !important;
        padding: 39px 0 0 40px;
    }

    .about_us_text {
        width: 94%;
        margin-left: 40px;
        float: left;
        position: inherit;
    }
    
    .delivery_describe {
        padding: 10px 0;
        margin-top: -30px;
    }

    .gallery_1, .gallery_2, .gallery_3 {
        margin-bottom: 50px;
    }

    .parcel_prize_col {
        padding: 0 38px 27px 38px
    }
    .banner_text {
        position: initial;
        margin-top: -4px !important;
        text-align: center;
        margin-bottom: 50px;
    }

    .content_text {
        width: 90%;
        margin: 17px auto;
    }

    .delivery_describe p {
        font-size: 17px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 19px;
    }

    .delivery_describe h2 {
        margin: 19px 0 20px 0;
        font-size: 24px;
    }

    .banner img {
        padding: 0 0px 27px 0px;
    }
}

  @media screen and (max-width: 568px) {

    .menu .times_icon {
        display: block;
    }
    
    .delivery_boy {
        width: 71%;
    }
    .about_us_text {
        margin: auto !important;
        padding: 39px 0 0 10px;
    }
    .top_header li {
        padding: 10px 8px 10px 0;
    }
    .word_about_us {
        margin-top: -30px;
    }
  }