@import url('https://fonts.example.com/css2?family=Mona-Sans:wght@400;700&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd,  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
:root {
    --blue: #253174;
    --yellow:#FFDF34;
    --gray:#FCFCFC;
}
* {
    font-family: 'Mona-Sans', sans-serif !important;
}
body{
    line-height:1.5;
	background:hsl(0, 0%, 100%);
    font-family: Mona-Sans!important;
    font-weight:normal;
}
a {
    text-decoration: none;
    color: #000;
}
#result li{
    text-decoration: none!important;
    list-style-type: none;
}
.cursor{
    cursor: pointer;
}
.blue{
   color:var(--blue);
}
.yellow{
    color:var(--yellow);
}
.form-control:focus{
    box-shadow: 0 0 0 .25rem transparent;
    border-color: #e0e0e0;
}
.form-control:focus .btn{
    display: block;
}

.pxx-5{
    padding-left: 10rem;
    padding-right: 10rem;
}
.bg-blue{
    background-color:var(--blue) ;
}
.bg-gray{
    background-color:var(--gray) ;
}
.bg-yellow{
    background-color:var(--yellow) ;
}
.mbl-view{
    display: none;
}
.sys-view{
    display: block;
}
.b-size{
    font-size: 14px;
}
.input-group::placeholder{
   font-size: 12px;
}
hr{
    color: rgb(153, 151, 151);
}
.quote_card {
    transition: opacity 0.10s ease-in-out, transform 0.10s ease-in-out;
}
.left-img{
    margin-left: -86px;
}
.left-img1{
    margin-left: -103px;
    margin-top: -61px;
}
.right-img{
    margin-right: -66px;
    margin-top: -81px;
}
.corner-img {
    position: absolute;
    top: -44px;
    right: 0;
    width: 170px;
    z-index: 10;
    left: 215px;
}
.quote_card {
    transform: scale(1.08);
}
.quote_card:hover {
    background-color: var(--yellow);
    box-shadow: rgba(100, 99, 43, 0.2) 0px 1px 19px 0px;
    padding-top:-3px!important;
    /* transform: scale(1.08); */
}
.quote_card:hover .py-3{
    padding-top:3px!important;
}
/* footer */
#footer{
    /* bottom: 0; */
    position: absolute;
    width: 100%;
}
#footer li{
    font-size: 14px;
}
#footer .copyrights{
    border-top: 1px solid var(--yellow);
}
#footer .copyrights p{
    color:var(--yellow);
}

/* home */

.top-nav {
    position: relative; 
}
.top-nav .input-group {
    position: relative; 
}
.top-nav .input-group .input-group-append {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); 
    padding-right: 7px;
    z-index: 1; 
}

.top-nav .input-group .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    box-shadow: rgba(100, 99, 43, 0.2) 0px 1px 19px 0px;
    z-index: 0;
}

.top-nav .input-group .btn {
    background-color: var(--yellow);
    z-index: 2;
}
.top-nav .input-group .btn:focus{
    border: none!important;
}
.page-not{
    padding-top: 70px;
    padding-bottom: 110px;
}
.top-nav .related_srch .bi-search{
    color: #BCBCBC;
}
.top-nav .related_srch .card:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 12px -8px;
}
.top-nav .image-container img {
    display: block;
    right: 31%;
    position: absolute;
    width: 9%;
}
.img-wrapper-place{
    background-color: #FCFCFC;
    height: 300px;
}
.home-img-place{
    width: 70px;
    height: 300px;
}

.section1 .img{
    width: 100%;
    object-fit: contain; 
    transition: 0.8s!important;
}
.section1  .imgaewrap{
    overflow: hidden;
    width: 100%;
}
.section1 .img:hover {
    transform: scale(1.3)!important;
 }

.section1 .image-container img {
    display: block;
    right: 62%;
    position: absolute;
    width: 5%;
    margin-top: -5px;
}
.img-wrapper{
    height: 309px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.img-wrapper img {
    width: 100%;
    height: 100%; /* Ensures the image fits within the 309px height */
    object-fit: cover; /* Ensures the image scales properly without distorting */
}
.img-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%; /* Adjust to cover the bottom part of the image */
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 75%)); /* Transparent at the top, dark at the bottom */
    /* Semi-transparent black */
    z-index: 1;
}
.home-img{
    height: 309px;
    width: 100%;
    overflow: hidden;
    transition: 0.8s!important;
}

