footer .main-wrapper {
    padding-bottom: 13px;
}
.clients-section {
    margin-top: 45px;
}
.clients-section h3.main-heading-1 {
margin-bottom: 0;
line-height: normal;
}
.clients-section .main-heading-1 span {
    color: #d51f36;
}
.clients-section__link {
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #dcdcdc;
    padding-top: 8px;
    margin-top: 25px;
}
.clients-section__link span {
    background: #fff;
    position: relative;
    top: -19px;
    padding: 0 15px;
}

.clients-section__link a {
    color: #b1b3b6;
    background: url(../images/grey_arw_right.png) no-repeat right 6px;
    padding-right: 15px;
}

.clients-section__link a:hover { 
    color: #d60f0f;
    background: url(../images/red_arw_right.png) no-repeat right 6px;
}

.clients-section__container {
    margin-top: 15px;
    padding: 0 30px;
}

.clients-section__container .owl-nav {
    left: 0;
    right: 0;
    top: 23px;
    position: absolute;
}
.clients-section__container .owl-nav .owl-prev,
.clients-section__container .owl-nav .owl-next {
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}

.clients-section__container:hover .owl-carousel .owl-nav .owl-prev {
    opacity: 1 ;
    margin-left: -5px;
}


.clients-section__container:hover .owl-carousel .owl-nav .owl-next {
    opacity: 1 ;
    margin-right: -5px;
}
.clients-section__container .owl-nav .owl-prev.disabled,
.clients-section__container .owl-nav .owl-next.disabled { 
    cursor: default;
    filter: brightness(7.5);
}

.clients-section__container .owl-nav .owl-prev {
    background:  url("../images/prev-arrow.png?ver=1") 7px 13px  no-repeat ;
    width: 25px ;
    height: 43px;
    border-radius: 5px;
    position: absolute ;
    left: -30px;
    margin-left: 5px;
    text-indent: -999px;
    overflow: hidden;
     
}

.clients-section__container .owl-nav .owl-next {
    background:  url("../images/next-arrow.png?ver=1") 7px 13px  no-repeat ;
    width: 25px ;
    height: 43px;
    border-radius: 5px;
    position: absolute ;
    right: -30px;
    margin-right: 5px;
    text-indent: -999px;
    overflow: hidden;
     
}

.clients-section__container .owl-item {
    height: 92px;
    box-sizing: border-box;
    position: relative;
}

.clients-section__container .owl-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    max-height: 65px;
    width: auto !important;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .7s ease;
    opacity: 0.7;
} 

/* .clients-section__container .owl-item img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
} */

.footer-client-logo {
    margin-bottom: 30px;
}

.footer-client-logo .owl-item {
    height: 92px;
    box-sizing: border-box;
    position: relative;
}

.footer-client-logo .owl-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    max-height: 65px;
    width: auto !important;
}

