<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
dl, ol, ul {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Philosopher-BoldItalic.woff2') format('woff2'),
        url('../fonts/Philosopher-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Philosopher-Bold.woff2') format('woff2'),
        url('../fonts/Philosopher-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

ol, ul {
    padding-left: 0;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

a {
    color: #00008b;
    text-decoration: none;
    font-weight: 500;
}

p,
li,
a {
    font-family: 'Poppins';
    font-size: 15px;
    color: #001f33;
    /* line-height: 1.6; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    color: #2e87c1;
/*     line-height: 1.3; */
	font-weight: 600
}


.container {
    max-width: 1230px
}

:root {
      --primary-color: #2e87c1;
    --secondary-color: #2e87c1;
}

.top-info {
    display: flex;
    align-items: center;
    position: relative;
}

.top-info i {
    color: #2e87c1;
    display: grid;
    place-content: center;
    font-size: 21px;
    transition: .4s ease;
}

.top-info>div {
    padding-left: 10px;
}

.top-info a {
    color: #000;
    transition: .4s ease;
}

.top-socail ul {
    display: flex;
    gap: 20px
}

.top-socail ul li a {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background: var(--primary-color);
    font-size: 22px;
    color: #fff;
    transition: .4s ease;
}

.top-bar {
    padding: 0px 0;
    background-color: #f1f1f1;
}


.get-qoute {
    display: flex;
    gap: 10px;
}

ul.menu {
    display: flex;
    /* padding: 0; */
    /* width: 100% !important; */
}

img {
    width: auto;
    max-width: 100%;
    transition: .4s ease
}

.logo img {
    width: 100%;
    height: auto;
    padding: 6px;
}

.bottom-bar {
    background: #2e87c1;
    position: relative;
    height: 54px;
}


ul.menu li {
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    transition: .4s ease;
}


.main-top {
    display: flex;
    gap: 30px;
}

.get-qoute a {
    color: #fff !important;
    padding: 10px 15px;
    background: #2e87c1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: .4s ease;
    cursor: pointer;
}

.get-qoute a i {
    background: #fff;
    color: var(--primary-color);
    padding: 5px 6px;
    border-radius: 100%;
}

.top-info:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 60px;
    background: #ddd;
    right: -15px;
}

.top-info:last-child:after {
    display: none;
}

.web-btn a {
    background: #001f33;
    color: #ffffff;
    padding: 10px 25px;
    text-transform: capitalize;
    cursor: pointer;
    transition: .4s ease;
    border-radius: 30px;
}

.web-btn a:hover {
    background: #001f33;
    color: #fff;
}

.banner-sec {
    position: relative
}

.banner-sec:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, #ffffff, #ffffff42);
    top: 0;
    left: 0;
    opacity: 0;
}

.banner-txt {
       position: absolute;
       top: 50%;
       left: 30%;
       transform: translate(-50%, -50%);
       text-align: left;
       width: 54%;
}

.banner-sec img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top
}

.flex-txt {
    /* display: flex; */
    /* justify-content: left; */
    gap: 10px;
    align-items: center;
    margin-bottom: 15px
}

.flex-txt h4 {
    color: #e34922;
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
}

.banner-txt h2 {
    font-size: 30px;
    color: #2e87c1;
    text-transform: capitalize;
    font-variant: small-caps;
}

.banner-txt h2 span {
    color: var(--secondary-color)
}

.banner-txt p {
    width: 100%;
}

.padd {
    padding: 60px 0
}

.about-sec {
    position: relative;
}

.about-sec:before {
    position: absolute;
    content: "";
    background: url(../imgs/leaf.png);
    width: 300px;
    height: 300px;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.title h2 {
    font-size: 37px;
    color: #2e87c1;
    text-transform: capitalize
}

.ab-img {
    width: 100%;
    position: relative;
}

.ab-1 {
    position: relative;
}

.ab-1 img {
    width: 360px;
    height: 500px;
    border-radius: 8px;
    object-fit: cover;
}

.ab-2 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
    border: 6px solid #001f33;
}

.ab-2 {
    position: absolute;
    bottom: -75px;
    display: none;
}

.ab-box {
    padding: 20px;
	border-radius: 16px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ab-box h4 {
    font-size: 20px;
    margin: 10px 0px;
    color: #fff;
}

.box-1 {
    background: #2e87c1;
}

.box-2 {
    background: #2e87c1;
    margin-top: 30px;
}

.ab-box h4, .ab-box p {
    color: #fff;
}

.ab-txt ul li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0px;
    color: #000;
    font-weight: 500;
}

.ab-txt ul li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../imgs/list-ar.png);
    left: 0;
    background-repeat: no-repeat;
    top: 5px;
}

.service-sec {
    background: #f7f7f7;
    position: relative;
    /* height: 500px; */
    z-index: 999;
}

.service-sec:before {
    position: absolute;
    content: "";
    background: url(../imgs/leaf-2.png);
    width: 300px;
    height: 80%;
    background-size: contain;
    opacity: .2;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: -1;
    animation: float 6s ease-in-out infinite;
}
.service-box.h-auto {
    min-height: 200px;
}

li.menu-item-has-children::after {
    clip-path: polygon(41% 61%, 52% 79%, 91% 0, 100% 0, 51% 100%, 51% 100%, 0 0, 10% 0);
    position: absolute;
    width: 11px;
    height: 6px;
    right: 16px;
    top: 47%;
    content: "";
    background: #fff;
}

ul.menu li.menu-item-has-children {
    position: relative;
    /* width: min-content; */
    padding-right: 34px;
}

ul.sub-menu li.menu-item-has-children {
    width: 260px;
}
.service-box {
    width: 95%;
    background: #fff;
    padding: 30px;
    transition: .4s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    z-index: 9999;
    margin-bottom: 40px;
    min-height: 370px;
    align-content: center;
    margin: 10px auto;
}

.ser-icon {
    width: 75px;
    height: 75px;
    background: #2e87c1;
    display: grid;
    place-content: center;
    border-radius: 100%;
    margin: 20px 0px;
    transition: .4s ease;
}

.ser-icon img {
    padding: 15px;
    filter: invert(1);
}

.service-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2e87c1;
    transition: .4s ease;
}

a.read-mr {
    text-decoration: none;
    color: #2e87c1;
    transition: .4s ease;
}

.service-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

.service-box:hover h3,
.service-box:hover a.read-mr {
    color: var(--secondary-color);
}

.service-box:hover .ser-icon {
    background: #001f33;
    transform: scale(1.09);
}

.main-service {
    margin-top: 50px;
    position: relative;
    z-index: 9;
}

.project-sec {
    /* background: url(../imgs/bg-1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    position: relative;
    z-index: 9;
    /* padding-top: 206px; */
    /* padding-bottom: 40px; */
    padding: 60px 0px  !important;
}

.project-sec:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #2e87c1;
    z-index: -1;
}

.project-side h2 {
    color: #f1f1f1;
}

.project-side p {
    color: #fff;
}


