﻿.my_menu {
    position: relative;
    z-index: 9;
    box-shadow: 0px 1px 1px #88888861;
}

 
section.footer-container {
    border-top: 1px solid #88888861;
    padding-top:20px
}
a:hover {
    text-decoration: none;
}

.foot-menu {
    margin-bottom: 30px;
}

.footer {
    font-size: 13px;
    color: #242424;
}

.right-text {
    text-align: right;
}

.widget-title {
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.box-content {
    margin-top: 5px;
}

.footer-sidebar-row .main-menu {
    list-style: none;
    padding: 0;
}

    .footer-sidebar-row .main-menu li {
        margin-bottom: 5px;
    }

    .footer-sidebar-row .main-menu a, .textwidget a {
        color: #3e3e3e;
    }

        .footer-sidebar-row .main-menu a:hover {
            background: none;
            text-decoration: none;
            color: #ed3237;
        }

.video-home .sideThumb {
    float: left;
    width: 19% !important;
    margin-left: 1.25%;
}

.isDesktop .my_menu .my_menu__body .mylogo {
    /* margin-right: 50px; */
    /*padding: 26px 0px 0px 0px;*/
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    float: right;
}

.form-group {
    margin-bottom: 10px !important;
}

@media (min-width: 1024px) {
    .the-article-body {
        width: 700px;
        float: left;
        position: relative;
        clear: both;
        left: 50%;
        margin-left: -300px;
    }
}

@media only screen and (max-width: 768px) {
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        float: left;
    }
}

.main {
    min-height: 500px;
    padding-bottom: 80px;
}

.main_contain {
    padding-top: 80px;
}

.back-ground-image {
    background: url('../images/bg.jpg');
    background-size: cover;
    /* height: 600px; */
}

.main-box section {
    height: 270px;
    text-align: center;
    padding-right: 25px !important;
    padding-left: 25px !important;
}

    .main-box section .box {
        height: auto !important;
        padding: 20px;
        background-color: #d2d2d2;
        display: block;
    }

        .main-box section .box .icon-custom {
            font-size: 20px !important;
            color: #c92837;
        }

        .main-box section .box .title-1 {
            font-size: 18px !important;
            color: #c92837;
        }

        .main-box section .box .title-2 {
            font-size: 14px !important;
            color: #000000;
        }

        .main-box section .box .icon-custom {
            font-size: 20px !important;
            color: #c92837;
        }

span.icon {
    width: 100%;
    display: block;
    color: #c92837;
    padding: 20px;
}

.main-box section .box:hover {
    background-color: #c92837;
    height: 100%;
    color: white;
}

    .main-box section .box:hover .title-1,
    .main-box section .box:hover span.icon,
    .main-box section .box:hover .title-2,
    .main-box section .box:hover .icon-custom {
        color: white;
    }

.full-box {
    margin-top: 50px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.policy-custom {
    display: -webkit-box;
    background-color: #d2d2d2;
    padding: 40px;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .my_menu__header .mylogo img {
        max-height: 50px;
    }

    button.icon_menu_mb {
        margin-top: 10px;
    }
}

.full-box section .content .title-1 {
    color: #c92837;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.full-box section .content .title-2 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

span.icon.icon2 {
    width: 100%;
    display: block;
    color: #c92837;
    padding: 0px;
    padding-right: 20px;
}

.full-box section .box:hover {
    background-color: #c92837;
    height: 100%;
    color: white;
}

    .full-box section .box:hover .title-1,
    .full-box section .box:hover span.icon,
    .full-box section .box:hover .title-2,
    .full-box section .box:hover .icon-custom {
        color: white;
    }