:root {
    --primary-text-color: #142d5c;
}

body {
    font-family: IRANSans !important;
    font-weight: 300;
    direction: rtl;
    margin: 0;
}

html,
body {
    /*height: 100%;*/
    background-color: #FFFFFF;
    background-image: url(/images/body-long.png);
    background-size: cover;
}

p {
    color: #000d24 !important;
}

div:hover, button:hover, a:hover, li:hover, .card:hover {
    transition: 0.3s ease-in-out;
}

h2, h3, h4, h5, h6 {
    text-align: right;
    color: #000d24;
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem;
    }
}

h1, h2, h3, h4, h5, h6, input, textarea, td, th {
    font-family: IRANSans !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-weight: bold;
    font-size: 30px;
}

a {
    font-family: IRANSans !important;
    color: #2196f3;
    text-decoration: none !important;
}

p {
    font-family: IRANSans !important;
    color: #64707b;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 1600px) {
    p {
        font-family: IRANSans !important;
        color: #707070;
        font-size: 16px;
        font-weight: 300;
    }
}

.wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.ltr {
    direction: ltr;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-small {
    font-size: 0.8em;
}

.text-xsmall {
    font-size: 0.6em;
}

.text-large {
    font-size: 1.2em;
}

.text-xlarge {
    font-size: 1.4em;
}

.text-underline {
    text-decoration: underline;
}

.text-ultralight {
    font-weight: 200;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: normal;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: bold;
}

div:hover, button:hover, a:hover, li:hover, .card:hover {
    transition: 0.3s ease-in-out;
}

header .top-menu .header-phone a {
    color: white;
    transition: all.4s;
    font-weight: 500;
}

header .top-menu .header-address {
    display: flex;
    align-items: center;
    color: white;
}

    header .top-menu .header-address span {
        width: 40px;
        height: 40px;
        display: flex;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
    }

        header .top-menu .header-address span i {
            font-size: 25px;
            position: relative;
            color: #ffffff;
        }

    header .top-menu .header-address p {
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 0px;
        line-height: 1.5em !important;
        color: white !important;
        font-weight: 500;
    }

header .top-menu {
    position: relative;
    z-index: 100;
    padding-top: 7px;
    padding-bottom: 10px;
}

    header .top-menu .header-phone {
        flex-direction: row;
        display: flex;
        align-items: end;
        justify-content: end;
    }

        header .top-menu .header-phone span {
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            header .top-menu .header-phone span i {
                font-size: 30px;
                position: relative;
                top: 3px;
            }

        header .top-menu .header-phone p {
            margin-bottom: 0px;
            line-height: 1.5em !important;
            font-size: 15px;
            color: white !important;
            margin-left: 5px;
            font-weight: 500;
        }

header .main-menu {
    z-index: 100;
    position: relative;
}

    header .main-menu .logo-container img {
        object-fit: contain;
        height: 65px;
        border-radius: 10px;
        position: relative;
    }

    header .main-menu .navbar {
        justify-content: flex-start;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
        margin-bottom: 0px !important;
        padding-left: 4px;
        padding-right: 4px;
    }

        header .main-menu .navbar li {
            list-style-type: none;
        }

    header .main-menu .row {
        background-color: #ffffff;
        border-radius: 10px;
    }

    header .main-menu ul li a {
        transition: all .4s;
        font-weight: 500;
    }

        header .main-menu ul li a i {
            font-size: 18px;
            margin-left: 3px;
            position: relative;
            top: 2px;
        }

        header .main-menu ul li a:hover {
            background-color: #142d5c1a;
            border-radius: 7px;
        }

    header .main-menu ul li:hover .dropdown-menu {
        display: block;
        text-align: right;
        border: 1px solid #ebebeb;
        border-radius: 5px;
    }

@media screen and (max-width: 992px) {
    .main-menu {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .menu-collapse {
        display: block !important;
    }
}
/* collapse menu style */
header .menu-collapse {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    /*top: 50px;*/
}

    header .menu-collapse .collapse-bg {
        background-color: white;
        padding: 10px;
        border-radius: 10px;
    }

    header .menu-collapse img {
        object-fit: contain;
    }

    header .menu-collapse .collapse-top-menu {
        display: flex;
        justify-content: start;
    }

        header .menu-collapse .collapse-top-menu a .icofont-ui-dial-phone {
            font-size: 24px;
            margin-left: 20px;
        }


    header .menu-collapse .collapse-icon {
        border-radius: 5px;
        font-size: 22px;
        padding: 10px;
        background-color: #ebebeb;
        position: relative;
        right: -5px;
        color: var(--primary-text-color) !important;
    }

.collapse-menu-container {
    z-index: 100000;
    background-color: white;
    font-size: 24px;
    position: absolute;
    top: -57px;
    width: 100%;
    transition: transform 1sease-in-out;
    transform: translateX(+100%);
    padding: 15px 15px 0 15px;
}

    .collapse-menu-container .icofont-close-squared-alt {
        cursor: pointer;
    }

header .menu-collapse .collapse-menu-container ul li {
    list-style-type: none;
}

    header .menu-collapse .collapse-menu-container ul li span {
        line-height: 2.2em;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 14px;
    }

    header .menu-collapse .collapse-menu-container ul li a {
        list-style-type: none;
        line-height: 2.2em;
        display: flex;
        justify-content: space-between;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    header .menu-collapse .collapse-menu-container ul li a {
        padding-top: 5px;
        text-decoration: none;
        color: #000d24;
        font-weight: 500;
        font-size: 16px;
        display: block;
        width: 100%;
    }

header .menu-collapse .collapse-menu-container ul {
    padding-left: 0px;
    margin-top: 15px;
    padding-right: 10px;
}

header .menu-collapse .collapse-menu-container .collapse-menu-dropdown li a {
    font-weight: 400;
    font-size: 15px;
}

.collapse-menu-header {
    display: flex;
    justify-content: space-between;
}

.collapse-menu-container .collapse-menu-header-icon {
    width: 30px;
    background-color: #f8f9fe;
    border-radius: 5px;
    color: #212529;
}

.collapse-top-menu-logo {
    position: relative;
}

.collapse-menu-dropdown-container {
    margin-bottom: 1rem;
}

.show-menu {
    transform: translateX(0%);
}

/* end collapse menu style */
@media screen and (max-width: 767px) {
    header .phone1-icon, header .phone2-icon {
        display: none;
    }

    header .header-address {
        display: none !important;
    }

    header .phone1-icon, header .phone2-icon {
        margin-left: 15px;
    }

    header .phone2 {
        margin-right: 20px;
    }

    header .top-menu {
        top: 6px;
    }

    header .call-content {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 767px) {
    header .call-text {
        display: none;
    }
}





.Phone {
    animation: ringing 5s ease-in-out infinite;
}



#p1 {
    transform-origin: bottom right;
    animation: reveal 5s ease-in-out infinite backwards;
}

#p2 {
    transform-origin: bottom right;
    animation: reveal 5s ease-in-out .2s infinite backwards;
}

.btn-direct-call {
    background-image: url(/images/tyre_whiite_1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

    .btn-direct-call:hover {
        border: 1px solid #ffffff !important;
        color: white;
        background-color: #022360 !important;
        box-shadow: inset 0 0 0 2000px rgb(20 45 92);
    }

img, svg {
    vertical-align: middle;
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    20% {
        opacity: 0;
        transform: scale(1);
    }

    22% {
        opcaity: 1;
        transform: scale(1.05);
    }

    26% {
        opacity: 1;
        transform: scale(1);
    }

    40% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes scaleup {
    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ringing {
    20% {
        transform: rotate(0deg);
    }

    21% {
        transform: rotate(10deg);
    }

    22% {
        transform: rotate(-10deg);
    }

    23% {
        transform: rotate(12deg);
    }

    24% {
        transform: rotate(-12deg);
    }

    25% {
        transform: rotate(12deg);
    }

    26% {
        transform: rotate(-12deg);
    }

    28% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(-10deg);
    }

    32% {
        transform: rotate(5deg);
    }

    34% {
        transform: rotate(-5deg);
    }

    36% {
        transform: rotate(2deg);
    }

    38% {
        transform: rotate(0deg);
    }
}

/***************** top search **************/
.search_top input {
    width: 88% !important;
}

.navbar-toggler {
    outline: none !important;
}

.menu-search-icon {
    padding: 10px 10px 5px 10px;
    color: white;
    background-color: var(--primary-text-color) !important;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    height: fit-content;
    /*top: 25px;*/
}

.search-box {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 37px;
    left: -5px;
    width: 300px;
}

    .menu-search-icon:hover + .search-box, .search-box:hover {
        visibility: visible;
        opacity: 1;
        transition: all .4s;
    }

.search_custom {
    border-radius: 10px !important;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    background-color: white;
}

    .search_custom .form-control {
        padding-right: 5px !important;
    }

    .search_custom input[type=text]:focus {
        border-color: rgba(0, 0, 0, .15);
    }

.search-main button {
    border: 0 !important;
    background-color: #142d5c40;
    padding: 5px 7px;
    border-radius: 7px !important;
    top: 3px;
}

.search-main input {
    padding: 0.7rem;
    border: 0 !important;
    background: #fff;
}

.search-main i {
    padding-top: 5px;
    font-size: 22px;
    font-weight: 500;
    vertical-align: middle;
}

.search_custom input {
    font-size: 12px;
}

/***************************** banner style ****************************/
.main-banner {
    display: flex;
    width: 100%;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(2 2 2 / 55%);
    top: 0px;
    position: relative;
}

    .main-banner::after {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url(/images/Overlay2.png);
        position: absolute;
        top: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .main-banner .banner-text {
        color: white;
        z-index: 99;
        position: relative;
        font-size: 20px;
        text-align: justify;
        line-height: 2.2em;
        font-weight: 400;
    }

.index-banner {
    align-items: center;
}

.main-banner .banner-text {
    color: #ecebeb;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 20px;
}

    .main-banner .banner-text a {
        color: #ecebeb;
        font-weight: 400;
    }

.main-banner .banner-h1 {
    color: white;
    text-align: center;
    position: relative;
    z-index: 99;
}

.main-banner h1 a {
    color: white;
}

.main-banner .banner-features ul li {
    float: right;
    list-style-type: none;
    color: white;
}

.main-banner .banner-features ul {
    width: 100%;
    display: flex;
    height: 30px;
    margin-bottom: 0px;
    justify-content: space-between;
}

.main-banner .btn-container {
    margin-top: 50px;
}

.main-btn {
    color: white;
    padding: 12px;
    transition: all .4s;
    z-index: 100;
    background-color: var(--primary-text-color);
    position: relative;
    background-image: url(../images/tyre_whiite_1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    box-shadow: inset 0 0 0 2000px rgb(20 45 92 / 88%);
    border-radius: 10px;
}

    .main-btn:hover {
        border: 1px solid #ffffff !important;
        color: white;
        background-color: #022360 !important;
        box-shadow: inset 0 0 0 2000px rgb(20 45 92);
    }

    .main-btn:focus {
        box-shadow: inset 0 0 0 2000px rgb(20 45 92 / 88%) !important;
        border: 1px solid #ffffff !important;
    }

.outline-btn {
    background-color: #ffffff;
    border: 1px solid #fff;
    padding: 12px;
    transition: all .4s;
    z-index: 100;
    position: relative;
    border-radius: 10px;
    border: 1px solid white;
}

    .outline-btn i {
        font-size: 26px;
        position: relative;
        top: 4px;
    }

.outline-btn {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .outline-btn:hover {
        color: white;
    }

        .outline-btn:hover i {
            color: #fff;
        }

.main-banner .icofont-book {
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.main-banner .icofont-ui-home {
    margin-left: 5px;
}

@media screen and (max-width: 576px) {
    .main-banner h1 {
        font-size: 28px;
    }

    .main-banner .btn-container {
        margin-top: 0px;
    }
}

@media screen and (max-width: 400px) {
    .main-banner h1 {
        font-size: 24px;
    }

    .bread-crump-content {
        top: -60px !important;
    }
}

.link {
    width: fit-content;
    display: block;
    margin: 0 auto;
}
/****************** end banner style **********************/

/***********************items style ****************************/
#items {
    margin-top: 50px;
    margin-bottom: 50px;
}

    #items .card_items {
        border: none;
        height: 100%;
    }

    #items .items-header {
        color: #000d24;
        font-weight: 600;
    }

    #items .card_items .card-body {
        padding: 35px 25px 15px 25px;
        border-radius: 10px;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-text-color) !important;
    }

        #items .card_items .card-body .col-item-icon {
            background-color: white;
            width: fit-content;
            padding: 15px;
            border-radius: 8px;
        }

            #items .card_items .card-body .col-item-icon i {
                font-size: 35px;
                color: var(--primary-text-color) !important;
            }

        #items .card_items .card-body .col-item-text {
            margin-top: 20px;
        }

            #items .card_items .card-body .col-item-text h6 {
                color: white;
                text-align: center;
            }

            #items .card_items .card-body .col-item-text p {
                color: #e8e8e8 !important;
                margin-top: 15px;
                font-size: 14px;
                line-height: 2em;
            }
