@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); /*--------------------------------------------------------------# General--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 20px;
}
a {
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}
p {
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #000000;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-arrow.slick-disabled {
    opacity: 0.2;
}
.slick-slide {
    padding: 0 15px;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 7px;
    line-height: 0;
    border: none;
    background-color: #06425a8c;
    transition: all ease 0.4s;
    position: relative;
}
li.slick-active button {
    background: #06425a;
}
ul.slick-dots li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.slick-dots {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
    border: 2px solid #06425a;
} /*--------------------------------------------------------------# Sections & Section Header--------------------------------------------------------------*/
section {
    padding: 70px 0;
    overflow: hidden;
}
.btn_bx {
    margin-top: 50px;
}
.section-title h2 span {
    color: #06425a;
}
.section-title h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 10px;
    background-color: #11b4f5;
    padding: 5px 15px;
}
.section-title h2,
.section-title h1 {
    font-size: 35px;
    color: #000000;
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
}
.common-btn {
    display: inline-block;
    border: 1px solid #06425a;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.4s;
    padding: 8px 16px;
    background-color: #06425a;
}
.common-btn:hover {
    color: #000000;
    background-color: #11b4f5;
    border-color: #11b4f5;
}
.black-btn {
    display: inline-block;
    border: 1px solid #000000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    white-space: nowrap;
    background: #000000;
    transition: 0.4s;
    padding: 8px 16px;
}
.black-btn:hover {
    color: #fff;
    background-color: #06425a;
    border-color: #06425a;
} 
.yellow-btn {
    display: inline-block;
    border: 1px solid #11b4f5;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    white-space: nowrap;
    background: #11b4f5;
    transition: 0.4s;
    padding: 8px 16px;
}
.yellow-btn:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
} 
/*-------------------------------------------------------------- # 
call-buton Css
--------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
    z-index: 999;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    background: #11b4f5;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    box-sizing: border-box;
    color: #000000;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.call-buton .cc-calto-action-ripple img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: 30px;
    filter: invert(1);
}
.call-buton .cc-calto-action-ripple:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(242, 215, 1, 0.2), 0 0 0 0 rgba(242, 215, 1, 0.2), 0 0 0 5px rgba(242, 215, 1, 0.2), 0 0 0 10px rgba(242, 215, 1, 0.2);
        box-shadow: 0 4px 10px rgba(242, 215, 1, 0.2), 0 0 0 0 rgba(242, 215, 1, 0.2), 0 0 0 5px rgba(242, 215, 1, 0.2), 0 0 0 10px rgba(242, 215, 1, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(242, 215, 1, 0.2), 0 0 0 5px rgba(242, 215, 1, 0.2), 0 0 0 10px rgba(242, 215, 1, 0.2), 0 0 0 20px rgba(242, 215, 1, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(242, 215, 1, 0.2), 0 0 0 10px rgba(242, 215, 1, 0.2), 0 0 0 20px rgba(242, 215, 1, 0);
    }
}
@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(242, 215, 1, 0.2), 0 0 0 0 rgba(242, 215, 1, 0.2), 0 0 0 5px rgba(242, 215, 1, 0.2), 0 0 0 10px rgba(242, 215, 1, 0.2);
        box-shadow: 0 4px 10px rgba(242, 215, 1, 0.2), 0 0 0 0 rgba(242, 215, 1, 0.2), 0 0 0 5px rgba(242, 215, 1, 0.2), 0 0 0 10px rgba(242, 215, 1, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(242, 215, 1, 0.2), 0 0 0 5px rgba(242, 215, 1, 0.2), 0 0 0 10px rgba(242, 215, 1, 0.2), 0 0 0 20px rgba(242, 215, 1, 0);
        box-shadow: 0 4px 10px rgba(242, 215, 1, 0.2), 0 0 0 5px rgba(242, 215, 1, 0.2), 0 0 0 10px rgba(242, 215, 1, 0.2), 0 0 0 20px rgba(242, 215, 1, 0);
    }
}
span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
} /*--------------------------------------------------------------# Header--------------------------------------------------------------*/
.header.sticky .logo-bx a {
    max-width: 100px;
    top: 20px;
}
.top-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.call-text {
    display: flex;
    gap: 5px;
}
.call-text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
/* .quick-access-bar a span {
    animation: blinker 3s linear infinite;
} */
.iti__arrow {
    border-top: var(--iti-arrow-height) solid #ffffff !important;
}
.iti.iti--allow-dropdown {
    display: block !important;
}
.top-address a {
    color: #ffffff;
    font-weight: 600;
    margin-right: 0;
    font-size: 16px;
    /* animation: blinker 4s linear infinite; */
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.top-address a i {
    padding-right: 5px;
    color: #ffffff;
}
.top-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-contact p {
    margin-bottom: 0;
    font-weight: 600;
    margin-right: 0;
    font-size: 14px;
}
.top-contact ul li a {
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 14px;
}
.top-contact ul li a:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.top_head_sec {
    padding: 9px;
    background: #06425a;
   /*  animation: bg-change 7s infinite; */
}
@keyframes bg-change {
    0% {
        background-color: #000;
    }
    50% {
        background-color: #11b4f5;
    }
    100% {
        background-color: #06425a;
    }
}
.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    box-shadow: 0 0 11px #1c1a1d3d;
    z-index: 9999;
}
.header.sticky .logo-bx {
    width: 140px;
    height: auto;
    transition: all 0.5s;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #000000;
}
.header {
    z-index: 99;
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    border-bottom: 1px solid #00000026;
    background: #fff;
}
.bottom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
    position: relative;
    gap: 30px;
}
.logo-bx {
    height: auto;
    transition: all 0.5s;
    flex: 0 0 auto;
}
.logo-bx a {
    position: absolute;
    display: inline-block;
    max-width: 110px;
    top: 15px;
    transition: all 0.5s;
}
a.logo img {
    transition: all 0.5s;
    width: 100%;
}
.right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}
.index2 .header {
    background: #000000;
}
.index2 .navbar a,
.index2 .navbar a:focus {
    color: #fff;
}
.index2 .burger-icon span {
    background: #fff;
} /*--------------------------------------------------------------# Desktop Navigation--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .left-bx {
		flex: 0 0 auto;
		align-items: center;
		margin-left: auto;
	}
    .right-bx {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 25px;
        flex: 0 0 auto;
    }
    .navbar {
        padding: 0;
        margin: 0;
    }
    .navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		gap: 40px;
	}
    .navbar > ul > li {
        white-space: nowrap;
        padding: 0;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        white-space: nowrap;
        position: relative;
        width: 100%;
        background: transparent;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000000;
        margin: 3px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }
    .navbar a:hover:before,
    .navbar li:hover > a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        margin: 0;
        padding: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        border: 1px solid #06425a52;
        border-radius: 0;
        min-width: max-content;
        border: 10px solid #06425a8c;
        border-top: 0;
    }
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 14px;
        text-transform: none;
        color: #000000;
        text-transform: uppercase;
        border-bottom: 1px solid #06425a26;
        background: #ffffff;
        text-decoration: none;
        margin: 0;
    }
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: #ffffff;
        background: #06425a;
    }
    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
    .dropdown-menu::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 20px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #06425a;
    }
    .dropdown-arrow {
        display: inline-block;
        margin-left: 5px;
        border: solid #000000;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        vertical-align: middle;
        margin-bottom: 3px;
    }
    .dropdown-toggle::after {
        display: none;
    }
}
a.phone-btn {
    display: flex;
    color: #06425a;
    gap: 10px;
    font-weight: 600;
}
a.phone-btn img {
    width: auto;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(53%) sepia(47%) saturate(2290%) hue-rotate(165deg) brightness(102%) contrast(92%);
}
/*-------------------------------------------------------------- # 
	Sidebar Css
--------------------------------------------------------------*/
.side_bar_btn {
    display: none;
}
.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: #000000;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}
.side-bar .inner {
    padding: 40px 20px 0 0;
}
@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}
.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.side_bar_menu {
    margin-bottom: 25px;
}
.side_bar_menu ul li a {
    text-align: left;
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    width: 100%;
    background: transparent;
    letter-spacing: 3px;
}
.side_bar_menu ul li a:hover {
    color: #06425a;
}
.side_bar_menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #06425a50;
}
.side_bar_location h4 {
    font-weight: 600;
    color: #160201;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}
.side_bar_address {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #06425a50;
}
.side_bar_address h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}
.side_bar_address p {
    margin: 0;
    color: #ffffff;
}
.side_bar_address a {
    color: #ffffff;
    font-size: 18px;
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #ffffff;
    background-color: #06425a;
    border-color: #06425a;
}
.side-bar button:hover {
    background-color: #06425a;
    border-color: #06425a;
}
.side-bar.show {
    right: 0;
    overflow-y: auto;
}
.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #11b4f5;
    padding: 6px;
    border: 1px solid #11b4f5;
}
.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}
#side_bar_overlay {
    cursor: "";
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}
.burger-icon {
    width: 30px;
    cursor: pointer;
}
.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #ffffff;
    transition: all 400ms ease-in-out;
    margin-left: auto;
}
.burger-icon span:nth-child(1) {
}
.burger-icon span:nth-child(2) {
    width: 100%;
}
.burger-icon span:nth-child(3) {
    width: 58.33333333%;
}
.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}
/* @-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}
@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
} */
.side_bar_cn {
    margin-bottom: 50px;
    text-align: center;
}
.side_bar_cn img {
    max-width: 200px;
} 
.cst_add_menu {
    margin-bottom: 20px;
}
/*-------------------------------------------------------------- # video css--------------------------------------------------------------*/
.video-ban {
    max-height: 88vh;
    padding-top: 154px;
}
.video-ban video {
    width: 100%;
    height: 100%;
    object-fit: cover;
} /*-------------------------------------------------------------- # Banner css--------------------------------------------------------------*/
.ban-head {
    text-align: left;
    position: relative;
    padding: 25px;
    background: rgb(6 66 90 / 78%);
}
.banner-main .slick-arrow.slick-prev {
    left: 1%;
}
.banner-main .slick-arrow.slick-next {
    right: 1%;
}
.ban-head h3 {
    position: relative;
    display: inline-block;
    transition: transform 700ms ease, opacity 700ms ease;
    transform: translateY(-200px);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.banner-main .slick-slide.slick-current.slick-active .ban-head h3 {
    transform: translateY(0px);
}
.ban-head p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-block: 10px 25px;
    transition: transform 700ms ease, opacity 700ms ease;
    transform: translateX(200px);
}
.banner-main .slick-slide.slick-current.slick-active .ban-head p {
    transform: translateX(0px);
}
.ban-head h1, .ban-head h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    color: #fff;
    letter-spacing: 5px;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateX(-200px);
}
.banner-main .slick-slide.slick-current.slick-active .ban-head h1, .banner-main .slick-slide.slick-current.slick-active .ban-head h2 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
}
.ban-head .ban-btn {
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
    margin-top: 30px;
}
.banner-main .slick-slide.slick-current.slick-active .ban-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms;
}
.banner-bottom {
    z-index: 1;
    position: relative;
    overflow: visible;
    background: #ebf6e5;
}
.banner-ic-bx {
    display: flex;
    gap: 15px;
    align-items: center;
}
.banner-ic-img {
    background: #06425a;
    padding: 10px;
}
.banner-ic-cn p {
    margin-bottom: 30px;
    min-height: 72px;
}
.banner-ic-bx h3 {
    font-size: 22px;
    margin: 0;
}
.banner-ic-bx img {
    max-width: 55px;
    filter: invert(1);
}
.banner-ic-cn {
    margin-top: 30px;
}
.banner-bottom-bx {
    box-shadow: 0px 10px 40px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 25px 18px;
    border-top: 2px solid #06425a;
    height: 100%;
}
.banner-bottom-bx.black-ic-bx {
    background: #000;
}
.banner-bottom-bx.black-ic-bx .banner-ic-bx h3 {
    font-size: 22px;
    padding-top: 15px;
    margin: 0;
    color: #ffffff;
}
.banner-bottom-bx.black-ic-bx .banner-ic-cn p {
    margin-bottom: 30px;
    color: #fff;
}
.banner-bottom-bx.black-ic-bx .text-link {
    color: #fff;
}
.banner-main {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background: #06425a;
}
.banner-main .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px;
    left: 0;
    width: 100%;
    gap: 7px;
}
.banner-main .slick-dots button {
    height: 10px;
    width: 10px;
    background: #fff;
    font-size: 0;
    margin: 0 2px;
    border: 0;
}
.banner-main .slick-dots .slick-active button {
    background: #c38360;
    height: 10px;
    width: 10px;
}
.banner-slide {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.banner-main .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.banner-main .banner-image {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    order: 2;
}
.banner-main .banner-image .bg-big {
    width: 100%;
    height: 95vh;
    object-fit: cover;
    display: inline-block;
}
.banner-slider .slick-slide {
    padding: 0;
} 
/* .banner-main .banner-image::before {    position: absolute;    left: 0;    top: 0;    width: 100%;    content: "";    height: 100%;    z-index: 1;    background: #000000;    opacity: 0.6;} */

/* .banner-main .banner-image::after {
    position: absolute;
    height: 100%;
    width: 108%;
    display: inline-block;
    left: 0;
    content: "";
    top: 0;
    background: #000000cc;
} */


 /* .banner-main .banner-image img {    width: 100%;    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);    -webkit-transform: scale(1.2);    transform: scale(1.2);    min-height: 700px;    object-fit: cover;} */ /* .banner-main .slick-active img {    -webkit-transform: scale(1);    transform: scale(1);    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;    animation: cssAnimation 8s 1 ease-in-out forwards;}@keyframes cssAnimation {    from {        -webkit-transform: scale(1) translate(0px);    }    to {        -webkit-transform: scale(1.2) translate(0px);    }}@-webkit-keyframes cssAnimation {    from {        -webkit-transform: scale(1) translate(0px);    }    to {        -webkit-transform: scale(1.1) translate(0px);    }} */
.banner-image-inner img {
    transform: inherit !important;
}
.banner-image-inner img {
    max-height: 650px;
    margin: 0 auto;
}
.banner-main .slick-slide {
    display: block !important;
}
.banner-text {
    position: relative;
    width: 100%;
    z-index: 99;
}
.banner-main .banner-text {
    display: inline-block;
    z-index: 3;
    overflow: hidden;
} /* .banner-main .slick-active .banner-text {    animation: text-move 1s ease-in-out forwards;} */
.banner-img {
    position: absolute;
    top: 140%;
    right: 0;
    text-align: center;
    z-index: 99;
    transform: translate(0, -100%);
    left: auto;
    max-width: 80%;
}
.banner-main .slick-active .slide-left {
    animation: 3s slide-left ease-in-out forwards;
} /* @keyframes slide-left {    0% {        margin-left: 100%;    }    100% {        margin-left: 0%;    }} */
@keyframes text-move {
    0% {
        transform: scale(1) translateY(100%);
    }
    100% {
        transform: scale(1) translateY(-50%);
    }
} /*--------------------------------------------------------------# About Section--------------------------------------------------------------*/
.section-title {
    margin-bottom: 25px;
}
.about-cn-bx p {
    margin-bottom: 20px;
}
.ab-3-img.ani-fl1 {
    margin-top: 45px;
}
.about-cn-bx p a {
    color: #06425a;
}
.about-sec .right_cn p {
    margin-bottom: 15px;
}
.about-sec {
    background: #ffffff;
}
.ab-ic img {
    max-height: 70px;
    filter: brightness(0) saturate(100%) invert(48%) sepia(27%) saturate(2141%) hue-rotate(59deg) brightness(95%) contrast(103%);
}
.ab-cn p {
    margin: 0;
}
.ab-main:hover .ab-cn h3 {
    color: #fff;
}
.ab-main:hover .ab-cn p {
    color: #fff;
}
.ab-main {
    padding: 2.4em 1em;
    background-color: #f2e9d3;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 70px;
}
.ab-bx {
    position: relative;
    padding-right: 53px;
}
.ab-stat h3 {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 45px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.about-cn-bx {
    padding-left: 40px;
}
.about-cn-bx ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.about-cn-bx ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}
.about-cn-bx ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100px;
    background: #11b4f5;
    border: 3px solid #06425a;
    position: absolute;
    left: 0;
    top: 5px;
}
.ab-stat {
    position: absolute;
    bottom: 0;
    background: #06425a;
    border: 15px solid #fff;
    right: 0;
    width: 250px;
    text-align: center;
    padding: 25px;
	display:none;
}
.ab-stat p {
    font-size: 19px;
    color: #fff;
    margin: 0;
} /*-------------------------------------------------------------- # Blog detail section css--------------------------------------------------------------*/
.press-inner {
    background: #f9f9f9;
}
.press-cn h1 {
    font-size: 32px;
    margin-bottom: 20px;
}
.press-cn p {
    margin-bottom: 20px;
}
.press-cn .row img {
    margin-bottom: 20px;
}
.dots_li {
    color: #000;
    position: relative;
    font-weight: 600;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dots_li li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}
