.single-countdown .icon{
    max-width: 50px !important;
}



.blueprint_bullet ul > li:before {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    display: block;
    float: left;
    margin-left: -1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.blueprint_bullet ul > li:before {
    background: url("https://info.openpath.com/hubfs/checkmark-round-orange.svg");
    background-size: cover;
    background-position: center;
    padding: .15rem;
}

.service-icon{
    max-width: 80px !important;
    margin-bottom: 10px;
}

.footer-social-list{
    display: flex;
    gap: 20px;
}

.footer-social-list li{
    height: 30px;
    width: 30px;
    background: #1c365f;
    border-radius: 50%;
    text-align: -webkit-center;
    align-items: center;
    display: grid;
    font-size: 18px;
}
.footer-social-list li:hover{
    background: var(--primary-color2);
    transition: ease-in-out .3s;
}

.footer-social-list li a{
    color: #fff ;
}
.client-logo-image{
    max-width: 100px;
}


.contact-form-heading{
    text-align: center;
    background-color: #57b046;
    color: #fff;
    padding: 17px 10px;
    margin-bottom: -7px;
}



#topbar {
    background: var(--primary-color1);
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

#topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

#topbar .social-links a:hover {
    color: white;
}


.footer-section-2 .footer-top {
    padding: 40px 0
}

.footer-section-2 .footer-top .footer-widget .widget-title {
    margin-bottom: 25px
}

