body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none !important;
    padding-left: 0 !important;
}

@font-face {
    font-family: "f1";
    src: url(../fonts/Inter-Regular.ttf);
}

@font-face {
    font-family: "f2";
    src: url(../fonts/Inter-Medium.ttf);
}

@font-face {
    font-family: "f3";
    src: url(../fonts/Inter-Bold.ttf);
}

@font-face {
    font-family: "f4";
    src: url(../fonts/Inter-Bold.ttf);
}

.carousel-control-next-icon {
    background-color: #78ae3f;
    box-shadow: 1px 4px 11px 1px rgba(255, 255, 255, 0.19);
    padding: 17px;
    border-radius: 5px;
    background-image: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23fff"%3e%3cpathd="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
    );
}

.carousel-control-prev-icon {
    background-color: #78ae3f;
    box-shadow: 1px 4px 11px 1px rgba(255, 255, 255, 0.19);
    padding: 17px;
    border-radius: 5px;
    background-image: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23fff"%3e%3cpathd="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
    );
}

p {
    font-size: 16px;
    font-family: "f1";
    color: #000;

    line-height: 30px !important;
}

.w-100 {
    width: 100%;
    margin: auto;
}

.w-90 {
    width: 90%;
    margin: auto;
}

.w-95 {
    width: 95%;
    margin: auto;
}

.d-flex {
    display: flex;
}

.d-flex-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.d-flex-ac {
    display: flex;
    align-items: center;
}

.d-flex-jc-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.d-flex-jc-as{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

.read_btn a {
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    color: #1d4c68 !important;
    font-family: "f3";
}

.read_btn button {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    color: #1d4c68 !important;
    font-family: "f3";
}

/* nav starts */
.dropdown:hover>.dropdown-menu {
    display: block;
    transition: 1.2s;
  }
  
 
.navbarsrc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    transition: background-color 0.3s ease;
    /* background: linear-gradient(to bottom, #00000060, #00000000) !important; */
    z-index: 1000;
}

.navbarsrc {
    background: #ffff;
    padding: 0px 30px !important;
    position: fixed !important;
    width: 100%;
}

/* .navbarsrc.scrolled {
  background: linear-gradient(to bottom, #ff5090, #ffe9f100) !important;
} */

p {
    line-height: 25px;
    text-align: start;
}

