@charset "utf-8";

.footerwrap {
    width: 100%;
    background: #333333;
    color: #ffffff;
}
.footer-main-wrapper.background-wrapper {
    width: 100%;
    min-width: 1260px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.footer-main-wrapper {
    width: 100%;
    min-width: 1260px;
    background-position: center -310px;
    background-repeat: no-repeat;
    position: relative;
}
.footer-info {
    float: left;
    width: 41%;
    padding-right: 15px;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}
.footer-info ul li {
    list-style: none;
    margin-bottom: 13px;
}
.footer-info ul li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    transition: all 400ms ease;
    display: block;
    font-family: "Poppins", serif;
    font-weight: 400;
}
.footer-info ul li a:hover {
    transform: translateX(5px);
    color: #fff;
}
.footer-info .content-info{
    display: flex;
    justify-content: flex-start;
}
.footer-info .content-info ul:first-child{
    padding-right: 52px;
}

.main-wrapper-footer {
    min-width: 1200px;
    max-width: 1400px;
    margin: 0px auto;
    padding: 0 30px;
    position: relative;
}
.footer-info-left {
    margin-top: 40px;
    float: left;
    margin-bottom:40px;
    width: 70%;
}
.footer-left-outer-top {
    width: 100%;
    display: flex;
}
.client-auto-slider {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  cursor: pointer;
}
.cstrack {
  display: flex;
  gap:15px;
  align-items: center;
}
.slide {
  flex: 0 0 auto;
  width: 180px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 5px;
  box-sizing: border-box;
}
.slide img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}
.client-auto-slider:hover .cstrack {
  animation-play-state: paused;
}
.client-auto-slider:before,
.client-auto-slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
}
.client-auto-slider:before {
  left: 0;
  background: linear-gradient( to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) );
  z-index: 1;
}
.client-auto-slider:after {
  right: 0;
  background: linear-gradient( to left,  rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) );
}
.clients-section__link {
    text-align: center;
}
.clients-section__link a {
    color: #333333;
    text-align: center;
    font-size: 16px;
    font-family: "Poppins", serif;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -15px;
    padding-right: 17px;
}
.clients-section__link a:before {
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #333333;
    position: absolute;
    right: 0;
    top: 6px;
}
.clients-section__link a:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #828282;
    height: 1px;
    left: 100%;
    right: 100%;
    bottom: -2px;
    transition: all 200ms ease;
}
.clients-section__link a:hover:after {
    left: 2%;
    right: 11%;
}
.esteemed{
    padding-top: 45px;
}
.esteemed .subheading {
    text-align: center;
    padding-bottom: 15px;
    margin: 0;
}
.esteemed .subheading .taghead h2 {
    font-family: "Poppins", serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height:34px;
    font-size: 34px;
    color: #333333;
    display: inline-block;
    position: relative;
}

.infoheading h3 {
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    text-align: left;
    padding-bottom: 8px;
    font-weight: 600;
    font-family: "Poppins", serif;
    line-height: 18px;
    margin-bottom: 15px;
}

.faqblock {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 18px;
    padding-bottom: 16px
}

.faqblock .clientlogo {
    float: left;
    padding: 0px 10px 0 0
}

.faqblock p {
    float: left;
    padding-top: 8px;
    line-height: 19px;
    font-size: 14px;
    padding-bottom: 0;
}
.footer-quick-links {
    width: 26%;
    float: left;
    padding-left:15px;
    padding-right:15px;
    box-sizing: border-box;
    border-right: 1px dashed #928f9076;
    border-left: 1px dashed #928f9076;
    padding-left: 52px;
    padding-right: 52px;
}
.footer-quick-links li{
    list-style: none;
    margin-bottom: 13px;
}
.footer-quick-links a {
    text-align: left;
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    transition: all 400ms ease;
}
.footer-quick-links a:hover {
    transform: translateX(5px);
}
.footer-my-account {
    width: 26%;
    float: left;
    padding-left:52px;
    padding-right:0px;
    box-sizing: border-box;
}

.footer-my-account ul li {
    list-style: none;
    font-size: 16px;
    padding-left: 0px;
    margin-bottom: 13px
}

.footer-my-account ul li a {
    color: #ffffff;
    font-weight: 400;
}

a.footer-my-accountn {
    text-align: left;
    color: #ffffff;
    text-decoration: underline !important;
    font-size: 14px;
    font-family: 'OpenSansSemibold_0';
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}