.footer-client-logo:hover .owl-nav {
    display: block;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.footer-client-logo .owl-nav {
    left: 15px;
    right: 15px;
    top: 23px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer-client-logo .owl-nav .owl-prev {
    background: #f0f0f0 url(../images/prev-arrow.png?ver=1) 5px center no-repeat !important;
    width: 22px !important;
    height: 43px;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    position: absolute !important;
    left: -22px;
}

.footer-client-logo .owl-nav .owl-next {
    background: #f0f0f0 url(../images/next-arrow.png?ver=1) 7px center no-repeat !important;
    width: 22px !important;
    height: 43px;
    border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    position: absolute !important;
    right: -22px;
}

.footer-client-logo .owl-carousel .owl-nav .owl-next span,
.footer-client-logo .owl-carousel .owl-nav .owl-prev span {
    display: none;
}

.esteemed-more-clients {
    position: absolute;
    right: 0;
    color: #d31211;
    font-weight: 500;
    padding-right: 16px;
    margin-top: -32px;
}

.esteemed-more-clients:after {
    content: "";
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid;
    right: 0;
    top: 5px;
}

.footer-top-mid {
    padding: 22px 0;
    border-top: 1px solid #dcdcdc;
}

.footer-top-mid:after {
    content: "";
    clear: both;
    display: block;
}

.footer-top-mid-left {
    float: left;
    width: 55%;
}

.footer-top-mid-right {
    float: right;
    width: 45%;
}

.footer-share-with-friends {
    float: left;
}

.footer-share-with-friends img {
    float: left;
}

.footer-social-conatiner {
    float: left;
    box-sizing: border-box;
    padding: 16px 19px 8px 5px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    height: 52px;
    background: #e9e9e9;
    position: relative;
    margin-top: 4px;
    margin-left: 25px;
}

.footer-social-conatiner:before {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e9e9e9;
    position: absolute;
    left: -10px;
    top: 16px;
}

.footer-signup-sec {
    text-align: right;
    margin-top: 8px;
}

.footer-signup-btn {
    background: #393737;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 30px 11px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer-signup-text {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    color: #000000;
    width: calc(100% - 208px);
    max-width: 260px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-right: 15px;
}

.footer-signup-btn:hover {
    background: #000;
}

footer {
    padding: 35px 0 0 0;
    background: url(../images/footer_bg_texture.png) repeat;
    background: #15212d;
}

.footer-links {
    /* margin-bottom: 15px; */
}

.footer-links-list {
    list-style: none;
    text-align: center;
}

.footer-links-list li {
    display: inline-block;
    font-size: 15px;
    color: #323c49;
    padding: 0 15px;
    border-left: 1px solid #d1d1d1;
    line-height: 15px;
    margin-bottom: 15px;
    /* font-weight: 500; */
}

.footer-links-list li:first-child {
    border-left: 0;
}

.footer-links-list li a {
    color: #8392a0;
}

.footer-links-list li a:hover {
    color: #d60f0f;
}

.footer-payment-method-icons {
    float: left;
    width: 100%;
    
}

.footer-payment-method-icons img {
    max-width: 100%;
    height: auto;
}
.footer-logos{
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.footer-logos img {
    margin-right: 44px;
}

.footer-logos img:last-child {
    margin-right: 0px;
}

.footer-secured-icons {
    float: right;
    margin-top: 5px;
    display: flex;
    align-items: center;
    /* margin-left: 30px;
    padding-left: 30px; */
    /* border-left: 1px solid #dedede; */
}


.footer-excellent-service-icons {
    float: right;
}
.footer-mid-bg { background-color: #F2F5F9;}
.footer-mid-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0px 20px 0px;
    /* border-top: 1px solid #dedede; */
    
}

.footer-mid-section:after {
    content: "";
    clear: both;
    display: block;
}

.footer-bottom-wrapper {
   
 min-width: 1200px;    max-width: 1445px;    margin: 0px auto;    padding: 0px;    position: relative;
}

.footer-bottom-wrapper:after {
    content: "";
    clear: both;
    display: block;
}

.footer-copyright {
font-size: 12px;  color: #000000;   float: right;    margin-top: 5px;
}

.footer-copyright span {
    border-left: 1px solid #c6c6c6;
    margin-left: 12px;
    padding-left: 14px;
    color: #323c49;
    margin-top: 4px;
    margin-bottom: 4px;
}

.footer-copyright span a{
    color: #323c49;
}
.footer-copyright span a:hover{
    color: #d60f0f;
}
.footer-social-media-wrapper {
    float: right;
    z-index: 9;
    margin-left: 0;
    position: relative;
}

.footer-social-media-icon {
    margin-left: 6px;
    padding: 0;
    float: left;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}

.footer-social-media-icon:hover {
    transform: scale(.9);
}

.footer-social-media-icon a span {
    width: 30px;
    height: 30px;
    display: block
}

.footer-social-media-icon a .icon-pinterest {
    /*background: url(../images/icon_pinterest.png?ver=1) no-repeat;*/
    background-repeat: no-repeat;
}

.footer-social-media-icon a .icon-twitter {
    /*background: url(../images/icon_twitter.png?ver=1) no-repeat;*/
    background-repeat: no-repeat;
}

.footer-social-media-icon a .icon-facebook {
   /* background: url(../images/icon_facebook.png?ver=1) no-repeat;*/
    background-repeat: no-repeat;
}


/* .footer-social-media-icon a .ico_googleplus {
  background: url(../images/pim_sprite.png) -201px 0 no-repeat
} */

.footer-social-media-icon a .icon-blog {
    /*background: url(../images/icon_blog.png?ver=1) no-repeat;*/
    background-repeat: no-repeat;
}

.footer-social-media-icon a .icon-instagram {
    /*background: url(../images/icon_instagram.png?ver=1) no-repeat;*/
    background-repeat: no-repeat;
}

.footer-social-media-icon a .icon-linkedin {
    /*background: url(../images/icon_linkedin.png?ver=1) no-repeat;*/
    background-repeat: no-repeat;
}

#aiosp_overlay {
    position: fixed;
    z-index: 1000004;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none
}

#aiosp_window {
    font-size: 14px;
    font-family: arial, verdana;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    position: fixed;
    z-index: 1000005;
    visibility: hidden;
    text-align: left;
    top: 50%;
    left: 50%;
    border: 0 solid #AAA;
    -moz-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    -o-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    -webkit-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    -khtml-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    box-shadow: rgba(32, 32, 32, 1) 0 4px 30px
}

#aiosp_close {
    width: 90px;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 6px;
    top: 3px;
    text-decoration: none;
    text-align: right;
    opacity: .95;
    color: #000;
    font-style: normal;
    font-size: 0;
    font-family: Arial, monospace;
    cursor: pointer;
    background: url(../images/window_close.png) right top no-repeat;
    text-indent: -9999px
}