.faq-img {
    text-align: center;
    position: relative;
}

.faq-img img {
    width: 85%;
    height: 440px;
    object-fit: cover;
}

.faq-img:before {
    position: absolute;
    content: "";
    width: 170px;
    height: 85%;
    background: #f1f1f1;
    z-index: -1;
    left: 18px;
    top: 30px;
}

.accordion-item {
    margin: 10px 0px;
    border-radius: 0 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: #2e87c173;
    border-radius: 0 !important;
    color: #001f33;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}

.accordion-button:focus {
    box-shadow: none;
}


#counter {
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* position: relative; */
    padding: 15px 0;
    width: 100%;
    /* background: var(--secondary-color); */
    /* margin-top: -55px; */
    /* z-index: 999; */
}

#counter .item {
    background: transparent;
    width: max-content;
    margin: 10px;
    text-align: center;
    border-radius: 0;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

#counter .item:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 150px;
    background: #fff;
    right: -105px
}

#counter .item:last-child:after {
    display: none
}

#counter .item .count {
    color: #fff;
    margin-bottom: 5px;
    font-size: 44px;
    font-weight: bolder
}

#counter .item h3 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
	margin-bottom: 0;
}

.count-h1 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 10px 0
}

.count-h1 span {
    font-size: 38px;
    font-weight: bolder;
    color: #Fff;
}

.count-img img {
    width: 65px;
    max-width: max-content
}

#counter .item:hover .count-txt {
    filter: inherit
}

.counter-sec {
    position: relative;
    z-index: 9;
    background: url(../imgs/bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
}

.counter-sec:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;
    z-index: -1;
}

.home-form input,
.home-form textarea,
.home-form select {
    width: 100%;
    outline: none;
    border: 1px solid #001f33;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    border-radius: 5px;
    color: #757575
}

.home-form input[type=submit] {
    border: none;
    padding: 10px 40px;
    width: max-content;
    background: #2e87c1;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
    border-radius: 30px;
}

.ab-contact.form-cont {
    position: revert
}

.form-left {
    width: 90%;
    margin-left: auto
}

.home-form textarea {
    height: 100px
}

.form-sec {
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}

.form-sec:before {
    position: absolute;
    content: "";
    width: 260px;
    background: url(../imgs/leaf-2.png);
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    animation: float 6s ease-in-out infinite;
    opacity: .2;
}

.home-form {
    padding: 50px 40px;
    background: #fff;
    border-radius: 10px;
}


.form-cont {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}

.form-cont i {
    width: 60px;
    height: 60px;
    background: #2e87c1;
    color: #ffffff;
    font-size: 26px;
    display: grid
;
    place-content: center;
    border-radius: 100%;
}

.form-cont p {
    margin: 0;
    color: #2e87c1;
    font-size: 18px;
    font-weight: 500;
}

.testimonial-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background: #2e87c138;
    margin: 10px;
    border-radius: 10px;
    padding: 20px;
}

.test-img {
    /* width: 26%; */
    position: relative;
    margin-left: auto;
}

.test-text {
    width: 100%;
}

.test-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
    position: relative;
}

.test-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    padding: 10px;
}

.test-icon {
    width: 40px;
    height: 40px;
    background: #c6dae6;
    border-radius: 100%;
    position: absolute;
    top: -99px;
    left: 308px;
    z-index: 999 !important;
}

.test-img:before {
    /* position: absolute; */
    /* content: ""; */
    width: 170px;
    height: 170px;
    /* background: transparent; */
    /* border: 2px solid #ddd; */
    border-radius: 100%;
    /* left: -50px; */
    top: 0;
}

h6,
h5 {
    font-size: 21px;
}

.test-text p {
    font-style: oblique;
}

.blog-box {
    width: 100%;
    margin-top: 30px
}

.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    border-radius: 15px;
}

.date {
    color: #001f33;
    font-weight: 500;
    /* font-size: 15px; */
    /* position: absolute; */
    bottom: 0;
    /* background: var(--secondary-color); */
    /* padding: 6px 10px; */
    /* font-weight: bold; */
    transition: .4s ease;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #b8005a !important;
    !i;
    !;
}
.blog-box h2 {
    font-size: 20px;
    margin-top: 10px;
    color: #2e87c1;
    transition: .4s ease;
}

a.rd-more {
    color: #2e87c1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-sec {
    background: #f7f7f7;
}

.footer {
    width: 100%;
    padding: 30px 0px !important;
    /* background-image: url(../imgs/wave.png); */
    background-color: #2e87c1;
    background-repeat: no-repeat;
    /* margin-top: 40px; */
}

.footer_box img {
    margin-bottom: 0;
    /* filter: brightness(0.1); */
}

.footer_box p {
    padding: 20px 0 0;
    color: #fff
}

.footer_icon {
    width: max-content;
    margin: 12px 0;
}

.footer_icon ul {
    display: flex;
    justify-content: flex-start;
    padding: 0
}

.footer_icon ul li a {
    display: grid;
    place-items: center;
    /* width: 30px; */
    /* height: 30px; */
    margin: 0px 24px 0 0;
    font-size: 14px;
    color: #ffffff;
    /* background-color: #f1f1f1; */
    transition: all .5s;
    cursor: pointer;
    border-radius: 100%;
    font-size: 21px;
}

.footer_icon ul li a:hover {
    color: #ff8d72;
    /* background: #001f33; */
}

.footer_box h4 {
    display: inline-block;
    font-size: 23px;
    padding: 0;
    margin: 0 0 15x;
    color: #ffffff;
    position: relative;
}

.footer_box h4:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #2e87c1;
    bottom: 0
}

.footer_links {
    padding: 0
}

.footer_links li {
    position: relative;
    padding-left: 20px
}

