:root{
    --ff1: "Edu NSW ACT Cursive", cursive;
    --ff2: "Outfit", sans-serif;
    --ff3: "Lexend", sans-serif;
    --theme: #2e87d4;
    --themelight: #e9f5ff;
    --themedark: #0f63ad;
}
body{
    font-family: var(--ff2);
    color: #212121;
    font-size: 16px;
}
h1,h2,h3,h4,h5{
    font-family: var(--ff3);
}
h2{
    font-size: 40px;
}
a:not(:hover){
    color: inherit;
    text-decoration: none;
}
.ff1{
    font-family: var(--ff1);
}
.ff2{
    font-family: var(--ff2);
}
.ff3{
    font-family: var(--ff3);
}
.fs-50{
    font-size: 50px;
}
.fs-46{
    font-size: 46px;
}
.fs-42{
    font-size: 42px;
}
.fs-40{
    font-size: 40px;
}
.fs-36{
    font-size: 36px;
}
.fs-34{
    font-size: 34px;
}
.fs-32{
    font-size: 32px;
}
.fs-30{
    font-size: 30px;
}
.text-theme{
    color: var(--theme);
}
.bg-theme{
    background-color: var(--theme);
}
.bg-themelight{
    background-color: var(--themelight);
}
.btn-theme{
    background-color: var(--theme);
    border-color: var(--theme);
    color: #fff !important;
}
.btn-theme:hover{
    background-color: var(--themedark);
    border-color: var(--themedark);
    color: #fff;
}

