<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    height: 60px;
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    z-index: 996;
}

    #topbar.topbar-scrolled {
        top: -60px;
    }

    #topbar .contact-info a {
        line-height: 0;
        color: #292929;
        transition: 0.3s;
    }

        #topbar .contact-info a:hover {
            text-decoration: underline;
        }

    #topbar .contact-info i {
        color: #f6b024;
        line-height: 0;
        margin-right: 5px;
    }

    #topbar .contact-info .phone-icon {
        margin-left: 15px;
    }

    #topbar .cta {
        background: transparent;
    }

        #topbar .cta a {
            color: #292929;
            background: #f6b024;
            padding: 6px 24px 8px 24px;
            display: inline-block;
            transition: 0.3s;
            border-radius: 50px;
        }

            #topbar .cta a:hover {
                background: #f1a40a;
            }



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 997;
    height: 70px;
    top: 60px;
}

    #header.header-scrolled {
        background: rgb(255 255 255);
        box-shadow: 0px 2px 15px rgb(204 204 204 / 28%);
        top: 0;
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-height: 130px;
        }

.header-inner-pages {
    background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
    background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar &gt; ul &gt; li {
        position: relative;
        white-space: nowrap;
        padding: 10px 0 10px 22.1px;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-size: 14px;
        color: rgb(102, 96, 96);
        white-space: nowrap;
        transition: 0.3s;
	font-family: Helvetica, sans-serif;
        position: relative;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

    .navbar &gt; ul &gt; li &gt; a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -5px;
        left: 0;
        background-color: #f6b024;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover &gt; a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover &gt; a {
        color: #000;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: -433px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        min-width: 38rem;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 6px 15px rgb(0 0 0 / 10%);
        transition: 0.3s;
        border-radius: 8px;
        border: none;
     
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 800;
            text-transform: none;
            color: #000000;
            width: 10rem;
            font-size: 16px;
        }
        .navbar .dropdown ul #dropdown-item-1 {
            padding: 10px 20px;
            font-size: 28px;
            font-weight: 600;
            text-transform: none;
            color: #000000;
            width: 100%;
            text-align: left;
            position: relative;
            display: block;   
            margin-left: 2%     
        }
        .navbar .dropdown ul #dropdown-item-2 {
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 600;
            text-transform: none;
      color: #000;
            width: 100%;
            text-align: left;
            position: relative;
            display: block;
            margin-bottom: 10%;
      
        }
        .navbar .dropdown ul #dropdown-item-3 {
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 600;
            text-transform: none;
           color: #000;            width: 100%;
            text-align: left;
            position: relative;
            display: block;
        
        }  
        .navbar .dropdown ul #dropdown-item-4 {
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 600;
            text-transform: none;
            color: #000;
            width: 100%;
            text-align: left;
            position: relative;
            display: block;
        
        }
        .navbar .dropdown ul #dropdown-item-5 {
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 500;
            text-transform: none;
            color: #000000;
            width: 12.8rem;
          
        
        }
        .navbar .dropdown ul #dropdown-item-6 {
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 500;
            text-transform: none;
            color: #000000;
            width: 11.3rem;          
            margin-left: 4.3%;
        
        }
        .navbar .dropdown ul #dropdown-item-7 {
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 500;
            text-transform: none;
            color: #000000;
            width: 13.5rem;
           
        }
        .navbar .dropdown ul #dropdown-item-8 {
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 500;
            text-transform: none;
            color: #000000;
            width: 9.9rem;
            margin-left: 4.8%;
          }
        .navbar .dropdown ul #dropdown-item-9 {
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 500;
            text-transform: none;
            color: #000000;
            width: 13rem;
               
        }
        .navbar .dropdown ul #dropdown-item-10 {
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 500;
            text-transform: none;
            color: #000000;
            width: 11.6rem;           
            margin-left: 4.8%;         
        }
        .navbar .dropdown ul #sub-list-11 {
            padding: 10px 20px;
            font-size: 16px;
            text-transform: none;
            color: #93939a;
            width: 100%;
            text-align: left;
            position: relative;
            display: block;
            margin-left: 2%;     
            font-weight: 400;
            margin-top: -10%;        
        } 
        .navbar .dropdown ul #sub-list-1 {
            padding: 10px 20px;
            font-size: 12px;
            text-transform: none;
            color: #636368;
            width: 100%;
            text-align: left;
            position: relative;
            display: block;
            margin-left: 18.8%;
            font-weight: 400;
            margin-top: -10%;        
        } 
        .navbar .dropdown ul #sub-list-2 {
            padding: 10px 20px;
            font-size: 12px;
            text-transform: none;
            color: #636368;
            width: 100%;
            text-align: left;
            position: relative;
            display: block;
            margin-left: 18.8%;
            font-weight: 400;
            margin-top: -8%;
        } 
        .navbar .dropdown ul #sub-list-3 {
            padding: 10px 20px;
            font-size: 12px;
            text-transform: none;
            color: #636368;
            width: 100%;
            text-align: left;
            position: relative;
            display: block;
            margin-left: 18.8%;
            font-weight: 400;
            margin-top: -10%;
        }
        .navbar .dropdown ul #sub-list-4 {
            padding: 10px 20px;
            font-size: 12px;
            text-transform: none;
            color: #636368;
            width: 100%;
            text-align: left;
            position: relative;
            display: block;
            margin-left: 18.8%;
            font-weight: 400;
            margin-top: -8%;
        } 
        .navbar svg {
            width: 30px;
            border: none;
            height: 26px;
            /*padding: 4px 8px;*/
            color: #000000;
          /*  border-radius: 56%;*/
          margin-right: 6%;
            background: none;
          }
          .navbar #svg-1 {
            width: 26px;
            height: 14px;
            background: #0086f400;
            padding: 2px 0px;
            color: #000000;           
            margin-right: 0.5%;
            border: none;
          }
          .navbar #drop-img-back {
            width: 8rem;
            height: 7rem;
            color: #a2e2fb;
            text-align: right;
            display: flex;
            margin-left: 26%;
            position: absolute;
            margin-top: -10%;
          }
          .navbar #drop-img {
            width: 8rem;
            height: 7rem;              
            display: flex;          
            position: absolute;          
            color: #2ba8d9;
            text-align: right;
            margin-top: -8%;
            margin-left: 23%;
            z-index: 1;
          }
            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover &gt; a {
                color: #0880e8;
            }

    .navbar .dropdown:hover &gt; ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown #dropdown-item-1:hover, 
    .navbar .dropdown #dropdown-item-2:hover, 
    .navbar .dropdown #dropdown-item-3:hover, 
    .navbar .dropdown #dropdown-item-4:hover, 
    .navbar .dropdown #dropdown-item-5:hover,
    .navbar .dropdown #dropdown-item-6:hover,
    .navbar .dropdown #dropdown-item-7:hover,
    .navbar .dropdown #dropdown-item-8:hover,
    .navbar .dropdown #dropdown-item-9:hover,
    .navbar .dropdown #dropdown-item-10:hover,
    .navbar .dropdown #sub-list-1:hover, 
    .navbar .dropdown #sub-list-2:hover,
    .navbar .dropdown #sub-list-3:hover,
    .navbar .dropdown #sub-list-4:hover  {
                color: #ffb84d;  
                background: none;
            }

  .navbar .dropdown #dropdown-item-1:hover, 
    .navbar .dropdown #dropdown-item-2:hover, 
    .navbar .dropdown #dropdown-item-3:hover, 
    .navbar .dropdown #dropdown-item-4:hover, 
    .navbar .dropdown #dropdown-item-5:hover,
    .navbar .dropdown #dropdown-item-6:hover,
    .navbar .dropdown #dropdown-item-7:hover,
    .navbar .dropdown #dropdown-item-8:hover,
    .navbar .dropdown #dropdown-item-9:hover,
    .navbar .dropdown #dropdown-item-10:hover {

		color: #000;  
                background: none;

}
.multi-column-dropdown {
    column-count: 2; /* Split into two columns */
    column-gap: 20px; /* Adjust the gap between columns */
    list-style: none;
    margin: 0;
    padding: 0;
}

    .multi-column-dropdown li {
        break-inside: avoid; /* Ensure list items stay within columns */
        margin-bottom: 10px; /* Adjust space between items */
    }