.footer_links li:before {
    position: absolute;
    content: "";
    background: url(../imgs/list-ar-2.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 10px;
    left: 0
}

.footer_links li a {
    display: inline-block;
    margin: 0px 0;
    transition: all .5s;
    color: #fff;
    padding-bottom: 2px;
    font-weight: 200;
}

.footer_links li a:hover {
    color: #dadada;
}

.footer_contact {
    padding: 0
}

.footer_box.footer-second {
    padding-left: 50px
}

section.copyright a,
section.copyright p {
    margin: 0;
    padding: 10px 0;
    color: #ffffff;
}

section.copyright {
    text-align: center;
    color: #fff;
    border-top: 1px solid #ffffff7a;
    background: #000000;
}

/* .sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    animation: slidetop 1s ease-in-out backwards;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    bottom: inherit;
    background-image: inherit;
}
 */
@keyframes slidetop {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}


/* .sticky ul.menu {
    padding: 2px 0px;
} */

/*.footer-second ul {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.footer-second ul li {*/
/*    width: 48%;*/
/*}*/

.footer-form input {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    width: 100%;
    font-size: 13px;
}

.footer-form {
    border-bottom: 1px solid #ffffff8f;
    padding-bottom: 20px;
    margin-top: 20px;
}

.footer-form input::placeholder {
    color: #fff;
}

.product-imgs img {
    width: 90%;
    height: 280px;
    object-fit: cover;
    margin: 20px auto;
}


.img-thumbnail-scroll {
    width: 100%;
    display: inline-block;
    padding: 20px;
    height: 200px;
}

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

.image-thumbnail .slick-prev {
    width: 40px;
    height: 40px;
    border: none;
    background: #001f33;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 40%;
    left: -35px;
}

.image-thumbnail .slick-next {
    width: 40px;
    height: 40px;
    border: none;
    background: #001f33;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 40%;
    right: -35px;
}

.top-info:hover a {
    color: #2e87c1;
}

.top-info:hover i {
    color: #333333;
}

.get-qoute a:hover {
    background: #333333;
}

.ab-img:hover .ab-1 img {
    transform: scale(1.06);
}

.ab-img:hover .ab-2 img {
    border-color: #2e87c1;
}

.service-box:hover {
    transform: translateY(-30px);
}

.faq-img:hover img {
    transform: scale(.9);
}

.faq-img:hover:before {
    background: #2e87c1;
}

.home-form input[type=submit]:hover {
    background: #001f33;
    color: #ffffff;
}

.blog-box:hover img {
    transform: scale(1.09);
}

.inner-banner img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.inner-banner {
    position: relative;
}

.inner-banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #a3a3a361;
}

