:root {

    /* Font Family */
    --font-family-base:             'Inter', sans-serif;
    --font-family-second:           'Poppins', sans-serif;

    /* Font Weight */
    --fw-lighter:         lighter;
    --fw-light:           300;
    --fw-normal:          400;
    --fw-medium:          500;
    --fw-semibold:        600;
    --fw-bold:            700;
    --fw-bolder:          bolder;

    /* Font Size */
    --fs-0:	        0rem;

    --fs-1:	        0.0625rem;
    --fs-2:	        0.125rem;
    --fs-3:	        0.1875rem;
    --fs-4:	        0.25rem;
    --fs-5:	        0.3125rem;
    --fs-6:	        0.375rem;
    --fs-7:	        0.4375rem;
    --fs-8:	        0.5rem;
    --fs-9:	        0.5625rem;
    --fs-10:	    0.625rem;

    --fs-11:	    0.6875rem;
    --fs-12:	    0.75rem;
    --fs-13:	    0.8125rem;
    --fs-14:	    0.875rem;
    --fs-15:	    0.9375rem;
    --fs-16:	    1rem;
    --fs-17:	    1.0625rem;
    --fs-18:	    1.125rem;
    --fs-19:	    1.1875rem;
    --fs-20:	    1.25rem;

    --fs-21:	    1.3125rem;
    --fs-22:	    1.375rem;
    --fs-23:	    1.4375rem;
    --fs-24:	    1.5rem;
    --fs-25:	    1.5625rem;
    --fs-26:	    1.625rem;
    --fs-27:	    1.6875rem;
    --fs-28:	    1.75rem;
    --fs-29:	    1.8125rem;
    --fs-30:	    1.875rem;

    --fs-31:	    1.9375rem;
    --fs-32:	    2rem;
    --fs-33:	    2.0625rem;
    --fs-34:	    2.125rem;
    --fs-35:	    2.1875rem;
    --fs-36:	    2.25rem;
    --fs-37:	    2.3125rem;
    --fs-38:	    2.375rem;
    --fs-39:	    2.4375rem;
    --fs-40:	    2.5rem;

    --fs-41:	    2.5625rem;
    --fs-42:	    2.625rem;
    --fs-43:	    2.6875rem;
    --fs-44:	    2.75rem;
    --fs-45:	    2.8125rem;
    --fs-46:	    2.875rem;
    --fs-47:	    2.9375rem;
    --fs-48:	    3rem;
    --fs-49:	    3.0625rem;
    --fs-50:	    3.125rem;

    --fs-51:	    3.1875rem;
    --fs-52:	    3.25rem;
    --fs-53:	    3.3125rem;
    --fs-54:	    3.375rem;
    --fs-55:	    3.4375rem;
    --fs-56:	    3.5rem;
    --fs-57:	    3.5625rem;
    --fs-58:	    3.625rem;
    --fs-59:	    3.6875rem;
    --fs-60:	    3.75rem;

    --fs-61:	    3.8125rem;
    --fs-62:	    3.875rem;
    --fs-63:	    3.9375rem;
    --fs-64:	    4rem;
    --fs-65:	    4.0625rem;
    --fs-66:	    4.125rem;
    --fs-67:	    4.1875rem;
    --fs-68:	    4.25rem;
    --fs-69:	    4.3125rem;
    --fs-70:	    4.375rem;

    --fs-71:	    4.4375rem;
    --fs-72:	    4.5rem;
    --fs-73:	    4.5625rem;
    --fs-74:	    4.625rem;
    --fs-75:	    4.6875rem;
    --fs-76:	    4.75rem;
    --fs-77:	    4.8125rem;
    --fs-78:	    4.875rem;
    --fs-79:	    4.9375rem;
    --fs-80:	    5rem;

    --fs-81:	    5.063rem;
    --fs-82:	    5.125rem;
    --fs-83:	    5.188rem;
    --fs-84:	    5.25rem;
    --fs-85:	    5.313rem;
    --fs-86:	    5.375rem;
    --fs-87:	    5.438rem;
    --fs-88:	    5.5rem;
    --fs-89:	    5.5625rem;
    --fs-90:	    5.625rem;

    --fs-91:	    5.6875rem;
    --fs-92:	    5.75rem;
    --fs-93:	    5.8125rem;
    --fs-94:	    5.875rem;
    --fs-95:	    5.9375rem;
    --fs-96:	    6rem;
    --fs-97:	    6.0625rem;
    --fs-98:	    6.125rem;
    --fs-99:	    6.1875rem;
    --fs-100:	    6.25rem;


    --fs-128:	    8rem;
    --fs-130:	    8.25rem;
    --fs-140:	    8.75rem;
    --fs-150:	    9.375rem;
    --fs-175:	    10.9375rem;
    --fs-176:	    11rem;
    --fs-190:	    11.875rem;
    --fs-192:	    12rem;

    --fs-200:	    12.5rem;
    --fs-210:	    13.125rem;
    --fs-240:	    15rem;
    --fs-280:	    17.5rem;
    --fs-291:        18.188rem;

    --fs-320:	    20rem;
    --fs-370:	    23.125rem;

    --fs-400:	    25rem;

    --fs-500:	    31.25rem;
    --fs-592:	    37rem;

    --fs-600:	    37.5rem;
    --fs-680:	    42.5rem;

    /* Theme Colors */
    --color-primary:        #4997D3;
    --color-secondary:      #1659C3;
    --color-success:        #AFDA80;
    --color-danger:         #c50000;
    --color-warning:        #ff8f1f;
    --color-info:           #38D4FB;
    --color-white:          #ffffff;
    --color-black:          #202020;
    --color-blue:           #211464;
    --color-green:          #17970b;
    --color-red:            #ff0000;
    --color-yellow:         #ffee00; 
    --color-dark:           #303142; 
    --color-muted:          #999999; 

    /* Responsive Breakdown */
    --breakpoint-extralargedesktop: 1400px;
    --breakpoint-largedesktop: 1199px;
    --breakpoint-desktop: 991px;
    --breakpoint-tablet: 767px;
    --breakpoint-mobile: 600px;
    --breakpoint-minimobile: 500px;

    /* Space Variables */
    --space-0: 0px;
  
    --space-5: 5px;
    --space-10: 10px;
    --space-15: 15px;
    --space-20: 20px;
    --space-25: 25px;
    --space-30: 30px;
    --space-35: 35px;
    --space-40: 40px;
    --space-45: 45px;
    --space-50: 50px;
    --space-55: 55px;
    --space-60: 60px;
    --space-65: 65px;
    --space-70: 70px;
    --space-75: 75px;
    --space-80: 80px;
    --space-85: 85px;
    --space-90: 90px;
    --space-95: 95px;
    --space-100: 100px;
    --space-120: 120px;
    --space-150: 150px;
    --space-180: 180px;
    --space-200: 200px;
    --space-240: 240px;
    --space-250: 250px;
    --space-260: 260px;
    --space-290: 290px;
}



