:root {
            --primary: #004AAD;
            --secondary: #6c757d;
            --accent: #7404dd;
            --light: #f8f9fa;
            --dark: #212529;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            scroll-behavior: smooth;
        }
        
        .navbar {
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .hero-section {
            /* background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1554260570-9140fd3b7614?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80') center/cover no-repeat; */
            background-color: #004AAD;
            padding: 30px 0;
        }
        
        .section-title {
            position: relative;
            margin-bottom: 15px;
            color: #004AAD;
            font-weight: 700;
            padding: 2px 20px;            
        }             
       .service-card {
            transition: transform 0.3s;
            border: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .service-card:hover {
            transform: translateY(-10px);
        }
        
        .process-step {
            position: relative;
            padding: 35px 10px 5px 10px;
            border-radius: 10px;
            background-color: var(--light);
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border: 1px solid hsla(0, 0%, 51%, 0.27);
/* background: linear-gradient(0deg, hsl(0deg 0% 91.77%), hsl(0deg 0% 86.52%)); */
        }
        
        .process-step .step-number {
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 40px;
            background-color: #ffca46;
            color: rgb(3, 3, 3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            border: 4px solid #fff;
        }
        .process-step h4{
            font-size: 20px;
            color: #030303;
        }
        .process_sec{
            background-color: #ececec;
        }
        .process-step i{
            color: #004AAD;
        }
        
        .why-us-item {
            padding: 20px;
            border-radius: 10px;
            background-color: var(--light);
            margin-bottom: 20px;
            transition: transform 0.3s;
            border: 1px solid hsla(0, 0%, 51%, 0.27);
        }
        
        .why-us-item:hover {
            transform: translateY(-5px);
        }
        
        .faq-item {
            margin-bottom: 15px;
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .faq-header button {
            font-weight: 600;
            padding: 15px 20px;
        }
        
        .testimonial-card {
            background-color: var(--light);
             background-color: #ffffff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 20px;
            border: 1px solid hsla(0, 0%, 51%, 0.27);
            transition: 0.4s all;
        }
        .testimonial-card:hover{
            background-color: #fff6ee;
        }
        
        .contact-info {
            /* padding: 20px; */
            background-color: var(--light);
            border-radius: 10px;
            margin-bottom: 20px;
        }
        img{
            max-width: 100%;
        }
        
        footer {
            background-color: #004AAD;
            color: white;
            padding: 20px 0 20px;
        }
        .contact-info a{
            list-style: none;
            text-decoration: none;
            color: #000;
        }
        .cont_sec{
            border-bottom: 2px solid #ccc;
            padding: 10px 20px;
        }
        
        .footer-links a {
            color: #ddd;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: var(--accent);
        }
        .nav-link{
            font-size: 18px;
            font-weight: 600;
            color: #000;
            padding-left: 25px !important;
        }
        .nav-link:hover{
            color: #004AAD;
        }
        .hero_centent{
            background-color: #004AAD;
            text-align: left;
            padding: 20px 15px 20px 25px;
            color: #fff;
        }
        .loc_services_section{
            padding: 15px;
            border: 1px solid hsla(0, 0%, 100%, 0.27);
            text-align: center;
            margin-bottom: 15px;
            border-radius: 8px;
        }
        .loc_services_section img{
            height: 60px;
        }
        .loc_services_section h5{
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 5px;
        }
        .hero_ul{
            list-style: none;
            padding-top: 10px;
        }
        .hero_ul li{
            display: inline-block;
            width: 49%;
        }
        .hero_ul li i{
            color: #05bb6f;
        }
        .iso_img{
            border-radius: 50%;
        }
        

        input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}

.parsley-errors-list {
margin: 2px 0 3px;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 10px;
opacity: 0;
color:#FF0000;

transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
}
.parsley-errors-list li{
    line-height: 20px !important;
    list-style: none;
}

.parsley-errors-list.filled {
opacity: 1;
}
.form_sec{
 padding: 20px 20px 5px 20px;
 /* background-color: #004AAD; */
 color: #fff;
}

.my-form{
padding:16px;
border-radius:-7px;
border: 1px solid hsla(0, 0%, 51%, 0.27);
background: linear-gradient(0deg, hsl(0deg 0% 91.77%), hsl(0deg 0% 86.52%));
}
.prr-5{padding-right:2px;}
.pll-5{padding-left:2px;}
@media (max-width: 800px){
.prr-5 {
padding-right: 12px;
}
.pll-5 {
padding-left: 12px;
}}
.form-control {
    display: block;
    width: 100%;
    /* height: 40px; */
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px dashed darkblue !important;
    /* margin: 2px 0; */
}
.form-control::placeholder{
    color: #000 !important;
}
.form_captcha{
    margin: 6px 0;

}
.form_btn{
    background-color: #004AAD;
    padding: 8px 20px;
    color: #fff;
}
.form_btn:hover{
    background-color: #004badfa;
    color: #fff;
}
.form_btn1{
    background-color: #c00720;
    padding: 8px 20px;
    color: #fff;
}
.form_btn1:hover{
    background-color: #b40909;
    color: #fff;
}
.abt_list li{
    color: #03498b;
    font-weight: 600;
    font-size: 18px;
    padding: 6px 15px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
    border: 1px solid hsla(0, 0%, 51%, 0.486);
    border-top: 3px solid #045bdd;
background: linear-gradient(0deg, hsl(60, 100%, 95%), hsl(46, 100%, 95%));
}
.accordion-header .accordion-button{
    color: #000;
    font-weight: 600;
}
.footer_link a{
    text-decoration: none;
}
.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 999999;
  }
  #fix-icon {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  .fix-icon-item {
    animation: bounce 1s infinite alternate;
    animation-duration: 1s;
    -webkit-animation: bounce 1s infinite alternate;
        animation-duration: 1s;
        animation-timing-function: ease;
        animation-iteration-count: infinite;
        animation-fill-mode: none;
  }
  .fix-icon-item img {
    width: 55px !important;
  height: 55px !important;
    background: #ad0000;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
  }
  .fix-icon-whataap {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999999;
    transition: all0.5s ease-in-out;
  }
  .fix-icon-whataap-item img {
    border-radius: 50%;
    box-shadow: 1px 1px 4px 
  rgba(60, 60, 60, .4);
  transition: box-shadow .2s;
  cursor: pointer;
  overflow: hidden;
  width: 55px !important;
  height: 55px !important;
  background:
    #25d366 !important;
  }
  .navbar-brand img{
    height: 75px;
  }
        
@media (max-width: 768px) {
.hero-section {
    padding: 30px 0;
}

.hero-section h1 {
    font-size: 2rem;
}
.loc_services_section{
padding: 15px 3px;
}
.hero_ul{
 padding-left: 0;
}
.navbar-brand img{
    height: 50px;
}
}