.inner-content {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.inner-content h2 {
    text-transform: capitalize;
    color: #e55b27;
    font-size: 46px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

ol.breadcrumb.text-uppercase.mb-0 li {
    font-size: 15px;
    color: #fff;
}

li.breadcrumb-item a {
    font-size: 15px;
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

p.title-para {
    width: 80%;
    margin: 10px auto
}

.about-pg:before {
    width: 180px;
    height: 225px;
}

.process-box-1 {
    position: relative;
    text-align: center;
    transition: .4s ease;
}

.process-box-1 .process-box-header {
    position: relative;
    padding-bottom: 5px;
}


.process-box-1 .process-box-body {
    position: relative;
    padding: 2.1875rem 1.25rem 0 1.25rem;
    border-top: 2px dashed #001f33;
}

.process-box-1 .process-box-body p {
    margin-bottom: 0
}

.process-box-1 .process-box-body:before {
    content: "";
    position: absolute;
    top: -.313rem;
    left: 50%;
    height: .625rem;
    width: .625rem;
    background-color: #001f33;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.process-box-1 .process-box-body:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .375rem 0 .375rem .65rem;
    border-color: transparent transparent transparent #001f33;
    top: -.438rem;
    right: -.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.process-box-1.first .process-box-header:after,
.process-box-1.last .process-box-header:after {
    content: "";
    position: absolute;
    bottom: -.625rem;
    right: -.625rem;
    height: 1.25rem;
    width: 1.25rem;
    border: 2px solid #001f33;
    background-color: #ebebeb;
    border-radius: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.process-box-1.first .process-box-header:after {
    left: 0;
    right: initial
}

.process-box-1.last .process-box-body:after {
    display: none
}

.border-lg-bottom-0 {
    border-bottom: 0 !important;
}

.process-box-header img {
    width: 60px;
    height: 60px;
}

.process-box-1:hover img {
    transform: scale(1.1);
}

/*.process-box-1:hover {*/
/*    transform: scale(1.07);*/
/*}*/

.process-box-1:hover .process-box-body {
    border-top: 2px solid #001f33;
}

.bg-color{
    background-color: #ebebeb;
}

.founder-img {
    width: 100%;
    position: relative;
    z-index: 9;
}

.founder-img img:hover {
    transform: scale(1.1);
}

.founder-img img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #2e87c1;
}

.founder-img:before {
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    background: #2e87c1;
    border-radius: 100%;
    z-index: -1;
    right: 40px;
    bottom: 35px;
    animation: float 4s ease-in-out infinite;
}

.founder-para img {
    width: 45px;
    height: 50px;
    object-fit: contain;
}

.founder-txt span {
    color: #2e87c1;
    font-size: 24px;
}

.iconbox-3 {
    position: relative;
    padding: 1.875rem;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all
}

.iconbox-3:hover span.iconbox-icon {background: #2e87c1;transform: scale(1.1);}

.border-lg-right {
    border-right: 1px solid #dedede !important;
}

span.iconbox-icon {
    width: 80px;
    height: 80px;
    display: grid;
    place-content: center;
    background: #f1f1f1;
    margin: 0px auto 20px;
    border-radius: 100%;
    transition: .4s ease;
}

span.iconbox-icon img {padding: 15px;}

.iconbox-3:hover span.iconbox-icon img {
    filter: invert(1);
}

.iconbox-3:hover h5 {
    color: #001f33;
}

.founder-sec {
    background-image: url(../imgs/founder-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.service-2-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0;
    /* z-index: -1; */
}

.service-2 {
    position: relative;
    z-index: 9;
}

.service-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2e87c1c4;
    opacity: 0;
    /* z-index: -1; */
}

.service-box:hover:before {
    opacity: 1;
}

.service-box:hover .service-2-img img {
    opacity: 1;
    z-index: -1;
}

.service-box:hover h3, .service-box:hover a.read-mr ,.service-box:hover p {
    color: #fff;
    position: relative;
    /* text-decoration: none; */
}

.contact-info-content{
    padding: 20px 35px;
    box-shadow: 0px 5px 30px rgb(0 18 40 / 17%);
    border-radius: 10px;
    text-align: center;
    border-bottom: 5px solid #001f33;
    transition: .4s ease;
}

.contact-info-icon {
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    background: #2e87c1;
    color: #ffffff;
    font-size: 30px;
    margin: 0 auto;
    transition: 0.3s;
    display: grid;
    place-content: center;
}

.contact-info-content h6 {
    font-size: 26px;
    margin: 10px 0;
}

.contact-info-content:hover .contact-info-icon{
    background: #f1f1f1;
    color: #001f33;
}

.contact-info-content:hover {
    transform: translateY(-20px);
    border-color: #2e87c1;
}

.contact-form{
    padding-bottom: 60px;
    position: relative;
}

.contact-map iframe{
    max-width: 980px;
    width: 100%;
    height: 600px;
}

.map-shape {
    position: relative;
    right: 0;
    top: 50%;
    z-index: -1;
}

.pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 50%;
    transform: translateY(-7%);
    width: 50%;
    height: 608px;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
    z-index: -1;
}

@keyframes slide{
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 1920px 0;
    }
}

.contact-form-wrapper{
    max-width: 630px;
    background: #f1f1f1;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 50px 60px;
    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
}


.pop-form {
    background: #f1f1f1;
    padding: 20px;
}

.pop-form h2 {
    color: #2e87c1;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.pop-form .btn-close {
    opacity: 1;
    background: #fff;
    color: #000;
    font-size: 19px;
    line-height: 1;
}

.pop-form input,
.pop-form textarea {
    border-color: #ffffff;
}

.pop-form input[type=submit] {
    background: #2e87c1;
    color: #ffffff;
}

.modal-body .home-form {
    background: transparent;
    padding: 0;
}

.service-detail {
    width: 100%;
}

.service-sidebar {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

.service-list {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 10px;
    border: 3px solid #2e87c1;
}


.service-list ul {
    padding: 0;
    margin: 20px 0 0 0;
}

.service-list ul li {
    margin: 0 0 10px 0;
    background-color: #2e87c136;
    position: relative;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 9;
    padding: 12px 15px;
    transition: .4s ease;
    border-radius: 10px;
}

.service-list li a {
    display: block;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    z-index: 9;
    color: #001f33;
}

.service-list ul li img {
    /* width: 40px; */
    /* height: 40px; */
    /* margin-left: 10px; */
}

.service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #000000;
    transition: all 0.5s;
    color: #000;
    z-index: -1;
}

.service-list ul li a:hover {
    color: var(--tertiary-color);
}

.service-list ul li:hover::before {
    width: 100%;
}

.detail-text {
    width: 100%;
}

.detail-text h2,
.detail-text h3,
.detail-text h4,
.detail-text h1,
.detail-text h5,
.detail-text h6 {
    /* font-size: 28px; */
    /* font-family: 'Ubuntu'; */
    margin: 14px 0 0;
    line-height: normal;
}

.detail-text h2 span,
.detail-text h3 span,
.detail-text h4 span,
.detail-text h1 span,
.detail-text h5 span,
.detail-text h6 span {
    color: var(--secondary-color);
}

.detail-image {
    overflow: hidden;
}

.detail-image img:hover {
    transform: scale(1.1);
}

.detail-image {
    width: 100%;
    height: 400px;
    margin: 20px 0 0 0;
    border: 2px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / 30%) 0px 2px 8px 0px;
}

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    padding: 8px;
}

.detail-text p {
    margin: 12px 0 0 0;
}

.detail-text ul {
    /* padding-left: 20px; */
    margin: 0;
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-text li {
    /* width: 48%; */
    margin: 20px 0 0 0;
    /* font-style: italic; */
    position: relative;
    padding-left: 25px;
}

.detail-text li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 18px;
    background: url(../imgs/list-ar.png);
    left: 0;
    top: 7px;
    background-repeat: no-repeat;
    filter: brightness(0);
}


.detail-text ul li b, .detail-text ol li b {
/*     margin-right: 10px; */
    color: #001f33;
}

.service-sidebar .home-form {
    width: 100%;
    padding: 30px 20px;
    background: #2e87c1;
}

.service-sidebar .home-form h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.de-txt h4 {
    color: #2e87c1;
    font-size: 30px;
    font-weight: 700;
}

.de-txt h2 {
    color: #2e87c1;
    /* font-family: 'Manrope'; */
    font-size: 26px;
}

.heading-ser h2 {
    font-size: 34px;
    color: #2e87c1;
}

.heading-ser h2 span {
    color: var(--secondary-color);
}

.la-event {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    background: #f1f1f1;
    border-radius: 10px;
}

.la-event ul li {
    display: flex;
    /*align-items: center;*/
    gap: 15px;
    margin: 10px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.la-event ul li img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid #ddd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    max-width: max-content;
}

.evrnt-text p {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    color: #001f33;
}

.evrnt-text h5 {
    font-size: 13px;
    margin: 10px 0px;
    color: #001f33;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 30px;
}

.service-formbox {
    width: 100%;
    padding: 30px;
    background-color: var(--secondary-color);
    background-image: url(../imgs/new-bg.png);
    background-position: center center;
    background-size: cover;
    margin: 40px 0 0 0;
    position: sticky;
    top: 40px;
    border-radius: 10px;
}

.service-formbox h3 {
    font-size: 22px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

.service-formbox p {
    font-size: 17px;
    margin: 0;
}

.service-formbox form {
    margin: 20px 0 0 0;
}

.service-input {
    padding: 10px;
    height: 40px;
    width: 100%;
    font-size: 17px;
    color: #000;
    outline: none;
    border: none;
    border-radius: 4px;
}

.service-submit {
    width: 100%;
    padding: 10px 0;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    margin: 20px 0 0 0;
    /* border: 2px solid #fff; */
    border-radius: 8px;
}

.service-sidebar .home-form input[type=submit] {
    background: #182d38;
    color: #ffffff;
}

.service-list ul li i {
    color: #001f33;
    font-size: 19px;
    transition: .4s ease;
}

.service-list ul li:hover i ,.service-list ul li:hover a {
    transform: translateX(10px);
    color: #fff;
}

.career-box {
    padding: 1.875rem;
    overflow: hidden;
    border: 1px solid #001f33;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    min-height: 410px;
}

.pagination a {
    font-family: Manrope,sans-serif;
    font-weight: 500;
    color: #1a1a1a;
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center
}

.pagination li.active a {
    background-color: #394657;
    color: #fff;
    border-radius: 50%
}

.pagination li:first-child a,.pagination li:last-child a {
    font-size: 1.25rem
}

.career-box-2 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.career-box-2 i {
    width: 40px;
    height: 40px;
    background: #2e87c1;
    display: grid;
    place-content: center;
    border-radius: 100%;
    color: #fff;
}

.career-box-2 h4 {
    font-size: 20px;
    margin: 0;
	color: #001f33;
}

.pos-rel {
    position: relative;
    background: #f1f1f1;
    z-index: 99;
}

.pos-abl {
    position: absolute;
    filter: brightness(0);
    z-index: -1;
    opacity: 0.5;
}

.cta-area .cta-shape-one {
    left: 70px;
    top: 0;
}

.cta-area .cta-shape-two {
    right: 630px;
    top: 0;
}

.cta-area .cta-shape-three {
    right: 70px;
    bottom: 0;
}

.section-title h2 {
    color: #2e87c1;
    font-size: 48px;
}

.section-title h6 {
    color: #001f33;
    font-size: 18px;
}

.cta-btn .web-btn a {
   background: #2e87c1;
   color: #fff;
   padding: 15px 35px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: max-content;
   margin: auto;
   gap: 20px;
}

.cta-btn .web-btn a i {
    background: #ffffff;
    padding: 5px 6px;
    border-radius: 100%;
    color: #001f33;
}

.footer-form .d-flex p {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.footer-form input[type=submit] {
    background: var(--secondary-color);
    width: max-content;
    height: auto;
    border-radius: 5px;
    margin-left: 20px;
    padding: 5px;
    /* color: var(--secondary-color); */
}

.wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    /* color: #ffffff !important; */
}

form p {
    margin: 0;
}

a:not([href]):not([class]) {
    color: #fff;
}

a:not([href]):not([class]):hover {
    color: #fff;
}

.modal-dialog {
    margin: 5rem auto;
}

/* .sticky .top-bar {
    display: none;
} */

.home-form label {
    color: #001f33;
    margin-bottom: 13px;
    font-size: 14px;
}

.home-form input[type="file"] {
    margin-bottom: 0;
}

.form-sec .home-form input[type=submit]:hover {
    background: #001f33;
    color: #fff;
}

.career-box h4 {
    font-size: 21px;
}

.career-box-2 h4 {
    font-size: 19px;
    width: 75%;
}

.career-box:hover {
    border-color: #2e87c1;
    transform: translateY(-10px);
}

.career-box:hover i {
    background: #001f33;
}

ul.menu li a:hover {
    /* color: var(--secondary-color); */
}

ul#menu-service-menu li {
    /*width: 49%;*/
/*     display: inline-block; */
}

.register-form input, .register-form select, .register-form textarea {
    width: 100%;
    outline: none;
    border: 1px solid #b8005a26;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    border-radius: 5px;
    color: #000;
}
.home-form input, .home-form textarea, .home-form select {
    color: #727272;
    font-size: 14px;
}
.register-form label {
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.register-form h4 {
    font-size: 20px;
    margin: 10px 0px;
}

.register-form input[type="checkbox"] , .register-form input[type="radio"] {
    width: auto;
}

.register-form input[type="submit"] {
    border: none;
    background: #2e87c1;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    margin-top: 20px;
    transition: .4s ease;
}

.register-form textarea {
    height: 135px;
}

.register-form input[type="submit"]:hover {
    background: #000000;
}
.register-form label span {
    color: #b8005a;
}

.register-form form {
    width: 80%;
    margin: auto;
}

.ndis {
    text-align: right;
    padding-right: 45px;
}

.ndis img {
    width: 110px;
    margin-top: 10px;
}

.ndis-sticky {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
   animation: float 6s ease-in-out infinite;
}

.ndis-sticky img {
    width: 130px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.service-box > :nth-child(2):hover {
	
}
.service-box.active {
    transform: translateY(-30px);
}
.product-imgs img {
    width: 86%;
    height: 360px;
    object-fit: cover;
    margin: 0px auto 10px;
}
ul.menu ul.sub-menu li:hover ul.sub-menu {
    display: block;
}

ul.menu ul.sub-menu li ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    width: max-content;
}

ul.menu li ul.sub-menu li:hover {
	background: #fff;
    color: #e55c2c;
}
.contact-info-content p, .contact-info-content a {
    font-size: 18px;
    font-weight: 500;
    color: #001f33;
}
.wpcf7-not-valid-tip {
    color: #fff;
}
.home-form .wpcf7-not-valid-tip, 
.home-form .wpcf7 form.invalid .wpcf7-response-output, 
.home-form .wpcf7 form.unaccepted .wpcf7-response-output, 
.home-form .wpcf7 form.payment-required .wpcf7-response-output {
    color: #000 !important;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
    color: #dc3232 !important;
    }

i.fa-solid.fa-arrow-right {
    margin-left: 7px;
    font-size: 11px;
}

/* Changes by sumit */
section.padd.about-sec {
    background-color: #f1f1f1;
}

section.padd.testimonial-sec {
    background-color: #f1f1f1;
}

.founder-txt h3 {
    color: #001f33;
	font-size: 37px;
}

.top-bar p {
    width: 75%;
    margin-left: auto;
    font-size: 14px;
    margin: 0;
}

.work-page{
    background-image: url('images/hero-slider.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
}

.work-page .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0000008f;
}

.work-page-content{
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.work-page-content h2{
    color: white;
    font-size: 46px;
    text-transform: capitalize;
}

.work-page-content p{
    color: white;
    font-size: 20px
}

.work-page-content ol{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.work-page-content ol li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.work-page-content ol li{
    list-style: none;
    color: white;
    font-size: 15px;
}

.work-padd{
    padding: 60px 0;
}

.work-empowering-text{
    margin-bottom: 15px;
    text-align: center;
}

.work-empowering-text h4{
    color: #001f33;
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
}

.work-empowering-text h2{
    font-size: 37px;
    color: #2e87c1;
    text-transform: capitalize;
}

.work-empowering-text p{
    width: 80%;
    margin: 10px auto;
    color: #001f33;
}

.work-box{
    background-image: url('images/service-1.jpg');
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
}

.work-box:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #001f33;
    background: linear-gradient(0deg, #001f33 1%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 60%;
    transition: 0.4s ease;
}

.work-box::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2e87c1;
    background: linear-gradient(0deg, #2e87c1 1%, rgb(46 135 193 / 88%) 100%);
    width: 96%;
    height: 50%;
    left: 2%;
    padding: 10px !important;
    bottom: 2%;
    border-radius: 16px;
}

.work-box-content{
    position: absolute;
    bottom: 5%;
    z-index: 9999;
}

.work-box-content h3{
    font-size: 22px;
    margin-bottom: 10px;
    color: white;
    transition: 0.4s;
    padding: 0 0 0 20px;
    margin-bottom: 0;
}

.work-box-content p{
    font-size: 15px;
    color: #ffffff;
    padding: 20px;
    margin-bottom: 0;
}

.work-box-btn a{
    padding: 0 0 0 20px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}

.work-box-btn a:hover{
    color: #2e87c1;
    transition: 0.4s ease;
}

.work-westlife-sec{
    background-color: #f1f1f1;
}

.work-westlife-text h3{
    font-size: 37px;
    color: #2e87c1;
    text-transform: capitalize;
}

.work-westlife-text p{
    width: 80%;
    margin: 10px auto;
    color: #001f33;
}

.work-westlife-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.work-westlife-image{
    background-color: black;
    width: 28%;
    padding: 14px;
    border-radius: 50%;
    display: grid;
    align-items: center;
}

.work-westlife-content h4{
    margin-top: 10px;
    color: #2e87c1;
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 0;
}

.work-westlife-content p{
    font-size: 15px;
    color: #001f33;
}

.get-in-touch{
    background-image: url('https://webtestinglink.com/beta/westlifegroup/wp-content/uploads/2024/11/services.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
}

.get-in-touch .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a9a9a9b0;
}

.get-in-touch-text{
    position: relative;
    z-index: 9999;
}

.get-in-touch-text p{
    text-align: center;
    color: white;
    width: 80%;
    margin: auto;
}

.get-in-touch-text h3{
    text-align: center;
    color: white;
    font-size: 47px;
}

.get-in-touch-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.get-in-touch-btn a{
    background-color: #f1f1f1;
    padding: 7px 20px;
    text-decoration: none;
    color: #001f33;
    border-radius: 26px;
    font-size: 15px;
}

.get-in-touch-btn a:hover{
    background-color: #2e87c1;
    color: white;
    transition: 0.4s ease;
}

.contact-text{
    text-align: center;
}

.contact-text h3{
    font-size: 37px;
    color: #2e87c1;
    text-transform: capitalize;
}

.contact-inputs{
    display: flex;
    flex-direction: column;
}

.contact-inputs label{
    font-size: 15px;

}

.contact-inputs input{
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    margin-top: 6px;
    border: 1px solid #001f33
}

.contact-inputs select{
   width: 100%;
    padding: 8px;
    border-radius: 10px;
    margin-top: 6px; 
    border: 1px solid #001f33
}

.contact-inputs textarea{
    padding: 10px;
    margin-top: 6px;
    border: 1px solid #001f33
}

.contact-inputs-check-box{
    display: flex;
    align-items: start;
    gap: 8px;
    margin-top: 5px;
}

.contact-inputs .submit{
    background-color: #2e87c1;
    border: none;
    color: white;
    padding: 8px 0;
}

.contact-inputs .submit:hover{
    background-color: black;
    transition: 0.4s ease;
}

.work-detail-text h4{
    font-size: 24px;
    color: #001f33;
}

.work-detail-text p{
    font-size: 16px;
}

.work-detail-text ul li{
    font-size: 16px;
}

.detail-contact-form{
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
}

.detail-contact-form-content input{
    width: 100%;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #001f33;
    margin: 10px 0;
}

.detail-contact-form-content select{
    width: 100%;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #001f33;
    margin: 10px 0;
}

.detail-contact-form-content textarea{
    width: 100%;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #001f33;
    margin: 10px 0;
}

.detail-help-form{
    background-image: url('images/service-1.jpg');
    background-position: center;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.detail-help-form .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000087;
    width: 100%;
    height: 100%;
}

.help-content{
    z-index: 9999;
    position: relative;
    text-align: center;
}

.help-content h4{
    color: white;
    font-size: 26px;
    
}

.help-content h3 a{
    text-decoration: none;
    color: white;
    font-size: 30px;
}

.member-image img{
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-page-main-content h3{
    color: #001f33;
    font-size: 37px;
}

.contact-page-main-content p{
    font-size: 16px;
}

.contact-page-main-content ul{
    padding-left: 0;
}

.contact-page-main-content ul li{
    padding: 8px 0;
    list-style: none;
    margin: 10px 0;
    font-size: 18px;
}

.contact-page-main-content ul li a {
    font-size: 18px;
    text-decoration: none;
    color: black;
}

.contact-page-main-content ul li i{
    background-color: #001f33;
    padding: 12px;
    display: inline;
    place-content: center;
    color: white;
    border-radius: 50%;
}

.contact-map iframe{
    width: 100%;
    height: 450px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.work-img img {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #2e87c1 !important;
}
button.slick-prev.slick-arrow {
    background: #838383;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0px;
    color: white;
    left: -20px;
    position: absolute;
    top: 50%;
    z-index: 99;
}

button.slick-next.slick-arrow{
	  background: #838383;
	  padding: 10px;
	  width: 50px;
	  height: 50px;
	  border-radius: 50%;
	  border: 0px;
	  color: white;
	  right: -20px;
	  position: absolute;
	  top: 50%;
	  z-index: 99;
}
/* ul.menu li.active a {
    color: #2e87c1 !important;
    /* 	border-bottom: 2px solid red; */
/*     background: #ffffff; */
/*     border-radius: 30px; */
/*     padding :4px 8px; */
/* 	font-size: 17px; */
/* }  */
ul.menu li.active ul.sub-menu li a  {
	 background: none;
}
.col-lg-4.col-md-6.p-lg-0.border-bottom.border-lg-right {
    border: 0px !important;
}

.iconbox-3.text-center {
    background: #ffffff;
    margin: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 0px !important;
    height: 390px;
    border: 0px !important;
    border-radius: 10px;
}
.test-img img {
    background: white;
}
.test-icon img{
	background: #2e87c1;
	border-radius: 50%;
}
.test-img2 img {
    width: 85px;
	 height: 85px;
    background: white;
    border-radius: 50%;
}
.banner-txt h2 span{
/* 	font-size: 24px !important;
	display: block; */
	 color: #e34922;
	font-weight: 800;
}
.banner-txt h4 {
    color: #e34922;
	font-size: 15px;
}
.banner-txt h5 {
    color: #e34922;
}
.inner-content nav {
    display: none;
}
.work-box-btn {
    display: flex;
    justify-content: center;
    margin-right: 17px;
}
a {  
    text-decoration: none !important;
}
.work-empowering-text h4 {
    color: #e34922;
}

header.header.sticky {
    position: sticky;
    top: 0;
    z-index: 999999999;
}

/*RESPONSIVE QUERY______*/



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

}

@media only screen and (max-width: 1200px) {
	.image-thumbnail .slick-prev {
    left: 0;
    z-index: 1;
}

.image-thumbnail .slick-next {
    right: 0;
    z-index: 1;
}
}

@media only screen and (max-width: 1140px) {
    
.logo img {
 width: 200px;
}

}

@media only screen and (max-width: 1024px) {
    
    .a-1 {
    display: none;
}

.image-thumbnail .slick-next , .image-thumbnail .slick-prev {
    right: 0;
}

.image-thumbnail .slick-prev {
    left: 0;
    z-index: 9;
}
#counter .item:after {     
	display: none;
}
}

@media only screen and (max-width: 991px) {
    
/*     .sticky .top-bar {
    display: inherit;
    background: #fff;
} */

ul.menu li {
  padding: 6px 0;
}
.get-qoute {
    position: fixed;
    z-index: 9999;
    right: -161px;
    top: 370px;
    transform: rotate(-90deg);
    /* background: var(--primary-color); */
}    
    .service-sec:before {
    height: 199%;
    background-position: bottom;
    animation: none;
}
     a.toggle-icon {
    display: grid !important;
    background: #2e87c1;
    width: 40px;
    height: 40px;
    place-content: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    order: 3;
}


.offcanvas-header img {
    width: 170px;
    height: auto;
}

.offcanvas-header .btn-close {
    background: #fff;
    color: #2e87c1;
    opacity: 1;
    line-height: 0;
    font-size: 18px;
}

.offcanvas-header {
    border-bottom: 1px solid #fff;
}

.offcanvas.offcanvas-start {
    background: #2e87c1;
}

.menu-2 ul {
    flex-direction: column;
    padding: 0;
}

ul.menu li a {
    display: block;
    padding: 5px 10px;
}

.bottom-bar {
    display: none;
}

.image-thumbnail .slick-next {
    right: 0;
    z-index: 9;
}

.image-thumbnail .slick-prev {
    left: 0;
    z-index: 9;
}

.banner-txt h2 {
    font-size: 40px;
}

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

.about-sec:before {
    right: inherit;
    left: 0;
    width: 160px;
    height: 160px;
}

.ab-img {
    margin-bottom: 30px;
    text-align: center;
}

.ab-2 {
    right: 0;
    bottom: 0px;
}

.ab-1 img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.ab-2 img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.service-sec {
    height: auto;
}

.project-sec {
    padding: 50px 0px;
    min-height: auto;
}

.ser-icon img {padding: 8px;}

#counter .item {
    width: 33%;
    flex-wrap: wrap;
    text-align: center;
    border: 2px solid white;
    padding: 13px;
    width: 47%;
    height: 220px;
}

.count-h1 {
    justify-content: center;
}

#counter .item:after {
    right: 0;
    display: none;
}

.form-left {
    margin-top: 25px;
    width: 100%;
}

.padd {
    padding: 30px 0px;
}


.test-img img {
    width: 140px;
    height: 140px;
}

.test-img:before {
    width: 140px;
    height: 140px;
    left: -50px;
}

.test-icon img {
    width: 100%;
    height: 100%;
}


.banner-sec img {
    height: 400px;
}

.banner-sec:before {
    opacity: 1;
}

.pos-rel {
    text-align: center;
}

.section-title h2 {
    font-size: 30px;
}

.cta-btn .web-btn a {
    font-size: 13px;
    padding: 10px 30px;
}

.border-lg-right {
    border: none !IMPORTANT;
}

.why-sec .border-bottom {
    border: none !important;
}

.contact-map iframe {
    max-width: 100%;
    height: 230px;
}

.contact-form-wrapper {
    max-width: 100%;
    position: revert;
    margin-top: 15px;
    padding: 40px;
}

.contact-form {
    padding: 0px 15px 30px;
}

.map-shape {
    display: none;
}

.contact-info-content {
    box-shadow: 0px 5px 30px rgb(0 18 40 / 12%);
    margin-bottom: 20px;
}

.top-bar {
    padding: 7px 0px;
}

.service-sidebar {
    margin-top: 20px;
}
.service-box {   
    padding: 12px 24px;    
    margin-bottom: 24px;
    min-height: 300px;
}
.ser-icon {   
    margin: 2px 0px 12px;   
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {  
    font-size: 20px;   
}
	.get-qoute a {
    padding: 4px 15px;
    font-size: 12px !important;
}
	.get-qoute {
        right: -136px;
    }
	.form-cont i {
    width: 54px;
    height: 54px;   
    font-size: 19px;   
}
	#pojo-a11y-toolbar {
    top: 18%;
}
	#pojo-a11y-toolbar {
    top: 150px !important;
}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {   
    font-size: 19px !important;   
}
	.box-2 {  
    margin-top: 0px;
}

/*     .container, .container-md, .container-sm {
        max-width: 720px;
	} */
		

	.banner-txt {  
		left: 48%;
		width: 80%;
}
	.product-imgs img {
    width: 100% !important;  
    margin: 30px auto 10px;
}
	.image-thumbnail .slick-prev {
    width: 30px;
    height: 30px;   
    top: 35%;
    left: 0px;   
}
	.image-thumbnail .slick-next {
    width: 30px;
    height: 30px;   
    right: 0px;
}
	.img-thumbnail-scroll {
    width: 98% !important;  
    height: 100px;
		padding: 2px ;
}
	.faq-img img {
    width: 90%;     
    margin-bottom: 30px;
}
.ab-box {
    padding: 16px;
    min-height: 249px;
}
	#counter {
    flex-wrap: wrap;
}
	.title h2 {
    /*! text-align: center; */
    width: 60%;
    margin: 20px auto 50px;
}

.title h2 br {
    display: none;
}
	.flex-txt {
       margin-bottom: 0px;
}
.title h2 {
        /*! text-align: center; */
        width: 100%;
        margin: 0px auto 16px;
    }	
	.flex-txt h4 {
    /*! text-align: center; */
}
	section.padd.about-sec.about-pg .row {
    flex-direction: column-reverse !important;
}
	.iconbox-3 {   
    margin-bottom: 26px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 300px;
    padding: 15px;
}
	.product-imgs img {
    width: 91%;   
    min-height: 560px;
}
	.banner-txt h4 {
    text-align: left;
}
	.la-event {   
    margin-top: 30px;
}
.top-bar p{
	display : none;
}
.banner-txt h2 {
        font-size: 36px;
        font-weight: 700;
    }
}


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

}

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

}


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

}


