body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4F5E64;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #333;
}

a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 90px;
    left: 10px;
    z-index: 999999;
}

#fix-icon {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.fix-icon-item img {
    width: 55px !important;
    height: 55px !important;
    background:#005cb9;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}

.fix-icon-whataap {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999999;
    transition: all0.5s ease-in-out;
    width: 55px !important;
    height: 55px !important;
}

.fix-icon-whataap-item img {
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
    width: 55px !important;
    height: 55px !important;
    background:
        #25d366 !important;
}
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ol,
ul,
dl {
    margin: 0;
}

/* smpm-header */
.page_topline {
    position: relative;
    background-color: #333;
    padding-bottom: 5px;
    padding-top: 5px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
}

.top-stripe {
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    line-height: 1.8;

}

.top-stripe a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}

.top-stripe a:hover {
    text-decoration: none;
    color: #FDB700;
}

.welcome {
    display: inline-block;
    width: 350px;
    box-sizing: border-box;
    margin-left: 0px;
    color: white;
}

.email-link {
    display: inline-block;
    width: 270px;
    margin-left: 8px;
}

.tracking {
    display: inline-block;
    width: 230px;
    margin-left: 8px;
}

.gstin {
    width: 220px;
    box-sizing: border-box;
    margin-left: 8px;
    letter-spacing: 1.5px;
    font-weight: 700;
    background-color: #FDB700;
    border-radius: 20px;
    padding: 0px 8px;
    color: #000;
}





/* smpm-header */
.smpm-header {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
}

.smpm-header-top {
    margin: 0;
    padding: 15px 0;
    position: relative;
    background-color: #fff;
}

.smpm-logo {
    margin: 17px;
    float: left;
	width:130px;
}

.smpm-verified-icon {
    margin: 0;
    float: left;
}

.smpm-verified-icon ul {
    margin: 5px 0px;
    padding: 0;
    list-style: outside none none;
}

.smpm-verified-icon ul li {
    margin: 0 2px;
    width: 30%;
    padding: 5px 5px;
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    border: 1px solid #fdb700;
}

.smpm-top-links {
    padding: 10px 0;
    float: right;
    position: relative;


}

.smpm-phone-link {
    padding-right: 15px;
    border-right: 1px solid #333;
    display: inline-block;
    position: relative;
}

.smpm-phone-numbers {
    display: inline-block;
    vertical-align: middle;
}

.smpm-phone-link i {
    color: #005cb9;
    padding: 0;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    font-size: 30px;

}

.smpm-phone-link a {
    color: #333;
    padding: 0;
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.smpm-phone-link a:hover {
    color: #005cb9;
}

.smpm-request-link {
    margin: 0;
    display: inline-block;
    position: relative;
}

.smpm-request-link a {
    background-color: #005cb9;
    color: #fff;
    padding: 5px 20px;
    margin: 8px 0 8px 15px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}

.smpm-request-link a:hover {
    background-color: #FDB700;
    color: #000;

}


.smpm-header-bottom {
    margin: 0;
    position: relative;
    background-color: #005cb9;
}

.smpm-navbar {
    margin: 0;
    position: relative;
}

.smpm-navbar > .container {
    padding: 0;
}

.smpm-navbar-toggle {
    margin: 0 auto;
    display: none;
    padding: 10px 0;
    text-align: center;
}

.smpm-navbar-toggle > i {
    font-size: 24px;
    vertical-align: middle;
    color: #fff;
}

.smpm-navbar-toggle > i > span {
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}

.smpm-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.smpm-nav > li {
    position: relative;
    display: block;
    float: left;
}

.smpm-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    border-right: 1px solid #FDB700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.smpm-nav > li:last-child > a,
.smpm-nav > li:last-child > a:hover {
    border-right: none;
}

.smpm-nav > li > a:hover,
.smpm-nav > li > a:focus {
    text-decoration: none;
    background-color: #FDB700;
    border-right: 1px solid #FDB700;
    color: #000;
}

.smpm-nav > li > a > i {
    margin-left: 5px;
}

.smpm-nav > .smpm-dropdown {
    position: relative;
}

.smpm-nav > .smpm-dropdown > .smpm-dropdown-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding-left: 0;
    list-style: none;
    min-width: 250px;
    width: 100%;
    z-index: 1;
}

.smpm-dropdown-menu > li {
    position: relative;
    display: block;
}

.smpm-dropdown-menu > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.smpm-dropdown-menu > li > a:hover,
.smpm-dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #005cb9;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .smpm-navbar-nav {
        display: block !important;
    }
}