.footer-section-2 .footer-top .footer-widget .widget-title h4 {
    color: var(--title-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .9px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px
}

.footer-section-2 .footer-top .footer-widget .widget-title h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 107px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(90deg, #0B0C0C 0.01%, rgba(11, 12, 12, 0) 102.8%)
}

.footer-section-2 .footer-top .footer-widget .widget-title.two {
    margin-bottom: 0
}

.footer-section-2 .footer-top .footer-widget .widget-title.two > span {
    color: var(--primary-color1);
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .36px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .footer-section-2 .footer-top .footer-widget .widget-title.two > span {
        margin-bottom: 10px
    }
}

.footer-section-2 .footer-top .footer-widget .widget-title.two > span svg {
    fill: rgba(var(--text-color-opc), 0.3)
}

.footer-section-2 .footer-top .footer-widget .widget-title.two h3 {
    color: var(--title-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .footer-section-2 .footer-top .footer-widget .widget-title.two h3 {
        font-size: 30px
    }
}

.footer-section-2 .footer-top .footer-widget .content p {
    color: var(--text-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    padding-top: 20px;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .footer-section-2 .footer-top .footer-widget .content p {
        font-size: 15px;
        padding-top: 15px
    }
}

.footer-section-2 .footer-top .footer-widget .menu-container {
    display: flex;
    gap: 30px
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer-section-2 .footer-top .footer-widget .menu-container {
        gap: 20px
    }
}

@media (max-width: 1199px) {
    .footer-section-2 .footer-top .footer-widget .menu-container {
        gap: 15px
    }
}

.footer-section-2 .footer-top .footer-widget .menu-container .widget-list li {
    margin-bottom: 20px;
    line-height: 1;
    transition: .5s;
    position: relative;
    transform: translateX(0)
}

@media (max-width: 1199px) {
    .footer-section-2 .footer-top .footer-widget .menu-container .widget-list li {
        margin-bottom: 15px
    }
}

.footer-section-2 .footer-top .footer-widget .menu-container .widget-list li:last-child {
    margin-bottom: 0
}

.footer-section-2 .footer-top .footer-widget .menu-container .widget-list li a {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-hankenGrotesk);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .34px;
    transition: .5s
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer-section-2 .footer-top .footer-widget .menu-container .widget-list li a {
        font-size: 15px
    }
}

@media (max-width: 1199px) {
    .footer-section-2 .footer-top .footer-widget .menu-container .widget-list li a {
        font-size: 15px
    }
}

@media (max-width: 576px) {
    .footer-section-2 .footer-top .footer-widget .menu-container .widget-list li a {
        font-size: 14px
    }
}

.footer-section-2 .footer-top .footer-widget .menu-container .widget-list li a:hover {
    color: var(--primary-color1)
}

.footer-section-2 .footer-top .footer-widget .menu-container .widget-list li::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: var(--primary-color1);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .35s
}

.footer-section-2 .footer-top .footer-widget .menu-container .widget-list li:hover {
    transform: translateX(10px)
}

.footer-section-2 .footer-top .footer-widget .menu-container .widget-list li:hover::after {
    opacity: 1
}

.footer-section-2 .footer-top .footer-widget .rating-area {
    display: flex;
    align-items: center;
    gap: 60px;
    padding-top: 35px
}

@media (max-width: 1399px) {
    .footer-section-2 .footer-top .footer-widget .rating-area {
        gap: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section-2 .footer-top .footer-widget .rating-area {
        flex-wrap: wrap;
        gap: 20px
    }
}

@media (max-width: 576px) {
    .footer-section-2 .footer-top .footer-widget .rating-area {
        flex-wrap: wrap;
        gap: 20px
    }
}

.footer-section-2 .footer-top .footer-widget .rating-area > li {
    position: relative
}

.footer-section-2 .footer-top .footer-widget .rating-area > li .single-rating {
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-section-2 .footer-top .footer-widget .rating-area > li .single-rating .review {
    line-height: 1
}

.footer-section-2 .footer-top .footer-widget .rating-area > li .single-rating .review span {
    color: var(--text-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    display: block
}

.footer-section-2 .footer-top .footer-widget .rating-area > li .single-rating .review img {
    width: 64px
}

.footer-section-2 .footer-top .footer-widget .rating-area > li .single-rating .review .logo-dark {
    display: block
}

.footer-section-2 .footer-top .footer-widget .rating-area > li .single-rating .review .logo-light {
    display: none
}

.footer-section-2 .footer-top .footer-widget .rating-area > li .single-rating .rating {
    line-height: 1
}

.footer-section-2 .footer-top .footer-widget .rating-area > li .single-rating .rating .star {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    line-height: 1
}

.footer-section-2 .footer-top .footer-widget .rating-area > li .single-rating .rating .star li i {
    color: #e62415;
    font-size: 12px
}

.footer-section-2 .footer-top .footer-widget .rating-area > li .single-rating .rating span {
    color: var(--text-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.footer-section-2 .footer-top .footer-widget .rating-area > li .single-rating.google .rating .star li i {
    color: #ffc107
}

.footer-section-2 .footer-top .footer-widget .rating-area > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background-color: rgba(var(--primary-color1-opc), 0.2);
    width: 1px;
    height: 35px
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer-section-2 .footer-top .footer-widget .rating-area > li::before {
        left: -15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section-2 .footer-top .footer-widget .rating-area > li::before {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .footer-section-2 .footer-top .footer-widget .rating-area > li::before {
        left: -15px
    }
}

@media (max-width: 576px) {
    .footer-section-2 .footer-top .footer-widget .rating-area > li::before {
        display: none
    }
}

.footer-section-2 .footer-top .footer-widget .rating-area > li:first-child::before {
    display: none
}

.footer-section-2 .footer-top .footer-widget .footer-logo .logo-dark {
    display: block
}

.footer-section-2 .footer-top .footer-widget .footer-logo .logo-light {
    display: none
}

.footer-section-2 .footer-top .footer-widget .subscribe-area h4 {
    color: var(--title-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .9px;
    margin-bottom: 30px
}

.footer-section-2 .footer-top .footer-widget .subscribe-area .subscribe-form-wrap .subscribe-form {
    border-radius: 5px;
    background: var(--dark-white-color);
    display: flex;
    align-items: center;
    max-width: 335px;
    width: 100%;
    height: 60px;
    padding: 10px 10px 10px 20px;
    margin-bottom: 15px
}

.footer-section-2 .footer-top .footer-widget .subscribe-area .subscribe-form-wrap .subscribe-form input {
    width: 100%;
    color: var(--text-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    background: 0 0;
    border: none;
    line-height: 1
}

.footer-section-2 .footer-top .footer-widget .subscribe-area .subscribe-form-wrap .subscribe-form button {
    border: none;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color1)
}

.footer-section-2 .footer-top .footer-widget .subscribe-area .subscribe-form-wrap .subscribe-form button svg {
    fill: var(--white-color)
}

.footer-section-2 .footer-top .footer-widget .social-area h6 {
    color: var(--title-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: underline;
    margin-bottom: 20px
}

.footer-section-2 .footer-top .footer-widget .social-area .social-list {
    display: flex;
    align-items: center;
    gap: 30px
}

.footer-section-2 .footer-top .footer-widget .social-area .social-list li {
    display: block;
    text-align: center
}

.footer-section-2 .footer-top .footer-widget .social-area .social-list li a i {
    color: var(--text-color);
    transition: .5s
}

.footer-section-2 .footer-top .footer-widget .social-area .social-list li a svg {
    fill: var(--text-color);
    transition: .5s
}

.footer-section-2 .footer-top .footer-widget .social-area .social-list li a span {
    color: var(--text-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: block;
    padding-top: 2px;
    transition: .5s
}

.footer-section-2 .footer-top .footer-widget .social-area .social-list li:hover a i {
    color: var(--primary-color1)
}

.footer-section-2 .footer-top .footer-widget .social-area .social-list li:hover a svg {
    fill: var(--primary-color1)
}

.footer-section-2 .footer-top .footer-widget .social-area .social-list li:hover a span {
    color: var(--primary-color1)
}

.footer-section-2 .footer-top .footer-logo-area {
    position: relative
}

.footer-section-2 .footer-top .footer-logo-area .logo-bg .light {
    display: block
}

.footer-section-2 .footer-top .footer-logo-area .logo-bg .dark {
    display: none
}

.footer-section-2 .footer-top .footer-logo-area .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section-2 .footer-top .footer-logo-area .logo img {
        width: 85px
    }
}

.footer-section-2 .footer-top .footer-logo-area .logo .light {
    display: block
}

.footer-section-2 .footer-top .footer-logo-area .logo .dark {
    display: none
}

.footer-section-2 .contact-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.footer-section-2 .contact-area .hotline-area {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-section-2 .contact-area .hotline-area .icon {
    position: relative
}

.footer-section-2 .contact-area .hotline-area .icon svg {
    fill: var(--primary-color1)
}

.footer-section-2 .contact-area .hotline-area .content span {
    color: var(--primary-color1);
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 7px
}

.footer-section-2 .contact-area .hotline-area .content h6 {
    margin-bottom: 0
}

.footer-section-2 .contact-area .hotline-area .content h6 a {
    color: var(--text-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .54px;
    transition: .5s
}

.footer-section-2 .contact-area .hotline-area .content h6 a:hover {
    color: var(--primary-color1)
}

.footer-section-2 .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid rgba(var(--title-color-opc), 0.1)
}

@media (max-width: 991px) {
    .footer-section-2 .footer-bottom {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center
    }
}

.footer-section-2 .footer-bottom .copyright-area p {
    color: var(--text-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0
}

.footer-section-2 .footer-bottom .copyright-area p a {
    color: var(--text-color);
    font-weight: 700;
    transition: .5s
}

.footer-section-2 .footer-bottom .copyright-area p a:hover {
    color: var(--primary-color1)
}

.footer-section-2 .footer-bottom .footer-bottom-right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    flex-wrap: wrap;
    line-height: 1
}

@media (max-width: 991px) {
    .footer-section-2 .footer-bottom .footer-bottom-right ul {
        gap: 30px
    }
}

@media (max-width: 576px) {
    .footer-section-2 .footer-bottom .footer-bottom-right ul {
        gap: 20px;
        justify-content: center
    }
}

.footer-section-2 .footer-bottom .footer-bottom-right ul li a {
    color: var(--text-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .3px;
    transition: .5s
}

.footer-section-2 .footer-bottom .footer-bottom-right ul li a:hover {
    color: var(--primary-color1)
}

.footer-section-2.style-2 {
    background-image: linear-gradient(180deg, rgba(169, 213, 255, 0) 74.5%, rgba(169, 213, 255, 0.13) 100%);
    background-color: #d8ecff
}

.footer-section-2.style-2 .footer-top {
    padding: 100px 0
}

@media (max-width: 1199px) {
    .footer-section-2.style-2 .footer-top {
        padding: 90px 0
    }
}

@media (max-width: 767px) {
    .footer-section-2.style-2 .footer-top {
        padding: 70px 0
    }
}

.footer-section-2.style-2 .footer-top .footer-widget .widget-title h4 {
    font-size: 25px;
    font-weight: 600
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section-2.style-2 .footer-top .footer-widget .widget-title h4 {
        font-size: 20px;
        font-weight: 700
    }
}

@media (max-width: 767px) {
    .footer-section-2.style-2 .footer-top .footer-widget .rating-area {
        flex-wrap: wrap;
        gap: 20px
    }
}

@media (max-width: 767px) {
    .footer-section-2.style-2 .footer-top .footer-widget .rating-area .single-rating::before {
        display: none
    }
}

.footer-section-2.style-3 {
    background-image: url(../img/home3/home3-footer-bg.png), linear-gradient(180deg, #0A0A0A 0%, #0A0A0A 100%);
    background-size: cover;
    background-repeat: no-repeat
}

.footer-section-2.style-3 .footer-top {
    padding: 100px 0
}

@media (max-width: 1199px) {
    .footer-section-2.style-3 .footer-top {
        padding: 90px 0
    }
}

@media (max-width: 767px) {
    .footer-section-2.style-3 .footer-top {
        padding: 70px 0
    }
}

.footer-section-2.style-3 .footer-top .footer-widget .widget-title h4 {
    color: var(--white-color);
    font-size: 25px;
    font-weight: 600
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section-2.style-3 .footer-top .footer-widget .widget-title h4 {
        font-size: 20px;
        font-weight: 700
    }
}

.footer-section-2.style-3 .footer-top .footer-widget .widget-title h4::after {
    background: linear-gradient(90deg, #0B0C0C 0.01%, #FFF 0.02%, rgba(255, 255, 255, 0) 102.8%);
    opacity: .4
}

.footer-section-2.style-3 .footer-top .footer-widget .content p {
    color: rgba(255, 255, 255, .6)
}

.footer-section-2.style-3 .footer-top .footer-widget .menu-container .widget-list li a {
    color: rgba(255, 255, 255, .6)
}

.footer-section-2.style-3 .footer-top .footer-widget .menu-container .widget-list li a:hover {
    color: var(--primary-color1)
}

@media (max-width: 767px) {
    .footer-section-2.style-3 .footer-top .footer-widget .rating-area {
        flex-wrap: wrap;
        gap: 20px
    }
}

.footer-section-2.style-3 .footer-top .footer-widget .rating-area .single-rating .review span, .footer-section-2.style-3 .footer-top .footer-widget .rating-area .single-rating .rating span {
    color: rgba(255, 255, 255, .5);
    font-weight: 300
}

@media (max-width: 767px) {
    .footer-section-2.style-3 .footer-top .footer-widget .rating-area .single-rating::before {
        display: none
    }
}

.footer-section-2.style-3 .footer-top .footer-widget .subscribe-area h4 {
    color: var(--white-color)
}

.footer-section-2.style-3 .footer-top .footer-widget .subscribe-area .subscribe-form-wrap .form-check .form-check-label {
    color: rgba(255, 255, 255, .6)
}

.footer-section-2.style-3 .footer-top .footer-widget .social-area h6 {
    color: var(--white-color)
}

.footer-section-2.style-3 .footer-top .footer-widget .social-area .social-list li a i {
    color: var(--white-color)
}

.footer-section-2.style-3 .footer-top .footer-widget .social-area .social-list li a svg {
    fill: var(--white-color)
}

.footer-section-2.style-3 .footer-top .footer-widget .social-area .social-list li a span {
    color: var(--white-color)
}

.footer-section-2.style-3 .footer-top .footer-widget .social-area .social-list li:hover a i {
    color: var(--primary-color1)
}

.footer-section-2.style-3 .footer-top .footer-widget .social-area .social-list li:hover a svg {
    fill: var(--primary-color1)
}

.footer-section-2.style-3 .footer-top .footer-widget .social-area .social-list li:hover a span {
    color: var(--primary-color1)
}

.footer-section-2.style-3 .contact-area .hotline-area .content h6 a {
    color: rgba(255, 255, 255, .6)
}

.footer-section-2.style-3 .contact-area .hotline-area .content h6 a:hover {
    color: var(--primary-color1)
}

.footer-section-2.style-3 .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-section-2.style-3 .footer-bottom .copyright-area p {
    color: rgba(255, 255, 255, .6)
}

.footer-section-2.style-3 .footer-bottom .copyright-area p a {
    color: rgba(255, 255, 255, .6)
}

.footer-section-2.style-3 .footer-bottom .footer-bottom-right ul li a {
    color: rgba(255, 255, 255, .6)
}

.footer-section-2.style-3 .footer-bottom .footer-bottom-right ul li a:hover {
    color: var(--primary-color1)
}

.certified-logo{
    max-width: 100px;
}

.btn-inquiry{
    color: white;
    padding-top: 8px ;
    padding-bottom: 8px;
    &:hover{
        color: var(--primary-color1) !important;
        svg{
            fill: var(--primary-color1) !important;
            transition: ease-in-out .3ms;
        }
    }
}
.btn-inquiry>svg{
    fill: white;
}

.cms-tabs-heading{
    background: var(--primary-color1);
    color: white;
    padding: 4px 6px;
}
.cms-tabs-body{
    background: rgba(21, 32, 72, 0.1);

}

.cms-tabs-body ul li {
    list-style: none;
    color: var(--primary-color1);
    border-bottom: 1px solid #afafaf;
    padding: 8px 12px;
}
.cms-tabs-body ul li a {
 font-size: 18px;
    color: var(--primary-color1);
}
.cms-tabs-body ul li a:hover{
    color: var(--primary-color2);
}
.cms-tabs-body ul li a.active{
    color: var(--primary-color2);
}
.call-to-action{
    text-align: center;
    padding: 48px 0;
    background: var(--primary-color1);
}
.call-to-action h2{
    color: white;
    font-size: 40px;
    margin-bottom: 32px;
}

.button-1{
    font-size: 16px;
    padding: 16px 24px;
}

.button-2{
    font-size: 16px;
    padding: 16px 24px;
    background: var(--primary-color2) !important;
}
.button-3{
    font-size: 22px;
    padding: 16px 24px;
    background: var(--primary-color1) !important;
}

.bg-main{
    background: var(--primary-color1);
    color: white;
}

.pt-50{
    padding-top: 50px !important;
}

.notice-title{
    font-size: 2rem;
    margin-bottom: 20px;
}
.form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
