:root {
    --color1:#004aad;
    --color2:#5171ff;
    --color3:#38b6ff;
    --color4:#5ce1e6;
    --color5:#0cc0df;
    --color6:#0097b2;
    --section-bg-color: #f0f8ff;
}

.textcolor2{
    color: var(--color2);
}
.bgcolor2{
    background-color: var(--color2);
}
.bordercolor2{
    border-color: var(--color2);
}
.textcolor4{
    color: var(--color4);
}
.bgcolor4{
    background-color: var(--color4);
}
.bordercolor4{
    border-color: var(--color4);
}

body{
    position: relative;
    scroll-behavior: smooth;
    /*margin-top: 80px;*/
}
a{
    text-decoration: none;
}
.navbar{
    background-color: #fff;
    height: clamp(70px,4px,80px);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 25%);
}
.navbar-brand{
    font-weight: 500;
}
.navbar-brand,.offcanvas-header span {
    text-align: center;
    color: var(--color1);
    letter-spacing: 3px;
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand small {
    letter-spacing: 0px;
    color: var(--color4);
    display: block;
    font-size: 14px;
    line-height: normal;
    /*text-transform: uppercase;*/
}
.navbar-toggler{
    border: none;
    font-size: 1.5rem;
}
.nav-link{
    color: #666777;
    font-weight: 500;
    position: relative;
}
.nav-link:hover, .nav-link.active{
    color: var(--color1) !important;
    font-weight: bold;
}

.navbar-head-large{
    background-color: var(--color1);
    padding: 10px 20px;
    color: #fff;
}
.navbar-head-large .icon i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color4);
    padding: 3px 5px;
}
.navbar-head-large a{
    color: #fff;
    font-size: 0.85em;
}

.navbar-head-mobile{
    padding: 10px 10px;
}
.navbar-head-mobile .icon i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color1);
    padding: 3px 5px;
    color: #fff;
}
.navbar-head-mobile a{
    color: var(--color1);
    font-weight: 500;
    line-height: 2.1em;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.back-to-top {
    position:fixed;
    bottom: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    border-radius: 0.5rem;
    padding: 0.3rem 0.7rem;
    border: 2px solid var(--color4);
}
.back-to-top i{
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
}

@media (min-width:991px) {
    .nav-link::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: var(--color4);
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }
    .nav-link:hover::before, .nav-link.active::before{
        width: 100%;
        visibility: visible;
    }
    .navbar-head-mobile{
        display: none;
    }
}
@media (max-width:991px){
    .navbar-head-large{
        display: none;
    }
}

.navbutton{
    /*border: 3px solid var(--color1);*/
    border-radius: 30px;
    background-color: var(--color1);
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
.navbutton:hover{
    background-color: var(--color4) !important;
}

.section-bg {
    /*background-color: var(--section-bg-color);
    background-color: rgba(92, 225, 230, 75%);*/
    background: rgba(12, 192, 223, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

.section-head{
    color: var(--color1);
    text-decoration: underline solid var(--color4) 3px;
    text-underline-offset: 0.3em;
}

/* Pricing Card start*/

.pricing-card {
    border: none;
    border-radius: 15px;
    /*overflow: hidden;*/
    position: relative;
    padding-bottom: 20px;
  }
  
  .pricing-card .card-header {
    padding: 20px 0;
    border-bottom: none;
    background-color: var(--color1);
  }
  
  .pricing-card .card-header h4 {
    /*font-size: 1.5rem;*/
    margin-bottom: 0;
  }
  
  .pricing-card .card-header p {
    /*font-size: 1rem;*/
    margin-bottom: 0;
  }
  
  .pricing-card .card-price {
    /*font-size: 2.5rem;*/
    color: var(--color1);
    margin: 10px 0;
  }
  
  .pricing-card ul {
    text-align: left;
    padding: 0;
    margin: 20px 0;
  }
  
  .pricing-card ul li {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  .pricing-card ul li i {
    margin-right: 10px;
  }

  /* Pricing Card end*/

  /* Custom font sizes */
  h1 {
    font-size: clamp(2rem, 4vw + 1rem, 52px);font-weight: bold;
  }
  h2 {
    font-size: clamp(1.75rem, 3.5vw + 1rem, 46px);font-weight: bold;
  }
  h3 {
    font-size: clamp(1.5rem, 3vw + 1rem, 32px);font-weight: bold;
  }
  h4 {
    font-size: clamp(1.25rem, 2.5vw + 1rem, 28px);font-weight: bold;
  }
  h5 {
    font-size: clamp(1.125rem, 2vw + 1rem, 24px);font-weight: bold;
  }
  h6 {
    font-size: clamp(1rem, 1.75vw + 1rem, 22px);font-weight: bold;
  }
  p{
    font-size: clamp(0.875rem, 1.5vw + 1rem, 16px);font-weight:600;
  }

  /* Contact Box */
.contactbox {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px; 
}
@media (min-width: 768px) {
    .contactbox {
        margin-bottom: 0;
        padding: 0; 
    } 
}
.contactbox p {
    margin-bottom: 0; 
    color: var(--color1); 
}
.contactbox p span {
    font-weight: 500;
    color: #000; 
}
.contactbox p a {
    color: var(--color1); 
}
.contactbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color4);
    margin: 0 auto;
    margin-bottom: 20px; 
}
.contactbox .icon span {
    font-size: 20px;
    color: #fff; 
}
.contactbox .text {
    width: 100%; 
}

/* Custom input box*/
.inputbox {
    position: relative;
    /*width: 250px;*/
    padding: 0px;
    padding-top: 15px;
}
.inputbox input,select,textarea {
    width: 100%;
    padding: 10px;
    /*padding-bottom: 1px;*/
    padding-left: 15px;
    border: 1px solid var(--color4);
    background: #ffffff;
    border-radius: 4px;
    outline: none;
    color: var(--color2);
    font-size: 1em;
    transition: 0.3s;
    
}
.inputbox select {
    padding-top: 16px;
}
.inputbox span {
    position: absolute;
    left: 5px;
    top: 16px;
    padding: 10px;
    pointer-events: none;
    font-size: 1.0em;
    color: var(--color1);
    transition: 0.3s;
    font-family: var(--my-font-family);
}
/*.inputbox .icon{
    position: absolute;
    left: 0;
    top: 18px;
    padding: 10px;
    pointer-events: none;
    font-size: 1.0em;
    color: rgba(37, 172, 98, 0.5);
    align-items: middle;

}*/
/*.inputbox .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}*/

.inputbox textarea:focus ~ span,
.inputbox input:focus ~ span,
.inputbox select:focus ~ span,
.inputbox select:valid ~ span,
.inputbox input:not(:placeholder-shown) ~span {
    /*color: var(--color1);*/
    transform: translateX(10px) translateY(-10px);
    font-size: 0.75em;
    /*font-weight: bold;*/
    letter-spacing: 0.1em;
    padding: 0 10px;
    background: var(--color1);
    color: #ffffff;
    border-radius: 3px;
}

.client-slider .banner-item img {
    height: 80px;
}
/* Hero Section*/