.home-img:hover {
   transform: scale(1.3)!important;
}

.detail-img{
    height: 231px;
    width: 100%;
}
.section4 img{
    width: 100%;       
    object-fit: contain;
    transition: 0.8s!important;
}
.section4  .imgaewrap{
    overflow: hidden;
    width: 100%;
}
.section4 img:hover {
    transform: scale(1.3)!important;
}

.section2 .image-container img {
    display: block;
    right: 41%;
    position: absolute;
    width: 5%;
    margin-top: -5px;
}
.section3 .image-container img {
    display: block;
    right: 56%;
    position: absolute;
    width: 5%;
    margin-top: -5px;
}
.text-overlay {
    margin-top: -40px;
}
.img-fluid {
    width: 100%;
    height: 360px;
}
.pt{
    padding-top: 1px;
}
/* detail */
.social .card{
    width: 35px;
}
.download{
    width: 16px;
}
.facebook{
    width: 10px;
}
.copy .card:hover{
    box-shadow: rgba(100, 99, 43, 0.2) 0px 1px 17px 0px;
}
.bg-copy{
    background-color: #FCFCFC;
}
.bg-copy:hover{
    border: 1px solid #cacaca!important;
}
.social .card:hover{
    background-color: var(--yellow);
    border: 1px solid #cacaca ;
    box-shadow: rgba(100, 99, 43, 0.2) 0px 1px 17px 0px;
}
.overlay-text {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    z-index: 1;
}

/* Quotes */
.center-card {
    height: 300px; /* Fixed height for the card */
    display: flex; /* Enable Flexbox */
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    position: relative; /* Maintain context for absolute positioning */
}

.text-img-container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.my-icon .my-path {
    fill: #253174!important;
}

.apostropy{
   width: 40px;
}
.accordion .accordion-button:not(.collapsed){
    background-color:#fff;
}
.accordion-flush .accordion-item:first-child{
    border-bottom: 0;
}
.accordion-flush .accordion-item:last-child{
    border-top: 0;
}
.accordion-item:not(:first-of-type){
    border-top: 0;
    border-bottom: 0;
}
.accordion-button:focus{
    box-shadow:none!important;
}
.accordion-button::after {
    --bs-accordion-btn-icon-width: 0.85rem!important;
}
.accordion-button{
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion .card{
    width: 50px;
    height: 50px;
}
.navbar-collapse .active{
    color: var(--yellow)!important;
}
.skeleton .square {
    background: rgba(130, 130, 130, 0.2);
    background: --webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    animation: wave-squares 2s infinite ease-out;
    height: 230px;
    width: 230px;
}
@keyframes wave-squares {
    0% { background-position: -230px 0; }
    100% { background-position: 230px 0; }
}

/* search */
/* Container for search results */
.search-results {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ddd9d9;
    box-shadow: rgba(100, 99, 43, 0.2) 0px 1px 19px 0px;
    margin-top: 52px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 5px !important;
}
#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 99;
    font-size: 14px;
    border: 1px solid var(--blue);
    outline: none;
    background-color: #fff;
    color: var(--blue);
    cursor: pointer;
    padding: 7px 13px;
    border-radius: 50%;
  }
/* fixed navbar */
.fixed-top {
    background-color: var(--blue);
    animation: slideDown 0.8s ease-out forwards;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
/* body full loader  */
.loader-overlay svg {
    width: 100px;
    height: 100px;
    margin: 10px;
    display: inline-block;
}
.loader-overlay .path1{
fill: var(--blue);
}
.loader-overlay .path2{
    fill: var(--blue);
}
#overlayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 239);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.overlayScroll{
    overflow: hidden;
}
#outline{
    stroke-dasharray:2.427766571px,242.7766571045px;
    stroke-dashoffset:0;
    -webkit-animation:anim 1.6s linear infinite;
    animation:anim 1.6s linear infinite
}

@-webkit-keyframes anim{
    12.5%{
        stroke-dasharray:33.9887319946px,242.7766571045px;
        stroke-dashoffset:-26.7054322815px
    }
    43.75%{
        stroke-dasharray:84.9718299866px,242.7766571045px;
        stroke-dashoffset:-84.9718299866px;
        stroke:var(--next-prev-arrow-color)
    }
    to{
        stroke-dasharray:2.427766571px,242.7766571045px;
        stroke-dashoffset:-240.3488905334px
    }
}

