/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



:root {
  --primary: #417C9C;
  --secondary: #2E2E2E;
  --black: #000;
  --light-black: #1F1F1F;
  --gray: #616368;
  --light-gray: #f6f6f6;
  --white: #fff;
  --error: #ff0000;
  --success: #4caf50;
  --transition: all 0.3s ease-in-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;   
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
p {
    margin: 0 0 1rem;
}
a {
    color: var(--primary);
}
a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
ul.slick-dots {
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: -5% !important;
    z-index: 9;
}

ul.slick-dots li {
    background: #BC8F8F;
    border-radius: 5px !important;
    width: 1rem;
    height: 5px;
    opacity: 0.2;
}

ul.slick-dots li.slick-active {
    background: var(--primary);
    width: 4rem !important;
    opacity: 1;
}

ul.slick-dots button {
    display: none;
}
@media (max-width: 767px) {
    p#breadcrumbs {
        font-size: 14px !important;
    }
}

.primary-btn>a {
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--primary);
    color: var(--white) !important;
    padding: 20px 40px !important;
    border-radius: 4px;
}
.primary-btn>a:hover {
    background: var(--secondary);
}
@media (max-width: 767px) {
    .primary-btn>a {
        font-size: 14px;
        padding: 20px 25px !important;
    }
}
/* ==========================
	GLOBAL STYLES START  
=============================*/

/* ===============================
	HEAD & BUTTON STYLES START  
==================================*/

.section {
    position: relative;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

@media (max-width: 767px) {
    .section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}
.swiper-pagination {
    display: none;
    margin-top: 2rem;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 1rem !important;
    height: 5px !important;
    transition: var(--transition);
    border-radius: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary);
    width: 4rem !important;
    border-radius: 5px !important;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #BC8F8F;
}
@media (max-width: 767px) {
    .elementor-swiper-button {
        display: none !important;
    }
    .swiper-pagination {
        display: block;
    }
}


/* ===============================
	HEAD & BUTTON STYLES END  
==================================*/


/* ===============================
	HEADER SECTION STYLES START  
==================================*/

@media (min-width: 768px) {
   .contact-btn>a.elementor-item {
        margin-left: 2rem !important;
    }
    .contact-btn>a.elementor-item {
        background: var(--primary);
        color: var(--white) !important;
        padding: 18px 40px !important;
        border-radius: 4px;
    }
    
    .contact-btn>a.elementor-item:hover {
        background: var(--secondary);
    }
    /*.head-contact ul.elementor-icon-list-items.elementor-inline-items li:first-child {*/
    /*    padding-right: 1.5rem;*/
    /*    margin-right: 1rem;*/
    /*    border-right: 1px solid #C3C3C3;*/
    /*}*/
    .main-header:after {
        position: absolute;
        content: '';
        background: var(--primary);
        width: 90%;
        height: 1px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

}


/* ===============================
	HEADER SECTION STYLES END  
==================================*/

/* ===============================
	HOMEPAGE STYLES START  
==================================*/


@media (min-width: 1200px) {
    .service-card {
        position: relative;
    }
    
    .service-card .elementor-image-box-img {
        position: absolute;
        top: 30px;
        right: 30px;
    }

}

.footer-contact-item strong {
    color: #83BBFF;
}

.footer-contact-item a {
    color: var(--white);
}

.footer-contact-item a:hover {
    color: #83BBFF;
}

.elementor-element-fe631e0.footer-contact-item strong {
    display: block;
    margin: 0 0 .5rem;
}

.elementor-element-fe631e0.footer-contact-item br {
    display: none;
}

.elementor-element-fe631e0.footer-contact-item hr {
    margin: .5rem 0;
}
/* ===============================
	HOMEPAGE STYLES END  
==================================*/


@media (max-width: 767px) {
    .head-contact .elementor-inline-items .elementor-icon-list-item:first-child:after {
        border: 0 !important;
    }
    
    .head-contact .elementor-inline-items {
        row-gap: .5rem;
    }
    .banner-list ul.elementor-icon-list-items.elementor-inline-items {
        gap: .5rem !important;
    }
    .review-card-meta .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    
    .review-card-meta h3.elementor-image-box-title {
        font-size: 1.25rem;
    }
    .footer-main {
        background: #101010 !important;
    }
}



.policy-section h2, .policy-section h3, .policy-section h4, .policy-section h5 {
    margin: 1.5rem 0;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 600;
}

.policy-section ul, .policy-section ol {
    margin: 1.5rem 0;
}



