/* **************************************
 @Author   Smurf Code
 @Website  http://smurfcode.com

 TABLE CONTENTS
 ---------------------------
  01. Font Family
  02. Sliders
  03. Scroll Spy
  04. Counters
  05. Wrappers
  06. Bootstrap menu
  07. Pages
  08. Google Map
  09. Others
 ---------------------------
 * *********************************** */
body {
    color: #151515;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    text-decoration: none;
}
.box-shadow {
    box-shadow: 0 1px 5px 0px #c1c1c1;
}
a{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #ee2c24;
}
button{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}
a:hover,a:focus,a:active{
    text-decoration: none;
    outline: none;
}
img{
    max-width: 100%;
    height: auto;
}
section {
    width: 100%;
    padding: 60px 0;
    position: relative;
    clear: both;
    display: table;
}
p {
    color: #666666;
    line-height: 25px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #333333;
    box-shadow: none;
}
.bg-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.bg-fixed {
    background-attachment: fixed;
}
a:hover {
    text-decoration: none;
}
.pad-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.float_left {
    float: left;
    width: 100%;
}

.btn-red {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background-color: #ee2c24;
    padding: 10px 15px;
    color: #fff;
    border-color: #ee2c24;
    font-family: 'Roboto Slab', serif;
}
.btn-red:hover, .btn-red:focus{
    background-color: #151515;
    color: #ffffff;
    border-color: #ee2c24;
}
.btn-black {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background-color: #000000;
    padding: 14px 15px;
    color: #fff;
    border-color: #000000;
    font-family: 'Roboto Slab', serif;
}
.btn-black:hover, .btn-black:focus{
    background-color: #ee2c24;
    color: #ffffff;
    border-color: #000000;
}
.btn-blue {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background-color: #667f82;
    padding: 10px 15px;
    color: #fff;
    border-color: #667f82;
    font-family: 'Roboto Slab', serif;
}
.btn-blue:hover, .btn-blue:focus{
    background-color: #ee2c24;
    color: #ffffff;
    border-color: #ee2c24;
}
.btn-red-lg {
    padding: 14px 35px;
}
.br-top-grey {
    border-top: 1px solid #dddddd;
}
.br-bot-grey {
    border-bottom: 1px solid #dddddd;
}
.bg-light-white {
    background: #f7faff;
}
.pad-45 {
    padding: 40px 0;
}
.semi_bold {
    font-weight: 600;
    font-size: 20px;
}
.bg-light-blue {
    background: #f7faff;
}
.font-Oranienbaum {
    font-family: 'Roboto', sans-serif;
}
.pos-relative {
    position: relative;
}
/** Bootstrap Carousel Fade **/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/** Main Styling **/
.main_header {

}
.main-slider {
    height: 600px;
}
.main-slider .carousel, .main-slider .carousel-inner, .main-slider .carousel-inner .item{
    height: 100%;
}
.main_slider_image {
    height: 100%;
    position: relative;
}
.main_slider_image:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.50);
    top: 0;
}
.main_header .navbar {
    background: transparent;
    border: none;
    padding: 20px 0;
    margin: 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.main_header .navbar-brand {
    height: auto;
    padding: 0px 20px;
}
/** Right Menu **/
.menu_right {

}
.track_parcel_btn {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 25px;
}
.track_parcel_btn i {
    margin-right: 7px;
}
.head_phone {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
}
.head_phone a{
    margin-left: 10px;
}
.head_phone i {
    margin-right: 6px;
}
.mbe_world a, .menu_ico a{
    color: #fff;
    font-size: 18px;
}
.mbe_world , .menu_ico {
    display: inline-block;
}
.menu_ico {
    margin-left: 100px;
}
.mbe_world a i , .menu_ico a i {
    margin-left: 10px;
    font-size: 22px;
    vertical-align: middle;
}
.lower_icons {
    margin-top: 15px;
}
.mbe_world a:hover, .menu_ico a:hover {
    color: #ee2c24;
}
.main-slider .carousel-indicators li{
    width: 16px !important;
    height: 16px !important;
    background: #585858;
    border: none !important;
    margin: 0 auto !important;
}
.main-slider .carousel-indicators li.active{
    background: #ee2c24;
}
.find_nearest {
    background: #151515;
    min-height: 155px;
}
.find_nearest_heading h1 {
    color: #fff;
    margin-bottom: 20px;
}
.find_nearest .form-group{
    position: relative;
}
.find_nearest .form-group select,.find_nearest .form-group input{
    height: 53px;
    color: #8f8f8f;
    padding-left: 30px;
    box-shadow: none;
}
.find_nearest .form-group i{
    position: absolute;
    color: #ee2c24;
    top: 15px;
    font-size: 21px;
    left: 8px;
}
.filter_search{
    height: 53px;
    min-width: 120px;
    text-align: center;
    font-size: 18px;
}
.filter_search i{
    margin-right: 8px;
}
.basic_heading {
    position: relative;
    margin-bottom: 50px;
}
.basic_heading h1{
    font-size: 50px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    color: #010101;
    font-weight: bold;
}
.basic_heading:after{
    position: absolute;
    content: '';
    width: 350px;
    height: 16px;
    background-image: url(../images/line-stroke.png);
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: contain;
}
.services_box {
    position: relative;
}
.services_box {
    height: 170px;
    border: 1px solid #fff;
    float: left;
    width: 100%;
    border-bottom: none;
}
.services_box h4 {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 40px 10px 5px 10px;
    background-image: url(../images/shades.png);
    min-height: 70px;
}
.looking_for .looking_for_image, .looking_for_content {
    height: 420px;
}
.looking_for_content  {
    padding-left: 70px;
    padding-top: 40px;
    padding-right: 70px;
}
.looking_for_content h1 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}
.looking_for_content h3 {
    color: #000;
    font-size: 20px;
    font-weight:bold;
}
.looking_for_content p {
    color: #fff;
    font-size: 15px;
    line-height: 31px;
    font-family: 'Open Sans', sans-serif;
}
.looking_for_content .btn {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
}
.scroll_head .navbar {
    background: #000 !important;
}
.header_black .navbar {
    background: #000;
}
.news_card a {
    font-weight: 600;
    margin-top: 17px;
    display: inline-block;
    font-size: 17px;
    text-align: justify;
}
/** Testimonials Card **/
.testi_user .testi_user_image {
    height: 170px;
    width: 170px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #e6e5e3;
    margin: 0 auto;
}
.testi_user_content h3 {
    color: #000;
}
.testi_user_content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #adadad;
    margin: 16px 0 10px 0;
}
.testi_user_content p {
    font-size: 15px;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
}
.testi_user_content {
    margin-top: 30px;
}
.partner_carousel img {
    width: auto !important;
    margin: 0 auto !important;
}
.partner_carousel .owl-nav .owl-next,.partner_carousel .owl-nav .owl-prev {
    font-size: 0;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    height: auto;
    margin: 0;
}
.partner_carousel .owl-nav .owl-next:before,.partner_carousel .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 60px;
    line-height: 35px;
    display: inline-block;
}