@media (max-width: 1199.98px) {
    .smpm-logo {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
    }

    .smpm-verified-icon {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
    }

    .smpm-top-links {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .smpm-top-links a {
        float: none;
    }

    .smpm-navbar-toggle {
        display: block;
    }

    .smpm-navbar-nav {
        display: none;
        max-height: 300px;
        overflow-y: scroll;
    }

    .smpm-nav > li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .smpm-nav > li:last-child {
        border-bottom: none;
    }

    .smpm-nav > li > a {
        border-right: none;
        background-color: #f5f5f5;
        color: #333;
    }

    .smpm-nav > li > a:hover {
        color: #fff;
    }

    .smpm-nav > li > a > i {
        float: right;
    }

    .smpm-nav > .smpm-dropdown > .smpm-dropdown-menu {
        position: relative;
        width: 100%;
        display: none;
        z-index: 1;
    }

    .smpm-dropdown-menu > li > a {
        padding: 10px 20px 10px 40px;
    }
}



@media (max-width: 420px) {
    .smpm-phone-link {
        padding-right: 15px;
        border-right: 1px solid #333;
        display: inline-block;
        position: relative;
    }

    .smpm-request-link a {
        margin: 10px 0 0 10px;
        display: block;
    }

    .smpm-phone-link a {

        font-size: 16px;

    }

    .follow-us .social-network {
        padding-top: 0px;
        margin-bottom: 10px;
        text-align: center;
    }


}



/* smpm-quote-form */
.smpm-quote-form {
    position: relative;
    padding: 25px 0;
    background-color: #cc9933
}

.smpm-quote-phone {
    display: inline-block;
    position: relative;
}

.smpm-quote-number {
    display: inline-block;
    vertical-align: middle;
}

.smpm-quote-phone i {
    color: #333;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    font-size: 36px;
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.smpm-quote-phone span {
    font-size: 20px;
    font-weight: 500;
}

.smpm-quote-phone a {
    color: #258f44;
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.smpm-quote-form-field {
    padding: 5px 15px;
}

.smpm-quote-form button {
    background-color: #258f44;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.smpm-quote-form button:hover {
    background-color: #258f44;
    color: #fff;
}

/* smpm-overview */
.smpm-overview {
    margin: 0;
   padding: 0px 0px 40px 0px;
    position: relative;
    background-color: #fff;
}

.smpm-overview-content {
   padding: 50px 25px 25px 0px;
    max-width: 768px;
}

.smpm-overview-content h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.smpm-overview-content p {
    font-size: 15px;
    font-weight: 400;
    color: #4F5E64;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.smpm-overview-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.smpm-overview-content p {
    font-size: 15px;
    font-weight: 400;
    color: #4F5E64;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.overview-btn a {
    background-color: #005cb9;
    color: #fff;
    padding: 5px 20px;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}

.overview-btn a:hover {
    background-color: #FDB700;
    color: #000;
}

.smpm-overview-content p:last-child {
    margin-bottom: 0;
}

.smpm-cta .smpm-request-form {
    padding: 30px 20px;
    background-color: #005cb9;
    border-radius: 10px;
}

.smpm-cta .smpm-request-form h2 {
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.smpm-cta .smpm-request-form button {
    color: #fff;
    background-color: #333;
    width: 100%;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
    padding: 10px;
}

.smpm-cta .smpm-request-form button:hover {
    color: #fff;
    background-color: #258f44;
}

.smpm-overview-form {
    padding: 50px 25px;
    background-color: #005cb9;
    
}

.smpm-overview-form h2 {
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.smpm-overview-form h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    margin-bottom: 10px;
    background-color: #FDB700;
}

.smpm-overview-form input,
.smpm-overview-form textarea {
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 15px;
}

.smpm-overview-form button {
    color: #000;
    background-color: #FDB700;
    width: 100%;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
    padding: 10px;
}

.smpm-overview-form button:hover {
    color: #fff;
    background-color: #258f44;
}

@media (max-width: 991.98px) {
    .smpm-overview-content {
        text-align: center;
    }

    .smpm-overview-form {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .smpm-overview-content {
        padding: 40px 15px;
    }

    .smpm-overview-content h1 {
        font-size: 28px;
    }
    .smpm-overview-content h2 {
        font-size: 28px;
    }

    .smpm-overview-form {
        padding: 40px 25px;
    }
}

/* smpm-services */
.smpm-location-article{
    margin: 0;
    padding: 50px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: visible;
}

.smpm-services {
    margin: 0;
    padding: 50px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: visible;

}


.smpm-services h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 10px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 2px;
}

.smpm-services h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #005cb9;
}

.card-grid-3 {
    border-radius: 12px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.card-grid-3 .card-grid-3-image {
    position: relative;
    padding: 5px;
}

.card-grid-3 a {
    text-decoration: none;
    color: #333;
}

.card-grid-3 a:hover {

    color: #005cb9;
}

.card-grid-3 .card-grid-3-image figure {
    display: block;
}

.card-grid-3 .card-grid-3-image figure img {
    width: 100%;
    border-radius: 8px;
}

.card-grid-3 .card-block-info {
    display: inline-block;
    width: 100%;
    padding: 0px 15px 15px 15px;
}

.card-grid-3 .card-block-info h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding: 0px 0 10px;

}

.font-sm {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 22px !important;
}

.btn-book-now {
    background-color: #F0F0F0;
    color: #005cb9;
    padding: 5px 20px;
    min-width: 95px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: capitalize;

}

.card-grid-3:hover .btn-book-now {
    color: #000;
    background-color: #FDB700;
}

@media (max-width: 991.98px) {
    .smpm-services {
        padding: 40px 0;
    }

    .smpm-services h2 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .smpm-services h2 {
        font-size: 24px;
    }
}

/* smpm-main */
.smpm-main {
    padding: 50px 15px;
    background-color: #fff;
    position: relative;
}

.smpm-abt-us {
    padding: 0rem 0rem 1.5rem 0rem;
}

.smpm-abt-us img {
    border-radius: 5px;
}

.smpm-article {
    margin: 0;
    position: relative;
    background-color: #fff;
}

.smpm-article span {
    color: #222;
}

.smpm-article > h2 {
    color: #333;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.smpm-article > h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #005cb9;
}



.smpm-article > h3 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 0;
}

.smpm-article > img,
.smpm-article > p > img,
.smpm-article > a > img,
.smpm-article > p > a > img {
    margin-bottom: 25px;
}

.smpm-article a {
    color: #258f44;
    text-decoration: none;
    font-weight: 500;
}

.smpm-article a:hover {
    color: #fff35d;
}

.smpm-article > p {
    color: #333;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    letter-spacing: .5px;
}

.smpm-article > p:last-child {
    margin-bottom: 0;
}

.smpm-article > ul {
    padding-left: 40px;
    margin-bottom: 25px;
    list-style-type: disc;
}

.smpm-article > ul > li {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    line-height: 2;
    letter-spacing: .5px;
}

@media (max-width: 767.98px) {
    .smpm-article > h1 {
        font-size: 26px;
    }

    .smpm-article > h2 {
        font-size: 24px;
    }

    .smpm-article > h3 {
        font-size: 22px;
    }

    .smpm-article > p {
        font-size: 15px;
    }

    .smpm-article > ul > li {
        font-size: 15px;
    }
}

/* smpm-404-page */
.smpm-404-page {
    margin: 0;
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.smpm-404-page h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.smpm-404-page p {
    font-size: 18px;
}

/* smpm-thankyou-page */
.smpm-thankyou-page {
    margin: 0;
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.smpm-thankyou-page h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.smpm-thankyou-page p {
    font-size: 18px;
}

/* smpm-pay-page */
.smpm-pay-page {
    margin: 0;
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.smpm-pay-page h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.smpm-pay-page p {
    font-size: 18px;
}

/* smpm-locations */
.smpm-locations {
    margin: 0;
    padding: 50px 0;
    position: relative;
    background-color: #fff;
    text-align: center;
}

.smpm-locations h1,
.smpm-locations h2 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}

.smpm-locations h1:before,
.smpm-locations h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #258f44;
}

.smpm-locations-list {
    height: 200px;
    padding: 0;
    margin: 0;
}

.smpm-location {
    width: 25%;
    height: 100%;
    padding: 15px 15px 30px;
    display: block;
    float: left;
}

.smpm-location a {
    color: #333
}

.smpm-location a:hover {
    color: #258f44;
}

.smpm-location img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.smpm-location-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

@media (max-width: 991.98px) {
    .smpm-location {
        width: 33.333333%;
    }
}

@media (max-width: 767.98px) {
    .smpm-location {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .smpm-locations-list {
        height: 250px;
    }

    .smpm-location {
        width: 100%;
    }
}

/* smpm-offices */
.smpm-offices {
    margin: 0;
    padding: 50px 0;
    position: relative;
    background-color: #fff;
}



.smpm-office-list {
    margin-right: 0;
    margin-left: 0;
}

.smpm-office {
    margin-bottom: 40px;
}



.smpm-office > h1,
.smpm-office > h2,
.smpm-office > h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 15px;
    text-transform: capitalize;
    padding: 0;
}

.smpm-office > h1::before,
.smpm-office > h2::before,
.smpm-office > h3::before {
    content: none;
}

.smpm-office > h1::after,
.smpm-office > h2::after,
.smpm-office > h3::after {
    content: none;
}

.smpm-office a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    word-wrap: break-word;
}

.smpm-office a:hover {
    color: #005cb9;
}

.smpm-office > p {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    letter-spacing: .5px;
}

/* smpm-forms */
.smpm-forms {
    margin: 0;
    padding: 50px 0 0;
    position: relative;
    background-color: #f5f5f5;
}

.smpm-forms h1,
.smpm-forms h2 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333;
}

.smpm-forms h1:before,
.smpm-forms h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #258f44;
}

.smpm-form {
    padding: 25px 50px 50px;
    position: relative;
    background-color: #fff;
}

.smpm-form-field {
    padding: 5px 15px;
}

.smpm-form > h1,
.smpm-form > h2,
.smpm-form > h3 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 25px;
    text-transform: capitalize;
    padding: 0;
}

.smpm-form > h1::before,
.smpm-form > h2::before,
.smpm-form > h3::before {
    content: none;
}

.smpm-form > h1::after,
.smpm-form > h2::after,
.smpm-form > h3::after {
    content: none;
}

.smpm-form button {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #258f44;
}

.smpm-form button:hover {
    background-color: #333;
    color: #fff;
}

/* smpm-page-header */
.smpm-page-header {
    margin: 0;
    position: relative;
    background-color: #f5f5f5;
}

.smpm-page-thumbnail {
    margin: 0;
    width: 100%;
    display: block;
}

.smpm-page-thumbnail > img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.smpm-page-map {
    margin: 0;
    width: 100%;
    display: block;
}

.smpm-page-map > iframe {
    margin: 0;
    width: 100%;
    height: 400px;
    border: none;
}

.smpm-page-breadcrumb {
    margin-top: 0;
    width: 100%;
    background: #E9ECEF;
    position: relative;
    bottom: 0;
}

.smpm-page-breadcrumb .breadcrumb {
    border-radius: 0;
    background-color: #E9ECEF;
    margin-bottom: 0;
    padding: 0.5rem 0 1.5rem 0;
}

.smpm-page-breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #005cb9;
}

.smpm-page-breadcrumb a {
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #333;
}

/*Mission-vision*/
.mission-vision {
    padding: 50px 0 50px;
    margin: 0;
    position: relative;
    background-color: #F0F0F0;
}

.mission-vision h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
    line-height: 1.5;
    letter-spacing: 2px;
}

.mission-vision h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #005cb9;
}

.mission-vision p {
   
    font-size: 14px;
    font-weight: 300;
    color: #333;
    padding: 0;
    margin: 0 0 25px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

/*why-smpm*/
.why-smpm {
    padding: 50px 0 50px;
    margin: 0;
    position: relative;
    background-color: #F0F0F0;
}

.why-smpm h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    letter-spacing: 2px;
}

.why-smpm h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #005cb9;
}

.why-smpm p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    padding: 0;
    margin: 0 0 25px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

.why-smpm-boxes {
    margin: 0;
    padding: 0;
    position: relative;
}

.why-smpm-boxes .row {
    margin: 0 -5px;
}

.why-smpm-boxes [class*="col-"] {
    padding: 5px;
}

.why-smpm-box {
    margin: 0;
    padding: 15px;
    background-color: #ffffff;
    position: relative;
    border: 1px solid #ccc;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    text-align: center;
}

.why-smpm-box-img {
    max-width: 64px;
    max-height: 64px;
    margin-bottom: 10px;
}

.why-smpm-box-num {
    font-size: 18px;
    color: #005cb9;
    display: block;
    font-weight: 700;
    line-height: 1.5;
}

.why-smpm-box-des {
    font-size: 15px;
    color: #333;
    display: block;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .why-smpm h2 {
        font-size: 28px;
    }

    .why-smpm p {
        font-size: 15px
    }

    .why-smpm-box-num {
        font-size: 20px;
    }

    .why-smpm-box-des {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .why-smpm h2 {
        font-size: 24px;
    }
}

/*smpm-cta*/
.smpm-cta {
    padding: 60px 0;
    margin: 0;
    position: relative;
    background-image: url(../images/backgrounds/cta-bg.jpg);
    background-position: 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
}

.smpm-cta a {
    background-color: #005cb9;
    color: #fff;
    padding: 10px 20px;
    margin: 8px 0 8px 0px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
}

.smpm-cta a:hover {
    background-color: #FDB700;
    color: #000;

}

.smpm-cta-content {
    padding: 40px 20px;
    position: relative;
    background-color: #f5f5f5;

}

.smpm-cta h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}

.smpm-cta h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #005cb9;
}

.smpm-cta p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .smpm-cta-content h2 {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .smpm-cta {
        padding: 60px 0;
    }

    .smpm-cta-content p {
        font-size: 14px;
    }
}

/*smpm-clients*/
.smpm-clients {
    background-color: #fff;
    padding: 50px 0;
    margin: 0;
    position: relative;
}