/* detail image accordian */
.uehuwer{
    width: 62px;
    height:61px;
}
.tick-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    display: none;
}
.clr_active.selected .tick-img {
    display: block;
}
.img_active.selected .tick-img {
    display: block;
}
.txt_active.selected .tick-img{
    display: block!important;
}
/* about us */

.aabout_body2 img{
    width:150px;
    transition: 0.8s!important;
}
.aabout_body2  .imgaewrap{
    overflow: hidden;
    width:150px;
}
.aabout_body2 img:hover {
    transform: scale(1.3)!important;
}
.aabout_body2 .btn:hover{
    background-color: var(--blue);
}
.aabout_body2 .btn{
    width: 120px;
}

.aabout_body2 hr {
    margin-top: 7px;
    margin-bottom: 3px;
}
.aabout_body1 .card:hover{
    background-color: var(--yellow);
    border: 0px;
    box-shadow: rgba(100, 99, 43, 0.2) 0px 1px 19px 0px;
}
.about-body3 img{
    width: 300px;
    transition: 0.8s!important;

}
.about-body3  .imgaewrap{
    overflow: hidden;
    width: 300px;
}
.about-body3 img:hover {
    transform: scale(1.3)!important;
}
/* contact us */
.contact-us span{
    font-size: 14px;
}
.contact_us1 .form-control{
    background-color: var(--gray)!important;
}
.contact_us1 .form-control:focus {
    border-color: var(--blue); /* Change this color to your preferred border color */
}


/* search design */

.src-bg{
    background-color:#FCFCFC ;
    border-bottom: 1px solid #BCBCBC;
    border-top: 1px solid #BCBCBC;

}
.top-bdy img{
    width: 60px;
    height: 60px;
}

.search-results .link-class{
    border-bottom: 1px solid #F2F2F2;
}
.font-size{
    font-size: 14px;
}
.related_srch .owl-prev,.related_srch .owl-next{
    display: none!important;
}
.navbar-toggler:focus{
    box-shadow: none!important;
}
.address-info .img{
    width:20px
}
.address-info .imgs{
    width:16px
}
.contact_us1 .btn:hover{
    background-color: var(--yellow);
}
.hjbg{
    font-size: 14px;
}
.hov-img{
    /* margin-top: -8px; */
    width: 38px;
}
.cng_isize{
    width: 58px;
    height: 58px;
}

/* .adsbygoogle, #aswift_1_host , #aswift_2_host{
    height:80px!important;
} */
 