@media only screen and (max-width: 768px) {
founder-img:before {   
    right: 367px;   
}
	.founder-img img {
    width: 300px;
    height: 300px;    
}
	ul.menu li a {
		padding: 0;
	}	
/* 	.logo img {
        width: 208px;
        padding: 10px 0px;
    } */
}

@media only screen and (max-width: 767px) {
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {  
    top: 100px;
}
	    .product-imgs img {       
        min-height: 449px;
    }
	.faq-img img {
        width: 100%;
        margin-bottom: 30px;
		height: 348px;
    }
	    #counter .item {        
        flex-wrap: wrap;
        text-align: center;
        border: 2px solid white;
        padding: 13px;
        width: 100%;
        height: 220px;
    }
	@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px !important;
    }
}

.career-box {
    min-height: auto;
}    

.pop-form h2 {
    font-size: 20px;
}

.pop-form .btn-close {
    font-size: 15px;
}
    
    .title h2 {
    font-size: 28px;
}

.about-sec:before {
    opacity: .5;
}
.banner-txt {
        left: 42%;
    }
.mt-5 {
    margin-top: 1rem !important;
}

.product-imgs img {
    width: 100%;
    object-position: top;
}

.count-img img {
}

#counter .item .count {
    font-size: 30px;
}

.count-h1 span {
    font-size: 28px;
}