.navbar .dropdown .dropdown:hover &gt; ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover &gt; ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
     color: #5f5f5f;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #f6b024;
    }

@media (max-width: 992px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
    .navbar .dropdown ul #dropdown-item-1 {
        margin-left: 1%;
        color: #000;
        z-index: 1;
	display:none;
    }
    .navbar .dropdown ul #dropdown-item-1:hover {
     
        color: #000;
    }
    .navbar .dropdown ul #dropdown-item-3 {
        margin-left: 0%;
    }
    .navbar .dropdown ul #dropdown-item-4 {
        margin-left: 0%;
    }
    .navbar .dropdown ul #dropdown-item-6 {
        margin-left: 0%;
    }
    .navbar .dropdown ul #dropdown-item-8 {
        margin-left: 0%;
    }
    .navbar .dropdown ul #dropdown-item-10 {
        margin-left: 0%;
    }
    .navbar .dropdown ul #sub-list-11 {
        margin-top: -3%;
	display:none;
     
    }
    .navbar .dropdown ul #sub-list-1 {
        margin-top: -3%;
        margin-left: 7%;
    }
    .navbar .dropdown ul #sub-list-2 {
        margin-top: -2%;
        margin-left: 7%;
    }
    .navbar .dropdown ul #sub-list-3 {
        margin-top: -3%;
        margin-left: 7%;
    }
    .navbar .dropdown ul #sub-list-4 {
        margin-top: -2%;
        margin-left: 7%;
    }
    .navbar svg { 
        margin-right: 2%;
    }

    .navbar #drop-img-back, .navbar #drop-img {        
        display: none;
     
      }

}


.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
   background: rgb(5 74 133 / 0%);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
            position: absolute;
    top: 15px;
    right: 15px;
    }

    .navbar-mobile ul {
           display: block;
           position: fixed;
           top: 72px;
           bottom: 0;
           z-index: 9999;
           overflow-y: auto;
           left: 0px;
           max-width: 350px;
           padding: 25px 20px;
             padding-top: 25px;
           background: #fff;
           transition: 0.6s;
           width: 100%;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); 
   }

    .navbar-mobile &gt; ul &gt; li {
        padding: 0;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: rgb(102, 96, 96);
    }

        .navbar-mobile a:hover:before,
        .navbar-mobile li:hover &gt; a:before,
        .navbar-mobile .active:before {
            visibility: hidden;
        }


        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover &gt; a {
            color: #000;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
           position: static;
        display: block;
        margin: -7px -19px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0);
        border-radius: 0px;
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover &gt; a {
                color: #f6b024;
            }
          
          
    .navbar-mobile .dropdown &gt; .dropdown-active {
        display: block;
    }