footer h4{
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    display: inline-block;
}
footer .foot_menu ul{
    columns: 3;
}
footer .foot_menu ul li:not(:last-child){
    margin-bottom: 8px;
}
footer .foot_menu ul li a{
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    text-decoration: none !important;
}
footer .foot_menu ul li a::before{
    content: "\f061";
    position: absolute;
    top: 1px;
    left: -20px;
    font-size: 80%;
    transition: all .3s ease;
    font-weight: 900;
    font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
    opacity: 0;
}
footer .foot_menu ul li a:hover{
    margin-left: 20px;
}
footer .foot_menu ul li a:hover:before{
    opacity: 1;
}
.navbar-logo{
    text-decoration: none !important;
}
.logo_foot a{
    text-decoration: none !important;
}
.logo_foot a i{
    width: 25px;
}
.subscribe_sec .form-control{
    border-radius: 3px;
    border-color: #fff;
    min-height: 48px;
}
.subscribe_sec .btn{
    border-radius: 7px;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.navbar-nav li .btn-theme{
    padding: 7px 22px !important;
    border-radius: 7px;
}
.navbar-nav li:not(:last-child){
    margin-right: 20px;
}
.btn-light-theme{
    border: 1px solid var(--theme);
    background-color: transparent;
    color: var(--theme) !important;
}
.btn-light-theme:hover{
    background-color: var(--theme);
    color: #fff !important;
}

.cusbtns .btn{
    font-size: 22px;
    padding: 10px 50px;
    border-radius: 28px;
    font-weight: bold;
    min-width: 280px;
    letter-spacing: .5px;
    text-align: center;
}
.text-box{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.proceed_sec{
    counter-reset: section;
}
.proceed_sec .text-box::before{
    counter-increment: section;
    content: "0" counter(section) "";
    position: absolute;
    bottom: -23px;
    left: -10px;
    opacity: .021;
    font-family: var(--ff2);
    font-weight: bold;
    font-size: 80px;
    line-height: 1;
}
header .navbar-brand{
    font-size: 30px;
}
.hero_sec{
    background-image: url('../images/bg1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hero_sec::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    background-color: #fff;
    opacity: .4;
}
.hero_inner{
    counter-reset: sections;
}
.cuslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.cuslist li{
    margin: 4px 4px;
    background-color: #fff;
    padding: 1px 12px 1px 3px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--themelight);
}
.cuslist li::before{
    counter-increment: sections;
    content: "" counter(sections) "";
    font-family: var(--ff2);
    font-size: 13px;
    height: 20px;
    aspect-ratio: 1/1;
    background-color: var(--theme);
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.icon img{
    height: 80px;
    width: auto;
    margin-bottom: 15px;
    filter: invert(1);
}


.ourtestimonial .slick-track {
    display: flex;
}
.ourtestimonial .slick-track .slick-slide {
    height: unset !important;
    padding: 20px;
}
.ourtestimonial .slick-track .slick-slide>div {
    height: 100%;
}
.testi_box {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    border: 1px solid #b5d6e8;
    padding: 30px;
    border-radius: 16px;
    background-color: #eef7fc;
    position: relative;
    z-index: 1;
}
.testi_box h4 {
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 20px;
}
.testi_box .meta {
    margin-top: auto;
    padding-top: 10px;
    font-weight: bold;
    color: var(--theme);
}
.testi_box:before {
    content: '"';
    position: absolute;
    bottom: -15px;
    right: 50px;
    font-size: 210px;
    line-height: 10px;
    font-style: italic;
    opacity: .04;
    pointer-events: none;
}
.ourtestimonial button.slick-arrow {
    height: 40px;
    width: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #494949 !important;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    border-radius: 7px;
    opacity: 1;
    z-index: 99;
    text-align: center;
}
.ourtestimonial button.slick-arrow:before {
    font-weight: inherit;
    font-family: inherit;
    color: #fff;
    opacity: inherit;
    z-index: inherit;
    font-size: 16px;
}
.ourtestimonial button.slick-arrow:hover {
    background-color: var(--theme) !important;
}

.pri_img img{
    max-height: 240px;
}


.form_sec .form-group label {
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: .5;
}
.form_sec .form-control {
    height: 50px;
    padding: 10px 20px;
    appearance: auto !important;
}
.open-chat .gifimg {
    pointer-events: none;
}
.cusmodalnew .modal-dialog {
    max-width: 760px;
    margin: 0 auto;
}
.cusmodalnew button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}
#printerForm button.btn:hover {
    background-color: transparent !important;
    border-color: var(--theme) !important;
    color: var(--theme) !important;
}

.cusmodalnew .hidden {
    display: none;
}
.cusmodalnew .newmodal_content h2 {
    color: var(--theme);
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}
.cusmodalnew .newmodal_content p {
    line-height: 1.6;
}
.cusmodalnew .newmodal_content .form-control {
    width: 100%;
    padding: 16px;
    /* margin: 10px 0; */
    border: 1px solid #ccc;
    border-radius: 9px !important;
    font-size: 16px;
    min-height: 50px;
    /* margin-top: 5px; */
}
.cusmodalnew .newmodal_content button {
    padding: 13px 20px;
    display: block;
    margin: 23px 0 0;
    font-size: 20px;
    min-width: 370px;
}
.cusmodalnew .progress-container {
    margin: 20px 0 4px;
    height: 20px;
    background: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
}
.cusmodalnew .progress-bar {
    height: 100%;
    width: 0;
    background: #4caf50;
    transition: width 0.5s;
}
.cusmodalnew .error-message {
    /* color: red; */
    margin-top: 20px;
    text-align: center;
    /* background-color: #fff7f7; */
    background-color: #f7f7f7;
    border-radius: 12px;
    padding: 30px;
    line-height: normal;
}
.cusmodalnew button.btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}
.modal-backdrop {
    backdrop-filter: blur(7px);
    opacity: 1 !important;
    background-color: rgb(0 0 0 / 40%);
}
.forminner {
    background-color: #fff;
    box-shadow: 0px 12px 50px #00000021;
    text-align: center;
    padding: 50px;
    border: 1px solid #eee;
    border-radius: 17px;
}
#printerForm .form-control {
    height: 100%;
    min-height: 55px;
    padding: 6px 22px;
    border-radius: 12px;
    appearance: auto;
}
.cusmodalnew .newmodal_content select.form-control {
    appearance: auto;
}

.opacity-10{
    opacity: .1;
}