: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;

}
.list-unstyled {
    list-style: none !important;
}

.fw-200{font-weight: 200 !important;}
.fw-300{font-weight: 300 !important;}
.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}
.fw-700{font-weight: 700 !important;}
.fw-800{font-weight: 800 !important;}
.fw-900{font-weight: 900 !important;}

.fa-phone{transform: rotate(90deg);}
.text-red{color: #ED2024 !important;}

.bg-grey{background: #F6F6F6 !important;}
.bg-red{background: var(--red) !important;}
.bg-two{background: #FDEAE9;}
.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;}

.banner-btn-large
{
    border-radius: 5px;
    background: var(--red);
    padding: 13px 30px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    transition: all .3s;

}
.banner-btn-large span
{
    color: #FFF;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px;
    text-transform: initial !important;

}
.banner-btn-large:hover
{
    background: var(--avp-black);
    transition: all .3s;
}



.avp-btn-black
{
    border-radius: 0 15px !important;
    border: 1px solid #000 !important;
    background: #000 !important;
    padding: 12px 35px !important;
    color: #ffffff;
    font-size: 14px !important;
    font-style: normal;
    text-transform: uppercase !important;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    transition: all .3s;
    text-decoration: none;
    line-height: 22px !important;
    opacity: 1 !important;
}
.avp-btn-black:hover
{
    background: #ED2024 !important;
    color: #ffffff !important;
    border: 1px solid #ED2024 !important;
    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;
}


.avp-btn-white-black-square
{
    border-radius: 3px 3px;
    border: 1px solid #000000;
    background: #000000;
    padding: 13px 35px 14px 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;
}
.avp-btn-white-black-square:hover
{
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    border: 1px solid #ffffff;
    transition: all .3s;
}


.avp-btn-white-blue-square
{
    border-radius: 3px 3px;
    border: 1px solid #1567AA;
    background: #1567AA;
    padding: 12px 30px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}
.avp-btn-white-blue-square:hover
{
    background: #263D72;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #263D72;
    transition: all .3s;
}

.avp-btn-blue-outline
{
    border-radius: 3px 3px;
    border: 1px solid #1567AA;
    background: transparent;
    padding: 12px 25px;
    color: #1567AA;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}
.avp-btn-blue-outline:hover
{
    background: #263D72;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #263D72;
    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;
}

.avp-content h2
{
    /*font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 10px;*/
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.avp-content h4
{
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
}

.avp-content ul
{
    list-style: disc;
    padding-left: 0;
    margin-left: 15px;
}
.avp-content ul li {
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", serif;
}
.avp-content ul li a
{
    color: var(--red);
    text-decoration: underline;
    font-weight: 700 !important;
    transition: all .3s;
}
.avp-content p a
{
    color: var(--red);
    text-decoration: underline;
    font-weight: 700 !important;
    transition: all .3s;
}
.avp-content p a:hover
{
    color: #000000;
    transition: all .3s;
}
.avp-content ul li a:hover
{
    color: #000000;
    transition: all .3s;
}
 .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;
    width: 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;
    color: #000000;
}
.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;
}
.about-feature-icon img {
    width: 34px !important;
    height: auto;
}
.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 !important;
    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;
}
.recent-blog-wrapper
{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.recent-blog-img
{
    width: 80px;
    height: 80px;
    border-radius: 7px;
    margin-right: 5px;
    border-bottom: 4px solid #ff0000;
}
.recent-blog-content
{
    padding-left: 10px;
}
.recent-blog-content h4
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 5px !important;
}
.recent-blog-content p
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    line-height: 22px !important;
}
.recent-blog-content p a
{
    color: #424242;
    font-weight: 400 !important;
    transition: all .3s;
}
.recent-blog-content p a:hover
{
    color: var(--red);
    transition: all .3s;
}
.recent-blog-content h4 a
{
    color: #000000;
    transition: all .3s;
}
.recent-blog-content h4 a:hover
{
    color: var(--red);
    transition: all .3s;
}