@media only screen and (max-width: 373px) {
    .home-img {
        height: 135px !important;
    }
    .img-wrapper{
        height: 135px !important;
    }
    .detail-img{
        height: 137px!important;
    }
}
@media (min-width: 374px) and (max-width: 450px){
    .detail-img{
        height: 155px!important;
    }
    .home-img{
        height: 180px!important;
    }
}
@media only screen and (max-width: 600px) {
    .mbl-view{
        display: block!important;
    }
    .sys-view{
        display: none!important;
    }
    .pxx-5 {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .top-nav  .image-container img {
        display: none;        
    }
    .detail-img{
        height: 198px;
    }
    .section2 .pxx-5{
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }
    .b-size{
        font-size: 12px!important;
    }
    h2{
        font-size: 17px;
    }
    h3{
        font-size: 17px;
    }
    h5{
        font-size: 15px;
    }
    p{
        font-size: 14px;
    }
    #footer p,  #footer li {
        font-size: 13px;
    }
    .corner-img {
        top: -19px!important;
        width: 74px!important;
        left: 119px!important;
    }
    .img-wrapper-place{
        height: 200px;
    }
    .home-img-place{
        height: 200px;
    }
    .aabout_body2 .btn{
        width: 40%!important;
    }
    .about-body3 .card{
        height: 230%!important;
    }
    .about-body3 img{
        width: 220px!important;   
    }
     .about-body3 .imgaewrap {
        width: 220px!important;   
    }
    .top-bdy img{
        width: 50px!important;
        height: 50px!important;
    }
    
    .font-size{
        font-size: 11px!important;
    }
    .home-img {
        height: 190px !important;
    }
    .img-wrapper{
        height:190px !important;
    }
    .bg-quote-icon {
        width: 80px!important; /* Adjust the size as needed */
    }
    /* iframe {
        width: 68vw !important;
        height: 46vw !important;
        border: 0;
    }
    .adsbygoogle, #aswift_1_host , #aswift_2_host{
        height:80px!important;
    } */
    .skeleton .square {
        height: 150px;
        width: 150px;
    }
}
@media (min-width: 601px) and (max-width: 767px){

    .pxx-5 {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .top-nav .image-container img {
        right: 21%!important;
        width: 14%!important;
    }
    .home-img {
        height: 208px !important;
    }
    .img-wrapper{
        height: 208px !important;
    }
    .section2 .pxx-5, .section3 .pxx-5{
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }
    .detail-img{
        height: 195px;
    }
    .corner-img {
        width: 74px!important;
        left: 159px!important;
    }
    .about-body3 img{
       width: 200px!important;   
    }
    .about-body3 .imgaewrap {
        width: 200px!important;   
    }

}
@media (min-width: 600px) and (max-width: 1024px){
    .mbl-view{
        display: none!important;
    }
    .sys-view{
        display: block!important;
    }
    .container{
        max-width: 840px;
    }
    .pxx-5 {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .top-nav .image-container img {
        right: 27%;
        width: 9%;
    }
    .section2 .pxx-5, .section3 .pxx-5{
        padding-left: 5rem!important;
        padding-right: 5rem!important;
    }
    .home-img{
        height: 234px!important;
    }
    .img-wrapper{
        height: 234px !important;
    }
    .section1 .img{
        width: 100%;
        object-fit: contain;
    }
    .section1 .image-container img {
        right: 70%;
        width: 8%;
    }
    .section2 .image-container img {
        right: 33%;
        width: 10%;
    }
    .section3 .image-container img {
        right: 56%;
        width: 10%;
    }
    .corner-img {
        top: -19px;
        width: 122px;
        left: 144px;
    }
    .left-img1 {
        margin-left: -57px!important;
        width: 49px!important;
    }
    .left-img {
        margin-left: -30px!important;
        width: 50px!important;
    }
    .right-img {
        margin-right: -28px!important;
        margin-top: -81px!important;
    }
    /* iframe {
        width: 38vw !important;
        height: 42vw !important;
        border: 0;
    } */
    .skeleton .square {
        height: 190px!important;
        width: 190px!important;
    }
 
}
@media (min-width: 1024px) and (max-width: 1199px){
    .pxx-5 {
        padding-left: 4rem!important;
        padding-right: 4rem!important;
    }
}

.Copy code
.bg-div {
    position: relative;
}

.quote-card {
    position: relative;
    padding: 20px; /* Adjust padding as needed */
    overflow: hidden; /* Ensures the images don’t overflow the card */
}

.bg-quote-icon {
    width: 109px; /* Adjust the size as needed */
    height: 309px;
}

.top-right {
    top: 0; 
    right: 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

.overlay-wrapper {
    position: relative;
}

.overlay-wrapper .home-img {
    display: block;
    width: 100%;
    height: 309px;
}

.overlay-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.692); /* Semi-transparent black overlay */
    opacity: 1;
    transition: opacity 0.3s ease;
}

.overlay-wrapper::before {
    content: 'see more results \2192'; /* Optional overlay text */
    position: absolute;
    color: white;
    font-size: 17px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Ensure the column is positioned relative to allow the overlay to be positioned absolutely */
.text-wrapper{
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
}
.text-wrapper .overlay-wrappers:hover{
    background-color: rgba(0, 0, 0, 0.692); 
}
.text-wrapper .card:hover{
    background-color: transparent; 
}
/* This will cover the entire parent div */
.overlay-wrappers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.692); /* Semi-transparent black overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 2; /* Ensure the overlay is above the content */
}

.overlay-wrappers h6 {
    color: #4b4a4a;
}
.overlay-wrappers:hover h6 {
    color: #4b4a4a;
}
.overlay-wrappers::before {
    content: 'see more results \2192'; /* Optional overlay text */
    position: absolute;
    color: white;
    font-size: 17px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}