/* Reset */
html {
    scroll-behavior: smooth;
    font-size: 100%;
}
body{
    position: relative;
    font-family: var(--font-family-base);
    color: var(--color-black);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transition: all 0.5s ease-in-out;
    font-size: var(--fs-16);
    line-height: var(--fs-26);
}

.container {
    position: relative;
}
.container-fluid, .container-lg, .container-xl, .container-xxl {
    max-width: 1920px;
}

/* min-width: 1600px */
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}
/* min-width: 1200px */
@media screen and (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
}
/* min-width: 1199px */
@media screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}
main,
.wrapper {
    position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
    font-family: var(--font-family-second);
    font-weight: var(--fw-bold);
    margin-top: 0px;
    margin-bottom: 0px;
}

.h1, h1{
    font-size: var(--fs-48);
    line-height: var(--fs-52); /* set "line-height" based on "font-family" */
}
.h2, h2{
    font-size: var(--fs-36);
    line-height: var(--fs-48); /* set "line-height" based on "font-family" */
}
.h3, h3{
    font-size: var(--fs-30);
    line-height: var(--fs-36); /* set "line-height" based on "font-family" */
}
.h4, h4{
    font-size: var(--fs-24);
    line-height: var(--fs-30); /* set "line-height" based on "font-family" */
}
.h5, h5{
    font-size: var(--fs-20);
    line-height: var(--fs-28); /* set "line-height" based on "font-family" */
}
.h6, h6{
    font-size: var(--fs-16);
    line-height: var(--fs-24); /* set "line-height" based on "font-family" */
}

a{
    color: var(--color-secondary);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    outline: none;
}
a:hover{
    color: var(--color-black);
    text-decoration: none;
    outline: none;
}

