/* Cormorant Garamond */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

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

*{
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
}


.navbar-brand img {
    height: 60px;
}



:root {

   /* Primary Brand Colors */
   --primary-color: #7cc242;
   --secondary-color: #111827;
   --third-color: #7cc242;
   --four-color: #2b2b2b;

   /* Neutral Colors */
   --white-color: #ffffff;
   --body-text-color:#6b7280;
   --off-white-color: #f8f8f8;
   --background-color: #f5f3ef;

   /* Black Shades */
   --black-color: #000000;
   --black-color2: #1a1a1a;
   --black-color3: #2c2c2c;
   --black-color4: #3d3d3d;
   --black-color5: #7c7c7c;
   --black-color6: #4a4a4a;

   /* Gray Shades */
   --gray-color: #e5e5e5;
   --gray-color2: #f3f4f6;
   --gray-color3: #fafafa;

   /* Accent Colors */
   --gold-color: #ffb347;
   --border-color: #dedede;

   /* Social */
   --facebook-color: #3b5998;
   --instagram-color: #962fbf;
   --youtube-color: #c4302b;

}


h1, h2, h3, h4, h5, h6{
      font-family: "Cormorant Garamond", serif;
}

img {
  max-width: 100% !important;
}

body {
  font-family: "Montserrat", sans-serif;

}

body,
html {
  scroll-behavior: smooth;
   font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none;
  text-decoration: none;
}


a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/*  */

.carousel-inner {
    z-index: -1;
}

/*  */



/* ================= ABOUT START ================= */

.compnay_profile_section {
    padding: 75px 0 60px;
    background: var(--white-color);
    overflow: hidden;
}

.compnay_profile_section .profile_content_div h2 {
    margin: 0 0 20px;
    color: var(--black-color2);
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.6px;
}

.compnay_profile_section .profile_content_div h2 span {
    display: block;
    color: var(--primary-color);
}

.compnay_profile_section .profile_image_main {
    position: relative;
}

.compnay_profile_section .profile_image_div {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    padding: 8px;
    background: var(--white-color);
    box-shadow: 0 18px 45px rgba(11, 61, 115, 0.10);
}

.compnay_profile_section .profile_image_div img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.compnay_profile_section .experience_box {
    position: absolute;
    right: -35px;
    bottom: -38px;
    min-width: 205px;
    padding: 24px 30px;
    border-radius: 18px;
    background: var(--primary-gradient);
    box-shadow: 0 18px 40px rgba(7, 89, 168, 0.25);
    border: 5px solid var(--white-color);
}

.compnay_profile_section .experience_box h2 {
    margin: 0 0 8px;
    color: var(--white-color);
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
}

.compnay_profile_section .experience_box span {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.compnay_profile_section .profile_content_div {
    padding-left: 45px;
}

.compnay_profile_section .profile_small_title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 17px;
    margin-bottom: 18px;
    border-radius: 50px;
    background: rgba(7, 89, 168, 0.08);
    color: var(--primary-color);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.compnay_profile_section .profile_small_title::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
}

.compnay_profile_section .profile_content_div h2 {
    margin: 0 0 18px;
    color: var(--black-color2);
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
       font-family: "Montserrat", sans-serif;
}

.compnay_profile_section .profile_content_div p {
    margin: 0 0 16px;
    color: var(--body-text-color);
    font-size: 15px;
    line-height: 29px;
    font-weight: 500;
}

.compnay_profile_section .profile_content_div p strong {
    color: var(--secondary-color);
    font-weight: 700;
}

.compnay_profile_section .profile_points_main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.compnay_profile_section .profile_points {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 17px;
}

.compnay_profile_section .profile_points i {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(7, 89, 168, 0.09);
    color: var(--primary-color);
    font-size: 12px;
}

.compnay_profile_section .profile_points span {
    color: var(--black-color3);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.compnay_profile_section .profile_btn_main {
    margin-top: 15px;
}

.compnay_profile_section .about-theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 14px 27px;
    border-radius: 50px;
    background: var(--primary-gradient);
    color: var(--white-color) !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(7, 89, 168, 0.18);
    transition: 0.35s ease;
}

.compnay_profile_section .about-theme-btn:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(11, 61, 115, 0.22);
}

.compnay_profile_section .about-theme-btn i {
    transition: 0.35s ease;
}

.compnay_profile_section .about-theme-btn:hover i {
    transform: translateX(5px);
}

