/* 
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: #2B87D2;
  --secondary: #FF6000;
  --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: "Plus Jakarta Sans", sans-serif;
  margin: 20px 0;
}
/* ==========================
	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;
  }
}

.swiper-pagination {
  display: none;
  margin-top: 1rem;
}

.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);
}



@media (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed;
  }
  .primary-btn-menu>a {
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-weight: 700 !important;
        text-transform: capitalize;
        color: #fff !important;
        background-image: linear-gradient(90deg, #0B62A9 0%, #44BBE4 100%);
        border-radius: 50px;
        padding: 20px 30px !important;
        line-height: 1 !important;
    }
    
    .primary-btn-menu>a:hover {
        background-image: linear-gradient(90deg, #44BBE4 0%, #0B62A9 100%);
    }

}

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

/* ===============================
	HEADER STYLES START  
==================================*/
.logo-header {
    position: relative;
}
.logo-header img {
    position: absolute;
    z-index: 9;
    left: 0;
    top: -35px;
}
@media (max-width: 768px) {
.logo-header img {
    top: -25px;
}

}
.current-menu-item >a {
    font-weight: 500 !important;
}

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

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

@media (min-width: 768px) {
    
    .form-head {
        position: relative;
    }
    
    .form-head:before, .form-head:after {
        position: absolute;
        content: '';
        background: #F47B20;
        width: 30px;
        height: 100%;
        top: 0;
    }
    
    .form-head:before {
        left: -30px;
    }
    
    .form-head:after {
        right: -30px;
    }
    
    .form-head .elementor-widget-heading:before, .form-head .elementor-widget-heading:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-top: 30px solid #FF6000;
        bottom: -30px;
    }
    
    .form-head .elementor-widget-heading:before {
        left: -30px;
        border-left: 30px solid transparent;
    }
    
    .form-head .elementor-widget-heading:after {
        right: -30px;
        border-right: 30px solid transparent;
    }
}

button[type="submit"] {
    background-image: linear-gradient(90deg, #FF3400 0%, #FFB500 100%) !important;
}


button[type="submit"]:hover {
    background-image: linear-gradient(90deg, #FFB500 0%, #FF3400 100%) !important;
}

.service-card span.elementor-button-icon,
.blog-card span.elementor-button-icon {
    transform: rotate(-45deg);
}


.process-card:hover .process-card-count {
    background: var(--secondary) !important;
}

.process-card:hover .process-card-count .elementor-heading-title {
    color: var(--white) !important;
}

.process-seperator:before, .process-seperator:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: var(--secondary);
    border-radius: 50%;
    top: -5px;
}

.process-seperator:before {
    left: 0;
}

.process-seperator:after {
    right: 0;
}

@media (max-width: 767px) {
    .process-card {
        position: relative;
    }
    
    .process-card .process-card-count {
        position: absolute;
        left: 100px;
        top: 0;
        width: 40px;
        min-height: 40px;
        margin: 0;
    }
    
    .process-card .process-card-count h4 {
        font-size: 16px !important;
    }
}
/* ===============================
	HOME STYLES END  
==================================*/