:root {
    --black: #000000;
    --avp-black: #202020;
    --white: #ffffff;
    --red: #ED2024;
    --purple: #6F2C92;
    --light-blue: #24D7EB;
    --light-grey: #F6F6F6;
}

body
{
    font-family: "Roboto", serif;
    font-size: 16px;
    line-height: 26px;
    background: #ffffff !important;

}
.fa-phone{transform: rotate(90deg);}
.text-red{color: #ED2024;}

.bg-grey{background: #F6F6F6;}
.bg-red{background: var(--red);}
.bg-blue-gradient
{
    background: linear-gradient(90deg, #1074BA 0%, #205692 100%);
}

.opacity-10-percent{opacity: 10% !important;}

.link-red-text{color: var(--red); text-decoration: none; transition: all .3s;}
.link-red-text:hover{color: var(--black); text-decoration: none; transition: all .3s;}


.avp-btn-black
{
    border-radius: 0 15px;
    border: 1px solid #000;
    background: #000;
    padding: 12px 35px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    transition: all .3s;
    text-decoration: none;
    line-height: 22px;
}
.avp-btn-black:hover
{
    background: #ED2024;
    color: #ffffff;
    border: 1px solid #ED2024;
    transition: all .3s;
    text-decoration: none;
}


.avp-btn-red
{
    border-radius: 0 15px;
    border: 1px solid #ED2024;
    background: #ED2024;
    padding: 12px 35px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    transition: all .3s;
    line-height: 22px;
}
.avp-btn-red:hover
{
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    text-decoration: none;
    transition: all .3s;
}


.avp-btn-white-black
{
    border-radius: 0 15px;
    border: 1px solid #ffffff;
    background: #ffffff;
    padding: 12px 35px;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    transition: all .3s;
}
.avp-btn-white-black:hover
{
    background: #222222;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #222222;
    transition: all .3s;
}


.section-feature
{
    border-bottom: 1px solid #E9E9E9;
}
.border-right-one
{
    border-right: 1px solid #E9E9E9;
}
.border-bottom-one{border-bottom: 1px solid #E9E9E9;}
.border-top-one{border-top: 1px solid #E9E9E9;}
.border-left-one
{
    border-left: 1px solid #E9E9E9;
}
.border-right-0{border-right: 0 !important;}
.border-left-0{border-left: 0 !important;}

.avp-btn-white
{
    border-radius: 0 15px;
    border: 1px solid #fff;
    background: #fff;
    padding: 12px 35px;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    transition: all .3s;
}
.avp-btn-white:hover
{
    background: #ED2024;
    color: #ffffff;
    border: 1px solid #ED2024;
    transition: all .3s;
}

.section-padding-lg {padding: 100px 0;}
.section-padding {padding: 50px 0;}
.section-padding-top {padding-top: 50px;}
.section-padding-bottom {padding-bottom: 50px;}
.section-padding-small{padding: 30px 0}

ul.header-contacts-ul {
    display: inline-flex;
    float: right;
}
ul.header-contacts-ul li
{
    list-style: none;
    margin-left: 20px;
    /*padding: 5px 0;*/
    line-height: 18px;
}
ul.header-contacts-ul li a
{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
}
.border-color-one{border-color: #E53F25;}
.border-color-two{border-color: #6F2C92;}
.border-color-three{border-color: #019C;}
.border-color-four{border-color: #FDBA13;}
.border-color-five{border-color: #24D7EB;}
.border-color-six{border-color: #73BF45;}

.avp-content p
{
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}

.paragraph
{
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.paragraph-small
{
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px /* 185.714% */;
}
.main-banner
{
    padding: 20px 0 0 0;
}
.banner-image-wrapper
{
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.cloud-one
{
    display: inline-block;
    position: absolute;
    left: -80px;
    top: 60px;
}
.cloud-two {
    position: absolute;
    display: inline-block;
    right: -30px;
    bottom: 150px;
}
.global-one
{
    position: absolute;
    display: inline-block;
    bottom: 80px;
    left: -80px;
}
.plane-one
{
    position: absolute;
    display: inline-block;
    right: 40px;
    top: 60px;
    width: 45px;
}
.banner-h1
{
    font-family: "Inter", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}
.banner-h4
{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.bg-img
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-h2
{
    color: #FFF;
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}
.img-avp-rounded
{
    border-radius: 15px;
}

/* banner btn animation */
.banner-btn
{
    display: inline-block;
    height: 68px;
    overflow: hidden;
}
*
{
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.whtsp-btn {
    font-size:1.1em;
    padding:15px 0;
    background-color:#25cb63;
    color:#fff;
    border-radius:50px;
    margin: auto;
    border:2px solid #25cb63;
}
.whtsp-btn span {
    color: white;
    font-size: 0;
    padding: 0px 32px;
}

.whtsp-btn:hover {
    padding:19px 35px 19px 10px;
    border:2px solid #25cb63;
}
.whtsp-btn:hover span {
    font-size:20px;
    font-weight: 600;
}
.whtsp-btn:hover .whtsp-ico {
    margin-left: -20px;
    transform: rotate(360deg);
    margin-top: -10px;
}
.whtsp-btn:hover .span {
    visibility:visible;
}
.whtsp-ico {
    transition: all 0.5s;
    background-color: white;
    color: #25d366;
    width: 45px;
    height: 45px;
    padding: 0 15px;
    border-radius: 40px;
    position: absolute;
    margin-left: -55px;
    margin-top: -5px;
    font-size: 30px;
    line-height: 46px !important;
}
.whtsp-ico::before {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    font-family: "Font Awesome 6 Brands";
    font-weight: 900;
    content: "\f232" !important;
    margin-left:-5px;
}
.whtsp-btn:hover .whtsp-ico::before {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    content: "\f232" !important;
    font-family: "Font Awesome 6 Brands";
    font-weight: 900;
    margin-left:-5px;
}
/* banner btn animation end */



.feature-wrapper {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    justify-content: center;
}
.feature-wrapper:hover {
    background: var(--red);
    transition: all .3s;
}
.feature-wrapper:hover .feature-text h1
{
    color: #ffffff;
    transition: all .3s;
}
.icon-col
{
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 100px;
    background: #FDEAE9;
}
.feature-text {
    margin-left: 10px;
}
.feature-text h1
{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.section-title
{
    color: var(--avp-black);
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}
.small-title
{
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
}
.xtra-small-title
{
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}
.medium-title
{
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
}
.support-title
{
    color: var(--red);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

}
.about-medium-title
{
    font-family: "Roboto", sans-serif;
    color: var(--red);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px ;
}
.space-20 {padding-top: 20px;}
.space-30 {padding-top: 30px;}
.space-40 {padding-top: 40px;}
.space-50 {padding-top: 50px;}
.space-60 {padding-top: 60px;}
.space-70 {padding-top: 70px;}
.space-80 {padding-top: 80px;}
.space-90 {padding-top: 90px;}
.space-100 {padding-top: 100px;}

.check-ul-small
{
    list-style: none;
    column-count: 2;
}
.check-ul-small li
{
    color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}
.check-ul-small li svg
{
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.service-col-wrapper {
    padding: 20px 20px;
    margin-bottom: 30px;
    text-align: center;
    transition: all .7s;
}
.service-col-wrapper:hover .service-icon-col
{
    transform: rotateY(360deg);
    transition: all .7s;
}
.service-icon-col
{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #FDEAE9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}
.service-text-col h1
{
    color: var(--avp-black);
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px ;
    text-transform: capitalize;
}
.service-text-col p
{
    color: var(--avp-black);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px /* 162.5% */;
}
.service-text-col p a
{
    color: var(--red);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
}
.about-feature-wrapper {
    display: flex;
    align-items: flex-start;
}
.about-feature {
    padding: 20px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.about-feature-text h1
{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.about-feature-text
{
    margin-left: 15px;
}
.about-image-wrapper
{
    position: relative;
}
.about-text-red
{
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    border-radius: 15px;
    background: #ED2024;
    position: absolute;
    right: -20px;
    top: 72%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-text-red .large
{
    color: #FFF;
    text-align: center;
    font-family: "Inter",sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}
.about-text-red .small
{
    color: #FFF;
    text-align: center;
    font-family: "Inter",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px ;
    text-transform: uppercase;
}

.service-list-ul
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.service-list-ul li
{
    border: 1px solid #555;
    background: #FFF;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}
.service-list-ul li a
{
    padding: 10px 25px 10px 15px;
    text-decoration: none;
    display: flex;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
}
.service-list-ul-text
{
    padding-left: 12px;
}

.service-list-ul li a svg
{

}


.join-team-wrapper {
    padding: 100px 70px;
}

.count-wrapper
{
    border: 1px solid #E8E8E8;
    background: #FFF;
    padding: 40px 60px;
}
.count-wrapper h1
{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    line-height: normal;
}
.count-wrapper h2
{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px /* 140% */;
}

.partner-logo-wrapper
{
    padding: 55px 35px;
    text-align: center;
    border: 1px dashed #E2E2E2;
    background: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(0);
    opacity: 1;
    transition: all .3s;
}
.partner-logo-wrapper:hover
{
    filter: grayscale(100%);
    opacity: .5;
    transition: all .3s;
}


.blog-content-col h1
{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.blog-content-col h1 a
{
    color: #000;
    text-decoration: none;
    transition: all .3s;
}
.blog-content-col h1 a:hover
{
    color: var(--red);
    transition: all .3s;
}
.blog-content-col p
{
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.blog-content-col .read-more-link
{
    color: var(--red);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
}
.read-more-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--red);
    transition: width .3s;
}

.read-more-link:hover::after {
    width: 100%;
//transition: width .3s;
}
.blog-date-col
{
    width: 69px;
    height: 81px;
    border-radius: 0 10px;
    background: var(--red);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.blog-list-img
{
    position: relative;
    width: 100%;
    min-height: 310px;
    max-height: 310px;
    margin-bottom: 50px;
    transition: all .3s;
}
.blog-link-icon
{

}
.blog-list-img:hover .blog-link-icon
{
    opacity: 1;
    transition: all .5s;
}
.blog-link-icon
{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(98, 6, 6, 0.64);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.blog-link-icon
{

}
.blog-date-col
{
    position: absolute;
    right: 30px;
    bottom: -40px;
    z-index: 99;
}
.blog-date-col h1
{
    color: #FFF;
    font-family: "Inter",sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
}
.blog-date-col p
{
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}



.section-footer {
    padding: 70px 0 0 0;
}
.footer-title
{
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer-bottom-wrapper {
    padding: 30px 0 30px 0;
    border-top: 1px solid #4d4d4e;
}
.footer-bottom-ul
{
    list-style: none;
}
.footer-bottom-ul li
{
 display: inline-block;
    margin-left: 20px;
    position: relative;
}
.footer-bottom-ul li:after
{
    position: absolute;
    content: '';

}
.footer-bottom-ul li a
{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.footer-quick-links
{
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-quick-links li
{

}
.footer-quick-links li a
{
    padding: 20px 20px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    transition: all .3s;
}
.footer-quick-links li a:hover
{
    color: var(--red);
    transition: all .3s;
}
.footer-links-wrapper
{
    padding: 30px 0;
    border-top: 1px solid #4D4D4E;
    border-bottom: 1px solid #4D4D4E;
}

.footer-service-ul
{
    list-style: none;
}
.footer-service-ul li
{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-right: 25px;
    position: relative;
    display: inline-block;
}
.footer-service-ul li:after
{
    display: block;
    content: '';
    position: absolute;
    right: -13px;
    top: 11px;
    width: 1px;
    height: 12px;
    background: #ffffff;
}
.footer-service-ul li:last-child:after
{
    display: none;
}
.footer-service-ul li  a
{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 32px;
    text-transform: capitalize;
    transition: all .3s;
}
.footer-service-ul li  a:hover
{
    opacity: .4;
    transition: all .3s;
}
.footer-social-ul
{
    list-style: none;
    display: block;
    width: 100%;
}
.footer-social-ul li
{
    display: inline-block;
    margin-right: 15px;
}
.footer-social-ul li a
{

}
.subscription-form-control{
    font-size: 15px !important;
    padding: 10px 15px !important;
    border: 1px solid #fff !important;
    color: #211e1e !important;
    font-weight: 400 !important;
    background: #ffffff;
    border-radius: 3px 0 0 3px !important;
    transition: all .3s;
}
.subscription-form-control:focus
{
    outline: none !important;
    box-shadow: none !important;
    transition: all .3s;
}
.btn-subscribe
{
    background-color: var(--red) !important;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 0 3px 3px 0;
    border: 1px solid var(--red);
    left: -1px;
    transition: all .3s;
}
.btn-subscribe:hover
{
    background-color: #a31619 !important;
    border: 1px solid #A31619 ;
    transition: all .3s;
}
.btn-subscribe:focus
{
    outline: none !important;
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 20px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 2px 4px 1px #00000024;
    z-index: 100;
    line-height: 52px;
    transition: all .3s;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.bounce {
    animation: bounce 2s infinite;
}
.fixed-right-btn
{
    position: fixed;
    right: -64px;
    top: 40%;
    z-index: 9999;
    background: red;
    padding: 8px 12px;
    border-radius: 5px 5px 0 0;
    transform: rotate(-90deg);
    width: 190px;
    height: 64px;
    transition: all .3s;
}
.fixed-right-btn:hover
{
    background: #000000;
    transition: all .3s;
}
.call-btn-wrapper
{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
}
.small-text-contact {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.call-btn-wrapper:hover
{
    color: #ffffff;
}
.text-contact {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.call-btn-icon
{
    margin-right: 10px;
}
.call-btn-icon i
{
    font-size: 30px;
    transform: rotate(90deg);
}
.modal-header .btn-close
{
    background-color: #fff !important;
}
.avp-label
{
    font-size: 14px !important;
    font-weight: normal;
    margin-bottom: 2px;
}
.avp-form-control
{
    font-size: 16px !important;
    color: #222222 !important;
    padding: 10px 15px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 3px !important;
}
.avp-form-control::placeholder
{
    color: #bfbfbf !important;
    font-size: 15px !important;
    font-weight: 300 !important;
}
.btn-red-square
{
    background: var(--red) !important;
    padding: 10px 20px !important;
    border: 1px solid var(--red) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    border-radius: 3px !important;
    transition: all .3s;
}
.btn-red-square:hover
{
    background: var(--black) !important;
    padding: 10px 20px !important;
    border: 1px solid var(--black) !important;
    color: #ffffff !important;
    border-radius: 3px !important;
    transition: all .3s;
}



/* toggle button */
.toggle-btn-avp input[type="checkbox"] {
    position: relative !important;
    width: 30px !important;
    height: 15px !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background: #a19d9d !important;
    outline: none !important;
    border-radius: 2rem !important;
    cursor: pointer !important;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 40%) !important;
    border: none !important;
}

.toggle-btn-avp input[type="checkbox"]::before {
    content: "" !important;
    width: 11px !important;
    height: 11px !important;
    border-radius: 50% !important;
    background: #fff !important;
    position: absolute !important;
    top: 2px !important;
    left: 2px !important;
    transition: 0.5s !important;
}
.toggle-btn-avp input[type="checkbox"]:checked::after
{
    opacity: 0 !important;
}
.toggle-btn-avp input[type="checkbox"]:checked::before {
    transform: translateX(120%) !important;
    background: #fff !important;
}

.toggle-btn-avp input[type="checkbox"]:checked {
    background: #ed2024 !important;
}

/* toggle button end */


.avp-check-box:checked:after
{
    opacity: 0 !important;
}
.avp-check-box:focus
{
    outline: none !important;
    box-shadow: none !important;
}
.avp-check-box {
    width: 22px !important;
    height: 22px !important;
    border-width: 2px !important;
    top: -3px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



.visa-banner
{
    position: relative;
    padding: 80px 0;
    z-index: 1;
    overflow: hidden;
}
.visa-banner::before
{
    content: '';
    background: url("../img/banner-shape-blue.png");
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 53%;
    height: 100%;
    z-index: -1;
}





/* toggle switch */
.switch-toggle {
    --width: 270px;
    --height: 54px;
    --offset: 2px;
    --radius: 4px;
    position: relative;
    width: var(--width);
    height: var(--height);
    padding: var(--offset);
    /*background: rgba(227, 229, 232, 0.5);*/
    background: transparent;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
}
.switch-toggle input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    inset: 0;
    appearance: none !important;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    outline: none;
    /*border: 7px solid #ed2024;*/
}
.switch-toggle input[type=checkbox]:focus
{
    outline: none;
}
.switch-toggle input[type=checkbox]:checked + label.switch-toggle-label:before {
    translate: 100% 0;
}
.switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(1) {
    color: #ffffff;
}
.switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(2) {
    color: #1a1a1a;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label {
    position: absolute;
    inset: var(--offset, 0);
    padding: 12px 0;
    user-select: none;
    pointer-events: none;
    display: grid;
    gap: 2px;
    border-radius: 50px;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    place-items: center;
    align-items: center;
    justify-items: center;
    background: #ED2024;
    margin: 0;
    border: 3px solid #eb2024;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label:before {
    content: "";
    position: absolute;
    width: 50%;
    inset: 0;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 10px 20px 0px rgba(16, 39, 68, 0.1);
    translate: 0 0;
    transition: translate 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label span {
    position: relative;
    transition: 200ms linear;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(1) {
    color:#ed2024;
    font-size: 14px;
    text-transform: capitalize;
}
.switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(2) {
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
}
/* toggle switch end */



.tab-block-blue .nav-item button.active {
    background-color: transparent;
    color: #FFFFFF !important;
}
.tab-block-blue {
    background: #1567AA;
}
.tab-block-blue .nav-item button {
    background: transparent !important;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 20px 20px;
    border-radius: 0 !important;
    transition: all .3s;
}
.tab-block-blue .nav-item button:hover
{
    background: #115b98 !important;
    transition: all .3s;
}
.tab-block-blue .nav-item button.active {
    background: #263D72 !important;
}
.tab-block-blue .nav-item button.active::after {
    content: "";
    color: #FFFFFF !important;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
}

.info-col-with-icon
{
    display: flex;
    padding: 25px;
    border-radius: 5px;
    background: #FDEAE9;
    align-items: flex-start;
}
.info-icon-col
{
    margin-right: 15px;
}
.info-content-col
{

}
.info-col-icon-wrapper
{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #ED2024;
}
.list-circle-black
{
    list-style: disc;
    padding-left: 0;
    margin-left: 15px;
}
.list-circle-black li
{
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", serif;
}
.list-circle-black li a
{
    text-decoration: underline;
    font-weight: 600;
}
.accordion-body p
{
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.avp-accordion-button
{
    border: 1px solid #FFD8D6 !important;
    background: #f6d0cd !important;
    color: #000 !important;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-radius: 5px !important;
    box-shadow: none !important;
}
.avp-accordion-item
{
    border: none !important;
    margin-bottom: 5px;
}
.avp-accordion-button:focus
{
    outline: none !important;
    box-shadow: none !important;
}
.avp-accordion-button:after
{
    color: #000 !important;
}
.avp-accordion-body
{
    padding: 10px 15px;
    border: 1px solid #f7e1e0;
    border-radius: 5px;
    margin-top: 2px;
    margin-bottom: 5px;
}
.avp-accordion-button.collapsed
{
    background: #FDEAE9 !important;
}







@media screen and (min-width: 320px) and (max-width: 768px) {
    .section-padding-lg {
        padding: 60px 0;
    }
    .section-title {
        font-size: 32px;
    }
    .about-text-red
    {
        display: none;
    }
    .join-team-wrapper {
        padding: 30px 20px;
    }
    .nav-brand {
        padding: 0;
        color: #343a40;
        text-decoration: none !important;
        display: block;
        width: auto;
        top: -2px !important;
    }
    .nav-brand svg
    {
        max-height: 50px;
        max-width: 225px;
    }
    .navigation {
        width: 20% !important;
        height: auto;
        display: flex;
        position: absolute !important;
        font-family: inherit;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        top: 5px !important;
        right: 15px !important;
    }
    .main_header_area {
        padding: 10px 0 10px 0 !important;
    }
    .header_area
    {
        padding: 0 !important;
    }
    .banner-h1 {
        font-size: 26px;
        line-height: 32px;
        margin-top: 20px;
    }
    .banner-h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }
    .main-banner {
        padding: 20px 0 20px 0;
    }
    .avp-btn-black {
        border-radius: 0 15px;
        border: 1px solid #000;
        background: #000;
        padding: 10px 25px;
        color: #ffffff;
        font-size: 13px;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 500;
        font-family: "Inter", sans-serif;
        transition: all .3s;
    }
    .avp-btn-white {
        border-radius: 0 15px;
        border: 1px solid #fff;
        background: #fff;
        padding: 10px 25px;
        color: #000000;
        font-size: 13px;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        transition: all .3s;
    }
    .feature-text h1 {
        color: #000;
        font-family: "Inter", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .feature-wrapper {
        display: flex;
        align-items: center;
        padding: 13px 0;
        justify-content: center;
    }
    .about-image-wrapper {
        position: relative;
        margin-bottom: 25px;
    }
    .paragraph {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
    }
    .service-list-ul li a {
        padding: 8px 20px 8px 10px;
        text-decoration: none;
        display: flex;
        color: #000;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        justify-content: center;
        align-items: center;
    }
    .service-list-ul li {
        border: 1px solid #555;
        background: #FFF;
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 9px;
    }
    .medium-title {
        font-family: "Inter", sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        text-transform: capitalize;
    }
    .count-wrapper h1 {
        color: #000;
        font-family: "Inter", sans-serif;
        font-size: 60px;
        font-style: normal;
        font-weight: 300;
    }
    .count-wrapper h2 {
        color: #000;
        font-size: 16px;
        line-height: 24px;
    }
    .count-wrapper {
        border: 1px solid #E8E8E8;
        background: #FFF;
        padding: 30px 40px;
    }
    .blog-list-wrapper {
        margin-bottom: 30px;
    }
    .footer-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .footer-quick-links li a {
        padding: 15px 15px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        line-height: 30px;
    }
    .footer-bottom-ul li a {
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }
    .footer-bottom-ul li {
        display: inline-block;
        margin-left: 5px;
        position: relative;
    }
    .footer-links-wrapper {
        padding: 20px 0;
        border-top: 1px solid #4D4D4E;
        border-bottom: 1px solid #4D4D4E;
        margin-bottom: 20px;
    }
    .footer-bottom-wrapper {
        padding: 20px 0 20px 0;
        border-top: 1px solid #4d4d4e;
        margin-top: 20px;
    }
    .cloud-two {
        position: absolute;
        display: inline-block;
        right: 0;
        bottom: 110px;
        width: 50px;
    }
    .cloud-one {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 37px;
    }
    .global-one {
        position: absolute;
        display: inline-block;
        bottom: -3px;
        left: 0;
        width: 50px;
    }
    .plane-one {
        position: absolute;
        display: inline-block;
        right: 45px;
        top: 0;
        width: 35px;
    }
    .small-title {
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
        text-transform: capitalize;
    }
}