.footer_copyright_name {
    margin: auto;
    margin-right: 0;
}
.footer_copyright_name a{
    color: #fff !important;
}
.footer_text02 {
    display: flex !important;
    align-items: center;
    margin: auto 0 auto auto;
    font-weight: 500 !important;
    color: #fff !important;
}
.footer_text02 .heart {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #fd5e34;
    transform: rotate(45deg);
    -webkit-animation: heartbeat 1.2s linear infinite;
    animation: heartbeat 1.2s linear infinite;
    margin: 0.6rem;
}
.footer_text02 .heart:before {
    transform: translateY(-50%);
}
.footer_text02 .heart:after, .footer_text02 .heart:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fd5e34;
    border-radius: 50%;
}
.footer_text02 .heart:after {
    transform: translateX(-50%);
}
.footer_text02 .heart:after, .footer_text02 .heart:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fd5e34;
    border-radius: 50%;
}
@keyframes heartbeat{
    0% {
        transform: rotate(45deg) scale(1);
    }
    25% {
        transform: rotate(45deg) scale(1);
    }
    30% {
        transform: rotate(45deg) scale(1.4);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
    70% {
        transform: rotate(45deg) scale(1.4);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}
.footer_copy_col {
    display: flex;
}
.footer_right_col {
    margin: auto;
    margin-right: 0;
}
.footer_main_section {
    padding: 0px !important;
}
.mp_row {
    width: 80% !important;
    max-width: 80% !important;
}

.footer_bottom_row {
    padding: 10px 180px !important;
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #333;
    display: flex;
    color: white;
    font-size: 18px;
        align-items: center;
}
.footer_row_top {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
}
.footer_sc_link li a {
    font-size: 18px;
}
.footer_row_top {
    font-size: 0px;
}
.footer_menu_title {
    font-size: 24px;
    color: black;
    /* font-family: Nunito; */
    margin-bottom: 20px !important;
    position: relative;
}
.footer_menu li a {
    font-size: 18px;
    font-weight: 400;
    color: black;
    position: relative;
    text-transform: capitalize;
}
.footer_menu li a:hover,.footer_menu li a:focus{
    transition: 1s !important;
}
.footer_menu li a:before{
    content: '';
    background: #d63031;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: -1;
    transition: all 0.5s ease 0s;
    animation: animate 1s infinite;
}
.footer_menu li a:hover:before{ width: 100%; }
@keyframes animate{
    0%{ background-color: #d63031; }
    20%{ background-color: #00b894; }
    40%{ background-color: #0984e3; }
    60%{ background-color: #6c5ce7; }
    80%{ background-color: #e84393; }
    100%{ background-color: #f0932b; }
}

.footer_main_section {
  
    background-color: #bfbfbf;
}
.footer_desc {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.footer_menu_title:after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #d7261c;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.footer_desc {
    font-size: 18px;
    font-weight: 400;
    color: black;
    line-height: 1.2em;
    width: 85%;
}
.footer_col_1 {
    width: 35% !important;
}
.footer_col_3 {
    width: 45% !important;
    padding-left: 85px;
    border-right: 0px !important;
}
.footer_col_2 {
    width: 20% !important;
    padding-left: 100px;
}
ul#menu-our_products li {
    width: 50% !important;
    float: left;
}
.footer_col {
    border-right: 1px solid #f3821d;
}
.footer_sc_link li a {
    color: black;
    font-size: 26px;
}
.icon_text {
    display: none;
}
.icon_text {
    display: none;
}
.footer_sc_link li {
    display: inline-block;
    /* width: 25px; */
    /* background: white; */
    padding-right: 10px;
}
.footer_sc_link li a {
    background: white;
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    border-radius: 4px;

}
.footer_main_section:after{
    position: absolute;
    content: '';
    width: 200%;
    height: 81px;
    top: -50px;
    animation: mymove 50s linear infinite;
    z-index: 99;
}
.footer_sc_link li a {
  
    border: 2px solid #ddd;
}
.footer_sc_link li a span {
    margin: auto;
}
.footer_sc_link li:hover a {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
}
.footer_sc_link ul li:first-child:hover a{
    background: #4267B2 !important;
    color: #fff;
}

/* popup */
.site_man_poup_section {
    position: fixed;
    top: 0;
    right: 0;   
    bottom: 0;     
    left: 0;
    width: 45%;
    z-index: 99;
    margin: auto;
    transform: scale(0) rotate(150deg);
    transition: 0.1s;
    background:transparent !important;
    display: flex;
    padding: 0 !important;
}
.get_openn{
    transform: scale(1) rotate(360deg);
    transition: 1s;
}
.site_man_poup_section_row {
    background: #fbe7d6;
    padding: 20px 40px 40px !important;
    border: 4px solid #d7261c;
}
.site_man_poup_section .site_man_poup_section_row::before {
    content: "";
    position: absolute;
    background: #d7261c;
    width: 102%;
    height: 101%;
    top: 0;
    left: -8px;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 1s;
    transform: rotate(2deg);
    z-index: -1;
}
.popup_close_icon {
    width: 30px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: -12px;
    z-index: 1;
}
.text_name_filed_main_con {
    margin-top: 20px;
}
.blur_body .header_section,.blur_body .mpl_site_header_fixed   {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.blur_body .it_header_section, .blur_body .moabile_header_section , .blur_body .mpl_site_header_fixed     {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
div#et-main-area {
    z-index: 1;
    position: relative;
}
div#body_overlay {
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    z-index: 2;
    overflow: hidden;
    background: #d7261c96;
    transform: translateX(0);
    display: none;
}


@media all and (min-width: 320px) and (max-width: 767px) {
    .footer_menu li a:hover, .footer_menu li a:focus {
        letter-spacing: 0px;
        transition: 1s !important;
    }
    .mp_row {
        width: 93% !important;
        max-width: 93% !important;
    } 
    .footer_menu li a {
        font-size: 16px;
    }   
    .footer_menu_title {
        font-size: 21px;
    }
    .footer_col {
        border-right: none !important;
    }
    .footer_desc {
       
        width: 100%;
    }
    ul#menu-our_products li {
        width: 50% !important;
        float: left;
    }

    .footer_main_section:after {
      
        top: -27px;
        background-repeat: no-repeat;
        background-size: contain;
        left: 0;
    }
    .footer_sc_link li a {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        color: #fff;
    }
    .footer_sc_link ul li:first-child a{
        background: #4267B2 !important;
        color: #fff;
    }
    .footer_copyright_box{
        line-height: 1.2;
    }
    .footer_row_top {
        padding-top: 33px !important;
        padding-bottom: 33px !important;
        display: block !important;
    } 
    .footer_col_1 {
        width: 100% !important;
        text-align: center;
        border-right: 0 !important;
    }
    .footer_col_2 {
        width: 100% !important;
        padding-left: 0;
    }
    .footer_col_3 {
        width: 100% !important;
        padding-left: 0px;
    }
    .footer_col_2 ul li {
        width: 33%;
        float: left;
    }
    .footer_desc {
        width: 100%;
    }
    .site_man_poup_section {
        width: 100%;
        padding:0 !important;
    }
    .site_man_poup_section_row {
        padding: 10px 10px 20px !important;
    }
    .site_man_poup_section_row .text_name_filed {
        padding: 5px 0px;
    }
    .site_man_poup_section_row .text_name_filed input {
        height: 45px;
        font-size: 15px;
    }
    .site_man_poup_section_row .text_name_filed textarea {
        height: 80px;
        font-size: 15px;
    }
    .footer_bottom_row {
        padding: 10px 10px !important;
    }
    .footer_copy_col {
        display: block;
    }
    .footer_text02 {
        justify-content: center;
    }
    
   
}
@media all and (min-width: 481px) and (max-width: 767px) {
    .footer_main_section:after {      
        top: -42px !important;
    }
    ul#menu-our_products li {
        width: 50% !important;
        float: left;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .footer_menu li a:hover, .footer_menu li a:focus {
        letter-spacing: 0px;
        transition: 1s !important;
    }
    .footer_sc_link li a {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        color: #fff;
    }
    .footer_sc_link ul li:first-child a{
        background: #4267B2 !important;
        color: #fff;
    }

    .footer_main_section:after {       
        top: -65px;
        background-repeat: no-repeat;
        background-size: contain;
        left: 0;
    }
    .mp_row {
        width: 100% !important;
        max-width: 100% !important;
    }  
    .footer_menu li a {
        font-size: 16px;
    } 
    .footer_menu_title {
        font-size: 21px;
    }
    .footer_desc {
        width: 100%;
    }
    .footer_row_top {
        padding: 33px 10px !important;
        display: block !important;
    } 
    .footer_col_1 {
        width: 100% !important;
        text-align: center;
        border-right: 0 !important;
    }
    .footer_col_2 {
        width: 100% !important;
        padding-left: 0;
    }
    .footer_col_3 {
        width: 100% !important;
        padding-left: 0px;
    }
    .footer_col_2 ul li {
        width: 16%;
        float: left;
    }
    .footer_col {
        border-right: none;
    }
    .footer_desc {
        width: 100%;
    }
    ul#menu-our_products li {
        width: 33% !important;
    }
     .site_man_poup_section {
        width: 95%;
    }
    .footer_bottom_row {
        padding: 10px 10px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .mp_row {
        width: 93% !important;
        max-width: 93% !important;
    }  
    .footer_menu li a {
        font-size: 16px;
    }    
    .footer_menu_title {
        font-size: 21px;
    }
    .footer_main_section:after{
        top: -40px;
    }
    .footer_row_top {
        padding-top: 33px !important;
        padding-bottom: 33px !important;
        display: block !important;
    } 
    .footer_col_1 {
        width: 100% !important;
        text-align: center;
        border-right: 0 !important;
    }
    .footer_col_2 {
        width: 18% !important;
        padding-left: 0;
    }
    .footer_col_3 {
        width: 82% !important;
        padding-left: 30px;
    }
    .footer_desc {
        width: 100%;
    }
    ul#menu-our_products li {
        width: 33% !important;
    }
     .site_man_poup_section {
        width: 75%;
    }
    .footer_bottom_row {
        padding: 10px 30px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .mp_row {
        width: 93% !important;
        max-width: 93% !important;
    }  
    .footer_menu li a {
        font-size: 16px;
    }   
    .footer_row_top {
        padding-top: 33px !important;
        padding-bottom: 33px !important;
        display: block !important;
    }   
    .footer_main_section:after{
        top: -38px;
    }
    .footer_col_1 {
        width: 100% !important;
        text-align: center;
        border-right: 0 !important;
    }
    .footer_col_2 {
        width: 20% !important;
        padding-left: 0;
    }
    .footer_col_3 {
        width: 80% !important;
        padding-left: 40px;
    }
    .footer_desc {
        width: 100%;
    }
    ul#menu-our_products li {
        width: 33% !important;
    }
     .site_man_poup_section {
        width: 75%;
    }
    .footer_bottom_row {
        padding: 10px 30px !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
        
    .mp_row {
        width: 93% !important;
        max-width: 93% !important;
    }  
    .footer_menu li a {
        font-size: 16px;
    }   
    .footer_row_top {
        padding-top: 33px !important;
        padding-bottom: 33px !important;
    }   
    .footer_main_section:after{
        top: -50px;
    }
    .footer_col_1 {
        width: 33% !important;
    }
    .footer_col_2 {
        width: 18% !important;
        padding-left: 35px;
    }  
    .footer_col_3 {
        width: 49% !important;
        padding-left: 25px;
    }  
    .footer_desc {
        width: 97%;
    }
     .site_man_poup_section {
        width: 65%;
    }
    .footer_bottom_row {
        padding: 10px 40px !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .mp_row {
        width: 93% !important;
        max-width: 93% !important;
    }  
    .footer_menu li a {
        font-size: 16px;
    }   
    .footer_row_top {
        padding-top: 33px !important;
        padding-bottom: 33px !important;
    }   
    .footer_col_2 {
        padding-left: 60px;
    }  
    .footer_col_3 {
        padding-left: 35px;
    }  
    .footer_desc {
        width: 93%;
    }
     .site_man_poup_section {
        width: 55%;
    }
    .footer_bottom_row {
        padding: 10px 40px !important;
    }
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
    .mp_row {
        width: 93% !important;
        max-width: 93% !important;
    }  
    .footer_row_top {
        padding-top: 30px !important;
        padding-bottom: 40px !important;
    }     
    .footer_menu li a {
        font-size: 17px;
    }
    .footer_col_2 {
        padding-left: 80px;
    }  
    .footer_col_3 {
        padding-left: 35px;
    }  
    .footer_desc {
        width: 93%;
    }
    .site_man_poup_section {
        width: 52%;
    }
    .footer_bottom_row {
        padding: 10px 50px !important;
    }
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
    .footer_col_2 {
        padding-left: 80px;
    }  
    .footer_col_3 {
        padding-left: 35px;
    }  
    .footer_desc {
        width: 93%;
    }
    .mp_row {
        width: 90% !important;
        max-width: 90% !important;
    } 
    .footer_bottom_row {
        padding: 10px 80px !important;
    }
}
@media all and (min-width: 981px) and (max-width: 3000px) {
}