.dots_li li:before {
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    top: 1px;
    border: 2px solid #000000;
    display: inline-block;
    position: absolute;
    border-radius: 100px;
}
.dots_li li:after {
    content: "";
    height: 10px;
    width: 10px;
    left: 5px;
    top: 6px;
    background-color: #000000;
    position: absolute;
    border-radius: 100px;
}
.press-imgs {
    width: 100%;
    margin-top: 50px;
}
.press-img-bx {
    height: 400px;
    margin-bottom: 25px;
}
.press-img-bx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.press-cn p a {
    font-weight: 600;
    color: #000000;
} 
#getaquote .modal-header {
    position: absolute;
    right: 0;
    border: none;
    background-color: #ffffff;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}
#getaquote button.btn-close {
    margin: 0 !important;
    padding: 0;
    font-size: 14px;
}
#getaquote .form-btns button.black-btn {
    background: #11b4f5;
}
#getaquote  .contact-form-bx .contact-form-bx .section-title{
	margin-bottom:25px;
}

.contact-form-bx input::-webkit-input-placeholder,
.contact-form-bx textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.contact-form-bx input::-moz-placeholder,
.contact-form-bx textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 1; 
  contentReference[oaicite:1]{index=1}
}
.error {
    background: red;
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
    text-transform: capitalize;
    display: block;
}
.cptch-sect .g-recaptcha {
    max-height: 60px;
}
.contact-form-bx input:-moz-placeholder,
.contact-form-bx textarea:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