.nav_me img {
    filter: drop-shadow(2px 4px 6px #00000056);
    width: 100px !important;
}

.nav_me {
    z-index: 11;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-family: "f2";
    font-size: 16px;
    color: #fff;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}

.nav_me .nav_a li a {
    font-family: "f2";
    font-size: 15px;
    color: #000 !important;
}

.nav-item {
    position: relative;
}

.nav-link::before {
    position: absolute;
    content: "";
    background: #000000 !important;
    margin: auto;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link.active {
    font-family: "f3";
    color: #78ae3f;
}

.navbar-light .navbar-nav .nav-link:hover::before {
    opacity: 1;
    transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link.active::before {
    opacity: 1;
}

.navbar-light .navbar-toggler {
    background-color: #fff;
    color: #78ae3f !important;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0px 10px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.dropdown-menu li {
    position: relative;
}

.drop-a-sub-main {
    position: absolute;
    right: 0;
    padding-left: 16px;
    padding-right: 16px;
    height: 35px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-drop-down-menu .dropdown-item:hover {
    background: #fff !important;

}

.sub-drop-down-menu {
    position: absolute !important;
    padding: 0 !important;
    border: 0;
    left:80% !important;
    margin: 0 !important;
    border-radius: 0;
}

.sub-drop-down-menu li {
    width: 100% !important;
}

.sub-drop-down-menu a {
    margin-bottom: 5px;
    color: #fff !important;
}

.dropdown-submenu .sub-drop-down-menu {
    background: #ffd9e5;
}

.dr_hv:hover {
    background: #ff5090 !important;
}

.other_text {
    font-family: "f3" !important;
    margin: 0 !important;
}

/* nav ends */

/* banner star */
.banner_div img {
    width: 100% !important;
    margin-top: 90px;
}

.carousel-control-prev {
    left: 0;
    top: 150px !important;
}

.carousel-control-next {
    right: 0;
    top: 150px !important;
}
.owl-carousel .owl-item img {
    /* display: block;
    width: 75% !important; */
    border-radius: 10px !important;
}
/* banner end */

/* our clients starts */

/* .home_clients h2 {
    color: #78ae3f;
    font-family: "f3";
    font-size: 35px;
    margin-bottom: 10px;
}
.slide{

    animation: scroll 2s linear infinite;
}
.client_slider img {
    width: 200px !important;
    height: 100px !important;
    transition:0.5s;
    padding: 10px;
    width: calc(150px * 20);
    border-radius: 10px;
}

.slide-track {
    
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
}

.client_slider {
    margin-top: 40px;
    background-color: whitesmoke;
    border-radius: 10px;
    overflow: hidden;
}

@keyframes scroll {
	100% { transform:translateX(calc(-180px * 12));  }
} */


/* new */

.slider {
    height: 100px;
    position: relative;
    width: 90%;  
    margin: auto;
    display: grid;
    place-items: center;
    overflow: hidden;
    background-color: #e7e7e7;
    border-radius: 10px;
    /* padding: 20px 20px 30px 20px */
  }
  

  
  /*  IMPORTANT CODE BELOW */
  
  .slide-track {
    width: calc(250px * 20);
    display: flex;
    animation: scroll 40s linear infinite;
    justify-content: space-between;
  }
  
  


  
  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-180px * 10));
    }
  }
  .slide img{
      width: 150px;
  }
/* new */

/* our clients ends */

/* abt start */
.abt_left_img img {
    width: 90%;
}

.heading_cont h2 {
    font-size: 25px;
    font-family: "f3";
}

.heading_cont h3 {
    font-size: 40px;
    font-family: "f4";
    margin-bottom: 20px;
}

#green_clr {
    color: #78ae3f !important;
}

#pink_clr {
    color: #c91c5b !important;
}