.smpm-clients h1 {
    text-align: center;
    color: #333;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.smpm-clients h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #258f44;
}

.smpm-clients h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 50px;
    padding-bottom: 20px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 2px;
}

.smpm-clients h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #005cb9;
}

.smpm-client {
    padding: 25px 50px;
    border: 1px solid #eee;
}

.smpm-clients-cell {
    width: 25%;
    height: auto;
    background: #fff;
    padding: 25px 50px;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.smpm-clients-cell:hover {
    border-color: #e23939;
}

@media (max-width: 991.98px) {
    .smpm-clients h2 {
        font-size: 28px;
    }

    .smpm-clients-cell {
        width: 25%;
    }
}

@media (max-width: 767.98px) {
    .smpm-clients h2 {
        font-size: 24px;
    }

    .smpm-clients-cell {
        width: 33.333333%;
    }
}

@media (max-width: 575.98px) {
    .smpm-clients-cell {
        width: 50%;
    }
}

/*smpm-whatsapp*/
.smpm-whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    font-size: 0px;
    z-index: 1000;
}

/*smpm-footer*/
.smpm-footer {
    margin: 0;
    padding: 0;
    position: relative;
}

.smpm-footer-top {
    padding: 20px 0;
    margin: 0;
    position: relative;
    background-color: #F5F5F5;
}

.smpm-footer-widget {
    margin: 10px 0;
    padding: 0;
    position: relative;
}

.smpm-footer-widget p {
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}

.smpm-footer-widget a {
    color: #454545;
    font-weight: bold;
}

.smpm-footer-widget a:hover {
    color: #005cb9;

}


.smpm-footer-widget h4 {
    font-size: 20px;
    color: #005cb9;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.smpm-footer-widget h4:before {
    content: '';
    position: absolute;
    /* bottom: 10px; */
    top: 30px;
    /* left: 50%; */
    /* margin-left: 0px; */
    width: 80px;
    height: 2px;
    background-color: #005cb9;
}

.smpm-footer-widget p:last-child {
    margin-bottom: 0;
}

.smpm-footer-widget strong {
    font-weight: 600;
    color: #005cb9;
}

.smpm-footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smpm-footer-widget ul li {
    margin-bottom: 10px;
}

.smpm-footer-widget ul li:last-child {
    margin-bottom: 0;
}

.smpm-footer-widget ul li a {
    color: #454545;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.smpm-footer-widget ul li a:hover {
    color: #005cb9;
}

.smpm-social-links {
    margin: 25px 0;
    padding: 0;
    position: relative;
}

.smpm-social-links h4 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 500;
}

.smpm-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.smpm-social-links ul li {
    margin-bottom: 10px;
}

.smpm-social-links ul li:last-child {
    margin-bottom: 0;
}

.smpm-social-links ul li a {
    color: #757575;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    padding: 0;
}

.smpm-social-links ul li a i {
    margin-right: 10px;
    font-weight: 900;
    font-size: 15px;
}

.smpm-social-links ul li a:hover {
    color: #005cb9;
}

.smpm-footer-middle {
    padding: 10px 0;
    margin: 0;
    position: relative;
    background-color: #212121;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.smpm-footer-middle-text {
    color: #757575;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
}

.smpm-footer-middle-text a {
    color: #005cb9;
}

.smpm-footer-bottom {
    padding: 25px 0;
    margin: 0;
    position: relative;
    background-color: #212121;
}

.smpm-copyright {
    position: relative;
    text-align: center;
}

.smpm-copyright span {
    font-size: 15px;
    color: #757575;
    font-weight: 400;
}

.smpm-footer-menu {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

.smpm-footer-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.smpm-footer-nav-menu > li {
    display: inline-block;
    position: relative;
    color: #757575;
}

.smpm-footer-nav-menu > li:after {
    content: "/";
    margin: 0 10px;
}

.smpm-footer-nav-menu > li:last-child:after {
    display: none;
}

.smpm-footer-nav-menu > li > a {
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.5;
}

.smpm-footer-nav-menu > li > a:hover {
    color: #005cb9;
}



.lightbox-gallery {
    background-color: #fff;
    padding: 50px 0;
    margin: 0;
    position: relative;
}


.lightbox-gallery h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 50px;
    padding-bottom: 20px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 2px;
}

.lightbox-gallery h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #005cb9;
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 20px;
        font-size: 24px
    }
.faq-area h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    
    .smpm-service-location h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

}



.lightbox-gallery .item {
    padding-bottom: 20px;

}

.lightbox-gallery .item img {
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}




.lightbox-gallery .hover-zoomin {}

.hover-zoomin a {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}



.lightbox-gallery .row {
    margin: 0 -10px;
}

.lightbox-gallery [class*="col-"] {
    padding: 10px;
}

.follow-us {
    padding: 10px;
    background: #005cb9;


}

.follow-us h4 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 8px;
    color: #fff;
    text-align: center;
}

.follow-us .social-network {
    padding-top: 3px;
    text-align: center;
}

.social-menu ul {
    position: relative;
    text-align: center;

    padding: 0;
    margin: 0;
    list-style-type: none;

    display: inline-flex;
}
}

.social-menu ul li {
    list-style: none;
    margin: 10px 20px;
}

.social-menu ul li .fab {
    font-size: 15px;
    line-height: 30px;
    transition: .3s;
    color: #005cb9;
}

.social-menu ul li .fab:hover {
    color: #fff;
}

.social-menu ul li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
}

.social-menu ul li a:hover {
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover {
    background-color: #005cb9;
}

.social-menu ul li:nth-child(2) a:hover {
    background-color: #005cb9;
}

.social-menu ul li:nth-child(3) a:hover {
    background-color: #005cb9;
}

.social-menu ul li:nth-child(4) a:hover {
    background-color: #005cb9;
}

.social-menu ul li:nth-child(5) a:hover {
    background-color: #005cb9;
}

.smpm-footer-text img {
    margin: 0 auto 15px;
    max-width: 65%;
}

.smpm-footer-text p {
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}

.smpm-jumbotron {
    padding: 1.2rem 1.2rem;
    margin-bottom: 0;
    background-color: #e9ecef;
    padding: 1.5rem 1.5rem 0 1.5rem;

}

.smpm-jumbotron h1 {

    font-size: 25px;
    font-weight: 600;
    color: #005cb9;

}

.smpm-jumbotron p {

    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;

}

@media (min-width: 576px) {
    .smpm-jumbotron {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }

    .smpm-jumbotron h1 {

        font-size: 32px;
        font-weight: 600;
        color: #005cb9;

    }

    .smpm-jumbotron p {

        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin-bottom: 0;

    }
}

.nav-list li {
    margin-bottom: 10px;

}

.nav-list li a {
    color: #333;

    font-weight: 500;
    font-size: 16px;
}

.nav-list li a:hover {
    color: #005cb9;


}

/*working-process*/
.working-process {
    padding: 50px 0 50px;
    margin: 0;
    position: relative;
    background-color: #F0F0F0;
}

.working-process h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    letter-spacing: 2px;
}

.working-process h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #EC1D25;
}

.how-we-work {
    text-align: center;

}

.process-card {
    padding: 30px 15px;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    border: 1px solid #ccc;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 20px;
}

.hover-up {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
    transform: translateY(-5px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.how-we-work img {
    max-width: 90px;
    margin: 0 auto;
    padding: 0px;


    display: block;
}



.how-we-work h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1 !important;
    margin: 0;
    padding: 15px 0 10px;
}

.how-we-work p.lead {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 15px;
}



.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.apply-quote-form {
    background-image: url(../images/icons/form-bg.html);
    background-repeat: no-repeat;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    z-index: 2;
    background: #F0F0F0;
    color: #005cb9;
    padding: 3px 8px;
    border-radius: 50px;
    
    text-shadow: none;
    opacity: 1 !important;

}

.modal-content .close:hover {
   
    background: #FDB700;
    color: #000;

   
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0.5rem;
}
.text-paragraph{
    color: #fff;
}
.text-paragraph a {
    color: #fff;
    text-decoration: underline;
}
.text-paragraph a:hover {
    color: #FDB700;
}
.smpm-service-location{
    margin: 0;
    padding: 50px 0;
    position: relative;
    background-color: #F0F0F0;
    text-align: center;
}
.smpm-service-location h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 10px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 2px;
}
.smpm-service-location h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #005cb9;
}
@media (max-width:767px) {

    .smpm-service-location h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

}

/*faq-area*/
.faq-area {
	padding: 50px 0 50px;
	margin: 0;
	position: relative;
	background-color: #fff;
}

.faq-area h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 30px;
	padding-bottom: 20px;
	position: relative;
	line-height: 1.5;
	letter-spacing: 2px;
}

.faq-area h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: #005cb9;
}
@media (max-width:767px) {
   
.faq-area h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

}


#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    
    color: #fff;
    background: #005cb9;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #f8f8f8;
    color: #333;
}
#accordion .panel-title a.collapsed:hover{
    color: #005cb9;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #005cb9;
}
#accordion .panel-title a:after{
    content: "\f059";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    font-size: 14px;
    color: #333;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
}
#accordion .panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: #005cb9;
    position: absolute;
    top: 30px;
    left: 0;
}
#accordion .panel-body p{
    margin-bottom: 0;
}
/*================================================
Index 01 Testimonials Area CSS
=================================================*/
.testimonial-card {
    padding: 30px;
    margin-top: 30px;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
}