#counter .item h3 {
    font-size: 15px;
    font-weight: normal;
}

.counter-sec {
    padding: 20px 0px;
}


form p {
    margin: 0;
}

.form-cont i {
    width: 50px;
    height: 50px;
    font-size: 17px;
}

.blog-img img {
    object-position: top;
}

.footer_box {
    margin-bottom: 20px;
}

.footer_box.footer-second {
    padding: 0;
}
.ab-box.box-1 {
    margin-bottom: 10px;
}
.footer-second ul li {
    width: 100%;
}

.footer {
    padding: 40px 0 0;
}

.footer-form {
    width: 100%;
}

.banner-txt h2 {
    font-size: 32px;
}

.founder-img {
    text-align: center;
    margin: 10px 0;
}

.founder-img img {
    width: 300px;
    height: 300px;
}

.founder-img:before {
    width: 150px;
    height: 150px;
    right: 100px;
}

.inner-banner img {
    height: 250px;
}

.inner-content h2 {
    font-size: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

ol.breadcrumb.text-uppercase.mb-0 li {
    font-size: 13px;
}

li.breadcrumb-item a {
    font-size: 13px;
}

.career-box-2 h4 {
    font-size: 18px;
}

.career-box-2 i {
    width: 30px;
    height: 30px;
    font-size: 13px;
}

.heading-ser h2 {
    font-size: 26px;
}

.la-event {
    margin-top: 20px;
}

.service-box {
/*     min-height: auto; */
}
.contact-form-wrapper {
        max-width: 80%;
        position: revert;
        margin-top: 15px;
        padding: 40px;
        margin: 20px auto 0px;
    }
	.contact-map {
    display: none;
}
	    .iconbox-3 {
        margin-bottom: 26px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        min-height: 260px;
        padding: 15px;
    }
	

.main-content {
    padding: 0px !important;
    box-shadow: none;
}
}

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

}

