/*------------copyright row----------------*/
.fcp_col_box {
    padding: 15px 0;
    text-align: center;
    color: #000;
    font-size: 16px;
}
/*------------end copyright row----------------*/
.footer_section {
	background-size: cover !important;
}
.footer_img img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.footer_img {
    background: #fff;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    width: fit-content;
    padding: 20px 20px;
    margin: auto !important;
}
.f_cnt_col .h_cnt_col_box {
    justify-content: center !important;
}
.footer_desc {
    padding: 15px 40px;
    text-align: justify;
    color: #000;
    line-height: 1.5;
}
.f_cnt_col .h_cnt_lt_a {
    padding: 0 10px !important;
    color: #000;
}
.footer_title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.f_line {
    width: 40px;
    height: 2px;
    position: relative;
    background: #dd2b1c;
    margin: 10px 0;
}
.f_line::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 5px;
    height: 100%;
    right: 8px;
    margin: auto;
    top: 0;
    animation: lefttoright 2s infinite alternate;
}
@keyframes lefttoright {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-100%);
    }
}
.footer_menu ul {
    width: 100% !important;
    margin: 0 !important;
}
.footer_menu ul li {
    width: 100% !important;
    padding: 10px 0px !important;
    margin: 0 !important;
}
.footer_menu ul li a {
    font-size: 16px;
    padding: 0 !important;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    opacity: 1;
    transition: 1s;
    opacity: 1;
}
.footer_menu ul li a:hover {
    opacity: 1;
    color: #dd2b1c;
    padding-left: 11px !important;

}
.f_cnt_rt_ul {
    padding: 0 !important;
    list-style: none !important;
    justify-content: left !important;
}
.f_cnt_rt_li {
    width: 100% !important;
    padding: 10px 0;
}
.f_cnt_rt_a {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 400;
    transition: 1s;
}
.f_cnt_icon {
    width: 45px;
    height: 45px;
    background: #dd2b1c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: 1s;
    border: 1px solid #dd2b1c;
}
.f_cnt_text {
    width: 85%;
    padding: 0 0 0 15px;
}
.f_cnt_icon svg {
    width: 23px;
    height: 23px;
}
.f_cnt_icon svg path {
    transition: 1s;
    fill: #fff;
}
.f_cnt_rt_li:last-child .f_cnt_rt_a {
    align-items: flex-start;
}
.f_cnt_rt_a:hover {
    color: #dd2b1c;
}
.f_cnt_rt_a:hover .f_cnt_icon svg path {
    fill: #dd2b1c;
}
.f_cnt_rt_a:hover .f_cnt_icon {
    background: #fff;
}
.footer_col_two {
    padding: 0 0 0px 100px;
}
.footer_col_three {
    padding:  0 0 0 40px;
}
.f_cnt_col .h_cnt_lt {
    width: 100% !important;
}



@media all and (min-width: 320px) and (max-width: 767px) {
    /*------------copyright row----------------*/
    .footer_copyright_box{
        display: grid;
        gap: 5px;   
    }
    .footer_copyright_right {
        margin-right: auto;
    }
    .footer_copyright_left {
        text-align: center;
    }
    /*------------end copyright row----------------*/
    .footer_img {
	    padding: 10px 20px;
	}
    .footer_section {
        background-size: auto;
        background-position: center;
    }
    .footer_menu ul li {
        width: 50 !important;
    }
    .footer_img img {
        height: 80px;
    }
    .footer_col_two {
        padding: 0 0 0px 0px;
        width: 100% !important;
    }
    .footer_col_three {
        width: 100% !important;
        padding:  20px 0;
    }
    .f_cnt_icon {
        width: 40px;
        height: 40px;
    }
    .f_brand_img {
        width: 140px;
        float: left;
        margin: 10px 10px 0 0px !important;
    }
    .footer_desc {
        padding: 15px 20px;
    }  
    .footer_title {
        font-size: 20px;
    }
    .footer_menu .et_mobile_nav_menu {
        display: none !important;
    }
    .footer_menu .et_pb_menu__menu {
        display: block !important;
    }
    .footer_col_one {
        width: 100% !important;
        padding-bottom: 10px !important;
    }
    .footer_col_four {
        width: 100% !important;
    }
}
@media all and (min-width: 768px) and (max-width: 980px) {
    /*------------copyright row----------------*/
    .footer_copyright_box{
        display: grid;
        gap: 5px;   
    }
    .footer_copyright_right {
        margin-right: auto;
    }
    .footer_copyright_left {
        text-align: center;
    }
    /*------------end copyright row----------------*/
    .footer_img {
	    padding: 10px 20px;
	}
    .footer_img img {
        height: 80px;
    }
    .footer_col_two {
        padding: 0 0 0px 0px;
        width: 40% !important;
    }
    .footer_col_three {
        width: 60% !important;
        padding: 0 20px;
    }
    .f_cnt_icon {
        width: 40px;
        height: 40px;
    }
    .f_brand_img {
        width: 160px;
    }
    .footer_desc {
        padding: 15px 20px;
    }  
    .footer_title {
        font-size: 20px;
    }
    .footer_menu .et_mobile_nav_menu {
        display: none !important;
    }
    .footer_menu .et_pb_menu__menu {
        display: block !important;
    }
    .footer_col_one {
        width: 100% !important;
        padding-bottom: 10px !important;
    }
    .footer_col_four {
        width: 50% !important;
    }
}
@media all and (min-width: 981px) and (max-width: 1024px) {
    /*------------copyright row----------------*/
    .footer_copyright_box{
        display: grid;
        gap: 5px;   
    }
    .footer_copyright_right {
        margin-right: auto;
    }
    .footer_copyright_left {
        text-align: center;
    }
    /*------------end copyright row----------------*/
    .footer_img img {
        height: 80px;
    }
    .footer_col_two {
        padding: 0 0 0px 60px;
    }
    .footer_col_three {
        padding: 0 0 0 20px;
    }
    .f_cnt_icon {
        width: 40px;
        height: 40px;
    }
    .f_brand_img {
        width: 160px;
    }
    .footer_desc {
        padding: 15px 20px;
    }  
    .footer_title {
        font-size: 20px;
    }
    .footer_img {
        padding: 30px 20px;
    }
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
    .footer_img img {
        height: 80px;
    }
    .footer_col_two {
        padding: 0 0 0px 60px;
    }
    .footer_col_three {
        padding: 0 0 0 20px;
    }
    .f_cnt_icon {
        width: 40px;
        height: 40px;
    }
    .f_brand_img {
        width: 160px;
    }
    .footer_desc {
        padding: 15px 20px;
    }  
    .footer_title {
        font-size: 20px;
    }
    .footer_img {
        padding: 30px 20px;
    }
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
    .footer_col_two {
        padding: 0 0 0px 60px;
    }
    .footer_col_three {
        padding: 0 0 0 20px;
    }
    .f_cnt_icon {
        width: 40px;
        height: 40px;
    }
    .f_brand_img {
        width: 160px;
    }
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
    .footer_img img {
        height: 50px;
    }
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
    .f_brand_img img {
        height: 70px;
    }
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
}