.testimonial-card p {
    font-size: 17px;
    font-style: italic;
}

.testimonial-card .testimonial-footer-area {
    margin-top: 20px;
}

.testimonial-card .testimonial-intro-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-card .testimonial-intro-area img {
    width: 70px;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border: 2px solid var(--secondColor);
}

.testimonial-card .testimonial-intro-area h5 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-card .testimonial-intro-area span {
    color: var(--paragraphColor);
    font-size: 14px;
    font-family: var(--fontFamily2);
}

.testimonial-card:hover .testimonial-intro-area img {
    border-color: var(--mainColor);
}

.stars {
    text-align: end;
}

.stars ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stars ul li {
    display: inline-block;
}

.stars ul li i {
    color: #febf08;
}

.stars ul span {
    color: var(--paragraphColor);
    margin-left: 5px;
    display: inline-block;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.testimonial-slider-area .owl-dots {
    text-align: center;
}

.testimonial-slider-area .owl-dots .owl-dot {
    width: 30px;
    height: 5px;
    margin: 0px 5px;
    border-radius: 5px;
    background-color: #ccd3d6;
}

.testimonial-slider-area .owl-dots .active {
    background-color: var(--mainColor);
}

.alliedreloform-section{
    width:100%;
    padding:60px 20px;
    background:#f5f5f5;
}

.alliedreloform-container{
    max-width:1280px;
    margin:auto;
}

.alliedreloform-mainbox{
    background:#ffffff;
    padding:35px;
    border-radius:10px;
}

/* Common Row */

.alliedreloform-row{
    width:100%;
    display:flex;
    gap:25px;
    margin-bottom:18px;
    align-items:stretch;
}

/* Left Heading */

.alliedreloform-left{
    width:37%;
    background:#d8d5d5;
    padding:40px 30px;
    display:flex;
    align-items:center;
}

.alliedreloform-left h2{
    font-size:30px;
    line-height:1.45;
    color:#002f67;
    font-weight:800;
}

/* Right Form */

.alliedreloform-right{
    width:63%;
    background:#d8d5d5;
    padding:15px;
}

/* Domestic Form */

.alliedreloform-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.alliedreloform-grid input{
    width:100%;
    height:52px;
    border:none;
    outline:none;
    background:#f7ede7;
    padding:0 15px;
    font-size:16px;
    border-radius:4px;
}

.alliedreloform-grid .alliedreloform-wide{
    grid-column:span 2;
}

.alliedreloform-btn{
    border:none;
    background:#005cb9;
    color:#fff;
    font-size:16px;
    font-weight:700;
    border-radius:40px;
    cursor:pointer;
    transition:0.3s;
    width:100%;
    height:56px;
}

.alliedreloform-btn:hover{
    background:#003d7a;
}

/* International */

.alliedreloform-orange input,
.alliedreloform-orange select{
    background:#efb18c;
}

.alliedreloform-orange select{
    width:100%;
    height:52px;
    border:none;
    outline:none;
    padding:0 15px;
    font-size:16px;
    border-radius:4px;
    color:#333;
}

/* Tablet */

@media(max-width:991px){

.alliedreloform-row{
    flex-direction:column;
}

.alliedreloform-left,
.alliedreloform-right{
    width:100%;
}

.alliedreloform-left{
    padding:35px 25px;
}

.alliedreloform-left h2{
    font-size:42px;
}

}

/* Mobile */

@media(max-width:767px){

.alliedreloform-section{
    padding:40px 12px;
}

.alliedreloform-mainbox{
    padding:15px;
}

.alliedreloform-grid{
    grid-template-columns:1fr;
}

.alliedreloform-grid .alliedreloform-wide{
    grid-column:span 1;
}

.alliedreloform-left{
    padding:30px 20px;
}

.alliedreloform-left h2{
    font-size:34px;
}

.alliedreloform-grid input,
.alliedreloform-orange select{
    height:50px;
    font-size:15px;
}

.alliedreloform-btn{
    height:52px;
    font-size:15px;
}

}

/*---------------------about-------------------------*/
/* =====================================================
SECTION
====================================================== */

.alliedabout-section{
    width:100%;
    padding:20px 20px;
    background:#f7f7f7;
    position:relative;
    overflow:hidden;
}

.alliedabout-container{
    max-width:1280px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    position:relative;
    z-index:2;
}

/* =====================================================
LEFT IMAGE AREA
====================================================== */

.alliedabout-left{
    width:48%;
    position:relative;
}

.alliedabout-imgbox{
    width:100%;
    border:10px solid #efb18c;
    border-radius:8px;
    overflow:hidden;
    background:#fff;
}

.alliedabout-imgbox img{
    width:100%;
    display:block;
    object-fit:cover;
}

/* EXPERIENCE CIRCLE */

.alliedabout-exp{
    position:absolute;
    top:-40px;
    left:-55px;
    width:180px;
    height:180px;
    background:#005cb9;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    z-index:5;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.alliedabout-exp h2{
    font-size:64px;
    line-height:1;
    font-weight:800;
}

.alliedabout-exp span{
    font-size:19px;
    line-height:1.4;
    text-align:center;
    font-weight:600;
}

/* =====================================================
RIGHT CONTENT
====================================================== */

.alliedabout-right{
    width:52%;
}

.alliedabout-subtitle{
    display:inline-block;
    color:#002f67;
    font-size:16px;
    font-weight:700;
    letter-spacing:5px;
    text-transform:uppercase;
    line-height:1.4;
    font-style:italic;
    margin-bottom:22px;
}

.alliedabout-title{
    font-size:76px;
    line-height:0.98;
    color:#002f67;
    font-weight:800;
    margin-bottom:28px;
    letter-spacing:0px;
}

.alliedabout-text{
    font-size:18px;
    line-height:1.9;
    color:#3d3d3d;
    font-weight:500;
    margin-bottom:38px;
}

/* =====================================================
FEATURES
====================================================== */

.alliedabout-features{
    display:flex;
    align-items:center;
    gap:35px;
    margin-bottom:40px;
}

.alliedabout-feature{
    display:flex;
    align-items:center;
    gap:16px;
}

.alliedabout-icon{
    width:65px;
    height:65px;
    background:#005cb9;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    flex-shrink:0;
}

.alliedabout-feature h4{
    font-size:22px;
    color:#1c1c1c;
    font-weight:700;
}

.alliedabout-divider{
    width:1px;
    height:65px;
    background:#d9d9d9;
}

/* =====================================================
BUTTON
====================================================== */

.alliedabout-btn{
    display:inline-block;
    padding:18px 42px;
    background:#005cb9;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:17px;
    font-weight:700;
    text-transform:uppercase;
    transition:0.3s ease;
}

.alliedabout-btn:hover{
    background:#003d7a;
}

/* =====================================================
RIGHT TRIANGLE
====================================================== */

.alliedabout-triangle{
    position:absolute;
    right:-80px;
    bottom:-90px;
    width:0;
    height:0;
    border-left:190px solid transparent;
    border-top:190px solid #005cb9;
}

/* =====================================================
DOTS SHAPE
====================================================== */

.alliedabout-dots{
    position:absolute;
    left:50px;
    bottom:35px;
    opacity:0.15;
}

.alliedabout-dots-row{
    display:flex;
}

.alliedabout-dots span{
    width:7px;
    height:7px;
    background:#8f8f8f;
    border-radius:50%;
    margin:10px;
    display:block;
}

/* =====================================================
LARGE DESKTOP
====================================================== */

@media only screen and (min-width:1400px){

.alliedabout-container{
    max-width:1350px;
}

.alliedabout-title{
    font-size:50px;
}

}

/* =====================================================
LAPTOP
====================================================== */

@media only screen and (max-width:1199px){

.alliedabout-section{
    padding:90px 25px;
}

.alliedabout-container{
    gap:45px;
}

.alliedabout-title{
    font-size:62px;
}

.alliedabout-text{
    font-size:17px;
}

.alliedabout-exp{
    width:160px;
    height:160px;
    left:-20px;
}

.alliedabout-exp h2{
    font-size:52px;
}

}

/* =====================================================
TABLET
====================================================== */

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

.alliedabout-section{
    padding:80px 20px;
}

.alliedabout-container{
    flex-direction:column;
    gap:50px;
}

.alliedabout-left,
.alliedabout-right{
    width:100%;
}

.alliedabout-title{
    font-size:54px;
    line-height:1.05;
}

.alliedabout-subtitle{
    font-size:15px;
    letter-spacing:4px;
}

.alliedabout-text{
    font-size:17px;
    line-height:1.8;
}

.alliedabout-features{
    gap:25px;
}

.alliedabout-feature h4{
    font-size:20px;
}

.alliedabout-exp{
    width:145px;
    height:145px;
    top:-18px;
    left:-8px;
}

.alliedabout-exp h2{
    font-size:46px;
}

.alliedabout-exp span{
    font-size:16px;
}

}

/* =====================================================
MOBILE
====================================================== */

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

.alliedabout-section{
    padding:65px 15px;
}

.alliedabout-container{
    gap:40px;
}

.alliedabout-title{
    font-size:40px;
    line-height:1.08;
    margin-bottom:20px;
    letter-spacing:-1px;
}