/* ================= ABOUT END ================= */
/* ================= COUNTER START ================= */

.number_counter_section {
    padding: 65px 0;
    background: var(--off-white-color);
    overflow: hidden;
}

.number_counter_section .counter_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background: var(--white-color);
    box-shadow: 0 12px 35px rgba(11, 61, 115, 0.06);
}

.number_counter_section .counter_box {
    position: relative;
    padding: 30px;
    background: var(--white-color);
    border-right: 1px solid var(--border-color);
    transition: 0.35s ease;
}

.number_counter_section .counter_box:last-child {
    border-right: 0;
}

.number_counter_section .counter_box:hover {
    background: var(--gray-color3);
}

.number_counter_section .counter_box > span {
    display: block;
    color: var(--body-text-color);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.number_counter_section .counter_value {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}

.number_counter_section .counter_value h3 {
    margin: 0;
    color: var(--secondary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -2px;
    transition: 0.35s ease;
}

.number_counter_section .counter_value b {
    margin: 2px 0 0 5px;
    color: var(--primary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
}

.number_counter_section .counter_box p {
    margin: 11px 0 0;
    color: var(--black-color3);
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.number_counter_section .counter_box::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: var(--primary-color);
    transition: 0.35s ease;
}

.number_counter_section .counter_box:hover::after {
    width: 55px;
}

.number_counter_section .counter_box:hover .counter_value h3 {
    color: var(--primary-color);
}

/* ================= COUNTER END ================= */

/* ================= PRODUCTS START ================= */

.products_section {
    padding: 75px 0;
    background: var(--white-color);
    overflow: hidden;
}

.products_section .products_title_div {
    max-width: 820px;
    margin: 0 auto 45px;
    text-align: center;
}

.products_section .products_title_div > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 15px;
    margin-bottom: 14px;
    border: 1px solid rgba(7, 89, 168, 0.12);
    border-radius: 50px;
    background: var(--gray-color3);
    color: var(--primary-color);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.products_section .products_title_div > span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-color);
}

.products_section .products_title_div h4 {
    margin: 0 0 13px;
    color: var(--secondary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.6px;
}

.products_section .products_title_div p {
    max-width: 720px;
    margin: auto;
    color: var(--body-text-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}


/* ================= SLIDER ================= */

.products_section .products-slider .owl-stage {
    display: flex;
}

.products_section .products-slider .owl-item {
    display: flex;
}

.products_section .products-slider .item {
    width: 100%;
    display: flex;
}


/* ================= CARD ================= */

.products_section .product-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: var(--white-color);
    box-shadow: 0 8px 30px rgba(11, 61, 115, 0.06);
    transition: 0.4s ease;
}

.products_section .product-item:hover {
    border-color: rgba(7, 89, 168, 0.22);
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(11, 61, 115, 0.12);
}


/* ================= IMAGE ================= */

.products_section .product-item-img {
    position: relative;
    width: 100%;
    height: 285px;
    flex-shrink: 0;
    overflow: hidden;
    padding: 12px;
    background: var(--gray-color3);
}

.products_section .product-item-img::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(7, 89, 168, 0.08);
    border-radius: 11px;
    pointer-events: none;
}

.products_section .product-item-img > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 11px;
    transition: 0.55s ease;
}

.products_section .product-item:hover .product-item-img > img {
    transform: scale(1.04);
}


/* ================= NUMBER ================= */

.products_section .product-number {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 22px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--secondary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}


/* ================= CONTENT ================= */

.products_section .product-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px 22px 23px;
}

.products_section .product-item-info h4 {
    margin: 0 0 9px;
    color: var(--secondary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.products_section .product-item-info p {
    flex: 1;
    margin: 0 0 18px;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}


/* ================= BUTTON ================= */

.products_section .product-btn {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--gray-color);
}

.products_section .product-read-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--secondary-color);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.products_section .product-read-more i {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(7, 89, 168, 0.08);
    color: var(--primary-color);
    font-size: 10px;
    transition: 0.3s ease;
}

.products_section .product-read-more:hover {
    color: var(--primary-color);
}

.products_section .product-read-more:hover i {
    background: var(--primary-color);
    color: var(--white-color);
    transform: translateX(4px);
}


/* ================= NAVIGATION ================= */