#hero {
    height: 100%;  
    padding-bottom: 10rem;
    margin-top: 8%; 
    padding-bottom: 1%;
}#hero .img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;

}
#hero h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 2.5rem;

}
#hero .gradient-text {
    font-size: 4rem;
    font-weight: 700;    
    height: 100%;
    padding: 1rem 0rem;
    background: linear-gradient(to right, #306cfa, #21f1d6); /* Your gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: -4rem;
}
#hero #col-1 {
    padding-left: 10%;
}
#hero #col-2 {
    padding-left: 10%;
   
}
#hero h3 {
    color: #000;
    max-width: 100%;
    margin-bottom: 7%;
    font-size: 22px;

}
#hero h5 {
    color: #000;
    max-width: 80%;
    font-weight: 400;
    font-size: 18px;
}
#hero svg {
    color: #12bf81;
    margin: 0.2rem 1rem;
}

#hero a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 21px;
    border-radius: 29px;
    background: linear-gradient(90deg, rgba(29,161,220,1) 0%, rgba(164,224,255,1) 100%);
    position: relative;
    border: none;
}
#hero #img1{
    width: 37rem;
    margin-top: 9%;
    margin-left: 0%;
}

  
  @keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -1600px;
    }
  }
  
  @keyframes swell {
    0%, 100% {
      transform: translate3d(0,-25px,0);
    }
    50% {
      transform: translate3d(0,5px,0);
    }
  }

#scroll {
    background-color: #fff0;
    color: #000;
    text-align: center;
    padding: 5% 20%;
    margin-top: 5%;
    

}
#scroll #col-1 {
    border-right: 1.5px solid #dadae2;
    margin-top: 4%;
}
#scroll #col-2 {
    border-left: 2px solid #dadae2;
    margin-top: 4%;
}
#scroll img {
   width: 2rem;
}
#scroll h2{
    font-size: 20px;
    margin: 2% 10%   
}

#control {
    background-color: #fff0;
    color: #000;
    text-align: left;
    padding: 2% 5%;
}
#control #col-2 {
    padding-left: 10%;
    display: flex;
}
#control h1 {
    font-size: 4rem;
    font-weight: 700;
    height: auto;
    padding-bottom: 1%;
    background: linear-gradient(to right, #367cff, #52deff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    
}
#control #brand-details {
    margin-top: 5%;
}
#control h2 {
    font-size: 54px;
    font-weight: 700;
    margin-top: 0%;
}
#control span {
    color: rgb(37 130 249);
}
#control h5 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 5%;
    color: #49494b;
}
#control #icon {
    box-shadow: 0px 1px 4px 0 rgb(66 97 151);
    transition: all 0.3s ease-in-out;
    padding: 2% 3%;
    border-radius: 8px;
    margin-left: 14%;
    margin-bottom: 3%;
    width: 100%;
    height: 8rem;
    position: relative;
}
#control .d-flex {
    width: 100%
}
#control .d-flex #temp{
    padding: 10px 13.4px;
    border-radius: 29px;
    background: orange;
    margin-left: 38%;
}
#control .d-flex i{
    width:5rem;   
   }
#control .d-flex svg{
    width: 53px;
    height: 62px;
    background: #0086f400;
    padding: 13px 0px;
    color: #000000;
    border-radius: 56%; 
   }
#control .d-flex img{
 width:3rem;   
}
#control #brand {
    width: 83%;
    margin-top: 11%;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: -6%;
    position: absolute;

}
#control #brand-1 {
    width: 83%;
    margin-top: 11%;
    font-size: 13px;
    position: absolute;
    font-weight: 500;
    margin-bottom: -6%;
}

#control #brand-2 {
    width: 83%;
    margin-top: 11%;
    font-size: 13px;
    position: absolute;
    font-weight: 500;
    margin-bottom: -6%;
}
#control #brand-3 {
    width: 83%;
    margin-top: 11%;
    font-size: 13px;
    position: absolute;
    font-weight: 500;
    margin-bottom: -6%;
}

.mobile-carousel {
    background: #fff0;
    text-align: center;

}
.mobile-carousel h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-top: -1%;

}