#blog-single-content-wrapper h4
{
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
#blog-single-content-wrapper p
{
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
}
#blog-single-content-wrapper ul {
    list-style: disc;
    padding-left: 0;
    margin-left: 15px;
    margin-bottom: 20px;
}
#blog-single-content-wrapper ul li {
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", serif;
}
#blog-single-content-wrapper ul li a {
    color: var(--red);
    text-decoration: underline;
    font-weight: 700 !important;
    transition: all .3s;
}
#blog-single-content-wrapper ul li a:hover
{
    color: #000000;
    transition: all .3s;
}
#blog-single-content-wrapper table
{

}
#blog-single-content-wrapper table thead tr
{

}
#blog-single-content-wrapper table thead tr th
{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    padding: 10px 15px;
    background: #efefef;
    color: #000000;
    border-color: #B4B2B2FF;
}
#blog-single-content-wrapper table tbody tr
{

}
#blog-single-content-wrapper table tbody tr td
{
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    padding: 11px 15px;
    color: #222;
    line-height: 24px;
    border-color: #b4b2b2;
}
#blog-single-content-wrapper table tbody tr td a
{
    color: var(--red);
    text-decoration: underline;
    font-weight: 700 !important;
    transition: all .3s;
}
#blog-single-content-wrapper table tbody tr td a:hover
{
    color: #000000;
    transition: all .3s;
}
.avp-pagination {
    align-items: center;
    justify-content: center;
    border-width: 1px !important;
    border-color: #e9e9e9 !important;
    margin: 15px 0 !important;
}
.avp-pagination li
{
    margin: 0 5px;
}
.avp-pagination li a.active
{
    background: #ED2024;
    color: #FFFFFF;
}
.avp-pagination li a:hover
{
    background: #ED2024;
    color: #FFFFFF;
    transition: all .3s;
}
.avp-pagination li a
{
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border: 1px solid #ED2024;
    border-radius: 3px;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}







.get-start-wrapper
{
    border-radius: 10px;
    background: #FDEAE9;
    padding: 30px 30px;
}
.get-start-icon
{
    width: 80px;
    height: 80px;
    border-radius: 60px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.get-start-content h4
{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;

}
.get-start-content p
{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}
.get-start-content
{

}




.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;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.tab-block-blue li
{
    list-style: none !important;
    margin-bottom: 0 !important;
}
.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;
}



/* partner logo slide */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
    padding: 20px 50px;
    background: #fff;
    height: 130px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.customer-logos .a-left
{
    position: absolute;
    z-index: 2;
    top: 35%;
    left: -20px;
}
.customer-logos .a-right
{
    position: absolute;
    z-index: 2;
    top: 35%;
    right: -20px;
}
.customer-logos .a-right:hover,.customer-logos .a-left:hover
{
    cursor: pointer;
}
/* partner logo slide end */




.related-visa-img {
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
    border-radius: 10px;
    padding: 30px 30px;
    position: relative;
}
.related-visa-img:hover.related-visa-img:before
{
    height: 100%;
    background: linear-gradient(0deg, rgba(85, 4, 6, 0.89), transparent);
    transition: all .3s;
}
.related-visa-img:before
{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent);
    content: '';
    display: block;
    width: 100%;
    height: 72%;
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
}
.related-visa-img h2
{
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    z-index: 2;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 85%;
}
.visa-link-icon
{
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
}




.subscribe-wrapper-col
{
    padding: 50px 50px;
}