#getaquote   .contact-form-bx input:-ms-input-placeholder,
#getaquote  .contact-form-bx textarea:-ms-input-placeholder {
  color: #fff !important;
}
#getaquote .contact-form-bx .section-title {
    margin-bottom: 25px;
}





/*** 

====================================================================
  mega menu section
====================================================================

***/

.main_menu>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
}

.main_menu ul li {
    position: static !important;
}

.main_menu ul li ul {
    width: 200px;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
    padding: 10px 25px;
    font-size: 15px;
}

.main_menu ul li ul li a i {
    float: right;
}

.main_menu ul li ul li ul {
    left: 100%;
    top: 0;
}

.mega_menu_dropdown {
    position: static !important;
}

.mega_menu {
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    box-shadow: 0px 0 5px 1px rgb(91 86 86 / 75%);
    position: absolute;
    align-items: flex-start;
}

.mega_menu_2 .mega_menu:before {
    display: block;
    background: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #06425a;
    position: absolute;
    top: -12px;
    left: 37%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mega_menu_2 .mega_menu.arrow_2:before {
    left: 36%;
}

.mega_menu_2 .mega_menu.arrow_3:before {
    left: 76%;
}

.mega_menu_item {
    width: 100%;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
}
.mega_menu_item h3{
    width: 100%;
    flex:0 0 100%;
}
.mega_menu_item a {
    width: 50%;
    flex: 0 0 50%;
    margin: 0 !important;
}
.main_menu ul li .mega_menu_item a {
    padding: 10px 0;
    color: #000;
    text-align: left;
    transition: 0.3s;
    position: relative;
}

.main_menu ul li .mega_menu_item a:hover:after {
    width: 100%;
}

.main_menu ul li .mega_menu_item a:hover {
    color: #06425a;
}

.mega_menu_item h3 {
    margin-bottom: 15px;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    color: #000000;
    border-bottom: 1px solid rgb(60 162 0 / 50%);
    padding-bottom: 10px;
    width: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.mega_menu_img {
    max-height: 290px;
}

.mega_menu_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega_menu_2 .mega_menu {
    width: 100%;
    border-top: 3px solid #06425a;
    min-width: 750px;
}

@media (min-width: 768px) {
    .main_menu ul li:hover>.mega_menu {
        visibility: visible;
        opacity: 1;
        margin-top: 20px;
        z-index: 99;
    }
    .main_menu ul li .mega_menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }
}

/*-------------------------------------------------------------- # 
parallax section css
--------------------------------------------------------------*/
.parallax-section {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.section-title.text-white h2 {
    color: #fff;
}
.bg-light-blue {
    background-color: #ebf6e5;
} 
.hero-content .section-title h1 {
    color: #06425a;
    padding-bottom: 15px;
    position: relative;
}
.hero-content.text-center .section-title h1:after{
	right: 0;
    left: 0;
    margin-inline: auto;
}
.hero-content .section-title h1:after {
    content: '';
    background: #06425a;
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
/* =====================================# 
	Service Css
===================================== */
.service-section {
    position: relative;
}
/* .service-section:before {
    width: 40rem;
    height: 40rem;
    background: #ffffff;
    content: "";
    position: absolute;
    top: 0;
    left: -21%;
    border-radius: 100%;
    z-index: 1;
    opacity: 0.1;
} */
.service-section:after {
    width: 100%;
    height: 100%;
    background: #06425a;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.service-cn {
    position: relative;
    padding-bottom: 100px;
    padding-top: 0;
}
.ser-img {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin-inline: auto;
    max-width: 495px;
    top: 0;
}
.ser-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.service-head {
    padding-bottom: 50px;
    text-align: center;
    max-width: 550px;
    margin-inline: auto;
}
.service-head .btn-bx {
    margin-top: 20px;
}
.service-head p {
    color: #fff;
    margin: 0;
}
.service-image {
    padding-right: 50px;
}
.service-list ul {
    display: grid;
    grid-template-columns: 25% 25%;
    justify-content: space-between;
}
.service-list ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    text-align: left;
    height: 90px;
    border-bottom: 1px solid #06425a3b;
    position: relative;
    cursor: pointer;
}
.service-list ul li:after {
    content: "";
    background: #06425a;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    transition: all 0.5s;
    opacity: 0.2;
    pointer-events: none;
}
.service-list ul li:hover:after {
    width: 100%;
}
.service-ic {
    text-align: center;
}
.service-section .container {
    position: relative;
    z-index: 1;
}
.service-list ul li span {
    color: #06425a;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    flex: calc(100% - 90px);
    text-align: left;
    max-width: 100%;
    margin-inline: auto;
    position: relative;
    padding-left: 35px;
    padding-block: 31px;
    display: flex;
    align-items: center;
}
.service-list ul li span:before {
    content: "";
    background: #06425a;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 25px;
    border: 5px solid #000000;
    outline: 2px solid #06425a;
    position: absolute;
    left: 8px;
    top: 36px;
}
.service-list ul li img {
    max-width: 100px;
    filter: invert(1);
    display: none;
}
.services-bx {
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px -7px 16px 8px rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 15px;
}
.service-section .section-title {
    margin-bottom: 0;
}
.service-head .service-cn p {
    color: #fff;
    text-align: left;
    max-width: 750px;
    margin-inline: auto;
    margin-bottom: 30px;
}
.service-head .section-title h2 {
    margin: 0;
}
.services-cn .section-title h2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.services-cn .section-title h2::after {
    content: "";
    background: #06425a;
    width: 99px;
    display: inline-block;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.services-cn p {
    margin-bottom: 15px;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
}
.service-tab-cn .slick-slide.slick-current.slick-active .services-cn p {
    opacity: 1;
    transform: translateY(0px);
}
.services-cn .text-link {
    margin-bottom: 50px;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
}
.service-tab-cn .slick-slide.slick-current.slick-active .services-cn .text-link {
    opacity: 1;
    transform: translateY(0px);
}
.services-cn {
    padding: 0 50px;
    border-left: 2px solid #06425a;
}
.services-img-cn {
    width: 100%;
    padding: 25px;
    text-align: left;
    margin-inline: auto;
    z-index: 1;
    position: relative;
}
.services-img-cn h3 {
    font-size: 18px;
    display: block;
    color: #000000;
    line-height: 1.5;
    text-transform: capitalize;
    min-height: 54px;
}
.services-img {
    text-align: center;
}
.services-img img {
    height: 250px;
    margin-inline: auto;
    width: 100%;
    object-fit: cover;
}
.services-img-bx p {
    color: #000000;
    text-align: left;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
    display: none;
}
.text-link {
    display: inline-block;
    color: #06425a;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-bottom: 3px;
}
.text-link:after {
    content: "";
    background: #06425a;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}
.text-link:hover{
	color: #06425a;
}
.services-cn {
    padding: 0 50px;
}
.service-tab ul li {
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}
.service-tab ul .slick-slide.slick-current.slick-center li {
    color: #06425a;
}
.services-img-cn .section-title h2 {
    z-index: 1;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.service-tab-cn .slick-slide.slick-current.slick-active .services-img {
    opacity: 1;
    transform: translateX(0px);
}
.service-section .services-img-cn .section-title {
    margin-bottom: 0;
}
.service-tab .slick-list {
    transform: none !important;
}
.btn-bx {
    margin-top: 50px;
}
.ser-img img {
    border-radius: 8px;
    transition: opacity 0.4s ease;
}
.service-list ul li {
    cursor: pointer;
    transition: background-color 0.2s ease;
} /*-------------------------------------------------------------- # cta Css--------------------------------------------------------------*/
.cta-section {
    background-image: url(../../assets/images/02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}
.cta-head {
    text-align: left;
    max-width: 750px;
    background: #06425a;
    width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 25px;
}
.cta-head .section-title h3 {
    color: #fff;
    justify-content: flex-start;
}
.cta-head .btn-bx a {
    color: #fff;
}
.cta-head .btn-bx a:after {
    border-color: #fff;
}
.cta-head p {
    margin: 0;
}
.cta-section .btn-bx {
    margin-top: 0;
}
.cta-head .section-title p {
    margin-top: 15px;
}
.cta-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cta-head-2 {
    text-align: center;
    max-width: 800px;
    margin-inline: auto;
}
.cta-head-2 .btn-bx {
    margin-top: 25px;
}
.cta-section-3 {
    position: relative;
}
.cta-head-3 {
    text-align: left;
    margin-inline: auto;
    position: relative;
    margin-left: 50px;
}
.cta-head-3 .btn-bx {
    margin-top: 25px;
} /*-------------------------------------------------------------- # stat--------------------------------------------------------------*/
.stat-sec {
    background: #06425a;
}
.stat-head {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
}
.stat-bx {
    text-align: center;
}
.stat-bx h3 {
    font-size: 65px;
    color: #fff;
    margin: 0;
}
.stat-bx p {
    font-size: 20px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}
.marquee-slider img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
} /* =====================================# choose===================================== */
.choose-sec {
    background: #f2f2f2;
}
.choose-cn-bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.choose-head {
    margin-bottom: 0;
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
}
.choose-head .section-title {
    margin-bottom: 15px;
}
.choose-image {
    height: 100%;
}
.choose-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.choose-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 20px;
    margin-top: 40px;
}
.choose-ic-bx {
    width: 85px;
    height: 85px;
    background: #11b4f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 5px solid #ebf6e5;
    flex: 0 0 85px;
}
.choose-ic-bx img {
    height: 40px;
    filter: invert(1);
}
.choose-bx {
    border: 1px solid #06425a;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    transition: all 0.5s;
    flex-direction: column;
    text-align: center;
}
.choose-bx:hover .choose-ic-cn p {
    color: #fff;
}
.choose-bx:hover {
    background: #06425a;
    transform: translate(0px, -9px);
}
.choose-bx:hover .choose-ic-cn h3 {
    color: #fff;
}
.choose-ic-cn h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #06425a;
}
.choose-ic-cn p {
    margin: 0;
}
.choose-sec {
    position: relative;
}
.choose-img-bx {
    text-align: center;
}
.choose-img-bx img {
    height: auto;
    max-width: 68%;
    margin-inline: auto;
}
.choose-sec .container {
    max-width: 1400px;
    position: relative;
    z-index: 1;
} 
/*-------------------------------------------------------------- # 
testimonials Css
--------------------------------------------------------------*/
.testimonials-slider-inner .testimonials-head {
    align-items: flex-start;
    justify-content: flex-start;
}
.testimonials-slider-inner .testimonials-item-wrap {
    background: #fff;
    margin-bottom: 0;
    padding: 25px;
}
.testimonials-slider-inner .testimonials-item-desc {
    text-align: left;
}
.testimonials-slider-inner .testimonials-item {
    background: #fff;
    margin-bottom: 25px;
    padding: 25px;
}
.testimonials-slider-inner .testimonials-box-author {
    text-align: left;
}
.testimonials-new {
    position: relative;
    background: #f0f7fb;
    display: none;
}
.testimonials-new .container {
    position: relative;
    z-index: 1;
}
.testimonials-new .testimonials-item {
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.testimonials-new .testimonials-item .testimonials-item-wrap {
    z-index: 1;
    position: relative;
    display: block; /* background: #ffffff; */
    padding: 0; /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08); */
}
.testimonials-body {
    text-align: center;
}
.testimonials-head {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials-new .btn_bx {
    text-align: center;
    margin-top: 50px;
}
.testimonials-new .slick-list.draggable {
    padding: 0;
}
.testimonials-new .section-title {
    margin-bottom: 50px;
}
.testimonials-new .slick-arrow.slick-prev {
    left: 0;
}
.testimonials-new .slick-arrow.slick-next {
    right: 0;
}
.goggle-img {
    background: rgb(255 255 255);
    border-radius: 0;
    padding: 15px;
    width: 65px;
    height: 65px;
    display: none;
}
.testimonials-box-author {
    padding-top: 20px;
    border-top: 1px solid #313d3d29;
    margin-top: 20px;
}
.testimonials-slider {
    padding: 0 50px;
    max-width: 950px;
    margin-inline: auto;
}
.testimonials-auther-content h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #06425a;
} /* .testimonials-body {    border: 1px solid #313d3d29;    padding: 15px;} */
.testimonials-new .pbmit-featured-wrapper {
    width: 80px;
}
.testimonials-new .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.testimonials-new .testimonials-auther-content {
    margin-left: 0;
}
.testimonials-new .slick-initialized .slick-slide {
    padding: 0 15px;
}
.testimonials-new p {
    line-height: 30px;
    margin-top: 10px;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.testimonials-slider-new .slick-track {
    padding-top: 15px;
}
.testimonials-new .testimonials-star-ratings {
    color: #eab923;
}
.testimonials-new .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 26px;
    font-weight: 600 !important;
    font-style: italic !important;
    letter-spacing: -0.25px;
} /* =====================================# blog===================================== */
.blog-head .section-title {
    margin-bottom: 25px;
}
.insuran_accepted .btn-bx {
    margin-top: 25px;
}
.blog-img img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.blog-img {
    margin-bottom: 15px;
}
.blog-cn h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-main {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    gap: 15px;
    justify-content: space-between;
}
.blog-main .blog-bx .text-link {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 3px;
}
.blog-main .blog-bx .text-link:before {
    content: "";
    background: #000000;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
} /* =====================================# cta===================================== */
.cta-section-4 {
    padding: 0;
    overflow: visible;
    background: #06425a;
    display: none;
}
.cta-section-4 .cta-head-4 .btn-bx {
    margin-top: 25px;
}
.cta-section-4 .cta-main-4 {
    display: grid;
    grid-template-columns: 40% calc(60% - 50px);
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-inline: auto;
}
.cta-section-4 .cta-head-4 {
    padding: 60px 0;
}
.cta-section-4 .cta-img-4 {
    margin-top: -47px;
    position: relative;
}
.cta-section-4 .cta-head-4 .section-title h2 {
    margin-bottom: 20px;
}
.gallery_slider {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0;
}
.area-we-serve .section-title {
    max-width: 650px;
    margin-inline: auto;
}
.area-we-serve {
    background: #f9f9f9;
}
.area-head .btn-bx {
    margin-top: 25px;
}
.areas-slider-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
}
.areas-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.area-name p {
    background: #fff;
    padding: 24px 12px;
    text-align: center;
    font-size: 20px;
    margin: 0;
    border-radius: 15px;
    transition: all 0.5s;
    border: 1px solid #06425a21;
}
.area-name p:hover {
    background: #06425a;
    color: #fff;
    transform: translate(0px, -10px);
} /* =====================================# Contact us===================================== */
.inner-banner {
    padding: 0;
    position: relative;
}
.inner-ban-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    max-height: 250px;
}
.inner-ban-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.inner-ban-cn {
    position: relative;
    z-index: 2;
}
.inner-ban-cn .section-title {
    margin: 0;
}
.inner-ban-cn {
    position: relative;
    z-index: 1;
    padding: 97px 0;
}
.inner-ban-img:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.section-title.text-white h1 {
    color: #fff;
}
.contact-form-bx {
    background: #06425a;
    padding: 35px;
}
.contact-form-bx .form-control {
    height: 45px;
    background: transparent;
    color: #fff;
    border-color: #ffffff26;
}
.contact-form-bx .section-title {
    margin: 0;
}
.contact-form-bx .section-title h2 {
    margin-bottom: 5px;
}
.contact-form-bx textarea.form-control {
    height: auto;
}
.contact-form-address {
    background-color: #ffffff;
    box-shadow: 0px 0px 23px -1px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px;
    height: 100%;
}
.contact-form-address .section-title {
    margin-bottom: 15px;
}
.contact-form-bx .form-group label {
    color: #fff;
    display: block;
    margin: 15px 0px 5px 0px;
    font-size: 16px;
    font-weight: 500;
}
.limit-bx {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
    color: #fff;
    font-size: 14px;
    flex-wrap: wrap;
}
.find-box {
    display: flex;
}
.fd-icon {
    flex: 0 0 75px;
    background: #06425a;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fd-icon img {
    filter: invert(1);
    width: 40px;
}
.find-box {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #06425a1f;
}
.find-box .fd-detail h5 {
    font-size: 20px;
    margin-bottom: 5px;
}
.find-box .fd-detail p {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
}
.find-box .fd-detail p a {
    color: #06425a;
}
.contact-map-bx {
    height: 450px;
}
.form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

 /* =====================================# cta 2===================================== */
.cta-section2 {
    text-align: center;
}
.cta-section2 .section-title h2 {
    margin-bottom: 15px;
}
.cta-section2 .inner-text-bx {
    max-width: 950px;
    margin-inline: auto;
}
.parallax-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    align-items: center;
    min-height: 550px;
}
.parallax-section .inner-bx {
    padding: 25px;
    background: #fff;
    width: 100%;
    max-width: 580px;
    border-bottom: 2px solid #06425a;
}
.common-list-style li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
    padding-left: 24px;
}
.common-list-style li::before {
    height: 11px;
    width: 11px;
    background-color: #06425a;
    position: absolute;
    content: "";
    left: 4px;
    top: 7px;
    border-radius: 100px;
    outline: 2px solid #06425a;
    outline-offset: 2px;
} /* =====================================# Footer===================================== */
.workimg_hours li span {
    font-size: 16px;
    width: 50%;
}
.workimg_hours .footer-widget li {
    display: flex;
    justify-content: space-between;
}
.footer-section {
    position: relative;
    background-image: url(https://alburywodongaecoclean.com.au/wp-content/uploads/2025/07/123.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
}
.footer-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;
}
.footer-cta {
    border-bottom: 1px solid hsl(0deg 0% 100% / 62%);
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}
.social_icons .cus-social_white {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}
.social_icons .cus-social_white li a {
    border: 1px solid #fff;
    font-size: 16px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    text-align: center;
    color: #06425a;
    border-radius: 100%;
}
.social_icons .cus-social_white li {
    border: none;
    margin: 0;
}
.social_icons .cus-social_white li a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #06425a;
}
.single-cta i {
    font-size: 28px;
    width: 75px;
    height: 75px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #06425a;
    border: 2px solid #0e0e0e;
    outline: 2px solid #06425a;
}
.cta-sec {
    background-image: url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}