.mobile-carousel h5 {
    width: 100%;
    padding: 0.7% 30%;
}
.carousel-item {
    transition: transform 1s ease-in-out !important;
}
.carousel-item .col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-item img {
    max-width: 100%;
    height: auto;
}
.mobile-carousel .container {
    padding: 0%;
    margin-top: 0%;
}
.owl-carousel .item {
    width: 100%;
}
.owl-carousel .item .box-container {
    display: block;
    width: 100%;
   
    height: auto;
}
.owl-carousel .most-popular { 
    text-align: center;
    padding: 7px 0px;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    margin-left: 0%;
    margin-bottom: -3%;
    margin-top: 3%;
    background: #2481f9;

}
.owl-carousel .most-popular h4 {
    font-size: 18px;
    color: #fff;  
    border-radius: 1% 1% 1% 1%;
}
#box-container-most {
    border: 1px solid #0085f4;
    border-radius: 0px 0px 16px 16px;
    text-align: left;
    padding: 14px 30px;
    width: 100%;
    margin-left: 0%;
    margin-top: 3%;
}
.box-container {
    border: 1px solid #d5dfff;
    border-radius: 16px;
    text-align: left;
    padding: 14px 30px;
    width: 100%;
    margin-left: 0%;
    margin-top: 15%;
}
.box-container .plan h3{
    color:  #367cff;
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    
}
.box-container .plan p{
    color: rgb(0, 0, 0);
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0%;    
}
.box-container .price {
    padding: 5% 0%; 
    border-bottom: 1px solid #d5dfff;
    margin-bottom: 4%;
}
.box-container .price .save {
    display: flex;
    margin-bottom: -11%;

}
.box-container .price .save h3{
    color: rgb(0, 0, 0);
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14%;
    background: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 5px;
    text-decoration: line-through;
    margin-right: 3%;
    
}
.box-container .price .save h2{  
    color:  #367cff;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    border-radius: 15px;
    font-weight: 700;
    padding: 5px 8px;
    height: 3%;
    width: 100%;
    margin-right: 5%;
    text-decoration: none;   
}
.box-container .price h1{  
    color: #000;
    font-family: inherit;
    font-size: 45px;
    line-height: 24px;
    margin-bottom: 0%; 
    border-radius: 15px;
    font-weight: 700;
    padding: 3px 1px;
    width: 100%;
    margin-right: 5%;
    text-decoration: none;    
}
.box-container .price #span-2{  
    color: #367cff;
    font-family: inherit;
    font-size: 21px;
    line-height: 24px;    
    border-radius: 15px;
    font-weight: 700;
    padding: 5px 8px;
    width: 100%;
    margin-left: 0%;
}
.box-container .price .choose-plan {

    text-align: center;
    width: 100%;
    display: flex;

}
.box-container .price .choose-plan a {
    text-decoration: none;
    font-size: 18px;
    border: 2px solid #367cff;
    color: #367cff;
    padding: 4% 24%;
    width: 100%;
    margin-bottom: 0%; 
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    margin-top: 5%;
}
.box-container .price a:hover {
    color: #ffffff;
    background-color: #367cff;
}
.box-container .price h4{
    color: #2481f9;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5%;
    margin-top: 3%;
    background: none;
    border-radius: 15px;
    font-weight: 600;
    padding: 5px;
    margin-right: 3%;
    
}
.box-container .plan-details h6{
    color: #367cff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.box-container .plan-details p{
    color: #367cff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.box-container .plan-details a{
    color: #000000;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-position: under;
}
.box-container .plan-details svg{
    color: #367cff;
    font-family: inherit;
    height: 2%;
    margin-top: -1%;
    margin-right: 3%;
    width: 7%;
    font-weight: 700;
    line-height: 24px;
}
.box-container .plan-details #svg-1{
    color: #000000;
    font-family: inherit;
    height: 2%;
    margin-top: -1%;
    margin-right: 3%;
    width: 7%;
    font-weight: 700;
    line-height: 24px;
}
.box-container .plan-details #span-1{
    color: #029651;
    font-family: inherit;
    height: 2%;
    margin-top: -1%;
    margin-right: 5%;
    width: 7%;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
    background-color: red;
    border-radius: 50%;
    color: white;
    border: none;
    padding: 20px;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button.owl-prev {
    left: 0px; /* Adjust the position as needed */
}

.owl-nav button.owl-next {
    right: 0px; /* Adjust the position as needed */
}

.owl-nav button:hover {
    background-color: darkred;
}

 .owl-nav .owl-next  {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    position: absolute;
    font: inherit;
}
.box-container .plan-details span {
    font-weight: 700;
}
.features-section, .product-showcase, .testimonials {
    padding: 60px 0;
}
.feature-item, .product-item, .testimonial-item {
    text-align: center;
    padding: 20px;
}
.carousel-item .box-container {
    border: 1px solid #d5dfff;
    border-radius: 16px;
    text-align: left;
    padding: 48px 30px;
    width: 100%;
    margin-left: 0%;
}
.carousel-item .box-container .plan h3{
    color:  #367cff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    
}
.carousel-item .box-container .plan p{
    color: rgb(0, 0, 0);
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5%;    
}
.carousel-item .box-container .price {
    padding: 5% 0%; 
    border-bottom: 1px solid #d5dfff;
    margin-bottom: 8%;
}
.carousel-item .box-container .price .save {
    display: flex;
    margin-bottom: -11%;

}
.carousel-item .box-container .price .save h3{
    color: rgb(0, 0, 0);
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20%;
    background: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 5px;
    text-decoration: line-through;
    margin-right: 3%;
    
}
.carousel-item .box-container .price .save h2{  
    color:  #367cff;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    background-color: #c3f4ff;
    border-radius: 15px;
    font-weight: 700;
    padding: 5px 8px;
    height: 3%;
    width: 37%;
    margin-right: 5%;
    text-decoration: none;   
}
.carousel-item .box-container .price h1{  
    color: #000;
    font-family: inherit;
    font-size: 45px;
    line-height: 24px;
    margin-bottom: 10%;   
    border-radius: 15px;
    font-weight: 700;
    padding: 3px 15px;
    width: 100%;
    margin-right: 5%;
    text-decoration: none;    
}
.carousel-item .box-container .price #span-2{  
    color: #367cff;
    font-family: inherit;
    font-size: 21px;
    line-height: 24px;    
    border-radius: 15px;
    font-weight: 700;
    padding: 5px 8px;
    width: 100%;
    margin-left: -4%;  
}
.carousel-item .box-container .price a {
    text-decoration: none;
    font-size: 18px;
    border: 2px solid #367cff;
    color: #367cff;
    padding: 4% 28%;
    width: 100%;
    margin-bottom: 10%; 
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    margin-top: 5%;
}
.carousel-item .box-container .price a:hover {
    color: #ffffff;
    background-color: #367cff;
}
.carousel-item .box-container .price h4{
    color: rgb(0, 0, 0);
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5%;
    margin-top: 3%;
    background: none;
    border-radius: 15px;
    font-weight: 400;
    padding: 5px;
    margin-right: 3%;
    
}