.clearfix{
    clear: both;
}
.divider{
    margin: 30px 0px;
    display: inline-block;
}
table {
    margin-bottom: 10px;
    border: 1px solid rgba(var(--color-black), 0.3);
}
table td, table th {
    padding: 5px 10px;
    border-bottom: 1px solid rgba(var(--color-black), 0.3);
    border-right: 1px solid rgba(var(--color-black), 0.3);
    text-align: center;
}
img{
    max-width: 100%;
}

.section, section{
    position: relative;
    padding: 100px 0px;
    z-index: 1;
}


/* Default Input type */
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]{
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 30px;
    font-size: var(--fs-14);
    font-weight: var(--fw-semibold);
    background-color: var(--color-white);
    color: var(--color-dark);
    background-clip: padding-box;
    border: 1px solid var(--color-dark);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
}
textarea.form-control{
    display: block;
    width: 100%;
    height: 150px;
    padding: 10px 40px;
    font-size: var(--fs-14);
    font-weight: var(--fw-semibold);
    background-color: var(--color-white);
    color: var(--color-dark);
    background-clip: padding-box;
    border: 1px solid var(--color-dark);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea.form-control:focus{
    border-color: var(--color-secondary);
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}

label {
    display: inline-block;
    color: var(--color-black);
    font-size: var(--fs-12); 
    font-weight: var(--fw-semibold);
}

::-webkit-input-placeholder {
    color: rgba(35,1,54,0.6);
    font-size: var(--fs-12); 
    font-weight: var(--fw-semibold);
}
::-moz-placeholder {
    color: rgba(35,1,54,0.6);
    font-size: var(--fs-12); 
    font-weight: var(--fw-semibold);
}
:-ms-input-placeholder {
    color: rgba(35,1,54,0.6);
    font-size: var(--fs-12); 
    font-weight: var(--fw-semibold);
}
:-moz-placeholder {
    color: rgba(35,1,54,0.6);
    font-size: var(--fs-12); 
    font-weight: var(--fw-semibold);
}
:placeholder {
    color: rgba(35,1,54,0.6);
    font-size: var(--fs-12); 
    font-weight: var(--fw-semibold);
}


/* Pagination */
.pagination {
    margin-top: 30px;
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
}
.pagination li {
    margin: 0px 5px;
    color: var(--color-white);
}
.pagination li .page-number {
    font-size: var(--fs-20);
    font-weight: var(--fw-normal);
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: var(--color-white);
    display: block;
    border-radius: 100%;
    border: 1px solid transparent;
}
.pagination li .page-number:hover, .pagination li .page-number.current {
    border: 1px solid var(--color-secondary);
}
.pagination li .page-number.previous, .pagination li .page-number.next {
    color: var(--color-secondary);
}
.pagination li .page-number.disabled {
    cursor: auto;
    opacity: 0.5;
}

/* Use this markup based on above css */
/* <ul class="pagination">
    <li><a class="disabled page-number previous" href="#"><i class="ion-ios-arrow-thin-left"></i></a></li>
    <li><span class="page-number current">1</span></li>
    <li><a class="page-number" href="#">2</a></li>
    <li>.....</li>
    <li><a class="page-number" href="#">9</a></li>
    <li><a class="page-number next" href="#"><i class="ion-ios-arrow-thin-right"></i></a></li>
</ul> */


/* Button Style */
.btn-group{
    position: relative;
    z-index: 1;
    gap: 15px;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn,
.btn-group .btn {
    border-radius: 5px;
}

/* Button One */
.btn{
    position: relative;
    width: auto;
    display: inline-block;
    font-family: var(--font-family-second);
    font-size: var(--fs-16); 
    font-weight: var(--fw-medium);
    line-height: var(--fs-18);
    text-align: center;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: capitalize;
    outline: none;
    padding: 17px 26px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn.second {
    background-color: var(--color-white);
    color: var(--color-primary);
    border-color: var(--color-white);
}
.btn::before {
    content: '';
    position: absolute;
    left: -150%;
    bottom: -150%;
    background-color: rgba(255, 255, 255, 0.6);
    width: 150%;
    height: 150%;
    transform: rotate(45deg);
    border-radius: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn:hover::before {
    left: 150%;
    bottom: 150%;
}

.btn-check:focus + .btn, .btn:focus,
.btn:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
    border-color: var(--color-white);
    box-shadow: none;
}

.btn-check:focus + .btn.second, .btn.second:focus,
.btn.second:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
    box-shadow: none;
}


/* Button Two */
.btn-2 {
    position: relative;
    width: auto;
    display: inline-block;
    font-family: var(--font-family-base);
    font-size: var(--fs-14); 
    font-weight: var(--fw-medium);
    line-height: var(--fs-16);
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    outline: none;
    padding: 12px 30px;
    background-color: var(--color-black);
    color: var(--color-white);
    border: 1px solid var(--color-black);
    border-radius: 0px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-2::before,
.btn-2::after {
    box-sizing: inherit;
    position: absolute;
    content: '';
    border: 1px solid transparent;
    width: 0;
    height: 0;
}
.btn-2::before {
    top: 0;
    left: 0;
}
.btn-2::after {
    bottom: 0;
    right: 0;
}
.btn-2:hover::before,
.btn-2:hover::after {
    width: 100%;
    height: 100%;
}
.btn-2:hover::before {
    border-top-color: var(--color-secondary);
    border-right-color: var(--color-secondary);
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.btn-2:hover::after {
    border-bottom-color: var(--color-secondary);
    border-left-color: var(--color-secondary);
    transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}



.slider {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0px 300px 0px;
    color: var(--color-white);
}
.slider-content {
    padding-top: 100px;
    padding-bottom: 50px;
}
.slider-content h6 {
    font-family: var(--font-family-base);
    font-weight: var(--fw-semibold);
    color: var(--color-primary);
    letter-spacing: 2px;
    text-transform: uppercase;
}
.slider-content h2 {
    font-size: var(--fs-32);
    line-height: var(--fs-40);
    font-weight: var(--fw-medium);
    color: var(--color-white);
    margin: var(--space-20) var(--space-0) var(--space-40) var(--space-0);
}
.slider-content h2 span {
    color: var(--color-secondary);
}
.slider-content p {
    font-size: var(--fs-18);
    line-height: var(--fs-30);
    margin-bottom: var(--space-40);
}

.slider .sl-image {
    position: relative;
    /* transform-style: preserve-3d; */
}

.slider .sl-image img {
    max-width: 100%;
}

.sl-image .demo-counter {
    background-color: var(--color-primary);
    color: var(--color-white);
    width: 140px;
    height: 140px;
    border-radius: 100%;
    text-align: center;
    font-family: var(--font-family-second);
    font-size: var(--fs-48);
    font-weight: var(--fw-bold);
    display: grid;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 55px;
    left: 100px;
    padding: 15px 30px;
    animation: rotate1 1.5s linear infinite alternate-reverse;
}

.sl-image .demo-counter p {
    font-family: var(--font-family-second);
    font-size: var(--fs-20);
    font-weight: var(--fw-semibold);
    line-height: var(--fs-24);
    color: var(--color-white);
    margin: -20px 0px 0px 0px;
}

@keyframes rotate1 {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(90deg);
    }
}


/* Previes Section  */
.previews-section {
    padding: 60px 0;
}
.previews-section .card,
.previews-section .card-body {
    position: relative;
    background: none;
}
.previews-section .card img {
    position: relative;
    box-shadow: 0px 5px 35px 0px rgba(108, 122, 139, 0.15);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.previews-section .card .img-caption {
    font-size: 24px;
    font-weight: var(--fw-medium);
    color: var(--color-dark);
    margin-top: 30px;
}
.previews-section-dark {
    background-color: aliceblue;
}
/* Hover Effect Making  */
.previews-section .card .card-body .btn-group {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Hover Effect */
.previews-section .card:hover .card-body img {
    filter: blur(2px);
}
.previews-section .card-body::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(240, 240, 245, 0); */
    background: linear-gradient(90deg, #BBE3EE 0%, #BBE3EE 100%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.previews-section .card:hover .card-body::before {
    /* background-color: rgba(240, 240, 245, 0.9); */
    opacity: 0.2;
}
.previews-section .card:hover .card-body .btn-group {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}



/* Subpages Section */
.subpages-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0px;
}
.subpages-section img {
    max-width: 100%;
}
.subpages-section .section-header {
    margin-bottom: 70px;
}
.subpages-section .section-header p {
    margin: 20px 0px 30px;
}
.subpages-section .section-sub-title {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: var(--color-white);
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 37px;
}
.subpages-section .section-title {
    font-size: 30px;
}
.yellow-title span {
    color: #ecab23 !important;
}
.subpages-section .swiper {
    margin-bottom: 150px;
}

.subpages-section .text-block {
    position: relative;
    color: var(--color-white);
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subpages-section .text-block p {
    font-size: var(--fs-30);
    font-weight: var(--fw-medium);
    line-height: var(--fs-36);
    margin-bottom: var(--space-0)
}
.subpages-section .text-block h6{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 130px;
    font-weight: 500;
    color: rgb(255 255 255 / 13%);
}


/* Functionality Section */
.functionality {
    position: relative;
    overflow: hidden;
}
.section-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}
.section-title span {
    color: #3b71fe;
}
.functionality .section-header .section-title {
    font-family: var(--font-family-base);
    font-size: var(--fs-40);
    font-weight: var(--fw-bold);
    line-height: var(--fs-52);
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-top: 40px;
    margin-bottom: 80px;
    color: var(--color-dark);
}

.functionality .btn-group {
    margin-top: 100px;
}
.functionality .btn {
    width: 400px;
    max-width: 100%;
    padding: 22px 50px;
    text-transform: capitalize;
}
@keyframes floating{
    0%{
        -webkit-transform:translate(0px,0px);
        -ms-transform:translate(0px,0px);
        transform:translate(0px,0px);
    }
    50%{
        -webkit-transform:translate(-60px,60px);
        -ms-transform:translate(-60px,60px);
        transform:translate(-60px,60px);
    }
    100%{
        -webkit-transform:translate(0px,0px);
        -ms-transform:translate(0px,0px);
        transform:translate(0px,0px);
    }
}

/* Funfacts */
.funfacts {
    margin-bottom: var(--space-80);
}
.funfact {
    text-align: center;
    margin-bottom: var(--space-30);
}

.fun_content h3 {
    font-size: var(--fs-45);
    font-weight: var(--fw-bold);
    color: var(--color-primary);
    margin-bottom: 15px;
}
.funfact.two .fun_content h3 {
    color: #38C9F8;
}
.fun_content p {
    font-size: var(--fs-36);
    font-weight: var(--fw-bold);
    line-height: var(--fs-42);
    color: var(--color-dark);
    margin-bottom: 0px;
}

.order-list {
    position: relative;
    list-style-type: none;
}

.order-list li {
    position: relative;
    margin-bottom: var(--space-25);
}
.order-list li .counter {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-family: var(--font-family-second);
    font-size: var(--fs-20);
    font-weight: var(--fw-bold);
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: var(--space-25);
}

.order-list li h4 {
    font-weight: var(--fw-semibold);
    color: var(--color-dark);
    margin-bottom: var(--space-15);
}

.order-list li p {
    font-size: var(--fs-16);
    color: var(--color-black);
}

/* Features */
.features {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.features .section-sub-title {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: var(--color-white);
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 37px;
}
.features .section-title {
    font-weight: var(--fw-semibold);
    color: var(--color-white);
    margin-top: 30px;
}
.feature-box {
    text-align: center;
    background: var(--color-white);
    box-shadow: 0px 4px 40px 10px rgba(211, 211, 211, 0.25);
    border-radius: 10px;
    padding: 40px 15px;
    margin-bottom: var(--space-30);
}

.feature-icon {
    width: 60px;
    margin: var(--space-0) auto var(--space-10);
    transition: all 0.8s ease-in-out;
}

.feature-box:hover .feature-icon {
    transform: rotateY(360deg);
}

.feature-icon img {
    max-width: 100%;
}

.feature-box p {
    font-size: var(--fs-20);
    font-weight: var(--fw-semibold);
    color: #200960;
}

/* Call To Action */
.call-to-action-inner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 70px 30px;
    margin-top: var(--space-70);
}

.call-to-action-content h1 {
    font-size: var(--fs-40);
    font-weight: var(--fw-bold);
    line-height: var(--fs-48);
    color: var(--color-white);
    margin: var(--space-25) var(--space-0);
}


/* Preloader */

.handle-preloader{
	background-color:#4997d3;
}

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 20px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 15px;
  border-radius: 5px;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃƒÆ’Ã‚Â³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}
  
  /* Preloader End */


  .finance-section .btn {
    background: #ecab23;
  }
  .finance-section .btn:hover {
    color: #fff;
  }

  .medical-section {
    background: rgb(229 247 248 / 51%);
  }
  .medical-section .section-title span { 
    color: #18bcc7 !important;
  }

  .medical-section .btn {
    background: #18bcc7;
  }
  .medical-section .btn:hover {
    color: #fff;
  }