.line_div {
    margin: auto;
    display: inline-block;
    height: 3px;
    background: linear-gradient(45deg, #78ae3f, #c91c5b);
    width: 190px;
    margin-bottom: 20px;
}

/* abt end */

/* why choose start */
.card_item {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px 20px;
    background-color: #ffff;
    box-shadow: 1px 4px 11px 1px rgb(0 0 0 / 19%);
}

.card_item img {
    width: 50px;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #cdff9972;
}

.card_item h2 {
    font-family: "f3";
    font-size: 20px;
}

.card_div_1 {
    margin-top: 90px;
}
.mission_img h2 {
    font-family: "f3";
    text-align: center;
    font-size: 30px;
    color: #78ae3f !important;
}
/* why choose end */

/* service card start */
.service_card_inner:hover .service_card {
    background-color: #c91c5b;
    transition: 0.3s;
}

.service_card_inner:hover .service_icon {
    transition: 0.3s;
    border: 4px solid #78ae3f;
}
.service_card_inner {
    height: 100%;
}

.service_card {
    width: 90%;
    height: 100% !important;
    margin: auto;
    background-color: #78ae3f;
    transition: 0.3s;
    box-shadow: 1px 4px 11px 1px rgb(0 0 0 / 19%);
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}

.service_icon {
    width: 90px;
    height: 90px;
    margin: -50px auto 0px;
    border-radius: 10px;
    border: 4px solid #c91c5b;
    transition: 0.6s;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.service_icon img {
    width: 75px;
}

.service_card p {
    color: #ffff;
    text-align: center !important;
}

.service_card h2 {
    font-family: "f3";
    margin-top: 16px !important;
    text-align: center !important;
    font-size: 20px;
}

/* service card end */

/* testimonials start */
.testi_star img {
    width: 20px !important;
    margin: 0px 5px auto;
}

.testi_reviwe p {
    text-align: center;
}
.heading_cont p {
    text-align: center;
}
.testi_carousel {
    padding: 50px 30px;
    border-radius: 25px;
    background-color: #c91c5b1a;
}

.testi_reviwe {
    position: relative;
    /* height: 235px; */
    margin: 0px 10px auto;
    box-shadow: 1px 4px 11px 1px rgba(0, 0, 0, 0.19);
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 10px;
}

.testi_reviwe h2 {
    font-size: 20px;
    font-family: "f3";
}

.testi_reviwe p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}

.testi_quote {
    right: 0;
    bottom: -23px;
    z-index: 1 !important;
    position: absolute;
}

.testi_quote img {
    width: 60px !important;
}

/* testimonials end */
/* footer start */

.hvr_effect ul li:hover a {
    color: #c91c5b;
    font-family: "f3";
}

.footer_start {
    padding: 20px 0px;
    background: linear-gradient(94deg, #018241 5.43%, #2dbb54 53.62%);
}

.link_text h3 {
    color: #ff8a00;
    font-size: 25px;
    font-family: "f3";
}

.link_text li a {
    color: #ffff;
    font-size: 16px;
    font-family: "f2";
}

.link_text h2 {
    font-size: 20px;
    color: #fff;
    font-family: "f4";
    margin-bottom: 20px;
}

.link_text li {
    margin-top: 10px;
}

.logo_div img {
    width: 120px;
    background-color: #ffff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.logo_div p {
    color: #ffff;
    font-family: "f1";
}

.icon-div {
    padding: 10px;
    margin-right: 15px;
}

.icon-div img {
    width: 25px;
}

.address a {
    text-align: left;
    color: #ffff !important;
    font-family: "f2";
}

.adrs_div h2 {
    font-size: 20px;
    color: #fff;
    font-family: "f4";
}

/* footer end */

/* service detail page */
.service_img img {
    width: 90%;
}

.service_detail h2 {
    font-size: 20px;
    font-family: "f3";
    color: #78ae3f;
    /* margin-bottom: 20px; */
}
.service_detail h1 {
    font-size: 40px;
    font-family: "f3";
    color: #78ae3f;
}
.service_content p {
    font-family: "f1";
}
.service_contentt {
    padding-left: 70px;
}
.descript_cnt h3 {
    font-size: 30px;
    color: #c91c5b;
}

.descript_cnt img {
    width: 30px;
    margin-top: -5px;
    margin-right: 10px;
}

.descript_cnt li {
    line-height: 35px;
    font-size: 16px;
    font-family: "f1";
}

.Ser_banner_div {
    height: 70vh;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    margin-top: 120px !important;
}

.Ser_banner_div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner_cnt {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffff;
}

.Ser_banner_div::before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.6;
}

/* service detail page */

/* service detail page dynamic*/
.ser_dyn_img {
    height: 500px;
    position: relative;
    width: 80%;
    margin: 29px 0px;
}

.ser_dyn_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

.ser_dyn_img_2 {
    height: 200px;
    position: absolute;
    width: 200px;
    /* box-shadow: 1px 4px 11px 1px rgb(0 0 0 / 19%); */
    padding: 10px;
    background: #ffff;
    position: absolute;
    /* top: 0; */
    bottom: -28px;
    border-radius: 5px;
    right: 0;
    margin: auto;
}

.ser_dyn_img_2 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}

.ser_dyn_image_main {
    position: relative;
    margin: 30px 0px;
}

/* service detail page dynamic*/

/* contactus start */

/* banner */
.cnt_banr {
    height: 70vh;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}

.cnt_banr img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* banner */

/* contact start */
.con_enq {
    border-radius: 0px;
    position: relative;
    margin: -100px auto 40px auto;
    background-color: #ffff;
}

.eqnu_content span {
    font-size: 70px;
    line-height: 0.8;
    margin: 0 0;
    letter-spacing: 4px;
    display: block;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #c91c5b;
    margin-bottom: 30px;
}

.enquiry_field label {
    margin-bottom: 10px;
    color: #000000;
    font-family: "f2";
    font-size: 15px;
}

