

/*footer*/



/* new address bar */

.add_row {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.ad_details {
    text-align: center;
    opacity: .6;
    max-width: 244px;
}
.ad_details:hover {
    opacity: 1;
}
.ad_details img {
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}
.add_head {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 15px 0 10px;
}

.ad_details p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    padding-top: 10px;
    margin: 0;
}


@media(max-width:767px){
  
  
    .add_row {
        align-items: center; 
        margin-top: 20px;
        flex-direction: column;
    }
    .ad_details{
        padding: 25px 0;
    }
    .footer_title h2 { 
        font-size: 39px !important; 
        padding-left: 46px;
    }
    .ad_details p { 
        font-size: 13px; 
    }
    .ad_details { 
        max-width: 100%;
    }
}

/* / new address bar */



.footer_home {
    background: #181818;
    padding: 80px 0 0;
}


.footer_title h2 {
    color: #FFF;
    font-size: 60px; 
    font-weight: 600; 
    line-height: 1;
    margin-bottom: 0;
}
.footer_title h6 {
    color: #575757;
}
.footer_title svg {
    fill: #575757;
}

.footer_title svg {
    fill: #575757;
    margin-top: 13px;
}




.footer_mid {
    padding-top: 80px;
    padding-right: 40px;
    position: relative;
}
.footer_mid h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    max-width: 80%;
    margin: 21px 0 50px;
    line-height: 1.5;
}

.footer_mid h3 {
    color: #fff;
    font-size: 21px;
    margin: 30px 0 20px;
    position: relative;
    padding-bottom: 10px;
    color: #EE4F77;
}
.footer_mid h3:after {
    position: absolute;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    background: #EE4F77;
    bottom: 0;
}
.footer_mid ul.footlink {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_mid ul.footlink li {
    margin: 7px 0;
}

.footer_mid ul.footlink li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    line-height: 1.6;
        display: flex;
}

.footer_mid ul.footlink.cntlist li i {
    margin-top: 2px;
    margin-right: 10px;
}


.footer_address {
    padding: 40px 0;
}


.footer_address span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.5;
    margin-bottom: 7px;
    display: block;
}

.footer_address h4 {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
}



.company-rating {
    padding: 0 0 45px;
}


.company-rating .company-rating-outer .companyrating-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 15px;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.company-rating .company-rating-outer .companyrating-list .companyrating-list-item {
    background: #202020;
    border-radius: 15px;
    width: 240px;
    list-style: none;
}
.company-rating .company-rating-outer .companyrating-list .companyrating-list-item .rating-details {
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    grid-gap: 20px;
    gap: 20px;
    -ms-flex-align: center;
    align-items: center;
}

.copyright p a {
    color: #fff;
    padding: 0 0 0 5px;
    text-decoration: underline;
}
@media only screen and (min-width: 1600px){

    .company-rating .company-rating-outer .companyrating-list .companyrating-list-item .rating-details {
        padding: 21px 15px;
    }

}

.company-rating .company-rating-outer .companyrating-list .companyrating-list-item .rating-details .rating-description {
    width: 135px;
}

.company-rating .company-rating-outer .companyrating-list .companyrating-list-item .rating-details .rating-description img {
/*    width: 65px;*/
/*    aspect-ratio: auto 65/21;*/
    max-width: 100%;
    opacity: .4;
    height: auto;
}


.company-rating .company-rating-outer .companyrating-list .companyrating-list-item .rating-details .rating-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 5px;
    gap: 5px;
    position: relative;
    min-width: 82px;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.company-rating .company-rating-outer .companyrating-list .companyrating-list-item .rating-details .rating-items:before {
    content: "";
    background: url(../images/ratingbefore.svg) no-repeat;
    position: absolute;
    top: -2px;
    left: -5px;
    width: 2px;
    height: 39px;
    background-size: 100% 100%;
}

.company-rating .company-rating-outer .companyrating-list .companyrating-list-item .rating-details .rating-items .ratings {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: #fff;
}