.partner_carousel .owl-nav .owl-prev:before{
    content: "\f104";
    color: #ee2c24;
}
.partner_carousel .owl-nav .owl-next:before{
    content: "\f105";
    color: #ee2c24;
}
.partner_carousel .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    top: 16px;
}
.partner_carousel .owl-nav .owl-next{
    position: absolute;
    right: 0;
    top: 16px;
}
.partner_carousel .owl-dots{
    display: none;
}
.clients_images {
    height: 70px;
    position: relative;
}
.clients_images img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.clients_images img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.partner_carousel {
    padding: 0 60px;
}
.partners_layout {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.dont_miss_out {
    min-height: 115px;
    padding: 30px 0;
}
.email_subscribe {

}
.email_subscribe h1{
    font-size: 25px;
    color: #ee2c24;
    text-align: right;
    margin: 0;
    font-weight: bold;
    line-height: 20px;
    margin-top: 9px;
}
.email_subscribe h1 small{
    font-size: 15px;
    color: #000000;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.email_subscribe input[type='email']{
    height: 55px;
    border: none;
    box-shadow: none;
}
.email_subscribe input::-webkit-input-placeholder {
    color: #c1c1c1;
}
.email_subscribe .btn {
    height: 55px;
    font-size: 18px;
}
.email_subscribe .form-group {
    margin-bottom: 0;
}
.footer_section {
    padding: 40px 0;
}
.widget_area .widget_title {
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
}
.widget_area .widget_content {}
.widget_area .widget_content ul{
    padding: 0;
    margin: 0;
}
.widget_area .widget_content ul li{
    list-style: none;
    margin-bottom: 15px;
}
.widget_area .widget_content ul li a{
    font-size: 12px;
    color: #b3b3b3;
}
.widget_area .widget_content ul li a:hover{
    color: #ee2c24;
}
.double_widget ul li {
    float: left;
    width: 50%;
}
.widget_socials ul{
    padding: 0;
}
.widget_socials ul li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.widget_socials ul li a{
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 3px solid #bebebe;
    font-size: 25px;
    text-align: center;
    padding: 4px;
    border-radius: 50px;
    color: #bebebe;
}
.widget_socials ul li a:hover {
    color: #ee2c24;
    border-color: #ee2c24;
}
.sponsored_icon {
    margin-top: 30px;
}
.sponsored_icon a {
    display: inline-block;
    margin-left: 20px;
}
.sponsored_icon a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sponsored_icon a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.copyright {
    margin-top: 60px;
}
.copyright p{
    font-size: 12px;
    color: #818181;
}
.basic_banner {
    height: 410px;
    position: relative;
}
.basic_banner:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.50);
    content: '';
}
.basic_banner .basic_heading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.basic_sidebar ul {
    padding: 0;
}
.basic_sidebar ul li {
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold;
}
.basic_sidebar ul li a{
    color: #000;
}
.basic_sidebar ul li a:hover{
    color: #ee2c24;
}
.basic_content p {
    font-size: 15px;
    color: #151515;
    line-height: 37px;
    font-family: 'Open Sans', sans-serif;
}
.basic_content h3, .basic_content h4 , .basic_content h5 {
    color: #1f1f1f;
}
.basic_content h5 {
    font-size: 15px;
}
.accordion_custom .panel-title > a:before {
    font-family: FontAwesome;
    content:"[ \f068  ]";
    padding-right: 5px;
    position: absolute;
    right: 0;
}
.accordion_custom .panel-title > a.collapsed:before {
    content:"[ \f067  ]";
}
.accordion_custom .panel-title > a:hover,
.accordion_custom .panel-title > a:active,
.accordion_custom .panel-title > a:focus  {
    text-decoration:none;
}
.accordion_custom .panel-heading {
    background: #ee2c24;
    border-radius: 0;
    border: none;
    padding: 20px 40px;
}
.accordion_custom .panel-heading .panel-title {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}
.accordion_custom .panel-body{
    border: none;
}
.accordion_custom .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    margin-top: 10px;
    box-shadow: none;
}
.accordion_custom .panel-body{
    padding: 20px 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
}
.accordion_custom .panel-body li{
    font-size: 15px;
    color: #151515;
    line-height: 37px;
    font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px){
    .application_modal .modal-dialog {
        width: 860px;
    }
}
.application_modal .modal-content{
    border-radius: 0;
}
.application_form {
    padding: 0 80px;
}
.application_form .form-group{
}
.application_form .form-group input, .application_form .form-group select{
    border-radius: 3px;
    border: 1px solid #e6e5e3;
    height: 50px;
    box-shadow: none;
}
.application_form label {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #3b3b3b;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 0;
}
.application_form label i {
    font-size: 12px;
}
.choose_file .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.choose_file .inputfile + label {
    font-size: 17px;
    font-weight: 700;
    color: white;
    background-color: #ee2c24;
    display: inline-block;
    text-align: center;
    padding: 10px 40px;
    border-radius: 3px;
    width: auto;
}