.alliedabout-subtitle{
    font-size:13px;
    letter-spacing:3px;
    margin-bottom:15px;
}

.alliedabout-text{
    font-size:15px;
    line-height:1.8;
    margin-bottom:30px;
}

.alliedabout-features{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
    margin-bottom:30px;
}

.alliedabout-divider{
    display:none;
}

.alliedabout-feature{
    width:100%;
}

.alliedabout-feature h4{
    font-size:18px;
}

.alliedabout-icon{
    width:55px;
    height:55px;
    font-size:22px;
}

.alliedabout-btn{
    width:100%;
    text-align:center;
    padding:15px 20px;
    font-size:15px;
}

.alliedabout-exp{
    width:115px;
    height:115px;
    top:-15px;
    left:-5px;
}

.alliedabout-exp h2{
    font-size:38px;
}

.alliedabout-exp span{
    font-size:13px;
}

.alliedabout-imgbox{
    border-width:7px;
}

.alliedabout-triangle,
.alliedabout-dots{
    display:none;
}

}

/* =====================================================
SMALL MOBILE
====================================================== */

@media only screen and (max-width:480px){

.alliedabout-section{
    padding:55px 12px;
}

.alliedabout-title{
    font-size:34px;
}

.alliedabout-text{
    font-size:14px;
    line-height:1.7;
}

.alliedabout-subtitle{
    font-size:12px;
    letter-spacing:2px;
}

.alliedabout-feature h4{
    font-size:16px;
}

.alliedabout-icon{
    width:48px;
    height:48px;
    font-size:18px;
}

.alliedabout-btn{
    font-size:14px;
    padding:14px 18px;
}

.alliedabout-exp{
    width:100px;
    height:100px;
}

.alliedabout-exp h2{
    font-size:32px;
}

.alliedabout-exp span{
    font-size:12px;
}

}

/* =====================================================
EXTRA SMALL DEVICE
====================================================== */

@media only screen and (max-width:360px){

.alliedabout-title{
    font-size:28px;
}

.alliedabout-text{
    font-size:13px;
}

.alliedabout-feature h4{
    font-size:15px;
}

.alliedabout-btn{
    font-size:13px;
}

}

/*---------------------end----------------------------*/

/* =========================================================
SECTION
========================================================= */

.alliedwhy-section{
    width:100%;
    padding:20px 20px;
    background:#fff;
    overflow:hidden;
}

.alliedwhy-container{
    max-width:1280px;
    margin:auto;
}

/* =========================================================
TOP AREA
========================================================= */

.alliedwhy-top{
    display:flex;
    justify-content:space-between;
    gap:60px;
    margin-bottom:60px;
}

.alliedwhy-left{
    width:50%;
}

.alliedwhy-right{
    width:50%;
}

/* SUB TITLE */

.alliedwhy-subtitle{
    display:flex;
    align-items:center;
    gap:12px;
    color:#002f67;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:4px;
    font-style:italic;
    margin-bottom:25px;
}

.alliedwhy-line{
    width:18px;
    height:8px;
    background:#005cb9;
    transform:skew(-30deg);
}

/* TITLE */

.alliedwhy-title{
    font-size:78px;
    line-height:0.98;
    color:#002f67;
    font-weight:800;
    letter-spacing:0px;
}

/* DESCRIPTION */

.alliedwhy-text{
    font-size:18px;
    line-height:1.9;
    color:#333;
    font-weight:500;
}

/* =========================================================
CARD AREA
========================================================= */

.alliedwhy-cards{
    width:100%;
    background:#d8d3d3;
    padding:18px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    border-radius:2px;
}

/* CARD */

.alliedwhy-card{
    background:#fff;
    padding:38px 28px;
    text-align:center;
    border-radius:6px;
    transition:0.3s ease;
    box-shadow:0 3px 10px rgba(0,0,0,0.08);
}

.alliedwhy-card:hover{
    transform:translateY(-6px);
}

/* ICON */

.alliedwhy-icon{
    font-size:52px;
    color:#005cb9;
    margin-bottom:22px;
}

/* CARD TITLE */

.alliedwhy-card h3{
    font-size:28px;
    line-height:1.15;
    color:#002f67;
    font-weight:800;
    margin-bottom:20px;
}

/* CARD TEXT */

.alliedwhy-card p{
    font-size:17px;
    line-height:1.7;
    color:#3f3f3f;
    font-weight:500;
}

/* =========================================================
LARGE DESKTOP
========================================================= */

@media only screen and (min-width:1400px){

.alliedwhy-container{
    max-width:1350px;
}

.alliedwhy-title{
    font-size:50px;
}

}

/* =========================================================
LAPTOP
========================================================= */

@media only screen and (max-width:1199px){

.alliedwhy-section{
    padding:90px 25px;
}

.alliedwhy-top{
    gap:40px;
}

.alliedwhy-title{
    font-size:60px;
}

.alliedwhy-card{
    padding:35px 22px;
}

.alliedwhy-card h3{
    font-size:24px;
}

.alliedwhy-card p{
    font-size:16px;
}

}

/* =========================================================
TABLET
========================================================= */

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

.alliedwhy-section{
    padding:80px 20px;
}

.alliedwhy-top{
    flex-direction:column;
    gap:30px;
    margin-bottom:45px;
}

.alliedwhy-left,
.alliedwhy-right{
    width:100%;
}

.alliedwhy-title{
    font-size:54px;
    line-height:1.05;
}

.alliedwhy-subtitle{
    font-size:15px;
    letter-spacing:3px;
}

.alliedwhy-text{
    font-size:17px;
    line-height:1.8;
}

.alliedwhy-cards{
    grid-template-columns:repeat(2,1fr);
}

}

/* =========================================================
MOBILE
========================================================= */

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

.alliedwhy-section{
    padding:65px 15px;
}

.alliedwhy-top{
    margin-bottom:35px;
}

.alliedwhy-title{
    font-size:40px;
    line-height:1.08;
    letter-spacing:-1px;
}

.alliedwhy-subtitle{
    font-size:13px;
    letter-spacing:2px;
    margin-bottom:15px;
}

.alliedwhy-text{
    font-size:15px;
    line-height:1.8;
}

.alliedwhy-cards{
    grid-template-columns:1fr;
    gap:18px;
    padding:15px;
}

.alliedwhy-card{
    padding:32px 22px;
}

.alliedwhy-icon{
    font-size:42px;
    margin-bottom:18px;
}

.alliedwhy-card h3{
    font-size:24px;
    margin-bottom:15px;
}

.alliedwhy-card p{
    font-size:15px;
    line-height:1.7;
}

}

/* =========================================================
SMALL MOBILE
========================================================= */

@media only screen and (max-width:480px){

.alliedwhy-section{
    padding:55px 12px;
}

.alliedwhy-title{
    font-size:33px;
}

.alliedwhy-text{
    font-size:14px;
}

.alliedwhy-card{
    padding:28px 18px;
}

.alliedwhy-card h3{
    font-size:22px;
}

.alliedwhy-card p{
    font-size:14px;
}

}

/* =========================================================
EXTRA SMALL DEVICE
========================================================= */

@media only screen and (max-width:360px){

.alliedwhy-title{
    font-size:28px;
}

.alliedwhy-card h3{
    font-size:20px;
}

}

/*-----------------service section---------------------------*/

/* =========================================================
SECTION
========================================================= */

.alliedservice-section{
    width:100%;
    padding:100px 20px;
    background:#f5f5f5;
    overflow:hidden;
}

.alliedservice-container{
    max-width:1280px;
    margin:auto;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:60px;
}

/* =========================================================
LEFT IMAGE SIDE
========================================================= */

.alliedservice-left{
    width:38%;
    position:relative;
}

/* REVIEW BOX */

.alliedservice-review{
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    padding:18px 22px;
    border-radius:6px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    display:flex;
    align-items:center;
    gap:18px;
    z-index:2;
}

.alliedservice-review h2{
    font-size:58px;
    color:#ff7a00;
    line-height:1;
    font-weight:800;
}

.alliedservice-reviewtext{
    line-height:1.3;
}

.alliedservice-reviewtext span{
    font-size:14px;
    color:#666;
    font-weight:600;
}

.alliedservice-reviewtext h4{
    font-size:20px;
    color:#002f67;
    font-weight:700;
}

.alliedservice-stars{
    color:#ffb400;
    font-size:14px;
}

/* IMAGE */

.alliedservice-image{
    width:100%;
    text-align:center;
    padding-top:80px;
}

.alliedservice-image img{
    width:100%;
    max-width:430px;
    object-fit:contain;
}

/* =========================================================
RIGHT CONTENT
========================================================= */

.alliedservice-right{
    width:62%;
}

/* TITLE */

.alliedservice-title{
    font-size:64px;
    line-height:1.05;
    color:#002f67;
    font-weight:800;
    margin-bottom:25px;
    letter-spacing:-1px;
}

/* TEXT */

.alliedservice-text{
    font-size:18px;
    line-height:1.9;
    color:#333;
    font-weight:500;
    margin-bottom:45px;
}

.alliedservice-text strong{
    color:#111;
}

/* =========================================================
SERVICE GRID
========================================================= */

.alliedservice-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px 40px;
}

/* SERVICE ITEM */