.company-rating .company-rating-outer .companyrating-list .companyrating-list-item a {
    color: #333;
    text-decoration: none;
}

.company-rating .company-rating-outer .companyrating-list .companyrating-list-item a i {
    color: #ee4f77; 
    font-size: 20px;
}

.copyright {
    font-size: 14px;
    color: hsla(0,0%,100%,.5);
    border-top: 1px solid hsl(0deg 0% 100% / 9%);
    text-align: center;
    padding: 30px 0;
}




/*footer social*/


.sociallink {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.sociallink li a {
    font-size: 25px;
    padding: 11px 0;
    display: inline-block;
    color: #fff;
    opacity: 0.3;
}

.sociallink li a:hover { 
    color: #1668E2; 
    opacity: 1;
}

.soc_bar em {
    writing-mode: vertical-lr;
    text-align: center;
    display: block;
    margin: 20px auto;
    color: #575757;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 22px;
}

span.bar {
    width: 1px;
    height: 280px;
    margin: 0 auto;
    background: #575757;
    display: block;
}

.soc_bar {
    max-width: 45px;
    position: absolute;
    bottom: 80px;
    right: 0;
}








.cursor {
    opacity: 0
}





@media(min-width:1025px) {
    .circle-cursor--outer.hover-menu {
        mix-blend-mode: screen
    }
    .circle-cursor {
        position: fixed;
        left: 0;
        top: 0;
        pointer-events: none;
        border-radius: 50%
    }
    .cursor-in {
        position: absolute;
        width: 15px;
        height: 15px;
        background: #fe5b46;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
        border-radius: 50%
    }
    .cursor-in.magnit {
        width: 55px;
        height: 55px;
        border: 2px solid #fe5b46;
        background: 0 0;
        -webkit-transform: translateX(-49%) translateY(-52%) scale(1.3);
        -ms-transform: translateX(-49%) translateY(-52%) scale(1.3);
        transform: translateX(-49%) translateY(-52%) scale(1.3)
    }
    .cursor-in.wave:before {
        background: #fe5b46;
        position: absolute;
        opacity: 1;
        content: "";
        display: block;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        -webkit-animation: waveCircle 2s linear;
        animation: waveCircle 2s linear;
        margin-top: 2px;
        margin-left: 2px
    }
    .cursor-in.wave:after {
        background: #fe5b46;
        position: absolute;
        opacity: 1;
        content: "";
        display: block;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        -webkit-animation: waveCircle2 3s .5s linear;
        animation: waveCircle2 3s .5s linear;
        margin-top: 2px;
        margin-left: 2px
    }
    .circle-cursor--outer {
        width: 100px;
        height: 100px;
        z-index: 12000;
        opacity: 1;
        top: -50px;
        left: -50px;
        mix-blend-mode: unset
    }
    .circle-cursor--outer.mixBlend .cursor-in {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(3);
        -ms-transform: translateX(-50%) translateY(-50%) scale(3);
        transform: translateX(-50%) translateY(-50%) scale(3);
        transition: opacity .7s cubic-bezier(.25, .45, .45, 1), transform .7s cubic-bezier(.25, .45, .45, 1), -webkit-transform .7s cubic-bezier(.25, .45, .45, 1)
    }
    .circle-cursor--outer.no-blend {
        mix-blend-mode: unset
    }
    .circle-cursor--outer.hover-btn {
        width: 8px;
        height: 8px;
        left: -4px;
        top: -4px;
        background: #fe5b46;
        border: 1px solid #fe5b46
    }
    .circle-cursor--outer .cursor-in {
        background: #fe5b46
    }
    .circle-cursor--outer .prev-cursor-arr {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2.5px 5px 2.5px 0;
        border-color: transparent #fe5b46 transparent transparent;
        position: absolute;
        top: 50%;
        left: 30%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0
    }
    .circle-cursor--outer .next-cursor-arr {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2.5px 0 2.5px 5px;
        border-color: transparent transparent transparent #fe5b46;
        position: absolute;
        top: 50%;
        right: 30%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0
    }
    .circle-cursor--inner {
        width: 32px;
        height: 32px;
        left: 0;
        top: 0;
        z-index: 12000
    }
}

.prev-click-cursor {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #fe5b46;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 0
}

.prev-click-cursor img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
    -ms-transform: translateX(-50%) translateY(-50%) scale(.8);
    transform: translateX(-50%) translateY(-50%) scale(.8);
    left: 50%
}