.carousel-item .box-container .plan-details h6{
    color: #367cff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.carousel-item .box-container .plan-details p{
    color: #367cff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.carousel-item .box-container .plan-details a{
    color: #000000;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-position: under;
}
.carousel-item .box-container .plan-details svg{
    color: #367cff;
    font-family: inherit;
    height: 2%;
    margin-top: -1%;
    margin-right: 3%;
    width: 7%;
    font-weight: 700;
    line-height: 24px;
}
.carousel-item .box-container .plan-details #svg-1{
    color: #000000;
    font-family: inherit;
    height: 2%;
    margin-top: -1%;
    margin-right: 3%;
    width: 7%;
    font-weight: 700;
    line-height: 24px;
}
.carousel-item .box-container .plan-details #span-1{
    color: #029651;
    font-family: inherit;
    height: 2%;
    margin-top: -1%;
    margin-right: 5%;
    width: 7%;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.carousel-item .box-container .plan-details span {
    font-weight: 700;
}
.features-section, .product-showcase, .testimonials {
    padding: 60px 0;
}
.feature-item, .product-item, .testimonial-item {
    text-align: center;
    padding: 20px;
}
.footer {
    background: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /* border-radius: 1rem; */
    border: 2px solid #cda45e;
}
.pair {
    background-color: #3a8bff17;
    text-align: left;
    margin: 3rem 0rem;
    padding: 0% 0%;
}

.pair h2 {
    font-size: 3.5rem;
    font-weight: 700;
}

.pair h5 {
    width: 70%;
    line-height: 1.5;
}

.container {  
    flex-wrap: wrap; 
    width: 100%;
    padding: 1rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;    
    max-width: 100%;
    position: relative;
}
.pair .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;    
    max-width: 100%;
    position: relative;
}

.col {
    
    justify-content: center;
    align-items: center;
    flex: 1 1 100px;
    margin: 0.5rem;
}

.image-container {
       display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 36rem;
    height: 36rem;
    padding: 1rem;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.rounded-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    margin: 0.5rem; 
}
.pair #img-mid {    
    border-radius: 50%;
    padding: 50px;  
    width: 35%;
}

.center-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 20px;
    width: 91%;
    height: 33rem;
    margin-left: -48rem;
    margin: 0.5rem;
    position: absolute;
    margin-left: 1rem;      
    z-index: 0;

}
.pulse-circle {
    border-radius: 50%;
    background-color: #9eb1b888;
    width: 233px;
    height: 233px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 3s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    animation: scaleIn 5s ease-out infinite;
    transition: 1.5s ea;
  }
  @keyframes scaleIn {
    from {
      transform: scale(0.5, 0.5);
      opacity: 0.5;
    }
    to {
      transform: scale(2.5, 2.5);
      opacity: 0;
    }
  }  
  

  
.pair #html{
    margin-top: -7rem;
    margin-left: 7rem;
    position: absolute;
    width: 15%;
    height: auto;
    animation: fadeInOut 7s infinite;
}


.pair #php{
    margin-top: 7rem;
    margin-left: -1rem;
    position: absolute;
    width: 15%;
    height: auto;
    animation: fadeInOut 17s infinite;
}
.pair #joomla{
    margin-top: -20rem;
    margin-left: 7rem;
    position: absolute;
    width: 21%;
    height: auto;
    animation: fadeInOut 9s infinite;
}
.pair #json{
    margin-top: 20rem;
    margin-left: 13rem;
    position: absolute;
    width: 15%;
    height: auto;
    animation: fadeInOut 15s infinite;
}

.pair #word{
    margin-top: 20rem;
    margin-left: -10rem;
    position: absolute;
    width: 15%;
    height: auto;
    animation: fadeInOut 13s infinite;
}
.pair #css{
    margin-top: -19rem;
    margin-left: -4rem;
    position: absolute;
    width: 10%;
    height: auto;
    animation: fadeInOut 11s infinite;
}

.pair #js{
    margin-top: 7rem;
    margin-left: 2rem;
    position: absolute;
    width: 15%;
    height: auto;
    animation: fadeInOut 5s infinite;

}
.pair #java{
    margin-top: -7rem;
    margin-left: -8rem;
    position: absolute;
    width: 20%;
    height: auto;
    animation: fadeInOut 5s infinite;
    transition: 0.5s ease-in-out;
}

@keyframes fadeInOut {
    0%{
        opacity:0;
      }
    50%  {transform: scale(1.2); opacity: 1;}
    
    100% {opacity: 0}
}

  
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .custom-navbar {
        width: 100%;
        margin-top: 0%;
        border-radius: 0px;
    }    
    .navbar img {    
        margin-top: -10%;
        width: 10rem;
    }
    .navbar .navbar-toggler {
        margin-top: -4%;
    }
    #hero {
        height: 100%;
        width: 100%;
        padding-bottom: 10rem;
        margin-top: 24%;
        padding-left: 2rem;
        padding-bottom: 7rem;
    }
    #hero .gradient-text {
        font-size: 3rem;
        margin-bottom: 0rem;
    }
    .mobile-carousel {
        background: #fff0;
        text-align: center;
        width: 100%;
        /* padding-bottom: 10rem; */
        /* margin-top: 39%; */
        padding-left: 0.5rem;
    }
    .mobile-carousel h2 {
        font-size: 2rem;
        font-weight: 700;
        text-align: left;
    }
    .mobile-carousel h5 {
        width: 100%;
        font-size: 18px;
        text-align: left;
        margin-top: 1rem;
        padding: 0px;
    }

