@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Bodonitown';
    src: url(../fonts/Bodonitown.ttf);
}

* {
    margin: 0;
    padding: 0;
    transition: all .5s ease-in-out;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bodonitown';
}

p {
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    transition: all .5s ease-in-out;
}

li {
    list-style-type: none;
}

/* Scroll Bar */
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #cddc84;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #307965;
}

/* loader styling start  */
/* loader styling end  */
/* HEADER START  */
.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #000 !important;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background-color: #f5f5f5;
}

.hedr-num {
    width: 246px;
}

.ned-hlp:hover {
    color: #529e8a;
}

.wb-nam img {
    width: 50%;
}

.usersbtn:hover {
    color: #529e8a;
}

.pag-menu li a:hover {
    color: #000;
}

.pag-menu li a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: 500;
}

.hedr-menu {
    background-color: #c7d175;
    padding: 7px 0;
}

.pag-menu {
    gap: 71px;
}

.top-header {
    padding: 8px 0;
}

.hedr-social li a {
    width: 41px;
    height: 41px;
    line-height: 41px;
    background-color: #c7d175;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.hdr-im {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ced787;
    color: #ced787;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
}

.hedr-num h6 {
    font-size: 21px;
    color: #333333;
    line-height: 22px;
}

.hedr-num a {
    font-size: 13px;
    color: #666666;
}

/* HEADER END  */
/* HOME PAGE START */
.al-im {
    width: 100%;
}

.pd-t {
    padding-top: 100px;
}

.pd-b {
    padding-bottom: 100px;
}

.al-sec {
    background-size: cover;
    background-repeat: no-repeat;
}

.scnd-hed {
    font-size: 75px;
    line-height: 80px;
    color: #4186c9;
}

.scnd-hed-founder {
    font-size: 50px;
    line-height: 80px;
    color: #4186c9;
}

.wb-nam a h2 {
    font-size: 30px;
    color: #000000;
}

.wb-nam a h2 span {
    display: block;
}