.alliedservice-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

/* ICON */

.alliedservice-icon{
    width:62px;
    height:62px;
    min-width:62px;
    border-radius:50%;
    background:#005cb9;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
}

/* CONTENT */

.alliedservice-content h3{
    font-size:18px;
    color:#002f67;
    font-weight:800;
    margin-bottom:12px;
    text-decoration:underline;
}

.alliedservice-content p{
    font-size:15px;
    line-height:1.7;
    color:#3f3f3f;
    font-weight:500;
}

/* =========================================================
LARGE DESKTOP
========================================================= */

@media only screen and (min-width:1400px){

.alliedservice-container{
    max-width:1350px;
}

.alliedservice-title{
    font-size:29px;
}

}

/* =========================================================
LAPTOP
========================================================= */

@media only screen and (max-width:1199px){

.alliedservice-section{
    padding:90px 25px;
}

.alliedservice-container{
    gap:40px;
}

.alliedservice-title{
    font-size:54px;
}

.alliedservice-text{
    font-size:17px;
}

.alliedservice-content h3{
    font-size:20px;
}

.alliedservice-content p{
    font-size:16px;
}

}

/* =========================================================
TABLET
========================================================= */

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

.alliedservice-section{
    padding:80px 20px;
}

.alliedservice-container{
    flex-direction:column;
    gap:50px;
}

.alliedservice-left,
.alliedservice-right{
    width:100%;
}

.alliedservice-image{
    text-align:center;
}

.alliedservice-title{
    font-size:48px;
}

.alliedservice-text{
    font-size:17px;
    line-height:1.8;
}

.alliedservice-grid{
    gap:30px;
}

}

/* =========================================================
MOBILE
========================================================= */

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

.alliedservice-section{
    padding:65px 15px;
}

.alliedservice-container{
    gap:40px;
}

.alliedservice-review{
    position:relative;
    margin-bottom:20px;
    width:100%;
    justify-content:center;
}

.alliedservice-image{
    padding-top:0;
}

.alliedservice-image img{
    max-width:280px;
}

.alliedservice-title{
    font-size:36px;
    line-height:1.1;
    margin-bottom:18px;
}

.alliedservice-text{
    font-size:15px;
    line-height:1.8;
    margin-bottom:35px;
}

.alliedservice-grid{
    grid-template-columns:1fr;
    gap:28px;
}

.alliedservice-item{
    gap:15px;
}

.alliedservice-icon{
    width:52px;
    height:52px;
    min-width:52px;
    font-size:22px;
}

.alliedservice-content h3{
    font-size:20px;
    margin-bottom:10px;
}

.alliedservice-content p{
    font-size:15px;
    line-height:1.7;
}

.alliedservice-review h2{
    font-size:42px;
}

.alliedservice-reviewtext h4{
    font-size:18px;
}

}

/* =========================================================
SMALL MOBILE
========================================================= */

@media only screen and (max-width:480px){

.alliedservice-section{
    padding:55px 12px;
}

.alliedservice-title{
    font-size:30px;
}

.alliedservice-text{
    font-size:14px;
}

.alliedservice-content h3{
    font-size:18px;
}

.alliedservice-content p{
    font-size:14px;
}

.alliedservice-review{
    padding:15px;
    gap:12px;
}

.alliedservice-review h2{
    font-size:34px;
}

.alliedservice-reviewtext h4{
    font-size:16px;
}

}

/* =========================================================
EXTRA SMALL DEVICE
========================================================= */

@media only screen and (max-width:360px){

.alliedservice-title{
    font-size:26px;
}

.alliedservice-content h3{
    font-size:17px;
}

}


/* =========================================================
SECTION
========================================================= */

.alliedcta-section{
    width:100%;
    position:relative;
    overflow:hidden;
    padding:90px 20px;
    background:url('../images/moving-bg.jpg') center center/cover no-repeat;
	
}

/* OVERLAY */

.alliedcta-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,37,78,0.72);
    z-index:1;
}

/* CONTAINER */

.alliedcta-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
    text-align:center;
}

/* =========================================================
TITLE
========================================================= */

.alliedcta-title{
    font-size:58px;
    line-height:1.15;
    color:#fff;
    font-weight:800;
    margin-bottom:24px;
    letter-spacing:-1px;
}

/* =========================================================
SERVICES LIST
========================================================= */

.alliedcta-services{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:28px;
}

.alliedcta-services span{
    color:#fff;
    font-size:16px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:8px;
}

.alliedcta-services i{
    color:#ff8c1a;
    font-size:15px;
}

/* =========================================================
TEXT
========================================================= */

.alliedcta-text{
    max-width:1220px;
    margin:auto;
    color:#fff;
    font-size:16px;
    line-height:1.9;
    font-weight:500;
    margin-bottom:42px;
}

/* =========================================================
BUTTON
========================================================= */

.alliedcta-btn{
    display:block;
    width:100%;
    max-width:1180px;
    margin:auto;
    padding:18px 20px;
    background:#005cb9;
    color:#fff;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    border-radius:50px;
    transition:0.3s ease;
    text-transform:uppercase;
    letter-spacing:0.5px;
}

.alliedcta-btn:hover{
    background:#00448a;
	color:#FFFFFF;
}

/* =========================================================
LARGE DESKTOP
========================================================= */

@media only screen and (min-width:1400px){

.alliedcta-container{
    max-width:1350px;
}

.alliedcta-title{
    font-size:49px;
}

}

/* =========================================================
LAPTOP
========================================================= */

@media only screen and (max-width:1199px){

.alliedcta-section{
    padding:85px 25px;
}

.alliedcta-title{
    font-size:50px;
}

.alliedcta-services span{
    font-size:15px;
}

.alliedcta-text{
    font-size:15px;
}

}

/* =========================================================
TABLET
========================================================= */

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

.alliedcta-section{
    padding:75px 20px;
}

.alliedcta-title{
    font-size:44px;
    line-height:1.15;
}

.alliedcta-services{
    gap:12px;
}

.alliedcta-services span{
    font-size:15px;
}

.alliedcta-text{
    font-size:15px;
    line-height:1.8;
    margin-bottom:35px;
}

.alliedcta-btn{
    font-size:17px;
    padding:17px;
}

}

/* =========================================================
MOBILE
========================================================= */

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

.alliedcta-section{
    padding:60px 15px;
}

.alliedcta-title{
    font-size:34px;
    line-height:1.2;
    margin-bottom:22px;
}

.alliedcta-services{
    flex-direction:column;
    gap:14px;
    margin-bottom:24px;
}

.alliedcta-services span{
    font-size:15px;
    justify-content:center;
    text-align:center;
    line-height:1.5;
}

.alliedcta-services i{
    font-size:14px;
}

.alliedcta-text{
    font-size:14px;
    line-height:1.8;
    margin-bottom:30px;
}

.alliedcta-btn{
    font-size:16px;
    padding:16px;
    border-radius:45px;
}

}

/* =========================================================
SMALL MOBILE
========================================================= */

@media only screen and (max-width:480px){

.alliedcta-section{
    padding:50px 12px;
}

.alliedcta-title{
    font-size:28px;
}

.alliedcta-services span{
    font-size:14px;
}

.alliedcta-text{
    font-size:13px;
}

.alliedcta-btn{
    font-size:15px;
    padding:15px;
}

}

/* =========================================================
EXTRA SMALL DEVICE
========================================================= */

@media only screen and (max-width:360px){

.alliedcta-title{
    font-size:24px;
}

.alliedcta-services span{
    font-size:13px;
}

.alliedcta-btn{
    font-size:14px;
}

}

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap');

/* =========================================================
SECTION
========================================================= */

.alliednetwork-section{
    width:100%;
    padding:100px 20px;
    background:#f7f7f7;
    overflow:hidden;
}

.alliednetwork-container{
    max-width:1280px;
    margin:auto;
}

/* =========================================================
TOP AREA
========================================================= */

.alliednetwork-top{
    text-align:center;
    margin-bottom:60px;
}

/* SUBTITLE */

.alliednetwork-subtitle{
    font-size:18px;
    color:#005cb9;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:5px;
    font-style:italic;
    margin-bottom:18px;
}

/* TITLE */

.alliednetwork-title{
    font-size:72px;
    line-height:1.05;
    color:#002f67;
    font-weight:800;
    margin-bottom:22px;
    letter-spacing:0px;
}

/* TEXT */

.alliednetwork-text{
    font-size:18px;
    color:#444;
    line-height:1.8;
    font-weight:500;
}

/* =========================================================
CONTENT AREA
========================================================= */

.alliednetwork-content{
    display:flex;
    align-items:flex-start;
    gap:40px;
}

/* =========================================================
LEFT INFO BOX
========================================================= */

.alliednetwork-left{
    width:300px;
    flex-shrink:0;
}

/* INFO CARD */

.alliednetwork-card{
    background:#fff;
    padding:28px 22px;
    border-radius:8px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    margin-bottom:20px;
}

.alliednetwork-card h3{
    font-size:20px;
    line-height:1.5;
    color:#111;
    font-weight:700;
    margin-bottom:15px;
}

.alliednetwork-card p{
    font-size:16px;
    line-height:1.8;
    color:#333;
    font-weight:500;
}

.alliednetwork-card strong{
    color:#111;
}

/* BUTTONS */