.choose_file .inputfile:focus + label,
.choose_file .inputfile + label:hover {
    background-color: #151515;
}
.choose_file .inputfile + label {
    cursor: pointer; /* "hand" cursor */
}
.application_modal .close {
    color: #000;
    opacity: 1;
}
.advance_search {
    display: inline-block;
    width: 100%;
    margin: 20px 0 30px 0;
}
.advance_search a{
    font-size: 21px;
    font-weight: bold;
    color: #ee2c24;
}
.advance_search a:hover {
    color: #fff;
}
/** Store Card **/
.store_card {
    border-radius: 3px;
    border: 1px solid #e7e6e4;
    padding: 20px 22px;
    text-align: center;
    min-height: 420px;
}
.store_card_content h3 {
    font-size: 20px;
    color: #ee2c24;
    font-weight: bold;
}
.store_card_content p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #3b3b3b;
    line-height: 27px;
    padding: 0 15px;
}
a.store_card {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.custom_pagination ul {
    padding: 0;
    border: none;
}
.custom_pagination ul li {
    border: none;
}
.custom_pagination ul li a {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    color: #464646;
    font-weight: bold;
}
.custom_pagination ul li a:hover, .custom_pagination ul li.active a {
    color: #ee2c24 !important;
    background: transparent !important;
}
.custom_pagination ul li a i {
    margin: 0 10px;
}
.see_more_photos {
    position: absolute;
    bottom: 90px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
}
.see_more_photos a {
    color: #fff;
}
.see_more_photos a:hover{
    color: #ee2c24;
}
.see_more_photos a i{
    font-size: 30px;
    vertical-align: sub;
    margin-right: 10px;
}
.locator_sidebar {
    padding: 20px 15px;
}
.locator_sidebar .center_sidebar h3 {
    color: #ee2c24;
    font-size: 20px;
    font-weight: bold;
}
.locator_sidebar .center_sidebar p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #3b3b3b;
    line-height: 27px;
}
.locator_sidebar .center_sidebar .address_ul {
    padding-left: 15px;
    margin: 30px 0;
}
.locator_sidebar .center_sidebar .address_ul li{
    list-style: none;
}
.locator_sidebar .center_sidebar .address_ul li a i {
    color: #d9d9d9;
    margin-right: 8px;
}
.locator_sidebar .center_sidebar .address_ul li a {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #3b3b3b;
    line-height: 27px;
}
.locator_sidebar .center_sidebar .hours_ul {
    padding: 0;
    margin: 25px 0;
}
.locator_sidebar .center_sidebar .hours_ul li{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #3b3b3b;
    line-height: 27px;
    list-style: none;
    padding: 0;
}
.locator_sidebar .center_sidebar .hours_ul li span {
    width: 30%;
    display: inline-block;
}
.locator_sidebar .center_sidebar .services_ul {
    padding: 0;
}
.locator_sidebar .center_sidebar .services_ul li {
    list-style: none;
}
.locator_sidebar .center_sidebar .services_ul li a{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #3b3b3b;
    line-height: 27px;
    list-style: none;
    padding: 0;
}
.locator_sidebar .center_sidebar .services_ul li a:hover, .locator_sidebar .center_sidebar .address_ul li a:hover{
    color: #ee2c24;
}
article.center_sidebar {
    margin-bottom: 50px;
}
.social_media {}
.social_media ul {
    padding: 0;
}
.social_media ul li {
    list-style: none;
}
.social_media ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid #31b0ff;
    color: #31b0ff;
    font-size: 25px;
    border-radius: 50px;
    text-align: center;
    padding: 4px 0;
}
.social_media ul li a:hover{
    color: #ee2c24;
    border-color: #ee2c24;
}
.store_single_content p {
    line-height: 27px;
}
.store_single_content iframe{
    width: 100%;
    border: 5px solid #d9d9d9;
    margin: 50px 0;
}