.carousel-item .box-container .price a {
    text-decoration: none;
    font-size: 11px;
    border: 2px solid #367cff;
    color: #367cff;
    padding: 4% 18%;
    width: 100%;
    margin-bottom: 10%;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    margin-top: 5%;
}
.carousel-item .box-container .price #span-2 {
    margin-left: 0%;
}
.carousel-item .box-container .price h1 {
    font-size: 30px;
}
.carousel-item .box-container .price .save h2 {
    background-color: #c3f4ff00;
    width: 100%;
}
.box-container .price .save h2 {
    color: #367cff;   
    background-color: #c3f4ff00;    
    height: 3%;
    width: 100%;
}
.box-container .price a {  
    padding: 4% 25%;
}
.box-container .price #span-2 {
    margin-left: 0%;
}
    #control {
        background-color: #fff0;
        color: #000;
        text-align: left;
        padding: 2% 2%;
        width: 100%;
    }
    #control h1 {
        font-size: 2rem;
        margin-top: 2rem;
    }
    #control #col-2 {
        padding-left: 2%;
    }
    #control h2 {
        font-size: 26px;
        font-weight: 700;
        margin-top: 2%;
    }

    #control h5 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 5%;
    }
    #control .d-flex svg {
        width: 53px;
        height: 55px;
        background: #0086f400;
        padding: 13px 0px;
        color: #000;
        border-radius: 56%;
    }
    .pair {
        background-color: #fff0;
        color: #000;
        text-align: left;
        padding: 2% 2%;
        width: 100%;
    }
    .pair h2 {
        font-size: 26px;
        font-weight: 700;
        margin-top: 2%;
    }
    .pair h5 {
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        margin-top: 5%;
    }
    .pair #img-mid {
        padding: 0px;
        width: 15%;
    }
    .box-container {
        border: 1px solid #d5dfff;
        border-radius: 16px;
        text-align: left;
        padding: 14px 30px;
    }
 .box-container .price a {
 
    padding: 4% 31%;
}
.box-container .price h1 {
 font-size: 32px;
}
.box-container .price h4{
 font-size: 12px;
}

.box-container .price .save h2{
    font-size: 12px;
}
.box-container .price .choose-plan a {
font-size: 12px;
}
.box-container .plan-details p {
font-size: 12px;
}

}
@media (max-width: 768px) {
    #hero {
        height: 100%;
        width: 100%;
        padding-bottom: 10rem;
        margin-top: 18%;
    }
    .center-img {
        width: 6rem;
        height: 6rem;
    }
    .pair #img-mid {
        padding: 0px;
        width: 100%;
    }
    .rounded-img {
        width: 3rem;
        height: 3rem;
    }
    .pair #img-1 {
        margin-top: -10rem;
        margin-left: 3rem;
    }
    .pair #img-2 {
        margin-top: 0rem;
        margin-left: -1rem;
    }
    .pair #img-3 {
        margin-top: -17rem;
        margin-left: 5.5rem;
    }
    .pair #img-4 {
        margin-top: 11rem;
        margin-left: 11rem;
    }
    .pair #img-5 {
        margin-top: 10rem;
        margin-left: -8rem;
    }
    .pair #img-6 {
        margin-top: -12rem;
        margin-left: 4rem;
    }
    .pair #img-7 {
        margin-top: 6rem;
        margin-left: 4rem;
    }
    .pair #img-8 {
        margin-top: -6rem;
        margin-left: 2rem;
    }
    .why-us {
        margin-top: -35%;
    }
    .box-container {
        border: 1px solid #d5dfff;
        border-radius: 16px;
        text-align: left;
        padding: 14px 30px;
    }
    .box-container .price a {
        text-decoration: none;
        font-size: 11px;
        border: 2px solid #367cff;
        color: #367cff;
        padding: 4% 31%;
    }
    .box-container .price a {
 
        padding: 4% 31%;
    }
    .box-container .price h1 {
     font-size: 22px;
    }
    .box-container .price h4{
        font-size: 11px;
    }
    
    .box-container .price .save h2{
        font-size: 12px;
    }
    .box-container .price .choose-plan a {
    font-size: 12px;
    }
    .box-container .plan-details p {
    font-size: 12px;
    }
}

@media (max-width: 576px) {
    .center-img {
        width: 4rem;
        height: 4rem;
    }
    .rounded-img {
        width: 2rem;
        height: 2rem;
    }
    #hero {
        height: 100%;
        width: 100%;
        padding-bottom: 10rem;
        margin-top: 32%;
        padding-left: 2rem;
        padding-bottom: 7rem;
    }
    .box-container {
        border: 1px solid #d5dfff;
        border-radius: 16px;
        text-align: left;
        padding: 14px 30px;
    }
     .box-container .price a {
        text-decoration: none;
        font-size: 11px;
        border: 2px solid #367cff;
        color: #367cff;
        padding: 4% 32%;
    }
    .box-container .price a {
 
        padding: 4% 31%;
    }
    .box-container .price h1 {
     font-size: 32px;
    }
    .box-container .price h4{
     font-size: 12px;
    }
    
    .box-container .price .save h2{
        font-size: 12px;
    }
    .box-container .price .choose-plan a {
    font-size: 12px;
    }
    .box-container .plan-details p {
    font-size: 12px;
    }
}


@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.home-arrow {
    padding: 50px 0;
    background-color: #fff0;
    text-align: left;
    height: 60rem;
}