@media only screen and (max-width: 600px) {
    
/*     .logo img {
    width: 175px;
    height: auto;
} */

.banner-txt {
    width: 80%;
    left: 45%;
    top: 55%;
}

.banner-txt h2 {
    font-size: 32px;
}

p, li, a {
    font-size: 14px;
}

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

.ser-icon {
    margin: 0;
    width: 60px;
    height: 60px;
}

.service-box h3 {
    margin: 5px 0px;
    font-size: 20px;
}

.service-box p {
    margin-bottom: 10px;
}

.faq-img {
    margin-bottom: 20px;
}

.testimonial-box {
    flex-direction: column;
    justify-content: center;
}

.test-img {
    width: max-content;
    margin: 10px auto;
}

.test-text {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.img-thumbnail-scroll {
    padding: 3px;
    height: 116px;
}

.home-form input[type=submit] {
    font-size: 15px;
    padding: 7px 30px;
}

.service-sidebar .home-form h4 {
    font-size: 24px;
}

.heading-ser h2 {
    font-size: 24px;
}

.la-event ul li img {
    width: 60px;
    height: 60px;
}

}
ul.sub-menu {
    position: absolute;
    /* padding-top: 11px; */
    z-index: 999;
    background: #fff;
    /* padding-bottom: 13px; */
    display: none;
    top: 50px;
    width: 250px;
    left: 0;
	border-radius: 2px;
}

ul.menu li:hover ul.sub-menu {
    display: block;
}

ul.menu li a {
    color: #fff;
}

ul.menu li:hover ul.sub-menu li {
    padding: 12px 16px 11px 16px;
/*     border-bottom: 1px solid #000; */
}

/* ul.menu li:hover ul.sub-menu li a:hover {
    color: #ffffff;
} */
@media only screen and (max-width: 575px){
    .get-qoute {
    top: 360px;
    right: -138px;
		
}
	.container {
    max-width: 92% !important;
}
	    .contact-form-wrapper {
        max-width: 96%;
           }
	.ndis-sticky img {
    width: 75px;
}
.founder-txt h3 {
    text-align: center;
}

.register-form form {
    width: 95%;
}

.register-form label {
    font-size: 15px;
    margin-bottom: 5px;
}
/* .logo img {
        width: 149px;       
    } */
}


@media only screen and (max-width: 500px) {
    
    .banner-txt p{
        width:90%;
    }
    
    .faq-img img {
    height: 300px;
}

#counter .item {
        width: 43%;
}

#counter {
    flex-wrap: wrap;
}

