/* 
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: #01306A;
  --secondary: #0258C9;
  --text: #191616;
  --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 {
  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,
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;
  }
}
.post-containter ul,
.post-containter ol {
  margin: 20px 0;
}
.post-containter img {
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}
.post-containter a {
  color: var(--secondary);
  text-decoration: underline;
}
.post-containter a:hover {
  color: var(--primary);
}
.post-containter h2,
.post-containter h3,
.post-containter h4,
.post-containter h5,
.post-containter h6 {
  font-family: "Bebas Neue", sans-serif;
  margin: 20px 0;
  line-height: 1.2;
}

.post-containter h2 {
  font-size: clamp(1.8rem, 1.4rem + 1.5vw, 3rem); /* visually smaller than h1 */
}

.post-containter h3 {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2.2rem);
}

.post-containter h4 {
  font-size: clamp(1.25rem, 1rem + 0.8vw, 1.8rem);
}

.post-containter h5 {
  font-size: clamp(1.1rem, 0.95rem + 0.5vw, 1.4rem);
}

.post-containter h6 {
  font-size: clamp(1rem, 0.9rem + 0.3vw, 1.2rem);
}
.hide-desktop {
  display: block !important;
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none !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: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !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;
  }
}

.elementor-heading-title span {
  color: var(--primary);
}

.primary-btn a {
  background: var(--secondary) !important;
  padding: 20px 52px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 4px;
  text-transform: uppercase;
}
.primary-btn a:hover {
  background: var(--primary) !important;
}

@media (max-width: 767px) {
  .primary-btn a {
    padding: 16px 33px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}

.elementor-menu-toggle {
    padding: .6rem;
}
/* ===============================
	HEAD & BUTTON STYLES END  
==================================*/

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


.logo-position {
    position: absolute;
    top: -50px;
    background: var(--white);
    z-index: 1;
    padding: 10px;
    border-radius: 50%;
}

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

/* ===============================
	HOME PAGE STYLES START  
==================================*/


.banner-heading .elementor-heading-title>span {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
}
@media (min-width: 768px) {
    .banner-heading .elementor-heading-title>span {
        font-size: 85px;
    }
    .about-exp-shape {
        position: relative;
    }
    
    .about-exp-shape:before {
        position: absolute;
        content: '';
        background: var(--secondary);
        width: 100%;
        height: 100%;
        top: 0;
        right: 260px;
        z-index: -9;
    }
}
.process-box {
    position: relative;
}

#process-box:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 250px;
    background-image: repeating-linear-gradient( to bottom, #DDD 0 12px, transparent 12px 22px);
    top: 40px;
    left: 25px;
}

.gradient-cta {
    background: #01306A;
    background: linear-gradient(90deg, rgba(1, 48, 106, 1) 0%, rgba(2, 88, 201, 1) 51%, rgba(1, 48, 106, 1) 100%);
}

.footer-cta .elementor-heading-title span {
    color: var(--white);
    font-weight: 600;
}
@media (min-width: 992px ) {
    .footer-cta .elementor-heading-title span {
        font-size: 60px;
    }
}
.e-form__indicators__indicator {
    flex: 0 1 100px !important;
}

.e-form__indicators__indicator__separator {
    width: 50px;
}

@media (max-width: 767px) {
    .span.elementor-icon-list-text br {
        display: none;
    }
}

div#form-review {
    height: 250px;
    overflow-y: auto;
}



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

div#form-review::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

div#form-review::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  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
  );
}
#form-review .step-label {
    font-size: 1.5rem;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: underline;
    margin: 0 0 20px;
}
.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
    color: var(--white) !important;
    font-weight: 500 !important;
}
.elementor-field-type-checkbox {
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
}

.elementor-field-subgroup.elementor-subgroup-inline {
    flex: 0 !important;
}

.elementor-field-type-checkbox .elementor-field-label {
    padding: 0 !important;
}
/* ===============================
	HOME PAGE STYLES END  
==================================*/

/* ===============================
	ABOUT PAGE STYLES START  
==================================*/

.list-style ul {
    margin: 1rem 0;
}
.white-anchor a {
    color: var(--white);
}
/* ===============================
	ABOUT PAGE STYLES END  
==================================*/