.cta_bx * {
    color: #fff;
}
.cta-sec:after {
    content: "";
    background: linear-gradient(to bottom, rgb(0 0 0 / 70%) 100%, rgb(0 0 0 / 70%) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    z-index: 0;
}
.cta-cn {
    text-align: center;
}
.cta-cn .btn-bx {
    margin-top: 25px;
}
.cta-cn p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}
.cta-sec .container {
    z-index: 1;
    position: relative;
}
.cta-text {
    padding-left: 0;
    display: inline-block;
}
.cta-text h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
}
.cta-text span {
    color: #fff;
    font-size: 16px;
    display: block;
}
.footer-btn {
    margin-top: 50px;
    text-align: center;
}
.cta-text a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #fff;
}
.cta-text a:hover {
    color: #06425a;
}
.cta_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta_bx .section-title {
    max-width: 600px;
}
.cta_bx .action {
    margin-top: 0;
}
.footer-section ul.social-area li {
    margin: 0;
}
.footer-content {
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-about p {
    color: #fff;
    margin-bottom: 20px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #000;
    line-height: 28px;
}
.footer-social-icon span {
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.footer-social-icon a {
    color: #000;
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.footer-widget-heading h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px;
    font-weight: 700;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #ffffff;
}
.footer-widget ul {
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 2rem;
}
.footer-widget ul li {
    padding-bottom: 0;
    margin-bottom: 20px;
}
.footer-widget ul li p {
    color: #fff;
}
.footer-widget ul li a:not(.common-btn) {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 16px;
}
.footer-widget ul li a:hover:not(.common-btn) {
    color: #11b4f5;
}
.copyright-area {
    padding: 15px 0;
    border-top: 1px solid hsl(0deg 0% 100% / 62%);
    position: relative;
    z-index: 9;
}
.copyright-text p {
    margin: 0;
    color: #fff;
    text-align: center;
}
.copyright-text p a {
    color: #fff;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a {
    color: #fff;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}
.single-cta {
    display: block;
    text-align: left;
    padding: 0;
}
.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: -1;
}
.lines .line:nth-child(1) {
    margin-left: -19%;
}
.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: hsl(0deg 0% 100% / 62%);
    overflow: hidden;
}
.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(19 85 157) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.lines .line:nth-child(2) {
    left: 69%;
}
.lines .line:nth-child(3) {
    left: 72%;
}
@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}
@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a {
    color: #c20933;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}
.footer-section ul.social-area li a {
    color: #ffffff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
}
.footer-section ul.social-area {
    display: flex;
    gap: 15px;
}
.footer-section ul.social-area li a:hover {
    background: #11b4f5;
    border-color: #11b4f5;
    color: #000000;
}
.footer-form-widget {
    padding: 0;
}
.footer-form-widget .section-title {
    margin-bottom: 25px;
}
.form-group input {
    border-radius: 0;
    font-weight: 500;
    height: 45px;
}
.newsletter-bx button.common-btn {
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
}
.footer-form-widget button.theme-btn {
    background-color: #000;
}
.newsletter-bx p {
    color: #fff;
}

.service-tab-cn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.quick-access-bar {
    display: none;
    grid-template-columns: 50% 50%;
    gap: 0px;
    padding: 0px;
    text-align: center;
}
.quick-access-bar a:last-child {
    background: #11b4f5;
}
.quick-access-bar a {
    background: #06425a;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-weight: 400;
}
.form-check.form-check-inline input {
    height: 1.3rem;
}
.contact-form-bx .form-check.form-check-inline label {
    margin-top: 4px;
    padding: 0;
}
.form-check-input:checked {
    background-color: #11b4f5;
    border-color: #11b4f5;
}
.error-section .section-title h2{
    font-size: 5rem;
    color: #06425a;
    text-transform: uppercase;
}
.press-cn h3 {
    background: #06425a0a;
    padding: 15px 15px;
    color: #000000;
    border-left: 5px solid #06425a;
    font-size: 18px;
}
@media (max-width: 1279px) {
	.side_bar_btn {
		display: block;
		background: #11b4f5;
		padding: 7px;
		color: #fff;
	}
    .quick-access-bar {
        display: grid;
    }
    .left-bx,
    .right-bx .phone-btn,
	.right-bx .common-btn,
    .top_head_sec {
        display: none;
    }
    .logo-bx a {
        position: relative;
        top: 0;
        max-width: 130px;
    }
    .logo-bx {
        flex: 0 0 auto;
    }
    .bottom-head {
        padding: 15px 15px;
    }
   .header.sticky .logo-bx a {
		top: 0;
		max-width: 62px;
	}
}
@media (max-width: 991px) {
	.service-tab-cn-2 {
		grid-template-columns: repeat(2, 1fr);
	}
    .banner-bottom-bx {
        margin-bottom: 25px;
        height: auto;
    }
    .service-head {
        flex-direction: column;
    }
    .service-section .section-title {
        margin-bottom: 0;
        max-width: 100%;
    }
    .service-head .service-service-text {
        flex: auto;
        max-width: 100%;
    }
    .choose-list {
        grid-template-columns: 1fr 1fr;
    }
    .area-we-serve-bx ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-widget {
        margin-bottom: 50px;
    }
    .about-cn-bx {
        padding-left: 0;
        margin-top: 50px;
    }
    .hero-section .row {
        flex-direction: column-reverse;
    }
    .hero-content {
        padding-top: 30px;
    }
    .contact-form-address {
		padding: 25px;
		height: 100%;
	}
    .contact-form-bx {
        padding: 25px;
    }
    .inner-ban-cn {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
	.areas-slider-inner {
		grid-template-columns: repeat(2, 1fr);
	}
	.ban-head {
		text-align: left;
		position: relative;
		padding: 0;
		background: transparent;
	}
    .banner-bottom-bx {
        margin-bottom: 25px;
        height: auto;
    }
    .service-head {
        flex-direction: column;
    }
    .service-section .section-title {
        margin-bottom: 0;
        max-width: 100%;
    }
    .service-head .service-service-text {
        flex: auto;
        max-width: 100%;
    }
    .choose-list {
        grid-template-columns: 1fr;
    }
    .area-we-serve-bx ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery_slider {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-widget {
        margin-bottom: 50px;
    }
    .service-tab-cn ul.slick-dots {
        margin-top: 25px;
    }
    .about-cn-bx {
        padding-left: 0;
        margin-top: 50px;
    }
    .stat-head {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .testimonials-new .section-title {
        margin-bottom: 25px;
    }
    .testimonials-new ul.slick-dots {
        margin-top: 25px;
    }
    .cta-section-4 .cta-main-4 {
        grid-template-columns: 100%;
        padding: 30px;
    }
    .cta-section-4 .cta-head-4 {
        padding: 15px 0 0;
    }
    .blog-main {
        grid-template-columns: repeat(1, 100%);
    }
    .footer-content {
        padding-bottom: 0;
    }
    .blog-main {
        gap: 30px;
    }
    section {
        padding: 35px 0;
        overflow: hidden;
    }
    .section-title h2,
    .section-title h1 {
        font-size: 27px;
    }
    .banner-main .banner-image .bg-big {
        height: auto;
    }
    .banner-main .banner-image::after {
        display: none;
    }
    .banner-text {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        background: #06425a;
        padding: 15px;
    }
    .ban-head h1, .ban-head h2 {
        font-size: 30px;
        text-transform: uppercase;
        line-height: inherit;
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .ban-head h3 {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 16px;
        letter-spacing: 0;
    }
	.parallax-section {
		background-attachment: inherit;
		min-height: auto;
	}
}
@media (max-width: 575px) {
	.areas-slider-inner {
		grid-template-columns: repeat(1, 1fr);
	}
	.service-tab-cn-2 {
		grid-template-columns: repeat(1, 1fr);
	}
    .area-we-serve-bx ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .services-img img {
        height: 200px;
    }
    .gallery_slider {
        grid-template-columns: repeat(1, 1fr);
    }
}





.map-areas {
    background: #f2f2f2;
}
.map-outer, .map-footprint-outer, .map-breakdown-outer {
    background: #fff;
    box-shadow: 0 0 9px #b2b2b233;
    padding: 15px;
    height: 100%;
}
.map-footprint-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.map-footprint-outer .section-title h2 {
    font-size: 90px;
    color: #06425a;
}
.map-footprint-outer .section-title h4 {
    font-size: 16px;
}
.map-footprint-outer .section-title h3 {
    font-size: 32px;
}
.map-areas .section-title {
    margin-bottom: 25px;
}
.map-areas .section-title p {
    margin-top: 25px;
    max-width: 950px;
    margin-inline: auto;
}
#map { width: 100%; height: 450px; }


.ndis-list h3 {
    background: #11b4f521;
    padding: 15px;
    font-size: 22px;
    border-left: 5px solid #11b4f5;
}
.ndis-list ul {
    margin-bottom: 30px;
}


.process-bx {
    position: relative;
    overflow: hidden;
    min-width: 250px;
    max-width: 310px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #06425a;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.process-bx *,
.process-bx *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.process-bx figcaption {
  padding: 12% 10% 14%;
}

.process-bx i {
  font-size: 54px;
  color: #fff;
  width: 80px;
  line-height: 80px;
  background-color: #06425a;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 10px;
  text-align: center;
  display: inline-block;
}

.process-bx h3 {
    color: #06425a;
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0;
}

.process-bx p {
    margin: 0;
}

.process-bx .button {
  text-decoration: none;
  color: #777;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.process-bx .button:before {
  background-color: #06425a;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: -1;
  opacity: 0;
}

.process-bx .button:hover {
  color: #fff;
}

.process-bx .button:hover:before {
  top: 0;
  opacity: 1;
}