#aiosp_close:hover {
    opacity: .95
}

.aiosp_box {
    position: relative;
    overflow: hidden
}

#aiosp_delay {
    position: absolute;
    bottom: 3px;
    right: 5px;
    font-size: 11px;
    color: gray
}

#aiosp_content {
    clear: both;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
    padding: 15px 15px 15px 0;
    overflow: hidden
}

#aiosp_content p {
    padding: 0 0 5px
}

#aiosp_form {
    margin-top: 10px;
    overflow: hidden;
    margin-right: 0;
    height: 100%
}

.aiosp_area {
    float: left;
    overflow: hidden;
    height: 100%
}

#aiosp_content a {
    text-decoration: none
}

#aiosp_content a:hover,
#aiosp_content a:focus,
#aiosp_content a:active {
    text-decoration: underline
}

div.aiosp_font_light {
    color: #CCC !important
}

.aiosp_font_light a {
    color: #FFF !important
}

.aiosp_font_light a:hover,
.aiosp_font_light a:focus,
.aiosp_font_light a:active {
    color: #F8F8F8 !important
}

div.aiosp_font_dark {
    color: #444 !important
}

.aiosp_font_dark a {
    color: #457 !important
}

.aiosp_font_dark a:hover,
.aiosp_font_dark a:focus,
.aiosp_font_dark a:active {
    color: #446 !important
}

input.aiosp_input,
input.aiosp_input:hover,
input.aiosp_input:active {
    font-size: 14px;
    font-weight: 400;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 6px;
    border: 1px solid #CCC;
    border-spacing: 0;
    clear: both;
    color: #627C8F;
    width: 433px;
    margin: 0 0 7px 15px;
    font-family: arial, verdana;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    height: auto;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important
}

input#aiosp_submit {
    display: inline-block;
    *display: inline;
    padding: 5px 14px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 15px;
    *margin-left: .3em;
    font-family: arial, verdana;
    font-size: 14px;
    height: auto;
    min-width: 0;
    max-width: 100%;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bbb;
    *border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr="#ff62c462", endColorstr="#ff51a351", GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false)
}

input#aiosp_submit:hover,
input#aiosp_submit:active {
    text-decoration: none;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    color: #fff;
    background: #51a351;
    *background: #499249;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    *border: 0
}

img#aiosp_loading {
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    background: transparent !important;
    border-width: 0 !important;
    display: none;
    vertical-align: middle;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important
}

.aiosp_redborder {
    border: 1px solid red !important
}

.thankyou {
    width: 480px;
    height: 232px;
    margin-top: 11px;
    font-size: 18px;
    color: #039;
    //background: url(https://www.custommagnetsdirect.com/popup/img/thankyou.jpg) left top no-repeat
}

.aiosp_click {
    cursor: pointer
}

.aiosp_overlay_open {
    background: rgb(85, 85, 85);
    opacity: 0.4;
    display: block !important;
}

.aiosp_window_open {
    position: fixed;
    background: url(../images/newsletter-popup.jpg) 0px 0px repeat rgb(255, 255, 255);
    margin-left: -240px;
    width: 480px;
    margin-top: -160px;
    height: 320px;
    visibility: visible !important;
}

/* New style */