/**********************end items style**************************/
/***********************about style ****************************/
#about {
    margin-top: 80px;
    margin-bottom: 80px;
}

    #about .div_about_text .card {
        border: none !important;
    }

        #about .div_about_text .card .card-header {
            background-color: white !important;
            border-bottom: 1px solid #142d5c14 !important;
        }

            #about .div_about_text .card .card-header h2 {
                font-size: 28px;
            }

                #about .div_about_text .card .card-header h2 a {
                    color: #000d24;
                    font-weight: 600;
                    line-height: 2em;
                    font-size: 24px;
                }

    #about .about-number-header {
        font-weight: 600;
        color: #000d24;
    }

    #about .about-number {
        font-weight: 600;
        color: var(--primary-text-color) !important;
    }

    #about .about-text {
        text-align: justify;
        line-height: 2.2em;
        color: #000d24;
        font-weight: 400;
    }

    #about img {
        border-radius: 10px;
    }
/****************************end about ***************************/
/******************* gallery style*******************************/
.index-gallery {
    background-image: url(/images/Overlay-opacity.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

    .index-gallery .big-box, .small-box {
        height: 400px;
    }

    .index-gallery .main-gallery img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .index-gallery .carousel-main img {
        object-fit: cover;
        border-radius: 10px;
        height: 400px;
    }

    .index-gallery .flickity-prev-next-button.previous {
        left: 30px;
    }

    .index-gallery .flickity-prev-next-button.next {
        right: 30px;
    }

    .index-gallery .flickity-fullscreen-button {
        right: 20px;
    }

    .index-gallery .flickity-page-dots {
        position: relative !important;
    }

@media screen and (max-width: 767px) {
    .index-gallery .big-box, .index-gallery .small-box {
        display: none;
    }
}
/************************************** end gallery style****************************/
/************************** start banner_2 style **********************/
#banner_2 p {
    text-align: justify;
    line-height: 2.2em;
    font-weight: 400;
}

hr:not([size]) {
    height: 1px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
/************************** end banner_2 style **********************/
/****************************** begin FAQ style *******************************/
.faq .collapse-title {
    color: var(--primary-text-color) !important;
}

.faq .accordion-button:not(.collapsed) {
    background-color: #f7f7f7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 8px !important;
}

.collapse:not(.collapse-close):has(> input[type="checkbox"]:checked), .collapse:not(.collapse-close):has(> input[type="radio"]:checked) {
    background-color: #e5e0e0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 8px !important;
}
/****************************** end FAQ style *******************************/
/****************************** start blog style *******************************/
.blog {
    margin-top: 150px;
    margin-bottom: 150px;
}

    .blog .card-img-top {
        object-fit: cover;
        border-radius: 10px;
        max-height: 250px !important;
    }

    .blog .card .tags ul li {
        list-style-type: none;
    }

    .blog .card .tags a {
        font-size: 12px;
        padding: 4px 8px;
        background-color: #0000000f;
        border-radius: 4px;
    }

    .blog .card .card-title {
        margin-top: 20px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

        .blog .card .card-title a {
            color: #000d24;
            transition: all .4s;
            font-weight: 500;
            font-size: 18px;
        }

    .blog .card .card-body {
        padding: 20px;
    }

    .blog .card {
        border: none;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #f7f7f7;
        border-radius: 10px;
    }

        .blog .card .card-body .card-text {
            display: -webkit-box;
            overflow: hidden;
            margin-bottom: 0px;
            font-size: 14px;
            text-align: justify;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .blog .card .main-btn {
            width: 100%;
            margin-top: 10px;
            color: white !important;
            transition: all .4s;
        }

            .blog .card .main-btn:hover {
                background-color: white;
            }

    .blog .tags .post-categories {
        padding: 0px;
    }

    .blog .blog_title {
        font-weight: 600;
        color: #000d24;
        font-size: 26px;
    }

.index-btn {
    border-radius: 10px;
    padding: 12px 0px;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #142d5c;
    background-color: transparent !important;
    color: #212529;
}

    .index-btn:hover {
        color: white;
        background-color: var(--primary-text-color) !important;
        transition: all .4s;
    }
/****************************** end blog style ********************************/

/****************************** start footer style **********************************/
footer .footer-section {
    background-color: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 0px;
    border-radius: 20% 20% 0 0;
}

    footer .footer-section .logo-container a img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        border-radius: 5px;
    }

    footer .footer-section .run-in {
        text-align: center;
        margin-top: 20px;
        display: block !important;
        font-size: 18px;
        padding-bottom: 7px;
        font-weight: 600;
        line-height: 1.8em;
        color:var(--primary-text-color) !important;
    }

    footer .footer-section .quick-access ul {
        padding: 0px !important;
    }

    footer .footer-section .footer-about-text {
        text-align: justify;
        font-size: 14px;
        line-height: 1.8em;
    }

    footer .footer-section .footer-link-header {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    footer .footer-section .footer-link-headers ul {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    footer .footer-section .footer-link-header ul li {
        list-style-type: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        footer .footer-section .footer-link-header ul li a {
            display: block;
            width: 100%;
            padding: 5px;
            transition: all .4s;
            font-weight: 500;
            color:var(--primary-text-color) !important;
        }

            footer .footer-section .footer-link-header ul li a:hover {
                background-color: #0000000f;
                border-radius: 5px;
            }

            footer .footer-section .footer-link-header ul li a i {
                font-size: 28px;
                position: relative;
                top: 2px;
                color: var(--primary-text-color) !important;
            }

    footer .footer-section .footer-link-header h6 {
        color: #000d24;
        padding: 10px 20px;
        background-color: #0000000f;
        width: 100%;
        border-radius: 8px;
        text-align: center;
    }

    footer .footer-section .footer-address {
        display: flex;
        align-items: baseline;
        justify-content: center;
    }

    footer .footer-section .phone-number ul li i {
        font-size: 24px;
    }
    footer .footer-section .phone-number span, footer .footer-section .email-content span {
        color: #212529;
    }
    footer .footer-section .response p {
        font-size: 14px;
    }

    footer .footer-section .footer-address p {
        font-size: 14px;
        text-align: center;
        line-height: 2em !important;
        margin-bottom: 0px;
    }

    footer .footer-section .footer-address i {
        font-size: 18px;
        position: relative;
        top: 2px;
        right: 5px;
    }

    footer .footer-section .social-media li a img {
        transition: all .4s;
    }

        footer .footer-section .social-media li a img:hover {
            transform: scale(1.2);
        }

footer .footer-copyright {
    background-color: #e9e9e9;
    padding: 5px 0;
}

    footer .footer-copyright p {
        margin-bottom: 0px;
    }

footer .footer-section .namad img {
    opacity: 0.3;
    transition: all .4s;
}

footer .footer-section .contact-box-content a {
    font-weight: 500;
    color: var(--primary-text-color) !important;
}

footer .footer_ul_amrc li {
    text-align: center;
    margin-top: 5px;
}

    footer .footer_ul_amrc li span, .footer_ul_amrc li i {
        font-size: 15px;
        font-weight: 500;
        color: var(--primary-text-color) !important;
    }

    footer .footer_ul_amrc li strong {
        color: var(--primary-text-color) !important;
    }

footer .footer-section .namad img:hover {
    opacity: 1;
}

footer .footer-section .namad a img {
    width: 100px;
    height: 100px;
}

footer .footer-section .footer_ul_amrc {
    text-align: center;
}

    footer .footer-section .footer_ul_amrc a img {
        background-color: #e9e9e9;
        padding: 10px;
        border-radius: 10px;
    }

footer .footer-bottom p {
    font-size: 12px;
    color: #000d24;
}

footer .footer-bottom a {
    font-size: 12px;
}

footer .fartak a {
    color: #4E023C;
    font-weight: 500 !important;
    font-size: 12px;
}

    footer .fartak a:hover {
        transition: all .4s;
    }
/*********************************************** footer *******************************************/
.footer {
    padding: 5rem 0 1rem 0;
    width: 100%;
    cursor: default;
    margin-top: 4rem;
    position: relative;
}

.logo_footer img {
    width: 130px;
    margin-top: 0.7rem;
}

.run-in {
    font-size: 22px;
    padding-bottom: 7px;
    display: inline;
    font-weight: 500;
    color: #fff
}

.footer_ul_amrc ul {
    padding: 0;
}

.footer_ul_amrc li span, .footer_ul_amrc li i {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}

.footer_ul_amrc li strong {
    color: whitesmoke;
}

.footer_ul_amrc li i {
    font-weight: bold;
}

.logo_footer p {
    text-align: justify;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.5rem;
}

.footer h5 {
    text-align: right;
    cursor: default;
    color: #FFFFFF;
    line-height: 2.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}


.footer ul li a {
    font-size: 15px;
    color: #FFFFFF;
}

    .footer ul li a:hover {
        color: #2c2c2c;
    }

h6.headin5_amrc {
    color: #edeaea;
}

.headin5_amrc img {
    width: 110px;
}

.footer_contact {
    margin-top: 5rem;
    padding: 0 3rem;
}

    .footer_contact ul {
        padding-right: 0;
        text-align: right;
    }

        .footer_contact ul li {
            list-style-type: none;
            text-align: right;
            font-size: 15px;
            color: #FFFFFF;
            font-weight: 400;
            line-height: 2rem;
        }

            .footer_contact ul li a span:hover {
                color: #000 !important;
            }

.footer_ul_amrc {
    margin-bottom: 0 !important;
}


.social-div img {
    border-radius: 4px;
}

.social_footer_ul i {
    font-size: 18px;
    color: whitesmoke;
    vertical-align: middle;
}

    .social_footer_ul i:hover {
        color: #bed3fc;
    }

.social_footer_ul li {
    /* padding-right: 0.6rem; */
    float: left;
    cursor: pointer;
    margin-bottom: 0;
}

    .social_footer_ul li a {
        color: var(--primary-text-color) !important /*#2346ca*/;
    }



@media (min-width: 992px) {
    .footer_contact ul {
        margin-right: 0 !important;
    }
}

@media (max-width: 1245px) and (min-width:992px ) {
    .footer_contact {
        padding: 0.5rem 1rem 0 1rem;
    }

    .logo_footer {
        padding: 0;
    }

    .row_footer {
        padding-top: 0 !important;
    }

    .run-in {
        font-size: 20px;
    }
}

@media (max-width: 991px) and (min-width: 657px) {
    .run-in {
        font-size: 20px;
    }

    .footer_contact {
        padding: 0.5rem 1rem 0 1rem;
    }

    .row_footer {
        padding-top: 0 !important;
        padding-bottom: 1.5rem;
    }

    .logo_footer {
        padding: 0 1rem;
        margin-top: -1.5rem;
    }

    .footer_bottom p {
        display: block;
    }
}

@media (max-width: 767px) and (min-width: 657px) {
    .footer_bottom p {
        display: block;
        margin-bottom: 0;
    }
}

@media (max-width: 656px) {
    .footer_contact {
        padding: 0;
        margin-top: 1rem;
    }

    .logo_footer {
        padding: 0;
    }

    .div-list-blog {
        justify-content: center;
    }

    .footer_bottom p {
        display: block !important;
    }

    .card_items .card_service_body {
        padding-top: 0.5rem;
        padding-bottom: 0;
    }

    .card_items .col-item-icon {
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .footer p {
        margin: 3px 0 3px 0;
        text-align: center;
    }

    h6.headin5_amrc {
        text-align: center !important;
    }

    .row_footer {
        margin-top: -2rem;
        padding-bottom: 1.5rem;
    }

    .links-div {
        margin-top: 0.5rem;
    }

    .col-border {
        border-right: 0;
    }

        .logo_footer, .col-border h5, .col-border ul li, .footer_contact h5, .footer_contact ul, .footer h5, .footer ul li, .social_footer_ul {
            text-align: center !important;
        }
}

.line_footer {
    background-color: #fbfbfb !important;
    margin: 0;
    width: 60%;
    display: none;
}

.pt2 {
    margin-top: 25px;
}

.mb10 {
    padding-bottom: 15px;
}

.col_white_amrc ul {
    padding: 0;
}

.footer_ul_amrc {
    padding: 1rem 0 0 0;
}

.footer_ul_amrc2 {
    padding: 1rem 0 0 0;
}

.footer_ul_amrc {
    margin-top: 0 !important;
}

    .footer_ul_amrc li, .footer_ul_amrc2 li {
        margin: 0;
        text-align: right;
        list-style-type: none;
        font-size: 16px;
    }

    .footer_ul_amrc li {
        padding: 0 0 0.6rem 0;
    }

.footer_ul_amrc2 li {
    padding: 0 0 1rem 0;
}

    .footer_ul_amrc li a, .footer_ul_amrc2 li a {
        font-weight: 400;
        color: #8d8d8d;
        margin-top: 1rem;
    }

        .footer_ul_amrc li a:hover, .footer_ul_amrc2 li a:hover {
            color: #dacece !important;
            text-decoration: none;
            transition: 0.3s;
        }

.footer_ul_amrc2 img {
    border-radius: 3px;
    width: 160px;
}

    .footer_ul_amrc2 img:hover {
        opacity: 0.8;
    }

.links-div {
    padding-top: 0;
}

.footer_bottom {
    border-top: 1px solid #e0e0e036;
    padding-top: 0.3rem;
}

    .footer_bottom p {
        font-weight: 400 !important;
        color: #e0e0e0 !important;
        ;
        font-size: 12px;
    }

        .footer_bottom p a {
            padding-right: 2px;
        }

footer .p-0 {
    padding: 0 !important;
}
.footer {
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/****************************** end footer style **********************************/

/***************** start On top Icons Style*********************/
#to_top {
    right: auto !important;
    left: 30px;
}

#whatsup_bottom {
    left: auto !important;
    right: 30px;
}

#to_top,
#whatsup_bottom {
    /*font-size: 0;*/
    z-index: 1000;
    /* display: none; */
    text-align: center;
    color: #fff;
    position: fixed;
    right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    bottom: 30px;
}

#to_top {
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    height: 44px;
    width: 44px;
    background-color: var(--primary-text-color) !important;
}

#whatsup_bottom {
    height: 54px;
    width: 54px;
}

    #whatsup_bottom img:hover {
        filter: brightness(70%);
    }

#to_top i:before {
    font-weight: 100;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

#to_top:hover,
#to_top:focus {
    background-color: #fff;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {

    #to_top,
    #whatsup_bottom {
        bottom: 80px;
        z-index: 10000000;
    }
}
/***************** end On top Icons Style*********************/