.home-arrow h1 {
    font-size: 4rem;
    font-weight: 700;
    height: 100%;
    background: linear-gradient(to right, #367cff, #52deff); /* Your gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding: 2% 15%;
    
}
.home-arrow h2 {
    font-size: 3.5rem;
    font-weight: 700;
}
.home-arrow h5 {
    width: 70%;
    line-height: 1.5;
}
.home-arrow img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 20px;
}
.flow-step {
    background-color: #fff0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 27px;
    padding-left: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.home-arrow #col-1 #img-1 {
    width: 42%;
    max-width: 100%;
    height: 16rem;
    margin-top: -25rem;
    position: absolute;
}
.home-arrow #img-2 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    left: -17%;
    margin-top: 6%;
    /* margin-top: 5rem; */
    position: absolute;
    z-index: 0;

}
#wrapper {
    display: table;
    width:100%;
    height:100%;
  }
  
  #wrapper-inner {
    display: table-cell;
    vertical-align:middle;
    width:100%;
    height:100%;
  }
  
  #scroll-down {
    display: block;
    position: relative;
    padding-top: 81px;
    padding-left: 1px;
    text-align: center;
  }
  .arrow-down {
      display: block;
      margin: 0 auto;
      width: 10px;
      height: 38px;
  }
  .arrow-down:after {
      content: '';
      display: block;
      margin: 0;
      padding: 0;
      width: 8px;
      height: 8px;
      border-top: 2.5px solid #367cff;
      border-right: 2.5px solid #367cff;
      behavior: url(-ms-transform.htc);
      -moz-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  }
  #scroll-title {
      display: block;
      text-transform: uppercase;
      color: #367cff;
    font-family: Helvetica Neue, Helvetica, Arial;
    font-size:14px;
    font-weight:bold;
    letter-spacing:.1em;
  }
  #scroll-down::before {
      -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
      /* Safari 4+ */
      
      -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
      /* Fx 5+ */
      
      -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
      /* Opera 12+ */
      
      animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
      /* IE 10+, Fx 29+ */
      
      position: absolute;
      top: -1px;
      left: 50%;
      margin-left: -1px;
      width: 2px;
      height: 90px;
      background: #367cff;
      content: ' ';
  }
  @-webkit-keyframes elasticus {
      0% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
      50% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      50.1% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      100% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
  }
  @-moz-keyframes elasticus {
      0% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
      50% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      50.1% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      100% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
  }
  @-o-keyframes elasticus {
      0% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
      50% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      50.1% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      100% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
  }
  @keyframes elasticus {
      0% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
      50% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      50.1% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      100% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
  }
  
  
  

  #paschka {
    display: block;
    color:white;
    font-family:helvetica neue, helvetica, arial;
    font-size:32px;
    text-decoration: none;
    position: fixed;
    bottom:0px;
    right:0px;
    padding:0px;
    transition: all .1s ease;
    background:#000;
    height:40px;
    line-height:30px;
    vertical-align:middle;
    width:40px;
    text-align:center;
    border-radius: 5%;
    bottom:20px;
    right:20px;
    
    &amp;:hover {
      background:#232323;
      transition:all .1s ease;
      color:#f0f0f0;
    }
  }
  .indicator:before {
    content: ""; 
    position: absolute;
    width: 20px; 
    height: 20px;
    background: #fff; 
    margin: auto;
    left: 0; 
    right: 0;
    top: 30px; 
    border-radius: 50%;
    animation: animate 1s linear infinite; 
}
@keyframes animate {
    0% {
        opacity: 1; top: 30px;
    }
    100% {
        opacity: 0; top: 100px;
        transform: scale(0.8);
    }
}
.flow-step img {
    width: 40px;
    height: 40px;
    margin-top: 3%;
    margin-right: 15px;
    background: #31a0fa;
    padding: 8px;
    border-radius: 24px;

}
.flow-step h5 {
    font-size: 16px;
    width: 10rem;
    margin-top: -9%;
}
.flow-step p {
    margin-top: -1%;
}
.flow-arrow {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}
.flow-arrow img {
    width: 40px;
    height: 40px;
}
.connector {
    text-align: center;
    background-color: #fff0;
    height: 100%;
    padding: 2rem 0;
}

.connector .tree-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 2rem;
    overflow: hidden;
}

.connector svg {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.connector .container .box-1,
.connector .container .box-2,
.connector .container .box-3,
.connector .container .box-4,
.connector .container .box-5 {
    border: 4px solid #dadae2;
    border-top: none;
    border-radius: 0rem 0rem 22rem 23rem;
    padding: 3.5rem 8rem;
    margin: 1rem;
}

.connector .container .box-1 {
    margin-left: -13.9%;
    margin-top: -12%;
}

.connector .container .box-2 {
    width: 12%;
    margin-left: 14.9%;
    margin-top: -12%;
}

.connector .container .box-3 {
    border-radius: 0rem 0rem 30rem 37rem;
    padding: 8rem 0rem;
    margin-left: 0.5%;
    margin-top: -6%;
}
.flow-card {
    background-color: #fff0;
    height: auto;
}
.custom-flow-card {
    background: #fff;
    height: auto;
}
.custom-flow-card h2 {
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
}

.custom-flow-card h5 {
    line-height: 1.5;
    margin-top: 20px;
    text-align: left;
}
.custom-flow-card .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
    width: 100%;
    text-align: left;
}

.custom-flow-card .dropdown-hover .dropdown-menu {
    display: none;
    margin-top: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative; /* Ensure it stays within the flow of the document */
    transition: 2.5s ease-in-out;
}

.custom-flow-card .dropdown-hover:hover .dropdown-menu {
    display: block;
    animation: fadeIn 0.2s;
    transition: 2.5s ease-in-out;
}