.search_sidebar {
    padding: 20px 15px;
}
.search_sidebar h1 {
    font-size: 32px;
}
.search_sidebar .form-group select {
    height: 50px;
    box-shadow: none;
    color: #8f8f8f;
}
.custom_checkbox label{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    cursor: pointer;
}
.filter_box {
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 27px;
}
.filter_box .custom_checkbox {
    margin: 10px 0;
}
.filter_box h3 {
    margin-bottom: 30px;
}
.search_top_header h3 {
    color: #151515;
    margin-top: 6px;
}
.search_top_header .search_top_dd h4{
    color: #151515;
    font-size: 17px;
    float: left;
    margin-top: 13px;
    margin-right: 18px;
    font-weight: bold;
}
.search_top_header .search_top_dd select{
    height: 50px;
    width: 250px;
    box-shadow: none;
}
.search_top_header {
    padding-bottom: 30px;
    border-bottom: 3px solid #d9d9d9;
}
a.store_small_card {
    height: auto;
    min-height: inherit;
    border: none;
}
.find_nearest.bg-white .custom_checkbox label{
    color: #151515;
}
.news_title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}
.news_title:before {
    position: absolute;
    content: '';
    width: 230px;
    height: 3px;
    bottom: 0;
    background: #ee2c24;
}
.news_title h1 {
    color: #151515;
    font-weight: bold;
    font-size: 42px;
    margin: 0;
    position: relative;
}
.news_content p, .news_content ul li {
    font-size: 15px;
    color: #151515;
    font-family: 'Open Sans', sans-serif;
    line-height: 35px;
}
/** Article Image **/
.news_article {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.article_image {
    height: 260px;
    display: inline-block;
    width: 100%;
}
.article_content_title {
    margin: 0;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.article_content_title span {
    color: #878787;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 27px;
    display: block;
}
.article_content_title:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 230px;
    height: 3px;
    background: #ee2c24;
}
.article_content p{
    font-size: 15px;
    color: #151515;
    font-family: 'Roboto Slab', serif;
    line-height: 27px;
}
.article_content .article_readMore{
    font-size: 15px;
    color: #151515;
    font-weight: bold;
}
.article_content .article_readMore:hover {
    color: #ee2c24;
}
/** Album Card **/
.media_album_card {
    text-align: center;
    margin-bottom: 50px;
}
.media_album_card .media_album_card_img{
    height: 160px;
    width: 160px;
    border: 5px solid #e6e5e3;
    border-radius: 50%;
    display: table;
    margin: 0 auto;
}
.media_album_card h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 27px;
    color: #151515;
    margin-top: 30px;
}
.media_album_card h4:hover {
    color: #ee2c24;
}
/** Image Popup **/
.gallery_image img {
    width: 100%;
}
.gallery_image {
    margin-bottom: 30px;
}
/* ---- grid ---- */