.next-click-cursor {
    position: absolute;
    top: 50%;
    right: 50%;
    border: 1px solid #fe5b46;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    opacity: 0
}

.next-click-cursor img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
    -ms-transform: translateX(-50%) translateY(-50%) scale(.8);
    transform: translateX(-50%) translateY(-50%) scale(.8);
    right: 20%
}

 


.text-pink{    
    color: #EE4F77 !important; 
}





.cta {
  border: none;
  display: flex;
  align-items:center;
  background: none;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
}
.cta:hover{
    text-decoration: none !important;
}
.cta svg {
  transform: translateX(-8px) translateY(-4px);
  transition: all 0.3s ease;
  fill: #ffffff;
}

.cta-dark svg { 
  fill: #000000 !important; 
}

.cta:hover svg {
  transform: translateX(0)  translateY(-4px);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: white;
  padding-bottom: 20px;
}


.cta-dark .hover-underline-animation { 
  color: black; 
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 80%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta-dark .hover-underline-animation:after { 
  background-color: #000;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
}


@media only screen and (min-width: 320px) and (max-width: 767px){


    span.bar {
    width: 1px;
    height: 100px;
    margin: 0 auto;
    background: #575757;
    display: block;
}
    .soc_bar {
    max-width: 45px;
    position: absolute;
    bottom: unset;
    right: 0;
    top: 30px;
}

    #get-quote .modal-body {
        padding: 25px
    }
    #get-quote .modal-dialog {
        margin: 0;
        max-height: 100vh
    }
    #get-quote .modal-body p {
        font-size: 12px;
        width: 100%
    }
    #get-quote .close {
        font-size: 23px;
        width: 23px;
        height: 23px;
        right: 29px;
        top: 24px
    }
    #get-quote .modal-content {
        border-radius: 0
    }
    .modal-conatiner {
        padding: 25px;
        border-radius: 17px;
        margin-top: 28px
    }



/*footer*/

.company-rating .company-rating-outer .companyrating-list {
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.footer_mid {
    padding-top: 30px;
    padding-right: 0; 
}
.footer_mid  > img {
    max-width: 200px;
}

.footer_mid h5 { 
    font-size: 16px; 
    max-width: 80%;
    margin: 20px 0 23px;
}

.footer_address h4 { 
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}
.footer_address span { 
    font-size: 18px; 
}

.footer_address { 
    padding-right: 40px;
}

.company-rating {
    padding: 0 0 30px;
}

.company-rating .company-rating-outer .companyrating-list { 
    padding-bottom: 20px;
}




}



@media only screen and (min-width: 768px) and (max-width: 991px){



/*footer*/

.company-rating .company-rating-outer .companyrating-list {
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.footer_mid {
    padding-top: 80px;
    padding-right: 0; 
}
.footer_mid  > img {
    max-width: 200px;
}

.footer_mid h5 { 
    font-size: 16px; 
    max-width: 80%;
    margin: 20px 0 23px;
}

.footer_address h4 { 
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}
.footer_address span { 
    font-size: 18px; 
}

.footer_address { 
    padding-right: 40px;
}

.company-rating {
    padding: 0 0 30px;
}

.company-rating .company-rating-outer .companyrating-list { 
    padding-bottom: 20px;
}


}


@media only screen and (min-width: 992px) and (max-width: 1299px){

    .company-rating .company-rating-outer .companyrating-list {
        overflow-x: auto;
        padding-bottom: 20px;
    }


}