#counter .item:after {
    display: none;
}

.home-form input, .home-form textarea, .home-form select {
    font-size: 13px;
}

.founder-img:before {
    right: 15px;
}

.cta-area .cta-shape-three {
    opacity: .2;
}

.detail-image {
    height: 300px;
}


.modal-dialog {
    width: 90%;
    margin: 3rem auto;
}

.ndis-sticky img {
    width: 60px;
}
.main-content {
    background-color: var(--white);
    padding: 10px;
	}
}

@media only screen and (max-width: 475px) {
    
    .ab-1 img {
    width: 100%;
    height: 230px;
}

.ab-2 img {
    width: 100px;
    height: 100px;
    border-width: 5px;
}

.ab-2 {
    right: 50px;
    display: none;
}

.banner-txt h2 {
    font-size: 32px;
}

.banner-sec img {
    object-position: 75%;
}

.banner-sec:before {
    background: linear-gradient(to right, #ffffff, #ffffff42);
}

.section-title h2 {
    font-size: 24px;
}
#counter .item { 
    margin: 3px;   
}
	#counter .item {     
        height: 175px;
    }
	.contact-form-wrapper {      
        margin: 0px auto 0px;
    }
	    .product-imgs img {
        min-height: 300px !important;
    }
	.home-form {
    padding: 30px 20px;   
}
	    .founder-img:before {
        width: 250px;
        height: 250px;      
    }
	.ndis img {
    width: 65px;
    margin-top: 10px;
}
	    .ser-icon img {
        padding: 15px;
    }
	.footer_box img {   
    width: auto;
    height: 50px;
}
	    .banner-txt {      
        top: 48%;
    }
	    p, li, a {
        font-size: 13px !important;
        font-weight: 100;
    }
	.ab-box {
        min-height: auto;
    }
	    #counter .item {
        width: 48%;
    }
	.iconbox-3 {       
        min-height: auto !important;
          }
	    .get-qoute {
        right: -140px;
    }
	    .get-qoute {
        top: 60vh;
        right: -138px;
    } 
	    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
        top: 12vh;
    }
	nav#pojo-a11y-toolbar {
    top: 20vh !important;
}
	    ul.menu li a {      
        padding: 12px 4px;
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 425px) {
    .container {
        max-width: 96% !important;
    }
	.test-img:before {      
        left: -17px;
    }
	.banner-txt {
        width: 94%;
        left: 52%;
        top: 55%;
    }
}

@media only screen and (max-width: 375px) {
  #pojo-a11y-toolbar {
        top: 110px !important;
    }
}

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

}

/* 	@media only screen and (max-width: 767px) {
  h1 { font-size: 32px !important; }
    h2 { font-size: 26px !important; }
    h3 { font-size: 24px !!important; }
    h4 { font-size: 20px !important; }
    h5 { font-size: 18px !important; }
    h6 { font-size: 15px !important; }
    p { font-size: 15px !important; }
   
} */

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

}

.work-detail-text li {
    list-style: circle;
}

.work-box-content p {
    font-size: 15px;
    color: #ffffff;
    width: 90% !important;
    margin: auto;
	padding: 0px !important
}
.contact-inputs.pro textarea {
    width: 100% !IMPORTANT;
}

/* 25.11.2025 */

p.apni-class-one-one-two-two {
    margin-bottom: 8px;
    font-weight: 800;
}

section.counter-sec .count-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

small.apni-small-class-one-one {
    text-align: center;
    color: #fff;
}

.ab-txt h4 {
    color: #2e87c1;
}

/* .ab-txt p strong {
    color: #2e87c1;
} */

section.padd.form-sec.apni-head-color-change-class-one h2 {
    color: #2e87c1;
}

section.padd.form-sec.apni-head-color-change-class-one h4 {
    color: #2e87c1;
}

section.padd.form-sec.apni-head-color-change-class-one a{
	color: #000;
}

section.padd.about-sec.about-pg.apni-default-class-one p strong {
    color: #2e87c1;
}
ul.sub-menu {
    padding: 0;
    min-width: 300px;
}

ul.sub-menu li a {
    color: #2e87c1;
    font-size: 14px;
}

ul.sub-menu li {
    border-bottom: 1px solid #cdcdcd52;
    padding: 10px 10px;
}

ul.menu li ul.sub-menu li:hover {
    background: #2e87c1;
}

ul.menu li ul.sub-menu li:hover a {
    color: white;
}

@media (max-width: 767px) {
	
	.iconbox-3.text-center {
    height: auto;
}

.founder-txt {
    text-align: center;
}
	
.founder-txt h3 {
    font-size: 26px;
    font-weight: 500;
}
	
	
	
	
}
