/*adjusting text in trusted content*/

.trusted-content-box {
    padding-top: 50px;
    padding-left: 50px;
}


/*removing separator border*/

.trusted-area.no-border-bottom {
    border-bottom: 0;
}


/*float right menu*/

.inner-container .nav-outer {
    float: right;
}


/*scroll from footer for 10years only doesn not work*/


/*
#10years {
  scroll-behavior: smooth;
}
*/


/*footer company text wider*/

.single-footer-widget .company-info {
    max-width: 500px;
}


/*footer padding reduced*/

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}


/*logo image fixed size*/

.logo-box img {
    width: 91px;
    height: 60px;
}

.removemaxwidth {
    max-width: none;
}

.removepadding {
    padding: 25px 0 !important;
}


/*align top items*/

.icon-holder.movetotop {
    vertical-align: top;
}


/*new banner gray format*/

.dark-text.title h1,
.dark-text h3 {
    color: #534463;
}

.bg-darker.slogan-area::before {
    background: rgba(245, 245, 245, 0.90) none repeat scroll 0 0;
}

.new-btn {
    background: rgba(221, 0, 65, 0.9);
    color: #ffffff;
}

.new-btn:hover {
    color: #ffffff;
    background: #ffa200;
}


/*removed paddign top from index faq area*/

.pt-0 {
    padding-top: 0;
}


/*testing alternative*/

.customcard {
    margin: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.smaller-image img {
    width: 100%;
    height: 13vw;
    object-fit: contain;
    padding-top: 10px;
}

.customcard p {
    color: #2d1b41;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
}


/*removed double space from singgle service area*/

.services-pb-0 {
    padding-bottom: 0;
}


/*added extra padding to packages - experiences*/

.extrapadding {
    padding-bottom: 120px;
}

a.white-anchor {
    color: #fff !important;
}

@media only screen and (max-width: 991px) {
    .removepadding {
        padding: 10px 0 !important;
    }
    /*    in responsive design menu float should be none to widen the menu*/
    .inner-container .nav-outer {
        float: none;
    }
    /*resize big text in services&packages*/
    .title.header-adjust h1 {
        font-size: 50px;
        line-height: 52px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 767px) {
    .smaller-image img {
        height: 20vw !important;
    }
    .logo-box.removepadding {
        max-width: 148px !important;
    }
}

@media only screen and (max-width: 575px) {
    .smaller-image img {
        height: 30vw !important;
    }
    .title.header-adjust h1 {
        font-size: 40px;
        line-height: 42px;
        font-weight: 700;
    }
}