.main-banner::before {
    content: "";
    position: absolute;
    background-image: url(../images/clouds.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 260px;
}

.main-banner {
    height: 900px;
    z-index: 1;
}

.counter-sec::before {
    content: "";
    position: absolute;
    background-image: url(../images/clouds.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 260px;
}

.work-sec::before {
    content: "";
    position: absolute;
    background-image: url(../images/clouds.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 260px;
}

.work-sec {
    height: 1145px;
    z-index: 9;
}

.bnr-cont h2 {
    font-size: 80px;
    line-height: 98px;
    color: #ffffff;
}

.bnr-cont h2 span {
    font-size: 60px;
    display: block;
    line-height: 70px;
    position: relative;
    z-index: 9;
}

.main-banner::after {
    content: '';
    position: absolute;
    background-color: #4186c9;
    width: 49%;
    height: 71px;
    top: 388px;
    left: 0;
    z-index: -9;
}

.bnr-cont p {
    font-size: 16px;
    color: #ffffff;
    line-height: 23px;
    width: 70%;
}

.bnr-cont a:hover {
    background-color: #000000;
    color: #ffffff;
}

.bnr-cont a {
    background-color: #c7d175;
    font-family: 'Montserrat';
    color: #ffffff;
    padding: 14px 35px;
    font-weight: 600;
    border-radius: 50px;
}

.bnr-frm {
    background-color: #4186c9c4;
    padding: 25px 20px;
    border-radius: 15px;
}

.bnr-frm h3 {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
}

.bnr-frm input {
    background: transparent;
    border: 1px solid #ffffff;
    height: 45px;
    border-radius: 30px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.bnr-frm input::placeholder {
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.bnr-frm button:hover {
    background-color: #000;
    color: #fff;
}

.bnr-frm button {
    width: 100%;
    height: 50px;
    background-color: #c7d175;
    color: #ffffff;
    border: transparent;
    font-weight: 500;
    border-radius: 50px;
}

.abt-snd-im {
    bottom: -70px;
    right: -80px;
}

.abt-snd-im img {
    width: 85%;
}

.vdo-lnk a {
    border: 2px solid #ffffff;
    font-size: 25px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
}

.abt-cont p {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.abt-cont strong {
    font-size: 33px;
    font-family: 'Bodonitown';
    color: #0c1f35;
    font-weight: 500;
}

.viw:hover {
    background-color: #000000;
    color: #ffffff;
}

.viw {
    background-color: #c7d175;
    font-family: 'Montserrat';
    color: #ffffff;
    padding: 14px 35px;
    font-weight: 600;
    border-radius: 50px;
}

.insure-hed h3 {
    font-size: 45px;
    text-decoration: underline;
    line-height: 55px;
}

.insur-im img {
    height: 39px;
    object-fit: contain;
}

.cntr-inner h4 {
    font-size: 65px;
    line-height: 70px;
    color: #ffffff;
    margin: 0;
}

.cntr-inner p {
    font-size: 30px;
    color: #ffffff;
    margin: 0;
}

.counter-sec {
    padding-top: 70px;
}

.serv-hed h3 span {
    display: block;
    color: #0c1f35;
    text-transform: capitalize;
}

.sevvr-inner p {
    min-height: 100px;
}

.sevvr-main p {
    min-height: 220px;
}

.sevr-box {
    border: 1px solid #c7d175;
    padding: 20px;
    border-radius: 30px;
}

.sevr-box h4 {
    font-size: 30px;
    color: #0c1f35;
    line-height: 35px;
}

.sevr-box p {
    font-size: 15px;
    color: #0c1f35;
    line-height: 22px;
}

.sevr-box:hover {
    background-color: #4186c9;
}

.sevr-box:hover h4,
.sevr-box:hover p {
    color: #FFFFFF;
}

.wrk-hed h3 span {
    font-size: 60px;
    display: block;
}

.wrk-hed h3 {
    color: #FFFFFF;
}

.wrk-hed p {
    font-size: 15px;
    color: #ffffff;
    width: 60%;
    margin: 9px auto 0;
}

.wrk-im {
    width: 155px;
    height: 155px;
    line-height: 155px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 10px auto 25px;
}

.wrk-im span {
    background-color: #c7d175;
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: block;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 20px;
    top: -18px;
    right: -3px;
}

.wrk-all h4 {
    font-size: 29px;
    color: #ffffff;
    line-height: 40px;
}

.wrk-all p {
    font-size: 14px;
    color: #ffffff;
    line-height: 27px;
}

.wrk-usr::after {
    content: '';
    position: absolute;
    background-image: url(../images/arw-bef.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    top: 60px;
    right: -60px;
}

.wrk-usr::before {
    content: '';
    position: absolute;
    background-image: url(../images/arw-aft.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    top: 20px;
    left: -52px;
}

.testimonial-slide {
    position: relative;
    background: #ffffff;
    padding: 40px 50px;
    margin: 0 10px !important;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

.quote-top {
    position: absolute;
    top: 0;
    left: 0;
    background: #cddc84;
    color: #fff;
    font-size: 60px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.quote-bottom {
    position: absolute;
    bottom: 12px;
    right: 10px;
    font-size: 200px;
    height: 70px;
    color: #eef1f4;
    line-height: 1;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #3b6edc;
    object-fit: cover;
}

.user-info h4 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 1px;
}

.designation {
    display: block;
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.stars {
    color: #ff9800;
    font-size: 18px;
    display: none;
}

.testimonial-text {
    font-style: italic;
    color: #777;
    line-height: 1.8;
    max-width: 600px;
    margin-left: 0px;
}

.testimonial-sec .slick-track {
    padding: 20px 0;
}

.blg-all {
    box-shadow: 0 1px 10px #00000042;
    border-radius: 30px;
    padding: 15px 0;
}

.blg-cont {
    padding: 0 20px;
}

.blg-cont h6 {
    font-size: 16px;
    margin: 0 0 15px 0;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    gap: 11px;
}

.blg-cont h3 {
    font-size: 30px;
    line-height: 37px;
}

.blg-cont p {
    font-size: 14px;
    color: #555555;
    line-height: 23px;
}

.blg-cont a {
    font-family: 'Bodonitown';
    color: #000000;
    font-weight: 600;
    text-decoration: underline !important;
}

.news-all {
    background-color: #c7d175;
    padding: 37px 25px;
    border-radius: 15px;
    margin-bottom: -100px;
    z-index: 99;
    position: relative;
}

.nws-cont h3 {
    font-size: 50px;
    color: #ffffff;
    line-height: 58px;
    margin: 0;
}

.nws-cont p {
    margin: 0;
    font-size: 21px;
    color: #ffffff;
}

.nws-inp input {
    height: 55px;
    border-radius: 40px;
}

.nws-inp button {
    top: 5px;
    right: 5px;
    background-color: #c7d175;
    border: transparent;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 40px;
}

.fot-log img {
    width: 70%;
}

.fotr-banner {
    background-image: url(../images/footer-banner.png);
    padding-top: 150px;
}

.fot-log a h4 {
    font-size: 27px;
    color: #ffffff;
}

.fot-log p {
    color: #ffffff;
    font-size: 14px;
}

.fotr-lnk h4 {
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
}

.blg-all>img {
    min-height: 313px;
    border-radius: 20px;
    object-fit: cover;
    max-height: 313px;
}

.sevr-box>img {
    min-height: 314px;
    object-fit: cover;
    border-radius: 20px;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%); */
}

.fotr-lnk li {
    font-size: 15px;
    color: #ffffff;
    display: flex;
    align-items: start;
    gap: 11px;
    margin-bottom: 10px;
}

.fotr-lnk li a {
    font-size: 15px;
    color: #ffffff;
    display: flex;
    align-items: start;
    gap: 11px;
}

.fttr-cnt li {
    margin-bottom: 24px;
}

.fttr-cnt span {
    font-size: 19px;
    color: #c7d175;
}

.insta ul {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 8px;
}

.copy {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 12px 0 5px;
}

.copy p {
    font-weight: 500;
    color: #ffffff;
}

/* HOME PAGE END */

/* INNER PAGES START */
.inner-banner {
    height: 810px;
    z-index: 1;
}

.inner-banner::before {
    content: "";
    position: absolute;
    background-image: url(../images/clouds.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 260px;
}

.inner-banner::after {
    content: '';
    position: absolute;
    background-color: #4186c9;
    width: 43%;
    height: 78px;
    top: 361px;
    left: 0;
    z-index: -9;
}

.inner-banr-cont h2 {
    font-size: 81px;
    color: #ffffff;
    line-height: 90px;
}

.thrd-hed {
    font-size: 70px;
    color: #000000;
    line-height: 80px;
}

.jurny-cont p {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
}

.jurny-cont h4 {
    font-size: 25px;
    text-decoration: underline;
    margin-bottom: 16px;
}

.mtod-cont p {
    width: 100%;
    line-height: 28px;
    margin-bottom: 15px;
}

.methods-sec {
    height: 880px;
}

.blg-dlt-cont h6 {
    font-size: 23px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.blg-dlt-cont h6 img {
    margin-right: 8px;
}

.blg-dlt-cont h3 {
    font-size: 45px;
    line-height: 55px;
    color: #000000;
}

.blg-dlt-cont p {
    font-size: 15px;
    color: #555555;
    line-height: 25px;
}

.blg-dlt-cont h4 {
    font-size: 27px;
    color: #000000;
    line-height: 37px;
}

.frequently-al .accordion-item {
    border: 0;
    background-color: #c7d175;
    border-radius: 30px;
}

.frequently-al .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #c7d175;
    box-shadow: none;
}

.freq-cont p {
    font-size: 20px;
    color: #ffffff;
}

.frequently-al button {
    background-color: #4186c9;
    color: #fff;
    font-size: 25px;
    font-family: 'Bodonitown';
    border-radius: 50px;
    margin: 15px 0;
    padding: 15px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 50px !important;
}

.accordion-item:last-of-type .accordion-button {
    border-radius: 50px !important;
}

.faq-hed h3 span {
    display: block;
}

.procs-al h4 {
    background-color: #4186c9;
    padding: 20px;
    border-radius: 50px;
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 12px;
    width: 45%;
}

.procs-al p {
    padding: 5px 20px;
    font-size: 15px;
    color: #0c1f35;
}

.sevrc-im h4 {
    font-size: 55px;
    line-height: 65px;
    color: #0c1f35;
}

.sevrc-im p {
    color: #0c1f35;
    line-height: 26px;
    margin-bottom: 20px;
}

.cot-hed h2 {
    font-size: 63px;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.cont-loc img {
    height: 54px;
    object-fit: cover;
    margin-bottom: 15px;
}

.cont-loc:hover {
    background-color: #c7d175 !important;
    border-width: 0px 0px 3px 0px;
    border-color: #c7d175;
}

.cont-loc {
    padding: 45px 30px 45px 30px;
    background-color: #4186c9 !important;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #4186c9;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0 0 50px 0;
    min-height: 262px;
}

.cont-loc h4 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.cont-loc p {
    color: #fff;
    margin: 0;
}

.ier-fr input {
    background-color: #fff;
    width: 100%;
    height: 50px;
    margin: 0 0 20px 0;
    border: 1px solid #c9c9c9;
    border-radius: 40px;
    color: #fff;
}

/* Radio buttons */
.ier-fr input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    transform: scale(1);
}

.jurny-cont ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.jurny-cont ul li {
    list-style-type: disc !important;
    margin-bottom: 10px;
    line-height: 1.6;
}


.ier-fr textarea {
    height: 220px;
    resize: none;
    border-radius: 40px;
    padding: 16px;
}

.cont-bt input {
    width: 12% !important;
    background-color: #c7d175 !important;
    text-transform: uppercase;
    border: none !important;
    border-radius: 70px;
}

.cot-hed p {
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    color: #636363;
    font-weight: 500;
}

.ier-fr label {
    font-size: 15px;
    color: #5d5d5d;
    font-weight: 500;
    padding: 10px 17px;
}

/* INNER PAGES END */

/* home form css start here */

select.form-control.mb-3 {
    background: transparent;
    border: 1px solid #ffffff;
    height: 45px;
    border-radius: 30px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

select.form-control.mb-3 option {
    color: #000;
}

/* home form css end here */


.testimonial-slide p.testimonial-text {
    overflow-y: scroll;
    height: 110px;
}

.testimonial-header .avatar {
    display: none;
}


.testimonial-slide p.testimonial-text::-webkit-scrollbar {
    width: 8px;
}

.testimonial-slide p.testimonial-text::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 1px;
}

.testimonial-slide p.testimonial-text::-webkit-scrollbar-thumb {
    background: #cddc84;
    border-radius: 1px;
}

.testimonial-slide p.testimonial-text::-webkit-scrollbar-thumb:hover {
    background: #cddc84;
}


.why-item {
    align-items: flex-start;
    gap: 15px;
}

.why-icon img {
    width: 60px;
}

.why-text h5 {
    font-size: 20px;
    font-family: 'Bodonitown';
    color: #0c1f35;
    font-weight: 500;
}

.why-text ul {
    padding-left: 18px;
    margin: 0;
}

.why-text ul li {
    margin-bottom: 5px;
    line-height: 1.5;
}

.service-area-sec p {
    line-height: 1.8;
    margin-bottom: 15px;
}

.service-area-sec h4 {
    font-weight: 600;
}

.abt-btn {
    display: inline-block;
    background-color: #4186c9;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #4186c9;
    transition: all 0.3s ease;
}

.abt-btn:hover {
    background-color: transparent;
    color: #4186c9;
}

.custom {
    border-radius: 45px;
}