.enquiry_field {
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 1px 4px 11px 1px rgba(0, 0, 0, 0.19);
}

.enquiry_field input {
    background-color: transparent;
    color: #000000 !important;
}

.enquiry_field input:focus {
    background-color: transparent;
}

.enquiry_field textarea:focus {
    background-color: transparent;
    color: #000000;
}

.enquiry_field textarea {
    background-color: transparent;
    color: #000000;
}

.form-control {
    color: #c8c8c800;
}

.form_main input::placeholder {
    color: #000000;
}

.form_main textarea::placeholder {
    color: #000000;
}

.eqnu_content h3 {
    color: #fff;
    font-size: 26px;
    margin-top: 20px;
}

.btn_div {
    display: inline;
    background-color: #c91c5b;
    padding: 8px 20px;
    border-radius: 5px;
}

.btn_div a {
    font-family: "f2";
    color: #ffff !important;
}

/* contact end */

/* social starts */

/* side icon start */

.social_icon {
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 111;
}

.social_icon_enq {
    position: fixed;
    left: 1%;
    bottom: 30%;
    z-index: 111;
}

.social_icon_enq ul li span {
    font-size: 15px;
    padding: 5px 2px;
    color: #fff !important;
    background-color: #0091ef;
    writing-mode: vertical-lr;
    text-orientation: upright;
}

.social_icon img {
    width: 200px;
    padding: 10px;
    transition: 1.2s;
    filter: drop-shadow(1px 4px 11px #0000008e);
}

.soci_icon img {
    width: 170px !important;
    margin-left: 30px;
}

/* Circle */

/* social ends */

.service_detail .owl-nav button {
    display: none;
}

.owl-dyn .item {
    margin: 0px 10px;
}

/* page loader  */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.623);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader img {
    width: 180px;
}

/* @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

.content {
    /* Additional styling for your page content */
    padding: 20px;
}

/* page loader */

/* gallery starts */
.steel_text h4 {
    font-family: "f3";
    color: #018241;
    /* text-align: center; */
}
.mfp-title {
    text-align: center !important;
    line-height: 30px !important;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 15px !important;
    margin-top: 10px !important;
}

.gallery_page_section .title_section h2 {
    font-family: f3;
    color: #2dbb54;
}

.gallery_page_section h3 {
    font-family: "f4";
    font-size: 30px;
    color: #1b1c57;
}

.gallery_image {
    /* height: 230px; */
    margin: 2% 2%;
    background: #000;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.gallery_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s;
}

.gallery_image:hover img {
    opacity: 0.4;
    transition: 0.5s;
}

.gallery_caption {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_image:hover .gallery_caption {
    opacity: 1;
    transition: 0.5s;
}

.gallery_view h4 {
    font-family: "f3";
    font-size: 16px;
    padding-bottom: 15px;
}

.gallery_view .org_btn a {
    background: #2dbb54;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff !important;
}

/* gallery ends */

/* owl style starts */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

/* owl style ends */

.btn_re a {
    background: #c91c5b;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 8px;
    font-family: "f2";
    font-size: 14px;
}
.btn_re input {
    background: #c91c5b;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 8px;
    font-family: "f2";
    font-size: 14px;
    border: none !important;
}
.text_moal button {
    position: absolute;
    right: 0;
    border: 0;
    background: #c91c5b;
    width: 35px;
    height: 35px;
    z-index: 1;
    color: #fff;
}
.text_mon h5 {
    font-family: "f3";
    font-size: 18px;
}
.text_mon p {
    font-size: 14px;
}

.mfp-img {
    max-height: 400px !important;
}
.logo_div {
    margin-top: 80px;
}


/* style ends */

#big-image img{
    width: 70% !important;
    cursor: pointer;
  margin: auto;
}

    .small-images img.active {
        opacity: 1; /* Highlight active image */
    }

.small-images img{
    opacity: 0.3; /*  */
  width: 70px;
  margin: 5px 5px;
  cursor: pointer;
  border-radius: 10px;
  border: solid 3px #ed008c;
}