.custom-flow-card .dropdown-container {
    position: relative;
    transition: 2.5s ease-in-out;
}

.custom-flow-card .dropdown-hover:hover ~ .dropdown-container {
    margin-top: calc(1rem + var(--dropdown-height)); /* Add height dynamically */
}

.custom-flow-card .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
    transition: 2.5s ease-in-out;
    padding: 10px 20px;
}

section {
    background-color: #fff0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .custom-flow-card h2 {
        font-size: 3rem;
    }
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    background: #ffffff;
    padding: 0;
    margin-bottom: 1rem;
    margin-top: 1%;
}

    .why-us #Faq-head {
        width: 100%;
        padding-left: 5rem;
        text-align: left;
    }

    .why-us .content {
        padding: 0px 0px 0 100px;
        width: 100%;
    }

        .why-us .content h3 {
            font-weight: 700;
            font-size: 3.5rem;
            color: #000000;
        }

        .why-us .content strong {
            color: #008aef;
        }

        .why-us .content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-top: 5px;
        }

        .why-us .content p {
            font-size: 15px;
            font-weight: 600;
            color: #07353bcc;
        }

    .why-us .video-box {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 400px;
        position: relative;
    }

    .why-us .accordion-list {
        padding: 0 100px 0px 100px;
        margin: 2rem 0rem;
    }

        .why-us .accordion-list ul {
            padding: 0;
            list-style: none;
        }

        .why-us .accordion-list li + li {
            margin-top: 15px;
        }

        .why-us .accordion-list li {
            padding: 20px;
            border-bottom: 3px solid rgb(232,234,237);
            border-radius: 4px;
        }

        .why-us .accordion-list a {
            display: block;
            position: relative;
            font-family: "Poppins", sans-serif;
            font-size: 20px;
            line-height: 24px;
            font-weight: 500;
            padding-right: 30px;
            outline: none;
            cursor: pointer;
            color: #008aef;
        }

        .why-us .accordion-list span {
            color: #0880e8;
            font-weight: 600;
            font-size: 18px;
            padding-right: 10px;
        }
        .why-us .accordion-list .drop-info {
            font-size: 16px;
            position: relative;
        }
        .why-us .accordion-list svg {
            font-size: 24px;
            position: absolute;
            right: 0;
            color: #008aef;
            top: 0;
        }

        .why-us .accordion-list p {
            margin-bottom: 0;
            padding: 16px 0 0 0;
            color: #07353bcc;
            font-weight: 600;
        }

        .why-us .accordion-list .icon-show {
            display: none;
        }

        .why-us .accordion-list a.collapsed {
            color: #008aef;
        }

            .why-us .accordion-list a.collapsed:hover {
                color: #008aef;
            }

            .why-us .accordion-list a.collapsed .icon-show {
                display: inline-block;
            }

            .why-us .accordion-list a.collapsed .icon-close {
                display: none;
            }

    .why-us .play-btn {
        width: 94px;
        height: 94px;
        background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
        border-radius: 50%;
        display: block;
        position: absolute;
        left: calc(50% - 47px);
        top: calc(50% - 47px);
        overflow: hidden;
    }

        .why-us .play-btn::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 100;
            transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        .why-us .play-btn::before {
            content: "";
            position: absolute;
            width: 120px;
            height: 120px;
            animation-delay: 0s;
            animation: pulsate-btn 2s;
            animation-direction: forwards;
            animation-iteration-count: infinite;
            animation-timing-function: steps;
            opacity: 1;
            border-radius: 50%;
            border: 5px solid rgba(8, 128, 232, 0.7);
            top: -15%;
            left: -15%;
            background: rgba(198, 16, 0, 0);
        }

        .why-us .play-btn:hover::after {
            border-left: 15px solid #0880e8;
            transform: scale(20);
        }

        .why-us .play-btn:hover::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border: none;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 200;
            animation: none;
            border-radius: 0;
        }

@media (max-width: 1024px) {

    .why-us .content,
    .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .content {
        padding-top: 30px;
    }

    .why-us .accordion-list {
        padding-bottom: 30px;
    }

    .why-us #Faq-head {
        padding-left: 1rem;
    }

    .why-us .content h3 {
        font-size: 26px;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: rgb(181 181 181);
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 5;
}

    #footer .footer-newsletter {
        padding: 50px 0;
        background: #05579e;
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
        }

            #footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                margin: 3px;
                background: #f6b024;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
            }

                #footer .footer-newsletter form input[type=submit]:hover {
                    background: #0880e8;
                }

    #footer .footer-top {
        background: #edf0f1;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 18px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
                color: #1da1dc;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #292929;
            }

            #footer .footer-top .footer-info img {
                width: 15rem;
                margin-top: 3rem;
            }

        #footer .footer-top .social-links a {
            font-size: 16px;
            display: inline-block;
            background: #292929;
            color: #1da1dc;
            line-height: 1;
            padding: 10px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 37px;
            height: 37px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #f6b024;
                color: #1da1dc;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #008ecc;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 113px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul svg {
                    padding-right: 2px;
                    color: #158df3;
                    font-size: 14px;
                    width: 14px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #292929;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #f69951;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
        color: #292929;
        margin-left: 16rem;
    margin-right: 16rem;
    }

    #footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

        #footer .credits a {
            color: #f6b024;
        }
        #footer .footer-detials-2{
            margin-top: -4rem;

        }
        @media (max-width: 992px) {
            #footer .copyright {               
                margin-left: 0rem;
            margin-right: 0rem;
            }
        }
        a {
            text-decoration: none;
        }</pre></body></html>