footer {
    background: #282560;    padding: 32px 0px 20px 0px;    color: #bfbfc0;    width: 100%;    min-width: 1260px;overflow: hidden;}
.footer_info_bottom_left {    float: left;    width: 69%;}
.footer_info_bottom_right {    float: right;    width: 31%;}
.footer__columns {    float: left;    width: 30%;    padding: 0;    min-height: 280px;    vertical-align: bottom;    box-sizing: border-box;    font-family: "Poppins", serif;
    color: #fff;   }
/* .footer__columns:first-child {    padding-left: 0;    padding-right: 0;    width: 41%;} */
.footer__columns:first-child {
    padding-left: 0;    padding-right: 0;  width: 31.5%;
}
.footer__columns:nth-child(2) { width: 25.9%;}
.footer__columns:nth-child(3) {}

.footer__columns h2 {
    font-size: 24px;    line-height: normal;    color: #ffffff;    padding-bottom: 30px;    position: relative;    font-weight: 600;      font-family: "Poppins", serif;
}
.footer_quick_link_menu ul { 
    display: inline-block;
}
.footer_quick_link_menu ul li {
    display: block;    padding-bottom: 14px;    padding-left: 2px;    box-sizing: border-box;    text-align: left;    margin-bottom: 0;    border: none;    position: relative;
}
 .footer_quick_link_menu ul li a {
     text-decoration: none;     color: #ffffff;     display: block;     font-size: 16px;     line-height: 17px;     font-family: "Poppins", serif;     font-weight:300;     -webkit-transition: all 700ms ease;
     -moz-transition: all 700ms ease;     -ms-transition: all 700ms ease;     transition: all 700ms ease;
}
.footer_quick_link_menu ul li a:hover {  color: #a19cff; opacity:1;}
.footer__columns:after {
     content: "";     clear: both;     display: block;
}
 .footer_info_bottom_left:after {
     content: "";     clear: both;     display: block;
}

 .footer__columns.last-colm {     
     padding-right: 0;     padding-left: 0;     width: 100%;
}

/* Footer Form style */
.footer__contact-fromwrap {
    margin-bottom: 15px;
}
.footer__columns #footer__contact .footer__contact-right input {
    width: 100%;    height: 40px;    border-radius: 6px;    box-shadow: none;    box-sizing: border-box;    padding-left: 25px;    border: none;  font-size: 16px;     font-family: 'Poppins';
}
.footer__columns #footer__contact .footer__contact-right textarea {
    width: 100%;    height: 98px;    box-sizing: border-box;    border-radius: 6px;    padding: 5px 0px 0px 25px;       border: 0;    vertical-align: baseline; font-size: 16px;     font-family: 'Poppins';  resize: none;
}
.footer__contact-fromwrap [type=button]:hover {
    background: #196fac;
}
.footer__contact-fromwrap [type=button] {
    box-shadow: none;    border: none;    width: 140px;    height: 37px;    padding: 0px 15px;    cursor: pointer;    text-transform: uppercase;   background: #3D9BED;
}
.tmg-footer-btn {
    text-decoration: none;    padding: 7px 15px;    font-size: 20px;    font-family: "Poppins", serif;    font-weight: 600;    color: #fff;    background-color: #dddddd;    border-radius: 6px;
    -moz-border-radius: 6px;    -webkit-border-radius: 6px;    display: inline-block;    vertical-align: middle;    border: 0;    cursor: pointer;    text-transform: uppercase;
}
/* Footer Form style end */
.footer__icons {
    display: flex;    width: 100%;   justify-content: space-between;     align-items: flex-end;    padding-top: 28px;
}

 .footer__icons-columns.column__1 {
     padding: 0;     margin-right: 0px;     height: 50px;     box-sizing: border-box;     gap: 0;
}

.footer__icons-columns {
    float: left;    display: flex;    align-items: flex-end;    justify-content: flex-end;    gap: 7px;    padding-right: 10%;
}
.footer__icons-columns img {max-width: 100%;}
/* Footer copyright style */
.copyright-wrapper {
    border-top: 1px solid #e6e6e6;    padding: 15px 0px;    background: #fff;
}
/* .footer-bottom-wrapper {
    min-width: 1200px;    max-width: 1440px;    margin: 0px auto;    padding: 0 30px;    position: relative;
} */
.footer__social-media-wrapper {
    float: left;    z-index: 9;    margin-left: 0;    position: relative;
}

.footer__social-media-icon a .icon--instagram {
    background: url(../images/icon_instagram_f.png) no-repeat;
}
.footer__social-media-icon a .icon--linkedin {
    background: url(../images/icon_linkedin_f.png) no-repeat;
}
.footer__social-media-icon a .icon--blog {
    background: url(../images/icon_blog_f.png) no-repeat;
}
.footer__social-media-icon a .icon--facebook {
    background: url(../images/icon_facebook_f.png) no-repeat;
}
.footer__social-media-icon a .icon--twitter {
    background: url(../images/icon_twitter_f.png) no-repeat;
}
.footer__social-media-icon a .icon--pinterest {
    background: url(../images/icon_pinterest_f.png) no-repeat;
}
.footer__social-media-icon a span {
    width: 31px;    height: 31px;    display: block;
}
.footer__social-media-icon {
    margin-right: 4px;    padding: 0;    float: left;
}
/* Footer copyright style end*/
.footer__contact-heading h2{ padding-bottom: 10px;}
/* New style */