.alliednetwork-btn{
    width:100%;
    display:block;
    text-align:center;
    padding:18px 20px;
    border-radius:50px;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    margin-bottom:18px;
    transition:0.3s ease;
}

/* OUTLINE BUTTON */

.alliednetwork-btn-outline{
    border:2px solid #222;
    color:#222;
    background:#fff;
}

.alliednetwork-btn-outline:hover{
    background:#222;
    color:#fff;
}

/* PRIMARY BUTTON */

.alliednetwork-btn-primary{
    background:#005cb9;
    color:#fff;
}

.alliednetwork-btn-primary:hover{
    background:#003d7a;
}

/* =========================================================
RIGHT IMAGE AREA
========================================================= */

.alliednetwork-right{
    flex:1;
}

/* IMAGE BOX */

.alliednetwork-imagebox{
    width:100%;
    background:#e9e9e9;
    border-radius:8px;
    overflow:hidden;
    min-height:420px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* IMAGE */

.alliednetwork-imagebox img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* =========================================================
LARGE DESKTOP
========================================================= */

@media only screen and (min-width:1400px){

.alliednetwork-container{
    max-width:1350px;
}

.alliednetwork-title{
    font-size:47px;
}

}

/* =========================================================
LAPTOP
========================================================= */

@media only screen and (max-width:1199px){

.alliednetwork-section{
    padding:90px 25px;
}

.alliednetwork-title{
    font-size:58px;
}

.alliednetwork-content{
    gap:30px;
}

}

/* =========================================================
TABLET
========================================================= */

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

.alliednetwork-section{
    padding:80px 20px;
}

.alliednetwork-top{
    margin-bottom:45px;
}

.alliednetwork-title{
    font-size:50px;
    line-height:1.1;
}

.alliednetwork-subtitle{
    font-size:16px;
    letter-spacing:4px;
}

.alliednetwork-text{
    font-size:17px;
}

.alliednetwork-content{
    flex-direction:column;
}

.alliednetwork-left{
    width:100%;
}

.alliednetwork-imagebox{
    min-height:350px;
}

}

/* =========================================================
MOBILE
========================================================= */

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

.alliednetwork-section{
    padding:65px 15px;
}

.alliednetwork-top{
    margin-bottom:35px;
}

.alliednetwork-title{
    font-size:36px;
    line-height:1.15;
    margin-bottom:16px;
    letter-spacing:-1px;
}

.alliednetwork-subtitle{
    font-size:13px;
    letter-spacing:3px;
}

.alliednetwork-text{
    font-size:15px;
    line-height:1.8;
}

.alliednetwork-card{
    padding:24px 18px;
}

.alliednetwork-card h3{
    font-size:18px;
}

.alliednetwork-card p{
    font-size:15px;
}

.alliednetwork-btn{
    padding:15px;
    font-size:15px;
}

.alliednetwork-imagebox{
    min-height:250px;
}

}

/* =========================================================
SMALL MOBILE
========================================================= */

@media only screen and (max-width:480px){

.alliednetwork-section{
    padding:55px 12px;
}

.alliednetwork-title{
    font-size:30px;
}

.alliednetwork-text{
    font-size:14px;
}

.alliednetwork-card p{
    font-size:14px;
}

.alliednetwork-btn{
    font-size:14px;
}

.alliednetwork-imagebox{
    min-height:220px;
}

}

/* =========================================================
EXTRA SMALL DEVICE
========================================================= */

@media only screen and (max-width:360px){

.alliednetwork-title{
    font-size:26px;
}

.alliednetwork-subtitle{
    font-size:12px;
}

}

/*------------------------------------------------*/


/* =========================================================
SECTION
========================================================= */

.alliedstats-section{
    width:100%;
    background:#005cb9;
    padding:0 20px;
    overflow:hidden;
}

/* CONTAINER */

.alliedstats-container{
    max-width:1280px;
    margin:auto;
    display:grid;
    grid-template-columns:340px 1fr;
    align-items:stretch;
}

/* =========================================================
LEFT SIDE
========================================================= */

.alliedstats-left{
    background:#002f67;
    padding:55px 40px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* CONTENT */

.alliedstats-leftcontent{
    width:100%;
}

/* TITLE */

.alliedstats-left h2{
    color:#fff;
    font-size:30px;
    line-height:1.08;
    font-weight:800;
    margin-bottom:18px;
}

/* TEXT */

.alliedstats-left p{
    color:#d8e6f5;
    font-size:16px;
    line-height:1.8;
    font-weight:500;
}

/* =========================================================
RIGHT SIDE
========================================================= */

.alliedstats-right{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

/* ITEM */

.alliedstats-item{
    padding:50px 25px;
    text-align:center;
    border-right:1px solid rgba(255,255,255,0.12);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.alliedstats-item:last-child{
    border-right:none;
}

/* NUMBER */

.alliedstats-item h3{
    color:#fff;
    font-size:56px;
    line-height:1;
    font-weight:800;
    margin-bottom:14px;
}

/* TEXT */

.alliedstats-item p{
    color:#fff;
    font-size:18px;
    line-height:1.5;
    font-weight:500;
}

/* =========================================================
LAPTOP
========================================================= */

@media only screen and (max-width:1199px){

.alliedstats-container{
    grid-template-columns:300px 1fr;
}

.alliedstats-left h2{
    font-size:42px;
}

.alliedstats-item h3{
    font-size:48px;
}

.alliedstats-item p{
    font-size:16px;
}

}

/* =========================================================
TABLET
========================================================= */

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

.alliedstats-container{
    grid-template-columns:1fr;
}

.alliedstats-left{
    text-align:center;
    padding:45px 25px;
}

.alliedstats-right{
    grid-template-columns:repeat(2,1fr);
}

.alliedstats-item{
    border-bottom:1px solid rgba(255,255,255,0.12);
}

.alliedstats-item:nth-child(2){
    border-right:none;
}

.alliedstats-left h2{
    font-size:40px;
}

}

/* =========================================================
MOBILE
========================================================= */

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

.alliedstats-section{
    padding:0 15px;
}

.alliedstats-left{
    padding:40px 20px;
}

.alliedstats-left h2{
    font-size:34px;
    margin-bottom:15px;
}

.alliedstats-left p{
    font-size:14px;
}

.alliedstats-right{
    grid-template-columns:1fr;
}

.alliedstats-item{
    border-right:none;
    padding:35px 20px;
}

.alliedstats-item h3{
    font-size:42px;
}

.alliedstats-item p{
    font-size:15px;
}

}

/* =========================================================
SMALL MOBILE
========================================================= */

@media only screen and (max-width:480px){

.alliedstats-section{
    padding:0 12px;
}

.alliedstats-left h2{
    font-size:28px;
}

.alliedstats-item h3{
    font-size:36px;
}

.alliedstats-item p{
    font-size:14px;
}

}

/* =========================================================
EXTRA SMALL DEVICE
========================================================= */

@media only screen and (max-width:360px){

.alliedstats-left h2{
    font-size:24px;
}

.alliedstats-item h3{
    font-size:32px;
}

}



/* =========================================================
SECTION
========================================================= */

.alliedtesti-section{
    width:100%;
    padding:100px 20px;
    background:#f7f7f7;
    overflow:hidden;
}

.alliedtesti-container{
    max-width:1280px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:55px;
}

/* =========================================================
LEFT SIDE
========================================================= */

.alliedtesti-left{
    width:52%;
}

/* SUBTITLE */

.alliedtesti-subtitle{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
}

.alliedtesti-line{
    width:18px;
    height:8px;
    background:#005cb9;
    transform:skew(-30deg);
}

.alliedtesti-subtitle span{
    font-size:17px;
    color:#002f67;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:4px;
    font-style:italic;
}

/* TITLE */

.alliedtesti-title{
    font-size:50px;
    line-height:1.05;
    color:#002f67;
    font-weight:800;
    margin-bottom:25px;
    letter-spacing:0px;
}

/* TEXT */

.alliedtesti-text{
    font-size:18px;
    line-height:1.9;
    color:#444;
    font-weight:500;
    margin-bottom:35px;
}

/* =========================================================
SLIDER
========================================================= */

.alliedtesti-slider{
    width:100%;
    overflow:hidden;
    position:relative;
    padding-bottom:45px;
}

/* CARD */

.alliedtesti-card{
    background:#fff;
    border:2px solid #e8e8e8;
    border-radius:8px;
    padding:40px;
    position:relative;
    min-height:340px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

/* REVIEW */

.alliedtesti-review{
    font-size:20px;
    line-height:1.8;
    color:#444;
    font-style:italic;
    margin-bottom:10px;
}

/* USER */

.alliedtesti-user{
    display:flex;
    align-items:center;
    gap:15px;
}

.alliedtesti-user img{
    width:62px;
    height:62px;
    border-radius:50%;
    object-fit:cover;
}

.alliedtesti-user h4{
    font-size:22px;
    color:#002f67;
    margin-bottom:5px;
    font-weight:700;
}

.alliedtesti-user p{
    color:#005cb9;
    font-size:16px;
}

/* QUOTE */

.alliedtesti-quote{
    position:absolute;
    right:30px;
    bottom:20px;
    font-size:85px;
    color:#005cb9;
    opacity:0.12;
}

/* PAGINATION */

.swiper-pagination{
    bottom:0 !important;
}

.swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#005cb9;
    opacity:0.4;
}

.swiper-pagination-bullet-active{
    opacity:1;
}

/* =========================================================
RIGHT IMAGE
========================================================= */

.alliedtesti-right{
    width:48%;
    position:relative;
}

/* BLUE SHAPE */

.alliedtesti-shape{
    position:absolute;
    right:-25px;
    top:45px;
    width:100%;
    height:100%;
    background:#005cb9;
    border-radius:8px;
}

/* IMAGE BOX */

.alliedtesti-imgbox{
    position:relative;
    z-index:2;
    border:10px solid #efb18c;
    border-radius:8px;
    overflow:hidden;
    background:#fff;
}

.alliedtesti-imgbox img{
    width:100%;
    display:block;
}

/* =========================================================
TABLET
========================================================= */

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

.alliedtesti-section{
    padding:80px 20px;
}

.alliedtesti-container{
    flex-direction:column;
}

.alliedtesti-left,
.alliedtesti-right{
    width:100%;
}

.alliedtesti-title{
    font-size:52px;
}

}