.press_image {
    display: inline-block;
}
.news_article_right{
    text-align: right;
}
.news_article_right .article_content_title:before {
    right: 0;
    left: auto;
}
.services_card {
    text-align: center;
    margin-bottom: 25px;
}
.courier_services {
    margin-top: 70px;
}
.useful_links {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #efefed;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.useful_links_img {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    border: 5px solid #e6e5e3;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.useful_links_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.useful_links_content a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    display: table;
}
.useful_links_content h3 {
    font-size: 20px;
    font-weight: bold;
}
.formula_card {
    border: 1px solid #e7e6e4;
    padding: 30px 20px;
    margin-bottom: 10px;
}
.formula_total h3 {
    font-weight: bold;
    font-size: 25px;
}
.formula_card .formula_total h3 span {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #e7e6e4;
    padding-top: 15px;
}
.weight_calculation {
    width: 80%;
    margin: 0 auto;
    padding: 25px;
}
.weight_calculation label {
    font-size: 17px;
    text-align: left;
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.weight_calculation select, .weight_calculation input {
    height: 50px;
}
.weight_calculation .form-group{
    margin-bottom: 30px;
}
.calculation_submit .btn {
    min-width: 190px;
    margin: 0 10px;
    text-align: center;
}
.default-content p {
    color: #151515;
    font-size: 15px;
    line-height: 37px;
    font-family: 'Open Sans', sans-serif;
}
.default-content ul li {
    color: #ee2c24;
}
.com_services_card .com_services_card_image {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background: #dddddd;
    display: inline-block;
    margin: 0 auto;
}
.com_services_card p{
    color: #151515;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 30px;
}
.com_services_card {
    text-align: center;
}
.quick_tool_card {
    text-align: center;
    margin: 0 auto;
    display: table;
}
.quick_tool_card .quick_tool_card_ico {
    width:140px;
    height: 140px;
    position: relative;
    background: #ee2c24;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
}
.quick_tool_card .quick_tool_card_ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.doc_services {
    padding: 30px 20%;
}
.doc_services h3 {
    font-size: 20px;
    font-weight: bold;
}
.doc_services ul {
    padding-left: 15px;
    color: #fff;
}
.doc_services ul li {
    color: #ee2c24;
    margin-bottom: 10px;
}
.doc_services ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
}
.doc_services ul li a:hover {
    color: #ee2c24;
}
.img-center {
    margin: 0 auto;
    display: table;
}
.mail_box_content {
    padding: 30px;
    margin-top: 50px;
}
.mail_box_content h3 {
    color: #cccccc;
    font-size: 22px;
}
.mail_box_content h4 {
    color: #ee2c24;
    font-size: 17px;
    font-weight: bold;
}
.mail_box_content p {
    color: #fff;
    font-size: 15px;
    line-height: 37px;
    font-family: 'Open Sans', sans-serif;
}
article.round_text {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.ul_buttons_red ul, .ul_buttons_black ul{
    padding: 0;
    margin: 0;
}
.ul_buttons_red ul li,.ul_buttons_black ul li {
    list-style: none;
    margin-bottom: 8px;
}
.ul_buttons_red ul li a{
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    padding: 15px 21px;
    background: #ee2c24;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.ul_buttons_red ul li a:hover {
    background: #000;
}
.ul_buttons_black ul li a{
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    padding: 15px 21px;
    background: #000;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.ul_buttons_black ul li a:hover {
    background: #ee2c24;
}

/** Faq **/
.accordion_custom_2 .panel-heading .panel-title {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}
.accordion_custom_2 .panel-title > a.collapsed:before {
    content: "\f078";
}
.accordion_custom_2 .panel-title > a:before {
    font-family: FontAwesome;
    content: "\f077";
    padding-right: 5px;
    position: absolute;
    right: auto;
    left: -40px;
    background: #ee2c24;
    color: #fff;
    padding: 5px;
    top: -2px;
    font-size: 12px;
}
.accordion_custom_2 .panel-heading {
    background: #ffffff;
}
.accordion_custom_2 .panel-body {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-top: none !important;
}
.accordion_custom_2 .panel-group .panel {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/** custom nav tabs **/
.custom_tabs .nav-tabs {
    margin-bottom: 10px;
    padding-bottom: 35px;
    margin-top: 25px;
}
.custom_tabs .nav-tabs li {
    width: 25%;
    text-align: center;
}
.custom_tabs .nav-tabs li a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    border: 1px solid #e6e5e3 !important;
    border-radius: 0;
    color: #000;
    /*pointer-events: none;*/
}
.custom_tabs .nav-tabs li a:hover{
    background: #ee2c24;
    border-color: #ee2c24;
    color: #fff;
}
.custom_tabs .nav-tabs li.active{}
.custom_tabs .nav-tabs li.active a{
    background: #ee2c24;
    border-color: #ee2c24;
    color: #fff;
    pointer-events: visible;
}
/** Franchise Form **/
.franchise_form {
    margin: 30px 0;
}
.franchise_form .element_label {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #3b3b3b;
    float: right;
    margin-top: 15px;
    font-weight: 400;
}
.franchise_form .element_label b {
    font-size: 13px;
}
.franchise_form .form-control{
    height: 50px;
    border: 1px solid #e6e5e3;
    border-radius: 3px;
    box-shadow: none;
    background: #fff;
}
.franchise_form textarea {
    height: 225px !important;
    margin-top: 20px;
}
.franchise_form .custom_checkbox label {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #3b3b3b;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
}
.franchise_form .custom_checkbox {
    margin-top: 12px;
}
.franchise_form .form-group {
    margin-bottom: 20px;
}
.form_grey_box {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.check_success {
    text-transform: uppercase;
    font-weight: bold;
    color: #ee2c24;
}
.check_success i {
    color: #41ad49;
    margin-right: 12px;
}
.contact-add h4, .contact-add p, .contact-add li a {
    color: #fff !important;
}
.google_map iframe {
    width: 100%;
    height: 100%;
}
.google_map {
    position: relative;
}
.google_map:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #0000;
    bottom: 0;
    top: 126px;
}
.light_dark_nav .navbar {
    background: #00000096;
}
/** SideNav **/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    background-color: #ee2c24;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99999;
}
.sidenav ul {
    padding: 0;
}
.sidenav ul li {
    list-style: none;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.nav-up {
    top: -130px;
}
.social_side {
    position: fixed;
    top: 40%;
    z-index: 99;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.social_side ul {
    padding: 0;
    margin: 0;
}
.social_side ul li a {
    list-style: none;
}
.social_side ul li a {
    display: inline-block;
    width: 47px;
    height: 48px;
    text-align: center;
    background: #000;
    padding: 16px 0;
    color: #fff;
}
.social_side ul li:nth-child(1) a {
    background: #3a5898;
}
.social_side ul li:nth-child(2) a {
    background: #0576b5;
}
.social_side ul li:nth-child(3) a {
    background: #1fa1f2;
}
.social_side ul li:nth-child(4) a {
    background: #728a8d;
}
.social_side ul li:nth-child(5) a {
    background: #ff644f;
}
.social_side ul li a:hover {
    width: 80px;
}
.social_side.visible_social {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.widget_area {
    display: inline-block;
    width: 100%;
}











/*============= New CSS ===============*/

.banner-area {
    position: relative;
    background: #ee2c24 url('../images/new-banner.jpg')  no-repeat center center / cover;
}
.banner-content{
    position: relative;
    padding-top: 25%;
    padding-bottom: 13%;
}
.banner-content h2 {
  font-size: 62px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.banner-content h2 span{
    display: block;
    text-transform: uppercase;
}
.banner-content a{
    display: inline-block;
}
.about-area .looking_for_content h2{
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.about-area .looking_for_content p{
  font-size: 13px;
  color: rgb(255, 255, 255);
}
.about-area .looking_for_content p a,
.about-area .looking_for_content p a:hover,
.about-area .looking_for_content p a:focus{
    color: #fff;
}
.own-area{
    position: relative;
}
.own-content{
    position: relative;
}
.own-content h2{
  font-size: 37px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin-bottom: 20px;
}
.own-content p{
    font-size: 15px;
    color: #151515;
}
.choice-area{
    position: relative;
    background: #000 url('../images/choice-bg.jpg') no-repeat center center / cover;
}
.choice-area .basic_heading h1{
    color: #fff;
}
.choice-centent{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
}
.choice-item {
    display: table;
    border: 1px solid #f5eddd;
    margin-bottom: 30px;
    height: 120px;
    width: 100%;
    text-align: center;
    padding: 10px 60px;
}
.choice-item h3{
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.training-area{
    position: relative;
}
.training-content p {
    text-align: center;
    color: #151515;
    font-size: 17px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.training-item{
    padding: 7px 0;
}
.training-item h4 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    display: flex;
}
.training-item h4::before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #ee2c24;
    margin-right: 10px;
    font-weight: bold;
    position: relative;
    top: 3px;
}
.signup-btn{
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
}
.signup-btn a{
    padding: 10px 40px;
}
.signup-btn a:hover,.signup-btn a:focus{
    border-color: #151515;
}
.contact-area{
    position: relative;
    border-top: 1px solid #eaeaea;
}
.contact-content{
    position: relative;
    padding: 0 60px 40px;
}
.contact-content h3{
  font-size: 20px;
  color: #151515;
  font-weight: 600;
}
.contact-content p{
  font-size: 15px;
  color: #151515;
  margin-bottom: 20px;
}
.contact-form{
    position: relative;
    padding-top: 20px;
}
.contact-form label {
    font-size: 15px;
    color: #3b3b3b;
    text-align: right;
    margin-top: 15px;
    font-weight: 400;
}
.contact-form label span{
    color: #d55f5f;
}
.contact-form .form-control {
    border: 1px solid #e6e5e3;
    border-radius: 3px;
    color: #000;
    box-shadow: none;
    background: #fff;
    padding: 12px 15px;
    height: auto;
}
.contact-form input[type="submit"] {
    border: none;
    margin-top: 30px;
    padding: 12px 40px;
    min-width: 150px;
    text-align: center;
}
.footer_section.footer-area {
    padding: 20px 0;
}
.footer-area .copyright {
    margin-top: 20px;
}
.copyright p{
    margin: 0;
}