.products_section .owl-theme .owl-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.products_section .owl-theme .owl-nav button {
    width: 40px;
    height: 40px;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color) !important;
    border-radius: 50% !important;
    outline: none !important;
    background: var(--white-color) !important;
    color: var(--secondary-color) !important;
    transition: 0.3s ease;
}

.products_section .owl-theme .owl-nav button:hover {
    border-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
}


/* ================= DOTS ================= */

.products_section .owl-theme .owl-dots {
    margin-top: 18px;
}

.products_section .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px;
    background: var(--border-color);
    transition: 0.3s ease;
}

.products_section .owl-theme .owl-dots .owl-dot.active span {
    width: 22px;
    border-radius: 10px;
    background: var(--primary-color);
}

/* ends */

/* ================= WHY CHOOSE START ================= */

.best_points_section {
    padding: 55px 0;
    background: var(--off-white-color);
}

.best_points_section .best_points_head {
    margin: 0 auto 45px;
    padding-bottom: 25px;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

.best_points_section .best_points_heading {
    max-width: 700px;
    margin: 0 auto 15px;
}

.best_points_section .best_points_subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.best_points_section .best_points_heading h2 {
    margin: 0;
    color: var(--secondary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.best_points_section .best_points_heading h2 span {
    display: block;
    color: var(--primary-color);
}

.best_points_section .best_points_text {
    max-width: 650px;
    margin: 0 auto;
}

.best_points_section .best_points_text p {
    margin: 0;
    color: var(--body-text-color);
    line-height: 25px;
       font-size: 14px;
    font-weight: 600;
}

.best_points_section .best_points_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
}

.best_points_section .best_point_main_div {
    min-height: 230px;
    padding: 28px 28px 25px;
    background: var(--white-color);
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    transition: 0.3s ease;
}

.best_points_section .best_point_main_div:hover {
    background: var(--gray-color3);
}

.best_points_section .best_point_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.best_points_section .best_point_number {
    color: var(--black-color5);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.best_points_section .best_point_icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(7, 89, 168, 0.15);
    color: var(--primary-color);
    background: var(--off-white-color);
    transition: 0.3s ease;
}

.best_points_section .best_point_icon i {
    font-size: 17px;
}

.best_points_section .best_point_main_div:hover .best_point_icon {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.best_points_section .best_point_content h3 {
    margin: 0 0 10px;
    color: var(--secondary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
}

.best_points_section .best_point_content p {
    max-width: 330px;
    margin: 0;
    color: var(--body-text-color);
   font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}



/* ================= WHY CHOOSE END ================= */

/* ================= TESTIMONIAL START ================= */

.testimonial-area {
    position: relative;
    padding: 85px 0;
    background: var(--white-color);
    overflow: hidden;
}

.testimonial-area .container {
    position: relative;
    z-index: 1;
}


/* ================= TESTIMONIAL HEADING ================= */

.testimonial-area .testimonial_title_div {
    max-width: 780px;
    margin: 0 auto 45px;
    text-align: center;
}

.testimonial-area .testimonial_title_div > span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.testimonial-area .testimonial_title_div h2 {
    margin: 0 0 14px;
    color: var(--secondary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.testimonial-area .testimonial_title_div h2 strong {
    display: block;
    color: var(--primary-color);
    font-weight: 700;
}

.testimonial-area .testimonial_title_div p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}


/* ================= TESTIMONIAL CARD ================= */

.testimonial-area .testimonial-single {
    position: relative;
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 30px;

    min-height: 260px;

    margin: 8px 8px 30px;
    padding: 25px;

    background: var(--white-color);
    border: 1px solid var(--border-color);

    box-shadow: 0 6px 22px rgba(18, 63, 112, 0.05);

    transition: 0.3s ease;
}

.testimonial-area .testimonial-single:hover {
    border-color: rgba(7, 89, 168, 0.25);
    box-shadow: 0 12px 32px rgba(18, 63, 112, 0.09);
    transform: translateY(-4px);
}


/* ================= TESTIMONIAL IMAGE ================= */

.testimonial-area .testimonial-content {
    position: relative;

    width: 160px;
    height: 160px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--gray-color3);
    border: 1px solid var(--gray-color);
}

.testimonial-area .testimonial-author-img {
    width: 115px;
    height: 115px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.testimonial-area .testimonial-author-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ================= TESTIMONIAL QUOTE ================= */

.testimonial-area .testimonial-quote {
    position: relative;
    padding: 5px 35px 5px 0;
}

.testimonial-area .testimonial-quote-icon {
    position: absolute;
    top: -5px;
    right: 0;

    color: rgba(7, 89, 168, 0.12);

    font-size: 42px;
    line-height: 1;
}

.testimonial-area .testimonial-quote p {
    max-width: 520px;

    margin: 0 0 22px;

    color: var(--body-text-color);

    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}


/* ================= TESTIMONIAL AUTHOR ================= */

.testimonial-area .testimonial-author-info {
    padding-top: 15px;
    border-top: 1px solid var(--gray-color);
}

.testimonial-area .testimonial-author-info h4 {
    margin: 0 0 4px;

    color: var(--secondary-color);

    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
}

.testimonial-area .testimonial-author-info span {
    display: none;

    color: var(--primary-color);

    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
}


/* ================= TESTIMONIAL NAV ================= */

.testimonial-area .owl-theme .owl-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
}

.testimonial-area .owl-theme .owl-nav button {
    width: 40px;
    height: 40px;

    margin: 0 !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: var(--white-color) !important;
    color: var(--secondary-color) !important;

    border: 1px solid var(--border-color) !important;
    border-radius: 0 !important;

    transition: 0.3s ease;
}

.testimonial-area .owl-theme .owl-nav button:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}


/* ================= TESTIMONIAL DOTS ================= */

.testimonial-area .owl-theme .owl-dots {
    margin-top: 8px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;

    margin: 5px;

    background: #c8d2df;

    transition: 0.3s ease;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span {
    width: 22px;
    background: var(--primary-color);
}




/* ================= TESTIMONIAL END ================= */
/* ================= BLOG START ================= */

.blog-area {
    padding: 55px 0;
    background: var(--off-white-color);
    overflow: hidden;
}

.blog-area .container {
    position: relative;
}


/* ================= BLOG HEADING ================= */

.blog-area .blogs_title_div {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.blog-area .blogs_title_div > span {
    display: inline-block;
    margin-bottom: 12px;

    color: var(--primary-color);

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.blog-area .blogs_title_div h2 {
    margin: 0 0 14px;

    color: var(--secondary-color);

    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.blog-area .blogs_title_div p {
    max-width: 650px;
    margin: 0 auto;

    color: var(--body-text-color);

    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}


/* ================= BLOG CARD ================= */

.blog-area .blog-item {
    height: 100%;

    display: flex;
    flex-direction: column;

    margin: 8px 7px 30px;

    background: var(--white-color);

    border: 1px solid var(--border-color);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.blog-area .blog-item:hover {
    border-color: rgba(7, 89, 168, 0.25);

    box-shadow: 0 12px 30px rgba(18, 63, 112, 0.08);

    transform: translateY(-5px);
}


/* ================= BLOG IMAGE ================= */

.blog-area .blog-item-img {
    position: relative;

    width: 100%;
    height: 235px;

    overflow: hidden;

    background: var(--gray-color3);
}

.blog-area .blog-item-img img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.blog-area .blog-item:hover .blog-item-img img {
    transform: scale(1.04);
}


/* ================= BLOG NUMBER ================= */

.blog-area .blog-number {
    position: absolute;

    top: 15px;
    left: 15px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--white-color);

    color: var(--secondary-color);

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;

    border: 1px solid rgba(255, 255, 255, 0.8);
}


/* ================= BLOG CONTENT ================= */

.blog-area .blog-item-info {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 25px 25px 22px;
}

.blog-area .blog-category {
    display: inline-block;

    margin-bottom: 10px;

    color: var(--primary-color);

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area .blog-item-info h4 {
    min-height: 50px;

    margin: 0 0 12px;

    color: var(--secondary-color);

    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
}

.blog-area .blog-item-info p {
    flex: 1;

    margin: 0;

    color: var(--body-text-color);

    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}


/* ================= BLOG BUTTON ================= */

.blog-area .blog-btn {
    margin-top: 20px;

    padding-top: 17px;

    border-top: 1px solid var(--gray-color);
}

.blog-area .blog-btn a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: var(--secondary-color);

    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;

    text-decoration: none;

    transition: 0.3s ease;
}

.blog-area .blog-btn a i {
    color: var(--primary-color);

    font-size: 10px;

    transition: 0.3s ease;
}

.blog-area .blog-btn a:hover {
    color: var(--primary-color);
}

.blog-area .blog-btn a:hover i {
    transform: translateX(4px);
}


/* ================= BLOG NAV ================= */

.blog-area .owl-theme .owl-nav {
    display: flex;
    justify-content: center;

    gap: 8px;

    margin-top: 5px;
}

.blog-area .owl-theme .owl-nav button {
    width: 40px;
    height: 40px;

    margin: 0 !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: var(--white-color) !important;

    color: var(--secondary-color) !important;

    border: 1px solid var(--border-color) !important;

    border-radius: 0 !important;

    transition: 0.3s ease;
}

.blog-area .owl-theme .owl-nav button:hover {
    background: var(--primary-color) !important;

    border-color: var(--primary-color) !important;

    color: var(--white-color) !important;
}


/* ================= BLOG DOTS ================= */

.blog-area .owl-theme .owl-dots {
    margin-top: 8px;
}

.blog-area .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;

    margin: 5px;

    background: #c8d2df;

    transition: 0.3s ease;
}

.blog-area .owl-theme .owl-dots .owl-dot.active span {
    width: 22px;

    background: var(--primary-color);
}




/* ================= BLOG END ================= */



/* ================= FAQ START ================= */

.faq-section {
    padding: 85px 0;
    background: var(--white-color);
    overflow: hidden;
}


/* ================= FAQ LEFT ================= */

.faq-section .faq-left-content {
    width: 100%;
}

.faq-section .faq-heading-mobile {
    display: none;
}


/* ================= FAQ ACCORDION ================= */

.faq-section .faq-accordion {
    width: 100%;
}

.faq-section .faq-accordion .accordion-item {
    margin-bottom: 12px;

    background: var(--white-color);

    border: 1px solid var(--border-color);
    border-radius: 0;

    overflow: hidden;

    transition: 0.3s ease;
}

.faq-section .faq-accordion .accordion-item:hover {
    border-color: rgba(7, 89, 168, 0.3);
}

.faq-section .faq-accordion .accordion-header {
    margin: 0;
}

.faq-section .faq-accordion .accordion-button {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;

    padding: 19px 20px;

    background: var(--white-color);

    color: var(--secondary-color);

    border: 0;
    box-shadow: none;

    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;

    text-align: left;
}

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

.faq-section .faq-accordion .accordion-button::after {
    display: none;
}


/* ================= FAQ NUMBER ================= */

.faq-section .faq-accordion .accordion-title {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 14px;

    background: var(--gray-color3);

    color: var(--primary-color);

    border: 1px solid var(--gray-color);

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;

    transition: 0.3s ease;
}


/* ================= FAQ QUESTION ================= */

.faq-section .faq-accordion .faq-question {
    padding-right: 15px;
}


/* ================= FAQ ICON ================= */

.faq-section .faq-accordion .faq-icon {
    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: auto;

    background: var(--gray-color3);

    color: var(--secondary-color);

    border: 1px solid var(--border-color);

    font-size: 10px;

    transition: 0.3s ease;
}

.faq-section .faq-accordion .faq-icon i {
    transition: 0.3s ease;
}


/* ================= FAQ ACTIVE ================= */

.faq-section .faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background: var(--white-color);
}

.faq-section .faq-accordion .accordion-button:not(.collapsed)
.faq-icon {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.faq-section .faq-accordion .accordion-button:not(.collapsed)
.faq-icon i {
    transform: rotate(45deg);
}

.faq-section .faq-accordion .accordion-button:not(.collapsed)
.accordion-title {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}


/* ================= FAQ BODY ================= */

.faq-section .faq-accordion .accordion-body {
    padding: 0 65px 20px 72px;

    color: var(--body-text-color);

    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.faq-section .faq-accordion .accordion-body p {
    margin: 0;
}


/* ================= FAQ RIGHT ================= */

.faq-section .faq-right-content {
    padding-left: 35px;
}

.faq-section .faq-right-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 15px;

    color: var(--primary-color);

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 1.3px;
}

.faq-section .faq-right-label i {
    font-size: 15px;
}

.faq-section .faq-right-content h2 {
    max-width: 430px;

    margin: 0 0 17px;

    color: var(--secondary-color);

    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.faq-section .faq-right-content h2 strong {
    display: block;

    color: var(--primary-color);

    font-weight: 700;
}

.faq-section .faq-right-content > p {
    max-width: 480px;

    margin: 0;

    color: var(--body-text-color);

    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}


/* ================= FAQ INFO ================= */

.faq-section .faq-right-info {
    display: flex;
    flex-direction: column;

    gap: 12px;

    margin-top: 28px;
    padding-top: 22px;

    border-top: 1px solid var(--border-color);
}

.faq-section .faq-info-item {
    display: flex;
    align-items: center;
    gap: 13px;
}

.faq-section .faq-info-item > i {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: var(--gray-color3);

    color: var(--primary-color);

    border: 1px solid var(--gray-color);

    font-size: 13px;
}

.faq-section .faq-info-item div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.faq-section .faq-info-item span {
    color: var(--black-color5);

    font-size: 10px;
    line-height: 1;
    font-weight: 500;
}

.faq-section .faq-info-item strong {
    color: var(--secondary-color);

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
}


/* ================= FAQ BUTTON ================= */

.faq-section .faq-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 28px;
    padding: 13px 20px;

    background: var(--primary-color);

    color: var(--white-color);

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;

    text-decoration: none;

    transition: 0.3s ease;
}

.faq-section .faq-contact-btn i {
    font-size: 10px;

    transition: 0.3s ease;
}

.faq-section .faq-contact-btn:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.faq-section .faq-contact-btn:hover i {
    transform: translateX(4px);
}




/* ================= FAQ END ================= */


/* ================= FOOTER CONTACT START ================= */

.footer_contact_us_section {
    padding: 45px 0;
    background: var(--off-white-color);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.footer_contact_us_section .row {
    row-gap: 20px;
}

.footer_number_div {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    transition: 0.3s ease;
}

.footer_number_div:hover {
    border-color: rgba(7, 89, 168, 0.35);
    box-shadow: 0 10px 30px rgba(8, 28, 51, 0.07);
}

.footer_contact_icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf4fb;
    color: var(--primary-color);
    font-size: 20px;
}

.footer_num_content_div {
    min-width: 0;
}

.footer_num_content_div > span {
    display: block;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.3px;
}

.footer_num_content_div h5 {
    margin: 0 0 7px !important;
    color: var(--secondary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.footer_num_content_div a {
    display: block;
    width: fit-content;
    margin-bottom: 3px;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer_num_content_div a:hover {
    color: var(--primary-color);
}

.footer_num_content_div p {
    max-width: 300px;
    margin: 0;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}


/* ================= FOOTER CONTACT END ================= */


/* ================= FOOTER START ================= */

.footer {
    position: relative;
    padding: 65px 0 45px;
    background: #081c33;
    overflow: hidden;
}

.footer .row {
    row-gap: 35px;
}

.footer_usefull_link {
    position: relative;
}

.footer_usefull_link h5 {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 13px;
    color: var(--white-color);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.footer_usefull_link h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 2px;
    background: var(--primary-color);
}

.footer_usefull_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_usefull_link ul li {
    margin-bottom: 11px;
}

.footer_usefull_link ul li:last-child {
    margin-bottom: 0;
}

.footer_usefull_link ul li a {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    color: #b9c7d6;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.3s ease;
}

.footer_usefull_link ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: var(--primary-color);
}

.footer_usefull_link ul li a:hover {
    color: var(--white-color);
    padding-left: 20px;
}


/* MAP */

.footer_location {
    padding-left: 5px;
}

.footer_map {
    width: 100%;
    height: 190px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #102945;
}

.footer_map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(15%);
}


/* ================= FOOTER END ================= */


/* ================= COPYRIGHT START ================= */

.copy_right_section {
    padding: 17px 0;
    background: #061526;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.copyright_content_div {
    text-align: center;
}

.copyright_content_div p {
    margin: 0 !important;
    color: #8f9eae;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.copyright_content_div p a {
    color: var(--white-color);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.copyright_content_div p a:hover {
    color: #7bb4e8;
}


/* ================= COPYRIGHT END ================= */


/* ================= FOOTER MOBILE START ================= */

@media (max-width: 768px) {

    .footer_contact_us_section {
        padding: 30px 0;
    }

    .footer_number_div {
        padding: 18px;
    }

    .footer_contact_icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 18px;
    }

    .footer_num_content_div h5 {
        font-size: 16px;
    }

    .footer {
        padding: 45px 0 30px;
    }

    .footer_usefull_link h5 {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .footer_location {
        padding-left: 0;
    }

    .footer_map {
        height: 210px;
    }

    .copy_right_section {
        padding: 15px 0;
    }

}


/* ================= FOOTER MOBILE END ================= */