a.footer-my-accountn:after {
    content: "";
    background: url(../images/black-rightarrow.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

a.footer-my-accountn:hover {
    padding-left: 5px;
    color: #ab2460;
}
.quick-contact {
    float: right;
    width: 30%;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 34px;
}

.quick-contact input {
    margin-bottom: 8px;
    font-size: 14px;
    color: #6c6c6c;
    text-indent: 5px;
    width: 100%;
    height: 40px;
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box;
    padding-left: 20px;
    border: none;
    font-family: "Poppins", serif;
}
.quick-contact textarea {
    margin-bottom: 4px;
    font-size: 14px;
    color: #6c6c6c;
    text-indent: 5px;
    width: 100%;
    height: 98px;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 5px 0px 0px 20px;
    font-family: "Poppins", serif;
    border: 0;
    vertical-align: baseline;
}
.quick-contact .submit {
    background: #ff7f00;
    color: #FFF !important;
    border: none;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: .5px
}

.quick-contact .submit:hover {
    background: #b01832
}

.footer-bottom-sec {
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-mainblock {
    width: 1200px;
    margin: 0 auto
}
.footer-right-container {
    float: right;
    width: 630px;
    margin-top: 4px;
}
.footerbtmright {
    text-align: right;
    border-left: 1px solid #ddd;
    padding-left: 20px;
    margin-left: 21px;
    min-height: 70px;
    padding-top: 5px;
    box-sizing: border-box;
}
.footer-bottom-wrap {
    width: 100%;
    padding: 15px 0px;
}
.footer-bottom-wrap .main-wrapper-footer::after {
    content: "";
    clear: both;
    display: block;
}
.footer-bottom-wrap .main-wrapper-footer {
    padding-top: 0px;
}
.footer-mainblock:after {
    content: "";
    clear: both;
    display: block;
}
.copyright {
    text-align: center;
    font-size: 12px;
}
.copyright span:first-child {
    border-right: 1px solid #d6d6d6;
    padding-right: 10px;
    margin-right: 11px;
}
.footer-left-outer-bottom {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
}
.visa-pay {
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.visa-pay img {
    width: auto;
    height: auto;
}
.star-service {
    float: left;
    width: 132px;
}

.star-service img {
    width: 100%;
    height: auto;
    margin-left: 0px !important;
}
.pci-logo {
    display: flex;
    align-items: center;
}
.pci-logo img {
    width:auto;
    height: auto;
}
.footer_icons-columns{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 7px;
    padding-left: 40px;
}
.footer__social-media-wrapper {
     z-index: 9;
     margin-left: 0;
     position: relative;
}
 .footer__social-media-icon {
     margin-right:4px;
     padding: 0;
     float: left;
     transition: 0.4s ease;
}
.footer__social-media-icon:hover{
    transform: translateY(-5px);
    transition: 0.4s ease;
}
.footer__social-media-icon a span {
     width: 31px;
     height: 31px;
     display: block;
}
.footer__social-media-icon a .icon--pinterest {
     background: url(../images/icon_pinterest.png) no-repeat;
}
.footer__social-media-icon a .icon--twitter {
     background: url(../images/icon_twitter.png) no-repeat;
}
.footer__social-media-icon a .icon--facebook {
     background: url(../images/icon_facebook.png) no-repeat;
}
.footer__social-media-icon a .icon--blog {
     background: url(../images/icon_blog.png) no-repeat;
}
.footer__social-media-icon a .icon--instagram {
     background: url(../images/icon_instagram.png) no-repeat;
}
.footer__social-media-icon a .icon--linkedin {
     background: url(../images/icon_linkedin.png) no-repeat;
}
.consubmit {
    margin-top: 5px
}
.consubmit span {
    color: #FFF;
    box-sizing: border-box;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    border: none;
    width: 140px;
    height: 37px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Poppins", serif;
    background: #3D9BED;
    display: flex;
    align-items: center;
    justify-content: center;
}
.consubmit span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4)
}
.consubmit span:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all .6s ease-out
}
.footer-my-account ul li {
    list-style: none;
    height: auto
}
.footer-my-account ul li a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    top: 0px;
    position: relative;
    transition: all 400ms ease;
}
.footer-my-account ul li a:hover {
    transform: translateX(5px);
}

@media only screen and (max-width:1480px) {
    .infoheading h3{
        font-size: 18px;
    }
    .footer-main-wrapper.background-wrapper{
        background: #333333;
    }
    .main-wrapper-footer,
    .footer-main-wrapper.background-wrapper{
        min-width: 95%;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}