/* partner page */
.partner-inner-wrapper {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 15px;
    margin-bottom: 24px;
    border: 1px solid #ededed;
    transition: all .3s;
}
.partner-inner-wrapper:hover
{
    border: 1px solid #ED2024;
    transition: all .3s;
}
.partner-logo-col {
    min-height: 70px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-logo-col img
{
    max-height: 60px;
    width: auto;
}
.partner-logo-content {
    padding: 5px 0 0 0;
}
.partner-logo-content h4
{
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 5px;
    line-height: 18px;
}
.partner-logo-content p
{
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 0;
    line-height: 16px;
}
/* partner page end */






.step-main-wrapper {
    padding: 10px 0;
    /*border-top: 1px solid gainsboro;*/
    border-bottom: 1px solid gainsboro;
    margin-bottom: 20px;
}
.step-title-col-wrapper {
    display: flex
;
    align-items: center;
    background: #ededed;
    padding: 8px 15px;
}
.step-title-col {
    display: block;
    width: 85%;
}
.step-button-col {
    width: 15%;
    text-align: right;
}
.step-content-col {
    padding: 10px 0px 10px 35px;
/* background: #f1f1f1;*/
}
.step-content-col-inner
{
padding: 10px 0 10px 0;
}
.step-title-h6
{
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: 0;
    display: inline-block;
    background: #ed2024;
    padding: 2px 15px;
    border-radius: 4px;
}






/* banner form */
.banner-form-group, .banner-form-group p
{
    margin-bottom: 3px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-end;
}
.wpcf7-not-valid-tip {
    color: #ff0000 !important;
    font-size: 11px !important;
    font-weight: normal;
    display: block;
    position: absolute !important;
    left: 0 !important;
    bottom: -25px !important;
}
.banner-form-label
{
    white-space: nowrap;
    padding: 0 4px 0 2px;
    margin: 0 10px 0 0;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 8px;
}
.form-switch label {
    margin-bottom: 0;
        line-height: 24px;
}
.form-switch p
{
     margin-bottom: 0;
}
.banner-form-input
{
    width: inherit !important;
    font-size: 14px !important;
    background: transparent;
    border-top: none !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    padding: 15px 15px 0px 0 !important;
    border-bottom: 1px solid #C5C5C5 !important;
        line-height: 14px !important;
    transition: all .3s;
}
.banner-form-input:focus
{
    width: inherit !important;
    font-size: 14px !important;
    background: transparent;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 10px 15px 10px 0 !important;
    border-bottom: 1px solid #4aa5e9 !important;
    box-shadow: none !important;
    transition: all .3s;
    outline: none !important;
}
.banner-form-input::placeholder
{
    color: #9F9F9F !important;
}
.normal-checkbox-label
{
    color: #000;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0 !important;
    margin-top: 9px;
    margin-left: 0;
    padding-left: 2px !important;
}
input[type=checkbox]:checked:after
{
    opacity: 0 !important;
}
.banner-form-checkbox
{
    border-radius: 3px !important;
    border: 2px solid #1e1e1e !important;
    width: 22px !important;
    height: 22px !important;
}
.banner-form-checkbox:focus
{
    outline: none !important;
    box-shadow: none !important;
}
.banner-form-checkbox:checked
{
    border: 2px solid #0d6efd !important;
}
.banner-toggle-btn
{
    background-repeat: no-repeat !important;
    width: 30px !important;
    height: 17px !important;
    border-color: #bfbfbf !important;
    border-width: 2px !important;
}
.banner-toggle-btn:focus
{
    box-shadow: none !important;
    outline: none !important;
}
.banner-toggle-btn:checked
{
    background-color: var(--red);
    border-color: var(--red) !important;
}
.form-check-label
{
    font-size: 14px;
}
.banner-form-group .wpcf7-list-item
{
    margin: 0 !important;
}
.form-switch p span
{
        line-height: 16px;
}

/* banner form end */




/* contact page */
.contact-content-wrapper
{
    border: 1px solid #fff5f5;
    padding: 30px 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #fbe3e1, #ffffff00);
}
.contact-icon-col {
    background: #f9eae9;
    padding: 3px;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    border: 5px solid #ffffff;
    box-shadow: 0 3px 0 1px #f38586;
}
/* contact page end */






@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 !important;
    border: 1px solid #000 !important; 
    background: #000 !important;
    padding: 10px 25px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-style: normal;
    text-transform: uppercase !important;
    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;
}
    .step-title-col {
        display: block;
        width: 65%;
    }
    .step-button-col {
        width: 35%;
        text-align: right;
    }
    .avp-btn-white-blue-square {
        bborder-radius: 3px;
        border: 1px solid #1567AA;
        background: #1567AA;
        padding: 4px 8px;
        color: #ffffff;
        font-size: 10px;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 500;
        text-decoration: none;
        font-family: "Inter", sans-serif;
        display: inline-block;
        text-align: center;
        transition: all .3s;
    }
    .avp-content h2 {
        font-family: "Roboto", sans-serif;
        color: #000000;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .avp-content p {
        color: #282828;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .customer-logos .a-right {
        position: absolute;
        z-index: 2;
        top: 35%;
        right: -8px;
    }
    .customer-logos .a-left {
        position: absolute;
        z-index: 2;
        top: 35%;
        left: -8px;
    }
    .slick-slide {
        display: none;
        float: left;
        min-height: 1px;
        padding: 10px 10px;
        background: #fff;
        height: 100px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .related-visa-wrapper {
        margin-bottom: 15px;
    }
    .related-visa-img {
        min-height: 200px;
        max-height: 200px;
        overflow: hidden;
        border-radius: 10px;
        padding: 30px 20px;
        position: relative;
    }
    .related-visa-img h2 {
        color: #ffffff;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        z-index: 2;
        position: absolute;
        bottom: 20px;
        left: 30px;
        width: 85%;
    }
    .step-title-h6 {
        font-family: "Roboto", sans-serif;
        color: #ffffff;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        margin-bottom: 10px;
        letter-spacing: 0;
        display: inline-block;
        background: #ed2024;
        padding: 2px 10px;
        border-radius: 4px;
    }
    .tab-block-blue .nav-item button {
        width: 100%;
        background: transparent !important;
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        padding: 15px 15px;
        border-radius: 0 !important;
        transition: all .3s;
    }
    .avp-content ul li {
        color: #282828;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 12px;
        font-family: "Roboto", serif;
    }
    .tab-block-blue li
    {
        width: 50%;
    }
    .avp-btn-blue-outline {
        border-radius: 3px 3px;
        border: 1px solid #1567AA;
        background: transparent;
        padding: 4px 10px;
        color: #1567AA;
        font-size: 10px;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 500;
        text-decoration: none;
        font-family: "Inter", sans-serif;
        display: inline-block;
        text-align: center;
        transition: all .3s;
    }
}