/* =========================================================
MOBILE
========================================================= */

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

.alliedtesti-section{
    padding:65px 15px;
}

.alliedtesti-title{
    font-size:38px;
    line-height:1.12;
    margin-bottom:20px;
}

.alliedtesti-text{
    font-size:15px;
    line-height:1.8;
}

.alliedtesti-card{
    padding:28px 22px;
    min-height:auto;
}

.alliedtesti-review{
    font-size:18px;
    line-height:1.8;
}

.alliedtesti-user h4{
    font-size:18px;
}

.alliedtesti-user p{
    font-size:14px;
}

.alliedtesti-quote{
    font-size:60px;
    right:20px;
}

.alliedtesti-shape{
    display:none;
}

.alliedtesti-imgbox{
    border-width:7px;
}

}


/* =========================================================
SECTION
========================================================= */

.alliedplan-section{
    width:100%;
    background:url('../images/plan-bg.jpg') center center/cover no-repeat;
	position:relative;
    overflow:hidden;
    padding:0 20px;
}

/* DARK OVERLAY */

.alliedplan-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,35,80,0.88);
}

/* CONTAINER */

.alliedplan-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    min-height:340px;
}

/* =========================================================
LEFT CONTENT
========================================================= */

.alliedplan-left{
    width:55%;
    padding:60px 0;
}

/* TITLE */

.alliedplan-title{
    font-size:35px;
    line-height:1.05;
    color:#fff;
    font-weight:800;
    margin-bottom:28px;
    letter-spacing:0px;
}

/* TEXT */

.alliedplan-text{
    font-size:20px;
    line-height:1.8;
    color:#fff;
    font-weight:500;
    margin-bottom:35px;
    max-width:760px;
}

/* BUTTON */

.alliedplan-btn{
    display:inline-block;
    padding:18px 42px;
    background:#005cb9;
    color:#fff;
    font-size:20px;
    font-weight:700;
    text-decoration:none;
    border-radius:50px;
    text-transform:uppercase;
    letter-spacing:3px;
    transition:0.3s ease;
}

.alliedplan-btn:hover{
    background:#0b74df;
	color:#FFFFFF;
}

/* =========================================================
RIGHT IMAGE
========================================================= */

.alliedplan-right{
    width:45%;
    position:relative;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
}

.alliedplan-right img{
    width:100%;
    max-width:520px;
    display:block;
    object-fit:contain;
    margin-top:-60px;
}

/* =========================================================
LAPTOP
========================================================= */

@media only screen and (max-width:1199px){

.alliedplan-title{
    font-size:58px;
}

.alliedplan-text{
    font-size:18px;
}

.alliedplan-right img{
    max-width:450px;
}

}

/* =========================================================
TABLET
========================================================= */

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

.alliedplan-section{
    padding:0 20px;
}

.alliedplan-container{
    flex-direction:column;
    text-align:center;
    padding-top:60px;
    gap:20px;
}

.alliedplan-left,
.alliedplan-right{
    width:100%;
}

.alliedplan-left{
    padding:0;
}

.alliedplan-title{
    font-size:50px;
}

.alliedplan-text{
    max-width:100%;
    margin:auto auto 30px;
    font-size:17px;
}

.alliedplan-right{
    justify-content:center;
}

.alliedplan-right img{
    max-width:420px;
    margin-top:0;
}

}

/* =========================================================
MOBILE
========================================================= */

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

.alliedplan-section{
    padding:0 15px;
}

.alliedplan-container{
    padding-top:50px;
}

.alliedplan-title{
    font-size:38px;
    line-height:1.1;
    margin-bottom:20px;
    letter-spacing:-1px;
}

.alliedplan-text{
    font-size:15px;
    line-height:1.8;
    margin-bottom:28px;
}

.alliedplan-btn{
    padding:15px 32px;
    font-size:16px;
    letter-spacing:2px;
}

.alliedplan-right img{
    max-width:320px;
}

}

/* =========================================================
SMALL MOBILE
========================================================= */

@media only screen and (max-width:480px){

.alliedplan-title{
    font-size:31px;
}

.alliedplan-text{
    font-size:14px;
}

.alliedplan-btn{
    font-size:15px;
    padding:14px 28px;
}

.alliedplan-right img{
    max-width:260px;
}

}

/* =========================================================
EXTRA SMALL DEVICE
========================================================= */

@media only screen and (max-width:360px){

.alliedplan-title{
    font-size:27px;
}

.alliedplan-btn{
    width:100%;
    text-align:center;
}

}



/* =========================================================
SECTION
========================================================= */

.alliedbranch-section{
    width:100%;
    padding:90px 20px;
    background:#f5f7fb;
}

.alliedbranch-container{
    max-width:1280px;
    margin:auto;
}

/* =========================================================
TITLE
========================================================= */

.alliedbranch-title{
    text-align:center;
    font-size:68px;
    line-height:1.1;
    color:#005cb9;
    font-weight:800;
    margin-bottom:60px;
    letter-spacing:-2px;
}

/* =========================================================
GRID
========================================================= */

.alliedbranch-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

/* =========================================================
CARD
========================================================= */

.alliedbranch-card{
    background:#fff;
    border:1px solid #e5eaf2;
    border-radius:14px;
    padding:35px 30px;
    transition:0.35s ease;
    position:relative;
    overflow:hidden;
}

.alliedbranch-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

/* TOP BORDER */

.alliedbranch-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#005cb9;
    transform:scaleX(0);
    transition:0.35s ease;
}

.alliedbranch-card:hover::before{
    transform:scaleX(1);
}

/* =========================================================
ICON
========================================================= */

.alliedbranch-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#eef5ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.alliedbranch-icon i{
    font-size:30px;
    color:#005cb9;
}

/* =========================================================
NAME
========================================================= */

.alliedbranch-name{
    font-size:29px;
    line-height:1.2;
    color:#002f67;
    font-weight:800;
    margin-bottom:22px;
}

/* =========================================================
INFO
========================================================= */

.alliedbranch-info{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
}

.alliedbranch-info i{
    color:#005cb9;
    margin-top:5px;
    min-width:18px;
}

.alliedbranch-info span,
.alliedbranch-info a{
    color:#555;
    font-size:16px;
    line-height:1.8;
    text-decoration:none;
    word-break:break-word;
}

/* =========================================================
BUTTON
========================================================= */

.alliedbranch-btn{
    margin-top:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:15px 30px;
    background:#005cb9;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    transition:0.3s ease;
}

.alliedbranch-btn:hover{
    background:#0b74df;
}

/* =========================================================
LAPTOP
========================================================= */

@media only screen and (max-width:1199px){

.alliedbranch-grid{
    grid-template-columns:repeat(2,1fr);
}

.alliedbranch-title{
    font-size:56px;
}

.alliedbranch-name{
    font-size:30px;
}

}

/* =========================================================
TABLET
========================================================= */

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

.alliedbranch-section{
    padding:75px 20px;
}

.alliedbranch-title{
    font-size:48px;
    margin-bottom:45px;
}

.alliedbranch-card{
    padding:32px 26px;
}

}

/* =========================================================
MOBILE
========================================================= */

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

.alliedbranch-section{
    padding:60px 15px;
}

.alliedbranch-grid{
    grid-template-columns:1fr;
    gap:22px;
}

.alliedbranch-title{
    font-size:36px;
    line-height:1.15;
    margin-bottom:35px;
    letter-spacing:-1px;
}

.alliedbranch-card{
    padding:28px 22px;
}

.alliedbranch-icon{
    width:55px;
    height:55px;
}

.alliedbranch-icon i{
    font-size:25px;
}

.alliedbranch-name{
    font-size:24px;
}

.alliedbranch-info span,
.alliedbranch-info a{
    font-size:15px;
}

.alliedbranch-btn{
    width:100%;
    font-size:15px;
    padding:14px 20px;
}

}

/* =========================================================
SMALL MOBILE
========================================================= */

@media only screen and (max-width:480px){

.alliedbranch-title{
    font-size:30px;
}

.alliedbranch-name{
    font-size:22px;
}

}

/* =========================================================
EXTRA SMALL DEVICE
========================================================= */

@media only screen and (max-width:360px){

.alliedbranch-title{
    font-size:26px;
}

.alliedbranch-name{
    font-size:20px;
}

}
