/* @import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Muli&display=swap); */


/* @font-face {
    font-family: "Metropolis-400";
    src: url(https://pioneer.webproject.live/assets/front/img/Font-Metropolis/Metropolis-400.otf);
    font-weight: 400;
}
@font-face {
    font-family: "Metropolis-500";
    src: url(https://pioneer.webproject.live/assets/front/img/Font-Metropolis/Metropolis-500.otf);
    font-weight: 500;
}
@font-face {
    font-family: "Metropolis-600";
    src: url(https://pioneer.webproject.live/assets/front/img/Font-Metropolis/Metropolis-600.otf);
    font-weight: 600;
}
@font-face {
    font-family: "Metropolis-800";
    src: url(https://pioneer.webproject.live/assets/front/img/Font-Metropolis/Metropolis-800.otf);
    font-weight: 800;
} */

/* font-family: sans-serif; */

h1{font-weight: 800 !important;font-size: 58px !important;line-height: 74px !important;}
h2{font-weight: 700 !important;}
h3{font-weight: 700 !important;}
h4{font-weight: 500 !important;}
ul li{font-weight: 400 !important;}
button{font-weight: 500 !important;}
a{font-weight: 600 !important;}
p{font-weight: 400 !important;font-size: 20px !important;line-height: 36px !important;}

html {
    font-size: 100%;
    overflow-x: hidden
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #29282f;
    font-family: Montserrat, sans-serif;
    font-weight: 700
} */

h1 {
    font-size: 90px;
    line-height: 100px
}

h2 {
    font-size: 48px;
    line-height: 65px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 15px
}

p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0
}

li {
    list-style: none
}
.w-90{
    width: 90% !important;
}
.w-20{
    width: 49% !important;
}

input,
select,
textarea {
    border: none;
    outline: 0
}

button {
    border: none;
    cursor: pointer
}

button,
button:focus,
button:hover {
    outline: 0
}

body {
    overflow: hidden
}
body.gjs-dashed {
    overflow: scroll !important;
}

.section_padding {
    padding: 120px 0
}

.section_title {
    margin-bottom: 55px
}

.section_title h2 {
    position: relative
}

.section_title span {
    color: #ff5e14;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px
}

.bg_image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #09090b
}

.main_bg {
    background: #ff5e14
}

.dark_bg {
    background: #0f0e12
}

.gray_bg {
    background: #e9eef3
}

.team_about .gray_bg {
    background: transparent;
}

@media only screen and (max-width: 1800px) and (min-width: 1440px){
    .container {
        max-width: 1440px
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.finlance_btn {
    display: inline-block;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff5e14;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .5s
}

.finlance_btn:focus,
.finlance_btn:hover {
    background: #29282f;
    color: #fff
}

.btn_link {
    text-transform: uppercase;
    color: #6c6b71;
    display: inline-block;
    transition: all .5s
}

.btn_link:focus,
.btn_link:hover {
    color: #ff5e14
}

/* .btn_link:after {
    display: inline-block;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    padding-left: 10px;
    vertical-align: middle
} */

.form-element {
    margin-bottom: 20px
}

.form-element:last-child {
    margin-bottom: 0
}

.form-element label {
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.form-element label.custom-control-label {
    font-weight: 400;
    margin-bottom: 0
}

.form-element label span {
    color: #ff3737
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

select {
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #38383c;
    outline: 0;
    font-size: 14px
}

textarea {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 15px 0 0 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

button[type=submit],
input[type=submit] {
    border: none;
    color: #fff;
    padding: 14px 45px 14px;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    background-color: #0a3041;
    border: 1px solid #0a3041;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

button[type=submit]:hover,
input[type=submit]:hover {
    background-color: #fff;
    color: #0a3041
}

::-webkit-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

::placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

::-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}
.header_v1 .top_header .top_right .social li a:hover{
    color: #58595b !important;
}

.finlance_service .grid_item img {
    max-width: 100%
}

.buttonBar {
    display: none
}

div#particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50
}

[dir=rtl] .slick-prev {
    right: auto
}

.search_wrapper.active {
    top: 0
}

.search_wrapper {
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #001e3c;
    height: 50%;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

.search_wrapper .close_link {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ff5e14;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 22px
}

.search_wrapper .form_control {
    background: 0 0;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 15%;
    height: 60px;
    padding-left: 30px;
    margin: 0 auto;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    transition: all .5s
}

.search_wrapper .form_control:focus {
    border-color: #ff5e14
}

.search_wrapper .form_control::placeholder {
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize
}

/* .header_v1 */
.home_page_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 337;
    transition: 0.5s ease all;
}

header.finlance_header.header_v1.no-breadcrumb {
    background: #656673
}

.sticky.header_v1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 337;
    background: #C92330;
}

/* .sticky.header_v1 .top_header {
    display: none
} */


.header_custompage .top_header {position: fixed;width: 100%;top: 0%;transition: 0.2s ease all;}
.sticky .top_header {top: -20%;}
.header_custompage .header_navigation {position: fixed;width: 100%;top: 60px;}
.sticky .header_navigation {top: -1px;}

.home_page_header .top_header {position: fixed;width: 100%;top: 0%;transition: 0.2s ease all;}
.home_page_header .header_navigation {position: fixed;width: 100%;top: 60px;}
.sticky.home_page_header .top_header {top: -20%;}
.sticky.home_page_header .header_navigation {top: -1px;}

/* banner position scrool start */
.navigation-custom {
    transition: 0.2s ease all;
}

/* banner position scrool end */

.header_v1 .header_navigation {
    background: 0 0
}

.header_v1 .top_header {
    padding: 15px 0px;
}

.header_v1 .top_header .top_left span {
    margin-right: 35px
}

.header_v1 .top_header .top_left span i {
    margin-right: 10px;
    opacity: .8;
    color: #fff
}

.header_v1 .top_header .top_left span a {
    color: #fff;
    opacity: .8
}

.header_v1 .top_header .top_right {
    float: right
}

/* .header_v1 .top_header .top_right .social {
    margin-right: 40px
} */

.header_v1 .top_header .top_right .social li {
    display: inline-block;
    margin-left: 15px
}

.header_v1 .top_header .top_right .social li a {
    color: #d6d7da
}

.header_v1 .top_header .top_right .social li a:focus,
.header_v1 .top_header .top_right .social li a:hover {
    color: #ff5e14
}

.header_v1 .top_header .top_right .dropdown .btn {
    color: #fff;
    padding: 0;
    border: none
}

.header_v1 .top_header .top_right .dropdown .btn i {
    margin-right: 10px
}

.header_v1 .top_header .top_right .dropdown .btn.dropdown-toggle:focus,
.header_v1 .top_header .top_right .dropdown .btn.dropdown-toggle:hover {
    border: none;
    box-shadow: none
}

.finlance_header.header_v1 .container-fluid {
    padding-left: 150px;
    padding-right: 150px
}

.header_v1 .header_navigation {
    background: transparent;
    border-radius: 3px;
    padding: 0 60px;
    transition: 0.5s ease all;
}

/* header.header_v1 .header_navigation {
    background-color: #c92330 !important;
} */

.header_custompage.header_v1 .header_navigation {
    background-color: #c92330 !important;
} 

.header_v1 .header_navigation .site_menu .button_box {
    float: right
}

.header_v1 .header_navigation .site_menu .button_box .search_icon {
    color: #fff;
    font-size: 18px
}

.header_v1 .header_navigation .site_menu .button_box .finlance_btn {
    height: 50px;
    line-height: 50px;
    min-width: 150px;
    border-radius: 25px;
    margin-left: 50px
}

.main-menu ul li {
    position: relative;
    display: inline-block;
}

.main-menu ul>li>a {
    display: block;
    padding: 35px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.main-menu ul li.menu-item-has-children>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 600;
    /* margin-left: 10px */
    position: absolute;
    right: 2px;
}

.main-menu ul li>ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 250px;
    text-align: left;
    padding-top: 5px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-menu ul li:hover>ul.sub-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 100%;
    visibility: visible;
    opacity: 1
}

.main-menu ul li>ul.sub-menu li {
    display: block;
    border-bottom: 1px solid #9393938c;
    margin: 10px 20px;
    padding-bottom: 15px;
    padding-top: 5px;
}
.main-menu ul li>ul.sub-menu li:last-child {
    border-bottom: none;
    margin-bottom: 2px;
}

/* .main-menu ul li>ul.sub-menu li>a {
    display: block;
    padding: 5px 35px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    transition: all .3s
} */
.main-menu ul li li.active a::before {width: 22px;}
.main-menu ul li>ul.sub-menu li>a {background: transparent !important;display: block;padding: 5px 0px 5px 25px;color: #9C9C9C;font-size: 16px !important;text-transform: capitalize;transition: all .3s;margin-left: 0px !important;font-weight: 500 !important;line-height: 16px !important;}
.main-menu ul li>ul.sub-menu li:hover>a:after {display: none}
.main-menu li a:hover {color: #ffff !important;}
.main-menu ul li>a::before {content: '';position: absolute;background: transparent;width: 0%;height: 1px;bottom: 28px;transition: 0.5s ease all;}
.main-menu ul li a:hover::before {content: '';background-color: #ffff;width: 82%;}
.services_data.child-active a::before,
.study_data.child-active a::before {
    content: '';
    background-color: #ffff;
    width: 82%;
}
.main-menu ul li>ul.sub-menu li:hover>a {color: #c92330;padding-left: 40px;background: 0 0;text-decoration: none;}
.main-menu ul li.active a::before {content: '';background: #ffff;width: 82%;}
.main-menu ul li.services_data li a::before {content: '';background-repeat: no-repeat !important;}
.main-menu ul li.study_data ul li a::before {width: 28px;}
.main-menu ul li ul li a:hover {color: #c92330 !important;}
.services_data .sub-menu li a {position: relative;}
.services_data .sub-menu li a::before {content: '';width: 22px;height: 22px;position: absolute;left: -2px;background-repeat: no-repeat;background-size: 22px;filter: grayscale(1);top: 3px;transition: 0.5s ease all;}
.main-menu li ul li.active a::before {content: '';filter: unset;}
.main-menu ul li.services_data ul li a:hover::before {width: 22px;}
.services_data .sub-menu li:first-child a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/Study-Visa-red.svg);}
.services_data .sub-menu li:nth-child(2) a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/Visitor-Visa-red.svg);}
.services_data .sub-menu li:nth-child(3) a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/Super-Visa-red.svg);}
.services_data .sub-menu li:nth-child(4) a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/Spouse-Visa-red.svg);}
.services_data .sub-menu li:last-child a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/Permanent-Residency-red.svg);}
.services_data .sub-menu li:hover a::before {content: '';filter: unset;}

.study_data .sub-menu li a {position: relative;}
.study_data .sub-menu li a::before {content: '';width: 24px;height: 28px;position: absolute;left: -8px;background-repeat: no-repeat;background-size: 28px !important;top: -1px;}
/* .study_data .sub-menu li:first-child a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/Europe-small.svg);}
.study_data .sub-menu li:nth-child(2) a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/newzealand-small.svg);}
.study_data .sub-menu li:nth-child(3) a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/UK-small.svg);}
.study_data .sub-menu li:nth-child(4) a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/Canada_small.svg);}
.study_data .sub-menu li:nth-child(5) a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/Australia-small.svg);}
.study_data .sub-menu li:last-child a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/usa-small.svg);} */

.study_data .sub-menu li:first-child a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/Canada_small.svg);}
.study_data .sub-menu li:nth-child(2) a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/usa-small.svg);}
.study_data .sub-menu li:nth-child(3) a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/Europe-small.svg);}
.study_data .sub-menu li:nth-child(4) a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/UK-small.svg);}
.study_data .sub-menu li:nth-child(5) a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/Australia-small.svg);}
.study_data .sub-menu li:last-child a::before {background-image: url(https://pioneer.webproject.live/assets/front/img/newzealand-small.svg);}

.main-menu ul li.study_data ul li a:hover::before {content: '';width: 28px !important;height: 28px !important;}

.choose-us-ul {position: relative;background: white;padding: 12px;border-radius: 8px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;margin-bottom: 20px;flex-direction: row;align-items: center;}
.choose-us-ul:last-child {margin-bottom: 0px;}
.choose-us-ul .list-group-item {padding: 0px;}
.choose-us-ul img {position: absolute;left: -25px;}
.choose-us-ul li {padding-left: 0px;background: transparent;border: none;color: #667281;font-size: 20px;}
.choose-us-ul .red {display: inline !important;width: max-content;padding-left: 24px !important;}
.choose-us-ul .red p {color: #c92330;font-weight: 700;font-size: 25px !important;font-weight: 700 !important;}


.main-menu ul li ul.sub-menu li>ul.sub-menu {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

.main-menu ul li ul.sub-menu li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1
}

.header_v1 .header_navigation .site_menu .main-menu ul li.static {
    position: static
}

.main-menu ul li ul.mega-menu {
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 35px 10px;
    z-index: 0;
    position: absolute;
    top: 110%;
    left: 0;
    background: #222;
    right: 0;
    text-align: left;
    box-shadow: 0 15px 30px 0 rgba(0, 3, 143, .1);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    z-index: 9;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.main-menu ul li ul.mega-menu li.mega-item ul li:hover>a,
.main-menu ul li ul.mega-menu li.mega-item:hover>a {
    background: 0 0;
    color: #ff5e14
}

.main-menu ul li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.main-menu ul li ul.mega-menu li.mega-item {
    margin: 0;
    margin-bottom: 15px
}

.main-menu ul li ul.mega-menu li.mega-item>a {
    color: #233d63;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.main-menu ul li ul.mega-menu li.mega-item ul {
    margin-top: 15px
}

.main-menu ul li ul.mega-menu li.mega-item ul li {
    display: block;
    margin: 0;
    margin-bottom: 10px
}

.main-menu ul li ul.mega-menu li.mega-item ul li:last-child {
    margin-bottom: 0
}

.main-menu ul li ul.mega-menu li.mega-item ul li a {
    color: #233d63;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400
}

.main-menu ul li ul.mega-menu li.mega-item ul li a:hover {
    color: #f36233
}

li.submenus ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #222;
    width: 250px;
    z-index: 0;
    display: none
}

li.submenus:hover>ul {
    display: block
}

li.submenus {
    position: relative
}

.main-menu li.submenus ul {
    padding: 15px 0
}

li.submenus::after {
    content: "\f101";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff
}

.banner_v1 {
    position: relative
}

.banner_content {
    position: relative;
    z-index: 150
}

.hero_slide_v1 .single_slider {
    padding: 325px 0 250px
}

.hero_slide_v1 .single_slider .bg_overlay {
    opacity: .7
}

.hero_slide_v1 .single_slider .banner_content span {
    color: #fff;
    font-size: 27px;
    display: block;
    margin-bottom: 15px
}

.hero_slide_v1 .single_slider .banner_content h1 {
    color: #fff;
}

.blog_slide .slick-next:before,
.blog_slide .slick-prev:before,
.hero_slide_v1 .slick-next:before,
.hero_slide_v1 .slick-prev:before,
.pricing_slide .slick-next:before,
.pricing_slide .slick-prev:before,
.project_slide .slick-next:before,
.project_slide .slick-prev:before,
.service_slide .slick-next:before,
.service_slide .slick-prev:before,
.testimonials_slider .slick-next:before,
.testimonials_slider .slick-prev:before,
.team_slide .slick-next:before,
.team_slide .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    font-size: 16px;
    background: #ff5e14;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%
}

.team_slide img {
    width: 100% !important
}

.hero_slide_v1 .slick-prev {
    z-index: 1;
    left: -100%;
    transition: all .5s
}

.hero_slide_v1 .slick-next {
    right: -100%;
    transition: all .5s
}

.hero_slide_v1:hover .slick-prev {
    left: 60px
}

.hero_slide_v1:hover .slick-next {
    right: 60px
}

.blog_slide .slick-prev:before,
.hero_slide_v1 .slick-prev:before,
.pricing_slide .slick-prev:before,
.project_slide .slick-prev:before,
.service_slide .slick-prev:before,
.testimonials_slider .slick-prev:before,
.team_slide .slick-prev:before {
    content: '\f104'
}

.blog_slide .slick-next:before,
.hero_slide_v1 .slick-next:before,
.pricing_slide .slick-next:before,
.project_slide .slick-next:before,
.service_slide .slick-next:before,
.testimonials_slider .slick-next:before,
.team_slide .slick-next:before {
    content: '\f105'
}

.blog_slide:hover .slick-prev,
.pricing_slide:hover .slick-prev,
.project_slide:hover .slick-prev,
.service_slide:hover .slick-prev,
.testimonials_slider:hover .slick-prev,
.team_slide:hover .slick-prev {
    left: 60px;
    opacity: 1;
    visibility: visible
}

.blog_slide:hover .slick-next,
.pricing_slide:hover .slick-next,
.project_slide:hover .slick-next,
.service_slide:hover .slick-next,
.testimonials_slider:hover .slick-next,
.team_slide:hover .slick-next {
    right: 60px;
    opacity: 1;
    visibility: visible
}

.blog_slide .slick-next,
.pricing_slide .slick-next,
.project_slide .slick-next,
.service_slide .slick-next,
.testimonials_slider .slick-next,
.team_slide .slick-next {
    right: -60px;
    opacity: 0;
    visibility: visible;
    transition: all .5s
}

.blog_slide .slick-prev,
.pricing_slide .slick-prev,
.project_slide .slick-prev,
.service_slide .slick-prev,
.testimonials_slider .slick-prev,
.team_slide .slick-prev {
    z-index: 1;
    left: -60px;
    opacity: 0;
    visibility: visible;
    transition: all .5s
}

.feature_v1 {
    margin-top: -70px;
    position: relative
}

.feature_v1 .container-fluid {
    padding-left: 150px;
    padding-right: 150px
}

.feature_v1 .grid_item {
    padding: 70px 45px
}

.feature_v1 .single_feature:nth-child(odd) {
    background: #2c3040
}

.feature_v1 .single_feature:nth-child(even) {
    background: #1f2332
}

.feature_v1 .grid_item .finlance_icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background: #ff5e14;
    color: #fff;
    font-size: 40px
}

.feature_v1 .grid_item .finlance_content {
    margin-left: 20px
}

.feature_v1 .grid_item .finlance_content h4 {
    color: #fff;
    font-weight: 600
}

.about_v1 .finlance_box_img .finlance_img {
    position: relative;
    z-index: 1
}

/* .about_v1 .finlance_box_img .finlance_img:after {
    position: absolute;
    content: '';
    top: -70px;
    left: -70px;
    width: 385px;
    height: 541px;
    border: 30px solid #eff1fa;
    z-index: -1
} */

.finlance_box_img {
    position: relative
}

.play_box {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -50px;
    z-index: 1
}

.play_box .play_btn {
    display: block;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    background: #ff5e14;
    color: #fff;
    border: 10px solid #fff;
    z-index: 1;
    height: 100px;
    line-height: 80px;
    font-size: 20px
}

.section_title h2 {
    position: relative
}

/* .section_title h2:after {
    display: block;
    content: '';
    width: 110px;
    height: 3px;
    margin-top: 25px;
    background-color: #d8dce6;
    border-radius: 50%
} */

.service_v1 .section_title h2 {
    max-width: 580px
}

.service_v1 .service_slide {
    margin-left: -15px;
    margin-right: -15px
}

.service_v1 .service_slide .grid_item {
    padding: 45px 40px 40px;
    margin-left: 15px;
    margin-right: 15px;
    background: #fff;
    transition: all .5s
}

.service_v1 .service_slide .grid_item:hover {
    background: #ff5e14
}

.service_v1 .service_slide .grid_item:hover .grid_inner_item .finlance_content h4 {
    color: #fff
}

.service_v1 .service_slide .grid_item:hover .grid_inner_item .finlance_content p {
    opacity: .8;
    color: #fff
}

.service_v1 .service_slide .grid_item:hover .grid_inner_item .finlance_content .btn_link {
    color: #fff
}

.service_v1 .service_slide .grid_item .grid_inner_item .finlance_icon {
    background: #fbece3;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 35px
}

.service_v1 .service_slide .grid_item .grid_inner_item .finlance_icon img {
    margin: 0 auto;
    max-width: 50px;
    display: inline-block;
    width: 100%
}

.service_v1 .service_slide .grid_item .grid_inner_item .finlance_content h4 {
    margin-bottom: 20px
}

.service_v1 .service_slide .grid_item .grid_inner_item .finlance_content p {
    margin-bottom: 35px
}

.we_do_v1 .finlance_icon_box .icon_list {
    margin-bottom: 60px
}

.we_do_v1 .finlance_icon_box .icon_list:last-child {
    margin-bottom: 0
}

.we_do_v1 .finlance_icon_box .icon_list .icon {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    line-height: 97px;
    border-radius: 50%;
    background: #fbece3
}

.we_do_v1 .finlance_icon_box .icon_list .icon i {
    color: #ff5e14;
    font-size: 40px;
    display: inline-block
}

.we_do_v1 .finlance_icon_box .icon_list .text {
    margin-left: 20px
}

.we_do_v1 .finlance_icon_box .icon_list .text h4 {
    margin-bottom: 15px
}

.finlance_fun_v1 .bg_overlay {
    opacity: .8
}

.finlance_fun_v1 .counter_box .icon {
    position: relative;
    z-index: 1
}

.finlance_fun_v1 .counter_box .icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ff5e14;
    z-index: -1
}

.finlance_fun_v1 .counter_box .icon i {
    display: block;
    font-size: 50px;
    margin-left: 35px;
    margin-bottom: 40px;
    color: #fff
}

.finlance_fun_v1 .counter_box h2 {
    color: #fff
}

.finlance_fun_v1 .counter_box p {
    color: #fff
}

.testimonial_v1 {
    position: relative
}

.blog_v1 .section_title h2:after,
.pricing_v1 .section_title h2:after,
.testimonial_v1 .section_title h2:after {
    margin: auto;
    margin-top: 25px
}


.testimonial_v1 .testimonial_slide .testimonial_box {
    padding: 40px;
    background: #e9eef3;
    margin-left: 15px;
    margin-right: 15px
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_img {
    width: 33.65%
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_img img {
    width: 100%
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_content {
    margin-left: 30px;
    width: 60%
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_content h4 {
    margin-bottom: 5px
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_content h6 {
    margin-bottom: 20px
}

.project_v1 .container-fluid {
    padding-left: 150px;
    padding-right: 150px
}

.project_v1 .section_title h2 {
    max-width: 630px
}

.project_slide {
    margin-left: -10px;
    margin-right: -10px
}

.project_slide .grid_item {
    margin-left: 10px;
    margin-right: 10px
}

.project_slide .grid_item .finlance_content {
    padding: 35px 0 40px
}

.project_slide .grid_item .grid_inner_item .finlance_img {
    position: relative;
    overflow: hidden
}

.project_slide .grid_item .grid_inner_item .finlance_img .overlay_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #050213;
    visibility: hidden;
    opacity: 0;
    transition: all .5s
}

.project_slide .grid_item .grid_inner_item .finlance_img .overlay_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s
}

.project_slide .grid_item .grid_inner_item .finlance_img .overlay_content .button_box .finlance_btn {
    background: #fff;
    border-radius: 30px;
    color: #111;
    font-weight: 600
}

.project_slide .grid_item:hover .grid_inner_item .finlance_img .overlay_img {
    opacity: .5;
    visibility: visible
}

.project_slide .grid_item:hover .grid_inner_item .finlance_img .overlay_content {
    visibility: visible;
    opacity: 1
}

.project_slide .grid_item:hover .grid_inner_item .finlance_img .overlay_content .finlance_btn:hover {
    background: #ff5e14;
    color: #fff
}

.blog_v1 .blog_slide,
.pricing_v1 .pricing_slide,
.service_v1 .service_slide,
.team_v1 .team_slide,
.testimonials-section .testimonials_slider,
.testimonial_v1 .testimonial_slide {
    margin-left: -15px;
    margin-right: -15px
}

.blog_v1 .blog_slide .grid_item,
.pricing_v1 .pricing_slide .pricing_box,
.testimonials-section .testimonials_slider .grid_item,
.team_v1 .team_slide .grid_item {
    margin-left: 15px;
    margin-right: 15px
}

.pricing_v1 .section_title h2 {
    max-width: 730px;
    margin: auto
}

.pricing_v1 .pricing_box {
    padding: 40px 0;
    background: #fff;
    border: 1px solid #e4e8ec;
    transition: all .5s
}

.pricing_v1 .pricing_box:hover {
    background: #e9eef3
}

.pricing_v1 .pricing_box:hover .pricing_price {
    background: #ff5e14
}

.pricing_v1 .pricing_box:hover .pricing_price h3 {
    color: #fff
}

.pricing_v1 .pricing_title {
    margin-bottom: 20px
}

.pricing_v1 .pricing_box .pricing_price {
    background: #e9eef3;
    padding: 20px 10px;
    transition: all .5s
}

.pricing_v1 .pricing_box .pricing_body {
    padding: 30px 40px
}

.pricing_v1 .pricing_box .pricing_body ul li {
    line-height: 36px
}

.team_v1 .button_box {
    float: right
}

.team_v1 .grid_item:hover .grid_inner_item .finlance_img .overlay_content {
    top: 0
}

.finlance_team .slick-track .grid_item:hover .overlay_content {
    display: none;
}

.team_v1 .grid_item .grid_inner_item .finlance_content {
    padding: 25px 30px
}

.team_v1 .grid_item .grid_inner_item .finlance_img {
    position: relative;
    /* overflow: hidden */
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content {
    position: absolute;
    top: -100%;
    left: 30px;
    background: #ff5e14;
    padding: 34px 13px;
    transition: all .5s
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul li {
    margin-bottom: 10px
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul li:last-child {
    margin-bottom: 0
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul {
    transform: rotate(-180deg)
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul li a {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #686868;
    box-shadow: 0 5px 20px 0 rgba(7, 20, 73, .1);
    transform: rotate(90deg);
    transition: all .5s
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul li a:focus,
.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul li a:hover {
    background: #29282f;
    color: #fff
}

.blog_v1 .section_title h2 {
    max-width: 660px;
    margin: auto
}

.blog_v1 .grid_item .grid_inner_item .finlance_img img {
    width: 100% !important;
    height: 270px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blog_v1 .grid_item .grid_inner_item .finlance_content {
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-top: none
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .post_meta {
    margin-bottom: 18px
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .post_meta span {
    margin-right: 25px;
    display: inline-block
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .post_meta span a {
    color: #6a6b71
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .post_meta span i {
    margin-right: 10px
}

.blog_v1 .grid_item .grid_inner_item .finlance_content h3.post_title {
    font-size: 22px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0
}

.blog_v1 .grid_item .grid_inner_item .finlance_content h3.post_title a:hover {
    color: #ff5e14
}

.blog_v1 .grid_item .grid_inner_item .finlance_content h3.post_title a {
    color: #29282f
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link {
    padding-top: 20px;
    text-transform: capitalize;
    color: #6a6b71;
    display: inline-block;
    transition: all .5s
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:focus,
.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:hover {
    color: #ff5e14
}

/* .blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:after {
    display: inline-block;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    padding-left: 10px;
    vertical-align: middle;
    transition: all .5s
} */

.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:focus:after {
    padding-left: 35px
}

.partner_v1 .partner_slide .single_partner img {
    margin: 0 auto
}

.cta_v1 .section_title {
    margin-bottom: 0
}

.cta_v1 .section_title h2:after {
    display: none
}

.cta_v1 .button_box {
    float: right
}

.cta_v1 .button_box .finlance_btn {
    background: #29282f;
    min-width: 200px
}

.cta_v1 .button_box .finlance_btn:focus,
.cta_v1 .button_box .finlance_btn:hover {
    background: #fff;
    color: #29282f
}

.footer_v1 .widget_box h4.widget_title {
    color: #ffffffc9;
    margin-bottom: 35px
}

.footer_v1 .widget_box.about_widget img {
    margin-bottom: 30px
}

.custom-footer-icons ul li a img {
    margin-bottom: 0px !important;
}

.footer_v1 .widget_box.about_widget p,
.footer_v1 .widget_box.contact_widget p {
    color: #6c6b71;
    margin-bottom: 15px
}

.footer_v1 .contact_widget {
    margin-left: 30px
}

.footer_v1 .widget_box.contact_widget p {
    max-width: 210px
}

.footer_v1 .widget_box.contact_widget p a {
    color: #6c6b71
}

.footer_v1 .widget_box .widget_link li {
    line-height: 32px
}

.footer_v1 .widget_box .widget_link li:hover a {
    color: #ff5e14;
    padding-left: 10px
}

.footer_v1 .widget_box .widget_link li a {
    color: #6c6b71;
    transition: all .5s
}

.footer_v1 .widget_box.newsletter_box p {
    margin-bottom: 25px
}

.footer_v1 .widget_box.newsletter_box .form_control {
    margin-bottom: 10px
}

.footer_v1 .widget_box.newsletter_box .finlance_btn {
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    color: #fff
}

.footer_v1 .footer_bottom {
    position: relative;
    padding: 25px 0
}

.footer_v1 .footer_bottom .copyright_text p {
    color: #ffffffc9;
    font-size: 15px !important;
    line-height: 24px !important;
}

.footer-bottom-ul li{
    font-size: 15px !important;
}

.footer_v1 .footer_bottom .copyright_text p span {
    color: #ff5e14
}

.footer_v1 .footer_bottom .social_box {
    float: right
}

.footer_v1 .footer_bottom .social_box ul li {
    display: inline-block;
    margin-left: 5px
}

.footer_v1 .footer_bottom .social_box ul li a {
    font-size: 15px;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #5f5f5f;
    box-shadow: 0 5px 20px 0 rgba(7, 20, 73, .1);
    transition: all .5s
}

.footer_v1 .footer_bottom .social_box ul li a:focus,
.footer_v1 .footer_bottom .social_box ul li a:hover {
    background: #ff5e14;
    color: #fff
}

.footer_v1 .footer_bottom:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #27272a
}

.form_control {
    width: 100%;
    height: 50px;
    padding: 20px;
    background: #fff;
    border-radius: 3px
}

#scroll_up {
    background: #1f2332;
    border-radius: 50%;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 337;
    display: inline;
}

#scroll_up:focus,
#scroll_up:hover {
    background: #ff5e14;
    color: #fff
}

.breadcrumb-txt span {
    font-family: Montserrat, sans-serif !important
}

.subscribe-section span {
    font-family: Montserrat, sans-serif !important
}

.subscribe-form button[type=submit],
.subscribe-form input[type=submit] {
    font-family: Montserrat, sans-serif !important
}

a.readmore-btn {
    font-family: Montserrat, sans-serif !important
}

.product-items .section-title {
    font-family: Montserrat, sans-serif !important
}

.service-section .service_v1 .service_slide .grid_item {
    background: #e9eef3;
    transition: .3s
}

.subscribe-form button[type=submit],
.subscribe-form input[type=submit] {
    font-size: 14px !important
}

.project-infos h3 {
    font-size: 22px !important
}

.subscribe-section h3 {
    font-size: 22px !important
}

.subscribe-section span {
    font-size: 14px !important
}

.contact-form-section .section-summary {
    font-size: 36px
}

.blog-txt .blog-title {
    font-size: 22px !important
}

a.readmore-btn {
    font-size: 14px !important
}

.requirement-wrapper .title h3 {
    font-size: 26px !important;
    line-height: 36px
}

.content-info h3 {
    font-size: 28px !important;
    line-height: 38px !important
}

.event-details-section .nice-number input {
    height: 43px !important
}

.header_v1 .dropdown {
    margin-right: 27px !important
}

a#cartIcon .cart-length {
    padding: 8px 10px 4px !important
}

.blog_slide .grid_item {
    background-color: #fff
}

.popup_main-content h1 {
    line-height: 64px;
}

/* Megamenu CSS */

.main-menu ul li.static {
    position: static;
}

.main-menu ul li .mega-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    max-height: 510px;
    overflow-y: auto;
    background: #222;
    padding: 30px 15px 20px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    transition: .3s;
    z-index: 9999;
}

.main-menu ul li .mega-menu::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
}

.header_navigation .main-menu ul li .mega-menu::-webkit-scrollbar-thumb {
    background-color: #00000a;
}

.main-menu ul li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li {
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 10px;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li:last-child {
    margin-bottom: 0px;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li a:hover,
.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li.active a {
    color: #ff3737;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li a {
    font-size: 14px;
    padding: 0;
    color: #fff;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li:last-child {
    margin-bottom: 20px;
}

.sidebar-main-wrapper .mega-row h4.title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.sidebar-main-wrapper .mega-row h4.title a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.sidebar-main-wrapper .mega-row {
    margin-bottom: 20px;
}

.sidebar-main-wrapper .mega-row:last-child {
    margin-bottom: 0px;
}

.sidebar-main-wrapper .box-item .box-img {
    margin-bottom: 10px;
}

.sidebar-main-wrapper .box-item .box-img img {
    width: 100%;
}

.sidebar-main-wrapper .box-item .box-info h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.sidebar-main-wrapper .box-item .box-info h4 a {
    padding: 0 !important;
    color: #fff !important;
}

.sidebar-main-wrapper .box-item .box-info h4 a:hover {
    color: #ff3737 !important;
}

li.mega-wrap {
    display: block !important;
}
.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li:hover > a {
    background: transparent;
}

/*Large Device*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breakpoint-on .main-menu ul li.static {
        position: relative;
    }
    .breakpoint-on .nav-menu .main-menu ul li .mega-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0px 20px 0 40px;
        opacity: 1;
        visibility: visible;
        text-align: left;
        box-shadow: none;
        display: none;
        transition: none;
    }
}

/*Medium Device*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-main-wrapper {
        display: none;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 991px) {
    .sidebar-main-wrapper {
        display: none;
    }
    .breakpoint-on .main-menu ul li.static {
        position: relative;
    }
    .breakpoint-on .nav-menu .main-menu ul li .mega-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0px 20px 0 40px;
        opacity: 1;
        visibility: visible;
        text-align: left;
        box-shadow: none;
        display: none;
        transition: none;
    }
    .header_navigation .main-menu ul>li.menu-item-has-children>a:after {
        display: none;
    }
}
/* New Package Style Start */
.finlance_pricing .filter-nav {
    margin-bottom: 40px;
  }
  
  .finlance_pricing .filter-nav .filter-btn li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #212121;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
  }
  
  .finlance_pricing .filter-nav .filter-btn li:hover,
  .finlance_pricing .filter-nav .filter-btn li:focus,
  .finlance_pricing .filter-nav .filter-btn li.active {
    color: #61dc96;
  }
  
  /* New Package Style End */
  
  
  /* New Portfolio Style Start */
  .finlance_project .filter-nav {
    margin-bottom: 40px;
  }
  
  .finlance_project .filter-nav .filter-btn li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #212121;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
  }
  
  .finlance_project .filter-nav .filter-btn li:hover,
  .finlance_project .filter-nav .filter-btn li:focus,
  .finlance_project .filter-nav .filter-btn li.active {
    color: #61dc96;
  }
  
  .project_slide.masonry-row {
    width: 100%;
  }
  /* New Portfolio Style End */


/* custom css add */
.clr-red {color: #C82627 !important;}
.custom-mb-30{margin-bottom: 30px !important;}
.custom-mt-60{margin-top: 60px !important;}
.custom-mt-30{margin-top: 30px !important;}
.pt-100{padding-top: 100px !important;}
.pb-100{padding-bottom: 100px !important;}
.pb-60{padding-bottom: 60px !important;}
.pb-60-h{padding-bottom: 60px !important;}
.mt-60{margin-top: 60px !important;}
.back-light{background-color: #EDEDED;}


.btn-left {display: flex;justify-content: end;}
.btn-transparent{background-color: transparent;}
.btn-no-border {position: relative !important;border: none !important;font-weight: 500 !important;font-size: 16px !important;line-height: 16px !important;color: #C82627 !important;padding-right: 25px !important;transition: 0.5s ease all !important;background: transparent;}
.btn-no-border a {font-weight: 500 !important;font-size: 16px !important;line-height: 16px !important;color: #C82627 !important;}
.btn-no-border::before {content: '';background: #C82627 !important;width: 0% !important;position: absolute !important;bottom: -4px !important;height: 1px !important;transition: 0.5s ease all !important;}
.btn-no-border:hover::before {width: 100% !important;}
.btn-no-border::after {content: '';background-repeat: no-repeat; background-image: url(https://pioneer.webproject.live/assets/front/img/Blogs-Arrow.webp);width: 16px !important;height: 16px !important;position: absolute !important;right: 0 !important;}
.banner-button {border: 1px solid #fff !important;border-radius: 8px !important;background-color: transparent !important;color: #fff !important;padding: 18px 22px !important;font-size: 16px !important;line-height: 16px !important;font-weight: 500 !important;transition: 0.5s ease all !important;height: auto !important;}
.banner-button:hover {background: #c92330 !important;}

a.custom-btn {border: 1px solid #C82627;background: #C82627 !important;border-radius: 8px;padding: 20px 40px;color: #fff !important;font-weight: 500 !important;font-size: 16px !important;line-height: 16px !important;transition: 0.5s ease all !important;}
a.custom-btn:hover{background: transparent !important;color: #C82627 !important; }
.custom-btn a {border: 1px solid #C82627;background: #C82627 !important;border-radius: 8px;padding: 20px 40px;color: #fff !important;font-weight: 500 !important;font-size: 16px !important;line-height: 16px !important;transition: 0.5s ease all !important;}
.custom-btn a:hover{background: transparent !important;color: #C82627 !important;}
.hover-white{border: 1px solid #C82627;background: #C82627 !important;border-radius: 8px;padding: 20px 40px;color: #fff !important;font-weight: 500 !important;font-size: 16px !important;line-height: 16px !important;transition: 0.5s ease all !important;}
.hover-white:hover{color: #fff !important;}

.custom-btn-white a {border: 1px solid #ffffff;background: transparent !important;border-radius: 8px;padding: 20px 40px;color: #fff !important;font-weight: 500 !important;font-size: 16px !important;line-height: 16px !important;transition: 0.5s ease all !important;}
.custom-btn-white a:hover {background: #C82627 !important;color: #ffffff !important;}

.section-para {font-weight: 400 !important;font-size: 20px !important;line-height: 42px !important;color: #667281 !important;}
.custom-heading1 {font-weight: 800 !important;font-size: 58px !important;line-height: 74px !important;color: #ffff !important;}
.custom-heading2 {font-weight: 700 !important;font-size: 32px !important;line-height: 32px !important;color: #2B292A !important;display: block !important;}
.custom-heading2-2 {font-weight: 700 !important;font-size: 32px !important;line-height: 32px !important;color: #ffffff !important;display: block !important;}
.custom-heading6 {font-weight: 700 !important;font-size: 20px !important;line-height: 20px !important;color: #667281 !important;display: block !important;}
.ul-padding li span {font-weight: 400 !important;font-size: 20px !important;line-height: 42px !important;color: #667281 !important;}


.finlance_banner .hero_slide_v1 .slick-track .single_slider {top: 52px !important;height: 100vh !important;display: flex;align-items: center;}
.finlance_header .top_header .top_left a,
.finlance_header .top_header .top_left i {color: #58595B !important;}
.finlance_header .top_header .top_right .social li a {color: #58595B;}
.footer_top p,
.footer_top ul li a {color: #ffffffc9 !important;}
.footer_top {background-image: url(https://pioneer.webproject.live/assets/front/img/custom-footer-img.webp);background-size: 100% 100%;}
.social_box.custom-footer-icons ul {margin-bottom: 30px;}
.social_box.custom-footer-icons ul li {display: inline-block;margin-right: 5px;margin-bottom: 8px;}
.social_box.custom-footer-icons ul li a {font-size: 15px;display: block;width: 34px;height: 33px;line-height: 33px;text-align: center;border-radius: 50%;background: #24559d45;box-shadow: 0 5px 20px 0 rgba(7, 20, 73, .1);transition: all .5s;}
.about_widget {width: 61%;}


.finlance_fun .row .counter_box {text-align: center;}
.finlance_fun .row .counter_box .icon {display: none;}
.finlance_fun_v1 .counter_box h2 {font-weight: 700 !important;font-size: 58px !important;line-height: 58px !important;color: #C82627 !important;margin-bottom: 28px !important;}
.finlance_fun_v1 .counter_box p {font-weight: 600 !important;font-size: 27px !important;line-height: 27px !important;color: #2B292A !important;}


.finlance_team .slick-track .grid_item .grid_inner_item .finlance_content.text-center {display: none;}

.finlance_blog .slick-track .grid_item .finlance_content {padding: 17px 0px !important;border: none !important;}
.finlance_blog .slick-track .grid_item .finlance_content .post_meta span:first-child {display: none;}
.finlance_blog .slick-track .grid_item .finlance_content .post_meta span a {font-weight: 500 !important;font-size: 20px !important;line-height: 20px !important;color: #667281 !important;}
.finlance_blog .slick-track .grid_item .finlance_content h3 a {font-weight: 500 !important;font-size: 22px !important;line-height: 33px !important;color: #2B292A !important;}
.finlance_blog .slick-track .grid_item .finlance_content h3 {border: none !important;padding-bottom: 12px !important;}
.finlance_blog .slick-track .grid_item .finlance_img a{overflow: hidden !important;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;}
.finlance_blog .slick-track .grid_item .finlance_img a img {transition: 0.5s ease all !important;}
/* .finlance_blog .slick-track .grid_item .grid_inner_item:hover .finlance_img a img {transform: scale(1.1) !important;} */


.finlance_we_do .row .col-lg-6:first-child {padding: 0px;}
.finlance_we_do .row .col-lg-6 .finlance_content_box {padding-left: 40px;}
.finlance_img img {width: 100%;transition: 0.5s ease all;}
/* .finlance_team .grid_item .finlance_img:hover img {transform: scale(1.1);} */


/* flag section start */
.flag-section-bg {background: #FFEEEE;}
.flag-parent {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;gap: 70px;}
.flag-parent .flag-card a{text-decoration: none;}
.flag-parent .flag-card img {width: 100%;}
.flag-parent .flag-card .country-name {transition: 0.5s ease all;text-align: center;margin-top: 25px;color: #2B292A;font-size: 20px;line-height: 26px;font-weight: 500;background: transparent;padding: 10px 0px;border-radius: 12px;}
.flag-parent .flag-card a img {transition: 0.5s ease all;}
.flag-parent .flag-card a:hover img {filter: inherit;}
.flag-parent .flag-card a:hover .country-name {color: #ffffff;background: #c92330;}
/* flag section end */

.Pioneer-today-card-parent {display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 90px;}
.Pioneer-today-card {border: 1px solid #BC342F;border-radius: 14px;text-align: center;padding: 35px 35px 0px 35px;transition: 0.5s ease all;}
.Pioneer-today-card:hover{border-color: transparent;}
.Pioneer-today-card:hover {background: linear-gradient(to top, #79889757 0%,#c923302e 100%);transition: 0.5s ease all;}
.Pioneer-today-card .Pioneer-today-text {font-weight: 600;font-size: 20px;line-height: 20px;color: #667281;padding: 40px 0px;}
.Pioneer-today-card img {transition: 0.5s ease all;}
.Pioneer-today-card:hover img {transform: scale(1.1);}


/* testimonials section home start */
.background-gray{background-image: linear-gradient(#EDEDED,#EDEDED);}
.testimonials-section .testimonials-vdo iframe  {width: 100%;border-radius: 12px;height: 400px;}
/* testimonials section home end */



/* Why Choose Us section start */
.Choose-us-parent {display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 30px;}
/* .Choose-us-parent .Choose-us-card:first-child {background: #C92727;border-radius: 12px;box-shadow: rgb(100 100 111 / 44%) 0px 7px 20px 0px;padding: 30px 50px;border: 1px solid #ACAEB1;} */
/* .Choose-us-parent .Choose-us-card:first-child .Choose-heading {font-weight: 600;font-size: 24px;line-height: 24px;color: #ffffff;} */
/* .Choose-us-parent .Choose-us-card:first-child .Choose-para {font-weight: 400;font-size: 18px;line-height: 26px;color: #ffffff;} */
.Choose-us-parent .Choose-us-card {border-radius: 12px;padding: 20px;border: 1px solid #2b292a36;transition: 0.5s ease all;background-color: transparent;}
.Choose-us-parent .Choose-us-card .Choose-heading {font-weight: 600;font-size: 24px;line-height: 24px;color: #6b6a6a;margin-bottom: 10px;transition: 0.5s ease all;}
.Choose-us-parent .Choose-us-card .Choose-us-img {margin-bottom: 18px;transition: 0.5s ease all;}
.Choose-us-parent .Choose-us-card .Choose-ul,
.Choose-us-parent .Choose-us-card .Choose-para {font-weight: 400;font-size: 18px;line-height: 26px;color: #667281;transition: 0.5s ease all;}
.Choose-ul ul {padding-left: 16px;}
.Choose-ul ul li {display: list-item;list-style-type: disc;}
.Choose-us-parent .Choose-us-card:hover {background: #c92727;box-shadow: rgb(100 100 111 / 44%) 0px 7px 20px 0px; }
.Choose-us-parent .Choose-us-card:hover .Choose-heading,
.Choose-us-parent .Choose-us-card:hover .Choose-para,
.Choose-us-parent .Choose-us-card:hover ul{color: #ffff;}
.Choose-us-parent .Choose-us-card:hover img {filter: brightness(0) invert(1);}
/* Why Choose Us end */

/* our-reach section start */
.our-reach-img-parent {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap: 30px;}
.our-reach-img-parent .our-reach-img-child img {width: 130px;height: 68px;object-fit: contain;transition: 0.5s ease all;}
.our-reach-img-child img:first-child {display: block;transition: 0.5s ease all;}
.our-reach-img-child img:last-child {display: none;transition: 0.5s ease all;}
.our-reach-img-child.secondimg img:first-child {display: none;transition: 0.5s ease all;}
.our-reach-img-child.secondimg img:last-child {display: block;transition: 0.5s ease all;}
/* our-reach section end */


.home_banner_content{width: 42% !important;}


/* Menu Css 12-March*/

.main-menu ul > li:last-child > a {background: #1B3049;border-radius: 10px;text-transform: uppercase;}
.main-menu li ul li.active a {text-decoration: none !important;color: #c92330 !important;}
.dream_border1{border-top: 1PX SOLID #E9E9E9 !important; }
.top_header .top_right ul.social {display: flex;}
.top_right ul.social li a img,
.top_right ul.soc.get-touch-card .cell:last-child {
    flex-basis: 85% !important;
}ial li a i {
    transition: 0.5s ease all;
}
.top_right ul.social li:hover a img,
.top_right ul.social li:hover a i {
    transform: scale(1.1);
}

.top_header .top_right ul li {background: #585d7424;width: 32px;height: 32px;border-radius: 50%;display: flex !important;justify-content: center;align-items: center;z-index: 1;}
.header_bg {color: #fff;background-repeat: no-repeat;background-size: cover;}
.header_bg::after {content: '';background: linear-gradient(96deg, #c92330 12.13%, rgb(213 213 213 / 0%) 80%);position: absolute;width: 100%;height: 100%;top: 0;}
.header_v1 .top_header{background: #fff   !important;}

.accreditation_sec {display: grid !important;grid-template-columns: 1fr 1fr;padding: 0px !important;}
.accreditation_sec .cell {height: 105px;padding: 20px;}
.accreditation_sec .cell img {margin: 0px !important;height: 100% !important;width: auto !important;}
.accreditation_sec .cell:first-child {border-right: 1px solid #00000047;border-bottom: 1px solid #00000047;}
.accreditation_sec .cell:nth-child(2) {border-bottom: 1px solid #00000047;}
.accreditation_sec .cell:nth-child(3) {border-right: 1px solid #00000047;}

#iibvej{padding-right: 19%;}

.main-menu ul > li:last-child > a {background: #1B3049;padding: 16px 20px;font-size: 15px;font-weight: 300;line-height: 16px;margin-left: 5px;}
.Recruitment-card-border {border-right: 1px solid #0000006b;}
.get-touch-card {box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;margin-bottom: 40px;}
.get-touch-card:last-child {margin-bottom: 0px;}
.get-touch-card .cell {flex-grow: inherit;}
.get-touch-card .cell:first-child img {margin-top: 3px;}


.breadcrumb-area .breadcrumb-txt .col-xl-7 span {font-size: 48px !important;line-height: 60px !important;font-weight: 800 !important;}
/* Menu Css */

.top_header .top_left span:last-child {display: none;}

/* terms&condition ul  */
.ul-padding li {padding-left: 0px;padding-right: 0px;}

/* Footer */
ul.footer-bottom-ul {display: flex;justify-content: end;}
ul.footer-bottom-ul li {padding-left: 20px;}
ul.footer-bottom-ul li a {color: #ffffffc9;}

ul.footer_phone li,
ul.footer_mail li  {position: relative;color: #fff;padding-left: 38px;padding-bottom: 14px;transition: 0.5s ease all;}
ul.footer_phone li:hover, ul.footer_mail li:hover {padding-left: 45px;}
ul.footer_phone li::before {content: '';background-image: url(https://pioneer.webproject.live/assets/front/img/call-icon.webp);position: absolute;left: 0;width: 30px;height: 30px;background-size: contain;background-repeat: no-repeat;top: -1px;}
ul.footer_mail li::before {content: '';background-image: url(https://pioneer.webproject.live/assets/front/img/mail-icon.webp);position: absolute;left: 0;width: 30px;height: 30px;background-size: contain;background-repeat: no-repeat;top: -1px;}
.footer_v1 .footer_bottom .footer-bottom-ul li a {font-weight: 400 !important;}


/* terms-&-conditions  */
.faq-custom-style .non-editable-notice {display: none;}

/* home faq */
.home-faq .accordion .card {margin-bottom: 20px !important;}
.home-faq .accordion .card .card-header {background-color: #fff !important;}
.home-faq .accordion .card .card-header button {padding: 15px 50px 15px 15px !important;}
.home-faq .accordion .card .card-header button:hover {background-color: transparent !important;}
/* .home-faq .accordion .card .card-body {font-size: 20px;color: #0a3041 !important;} */
.home-faq .accordion .card .card-header button:hover::after {filter: brightness(0) invert(1) !important;}
.home-faq .accordion .card .card-header button[aria-expanded="true"] {background-color: #C92330 !important;color: #fff !important;}


/* quick-query page */
.Quick-query-parent {display: grid !important;grid-template-columns: 1fr 1fr;width: 90%;margin: auto;margin-top: -55px;gap: 20px;}
.Quick-query-parent .quick-query-cards {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;background: #fff;padding: 10px;}
.Quick-query-parent .quick-query-cards h3 {color: #dc3545;font-size: 35px !important;font-weight: 700 !important;}
.Quick-query-parent .quick-query-cards p {color: #667281;font-size: 22px !important;font-weight: 500 !important;padding-top: 0px !important;line-height: 28px !important;}
.quick_quries_prnt .cell img {height: 725px;}
.quick_quries_cntnt .form-element.mb-4 {margin-bottom: 20px !important;}
.quick_quries_prnt .col-lg-6 {padding: 0px;}
.quick_quries_prnt .col-lg-6 .quick_quries_cntnt {padding: 40px;}
.quick_quries_prnt .col-lg-6 .quick_quries_cntnt .col-lg-6 {padding: 0px 15px;}
.feedback-area-v1 .feedback-form .form_control, select{margin-bottom: 0px !important;}
.quick_quries_cntnt select {border-right: 18px solid transparent !important;}

.design-radio-parent {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;gap: 24px;}
.design-radio-parent2 {display: grid;grid-template-columns: 1fr 1fr;gap: 24px;}
.design-radio-parent .custom-control-inline2,
.design-radio-parent .custom-control-inline {background: #EEEEEE;padding: 18px 26px;}
.design-radio-parent2 .custom-control-inline input,
.design-radio-parent .custom-control-inline input {position: relative;}
.design-radio-parent2 .custom-control-inline input{padding-left: 23px;}
.design-radio-parent2 .custom-control-inline label,
.design-radio-parent .custom-control-inline label {font-size: 16px;line-height: 16px;color: #000000 !important;opacity: 0.5;position: relative;}
.design-radio-parent .custom-control-inline label::before,
.design-radio-parent .custom-control-inline label::after {content: '';top: 0px;border-radius: 50%;}
.design-radio-parent2 .custom-control-inline label::before,
.design-radio-parent2 .custom-control-inline label::after {content: '';top: 0px;border-radius: 50%;}




/* become-a-partner testimonial section */
.testimonial-slider .section_title span {display: none;}
.testimonial-slider .section_title h2 {color: #fff;font-size: 32px;}
.custom_test {background: transparent !important;border: none !important;}
.custom_test .finlance_content img {padding-bottom: 30px !important;}
.custom_test .finlance_content p {color: #fff !important;font-size: 24px !important;line-height: 42px !important;padding-bottom: 30px !important;}
.custom_test .finlance_content h4 {font-size: 22px !important;line-height: 22px !important;font-weight: 600 !important;color: #fff !important;}
.slick-dots li button {background: #ECEAEA !important;border-radius: 50% !important;}
.slick-dots li.slick-active button {background: #AEAEAE !important;}
/* banner */
/* .become_header .breadcrumb-txt {padding: 42px 0px !important;} */
.img_bnr_become {height: 400px !important;object-fit: contain;}
.become_header .breadcrumb-txt .row {align-items: center;}
.become_header .breadcrumb-txt .row span {font-size: 40px !important;line-height: 50px !important;font-weight: 800 !important;margin-bottom: 30px;text-transform: capitalize;}
.become_header .custom-btn a:hover {color: #fff !important;border-color: #fff !important;}
.become_header::after {background: linear-gradient(96deg, #000000f2 12.13%, rgb(72 72 72 / 81%) 119.22%) !important;}

.Recruitment-heading p {color: #2B292A !important;font-size: 24px !important;line-height: 24px !important;font-weight: 600 !important;}


.sub-heading p {font-weight: 700 !important;font-size: 28px !important;line-height: 28px !important;color: #2B292A !important;}


/* super-visa page section why-apply-pioneer */
.why-apply-pioneer .cell {min-height: auto;flex-grow: inherit;}
.why-apply-pioneer .cell div {padding: 0px !important;}
.why-apply-pioneer .cell:last-child {padding-left: 20px;}


/* page visitor-visa section Apply for a Visitor Visa */
.visitor-visa-apply {padding: 0px !important;}
.visitor-visa-apply .cell {min-height: auto;}
.visitor-visa-apply .cell:first-child div p {color: #C82627;font-size: 22px;font-weight: 500;line-height: 32px;}
.visitor-visa-apply .cell:last-child div p {color: #667281;font-size: 18px;font-weight: 500;line-height: 25px;}


/* page super-visa section Apply for a Super Visa */
.super-visa-super-visa .cell {min-height: auto !important;}
.super-visa-super-visa .cell:last-child div {padding: 0px !important;}
.super-visa-super-visa .cell:last-child div:first-child p {color: #C82627;font-size: 22px;font-weight: 500;line-height: 32px;margin-bottom: 0px;}
.super-visa-super-visa .cell:last-child div:last-child p {color: #667281;font-size: 18px;font-weight: 500;line-height: 28px;}
.super-visa-super-visa .cell img {margin-top: 8px;}


/* navbar dropdown Study-abroad first section */
.Study-abroad-parent-img-content {display: flex;align-items: center;flex-direction: row-reverse;}
.Study-abroad-parent-img-content .Study-abroad-cards-parent {margin-right: -80px;z-index: 9;}
.Study-abroad-cards-parent {padding: 0px;display: grid !important;gap: 20px;}
.Study-abroad-cards {background: white;padding: 25px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.Study-abroad-cards .Study-abroad-cards-number {color: #C82627;font-size: 35px;font-weight: 700;line-height: 35px;padding: 0px !important;margin-bottom: 10px;}
.Study-abroad-cards .Study-abroad-cards-number p {font-size: 35px !important;font-weight: 700 !important;line-height: 35px !important;margin-bottom: 20px;}
.Study-abroad-cards .Study-abroad-cards-text {color: #667281;font-size: 22px;font-weight: 500;line-height: 22px;padding: 0px !important;}


/* navbar dropdown Study-abroad second section */
.why-study-abroad-cards {border: 1px solid #acaeb170;padding: 20px;transition: 0.5s ease all;}
.why-study-abroad-cards:hover {border: 1px solid #BC342F;}
.why-study-abroad-cards .pbrow,
.why-study-abroad-cards .why-study-abroad-para {padding: 0px !important;}
.why-study-abroad-cards .pbrow{margin-bottom: 18px;}
.why-study-abroad-cards .pbrow .cell {min-height: auto !important;}
.why-study-abroad-cards .pbrow .cell .why-study-abroad-head {color: #C82627;font-size: 22px;font-weight: 600;line-height: 22px;}
.why-study-abroad-cards .pbrow .cell .why-study-abroad-head p {font-size: 24px !important;font-weight: 600 !important;line-height: 27px !important;}
.why-study-abroad-cards .why-study-abroad-para {color: #667281;font-size: 20px;font-weight: 400;line-height: 30px;}
.why-study-abroad-cards .why-study-abroad-para p {line-height: 34px !important;}

/* navbar dropdown Study-abroad logo section */

/* .study-logos-home .cell #ilgq7 {min-height: auto !important;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap: 35px;}
.study-logos-home .cell #ilgq7 .list-group img {width: 100%;transition: 0.5s ease all;aspect-ratio: 3/2;object-fit: contain;}
.study-logos-home .cell #ilgq7 .list-group img:hover {transform: scale(1.1);filter: grayscale(100%);}
.study-logos-home2 .cell #ilgq7-2 {min-height: auto !important;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap: 35px;}
.study-logos-home2 .cell #ilgq7-2 .list-group img {width: 100%;transition: 0.5s ease all;aspect-ratio: 3/2;object-fit: contain;}
.study-logos-home2 .cell #ilgq7-2 .list-group img:hover {transform: scale(1.1);filter: grayscale(100%);} */

.study-logos-home .cell #ilgq7 {gap: 35px;display: flex !important;align-items: center !important;justify-content: center !important;min-height: auto !important;flex-wrap: wrap !important;}
.study-logos-home .cell #ilgq7 .list-group {width: 180px;}
.study-logos-home .cell #ilgq7 .list-group img {width: 100%;transition: 0.5s ease all;aspect-ratio: 3/2;object-fit: contain;}
.study-logos-home .cell #ilgq7 .list-group img:hover {transform: scale(1.1);filter: grayscale(100%);}
.study-logos-home2 .cell #ilgq7-2 {gap: 35px;display: flex !important;align-items: center !important;justify-content: center !important;min-height: auto !important;flex-wrap: wrap !important;}
.study-logos-home2 .cell #ilgq7-2 .list-group {width: 180px;}
.study-logos-home2 .cell #ilgq7-2 .list-group img {width: 100%;transition: 0.5s ease all;aspect-ratio: 3/2;object-fit: contain;}
.study-logos-home2 .cell #ilgq7-2 .list-group img:hover {transform: scale(1.1);filter: grayscale(100%);}

.study-abroad-logos-main .study-logos-home {display: block;transition: 0.5s ease all;}
.logo-reverce .study-logos-home {display: none;transition: 0.5s ease all;}
.study-abroad-logos-main .study-logos-home2 {display: none;transition: 0.5s ease all;}
.logo-reverce .study-logos-home2 {display: block;transition: 0.5s ease all;}

/* .study-logos-home {transition: 0.5s ease all;visibility: visible;height: auto;transform: translateX(0%);}
.logo-reverce .study-logos-home {visibility: hidden;height: 0;transform: translateX(100%);}
.study-logos-home2 {transition: 0.5s ease all;visibility: hidden;height: 0px;transform: translateX(-100%);position: absolute;top: 0;}
.logo-reverce .study-logos-home2 {visibility: visible;height: auto;transform: translateX(0%);position: relative;} */



.study-abroad-logos-parent .cell #ilgq7 {gap: 35px;display: flex !important;align-items: center !important;justify-content: center !important;min-height: auto !important;flex-wrap: wrap !important;}
.study-abroad-logos-parent .cell #ilgq7 .list-group {width: 180px;}
.study-abroad-logos-parent .cell #ilgq7 .list-group img {width: 100%;transition: 0.5s ease all;aspect-ratio: 3/2;object-fit: contain;}
.study-abroad-logos-parent .cell #ilgq7 .list-group img:hover {transform: scale(1.1);filter: grayscale(100%);}
.study-abroad-logos-parent2 .cell #ilgq7-2 {gap: 35px;display: flex !important;align-items: center !important;justify-content: center !important;min-height: auto !important;flex-wrap: wrap !important;}
.study-abroad-logos-parent2 .cell #ilgq7-2 .list-group {width: 180px;}
.study-abroad-logos-parent2 .cell #ilgq7-2 .list-group img {width: 100%;transition: 0.5s ease all;aspect-ratio: 3/2;object-fit: contain;}
.study-abroad-logos-parent2 .cell #ilgq7-2 .list-group img:hover {transform: scale(1.1);filter: grayscale(100%);}

/* .study-abroad-logos-parent .cell #ilgq7 {min-height: auto !important;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;gap: 35px;}
.study-abroad-logos-parent .cell #ilgq7 .list-group img {width: 100%;transition: 0.5s ease all;aspect-ratio: 3/2;object-fit: contain;}
.study-abroad-logos-parent .cell #ilgq7 .list-group img:hover {transform: scale(1.1);filter: grayscale(100%);}
.study-abroad-logos-parent2 .cell #ilgq7-2 {min-height: auto !important;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;gap: 35px;}
.study-abroad-logos-parent2 .cell #ilgq7-2 .list-group img {width: 100%;transition: 0.5s ease all;aspect-ratio: 3/2;object-fit: contain;}
.study-abroad-logos-parent2 .cell #ilgq7-2 .list-group img:hover {transform: scale(1.1);filter: grayscale(100%);} */

.study-abroad-logos-main .study-abroad-logos-parent {display: block;transition: 0.5s ease all;}
.logo-reverce .study-abroad-logos-parent {display: none;transition: 0.5s ease all;}
.study-abroad-logos-main .study-abroad-logos-parent2 {display: none;transition: 0.5s ease all;}
.logo-reverce .study-abroad-logos-parent2 {display: block;transition: 0.5s ease all;}

/* Faq page */
.faq-page .section-title,
.faq-page h2.section-summary {display: none;}
.faq-page .accordion .card .card-header .btn:hover {background-color: transparent !important;color: #2B292A !important;}
.faq-page .accordion .card .card-header .btn[aria-expanded="true"] {background-color: transparent !important;color: #2B292A !important;}


.home_page_header.sticky .header_navigation {background: #c92330 !important;}
/* .navigation-custom {margin-top: 150px !important;} */

/* footer font */
.finlance_footer .footer_top p {margin-bottom: 0px !important;font-size: 16px !important;line-height: 27px !important;}
.finlance_footer .footer_top li a {font-size: 16px !important;font-weight: 400 !important;}
.finlance_footer .footer_top h4 {font-weight: 600 !important;font-size: 20px !important;line-height: 20px !important;}

/* contact page cards */
.Office-Locations-parent #i6r7qx {display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 35px;}
.Office-Locations-parent .Office-Locations-child {background: #F3F3F3;padding-top: 50px;padding-bottom: 50px;padding-left: 30px;padding-right: 30px;transition: 0.5s ease all;}
.Office-Locations-parent .Office-Locations-child:hover {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.Office-Locations-parent .Office-Locations-child .cell {display: flex;flex-direction: column;justify-content: space-between;}
.Office-Locations-parent .Office-Locations-child .branch-name {padding: 0px !important;}
.Office-Locations-parent .Office-Locations-child .branch-name p {font-weight: 500 !important;font-size: 20px !important;line-height: 20px !important;color: #2B292A !important;}
.Office-Locations-parent .Office-Locations-child .Office-Locations-icon,
.Office-Locations-parent .Office-Locations-child .Office-phone-icon,
.Office-Locations-parent .Office-Locations-child .Office-msg-icon,
.Office-Locations-parent .Office-Locations-child .Office-btns-parent {
    padding-left: 0px;
    padding-right: 0px;
}
.Office-Locations-parent .Office-Locations-child .Office-Locations-icon .cell,
.Office-Locations-parent .Office-Locations-child .Office-phone-icon .cell,
.Office-Locations-parent .Office-Locations-child .Office-msg-icon .cell {
    min-height: auto !important;
}
.Office-Locations-parent .Office-Locations-child .Office-Locations-icon .cell p,
.Office-Locations-parent .Office-Locations-child .Office-phone-icon .cell p,
.Office-Locations-parent .Office-Locations-child .Office-msg-icon .cell p {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    color: #667281 !important;
}
.Office-Locations-parent .Office-Locations-child .Office-btns-parent .cell {align-items: baseline;}
.Office-Locations-parent .Office-Locations-child .Office-btns-parent .cell a {font-size: 16px;}

/* .cotact-border-card-parent{display: none !important;} */
.cotact-border-card-parent {padding: 40px 25px !important;background: #f0f0f0;border: 2px solid #c92330;border-radius: 20px;}
.cotact-border-card-parent #i4vhan {display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 8px;}
.cotact-border-card-child {display: flex;flex-direction: column;}
.cotact-border-card-parent #i4vhan .cotact-border-card-child {background: #fff;border-radius: 8px;padding: 15px;}
.cotact-border-card-parent #i4vhan .cotact-border-card-child .border-Locations-icon {padding-left: 0px;padding-right: 0px;}
.cotact-border-card-parent #i4vhan .cotact-border-card-child .border-Locations-icon .cell {min-height: auto !important;}
.cotact-border-card-parent #i4vhan .cotact-border-card-child .pbrow {padding-left: 0px;padding-right: 0px;}
.border-card-branch-name p {font-weight: 700 !important;font-size: 24px !important;line-height: 24px !important;color: #2B292A !important;text-align: center;margin-bottom: 30px;}
.border-Locations-icon .cell:last-child p {font-weight: 400 !important;font-size: 16px !important;line-height: 28px !important;color: #667281 !important;}
.cotact-border-card-parent #i4vhan .cotact-border-card-child .pbrow .cell a {font-size: 16px;}


/* banner text align */
.breadcrumb-area .container .row {align-items: center;height: 500px;}
.main_box_header p {font-weight: 500 !important;font-size: 24px !important;line-height: 34px !important;margin-bottom: 20px;}


/* comman css */
.color-text-white h3 {color: #fff !important;}
.mt-40{margin-top: 40px !important;}
.pl-100{padding-left: 100px !important;}
.pr-100{padding-right: 100px !important;}
.weight-500{font-weight: 500 !important;}
.mb-70{margin-bottom: 70px;}
/* .child-active a {text-decoration: underline;text-decoration-skip-ink: none;color: #fff;text-underline-offset: 10px;} */
.child-active ul a {text-decoration: none;}
.clr-gray{color: #667281 !important;}
p.text_form {line-height: 30px !important;color: #667281;margin-bottom: 20px;}
.Our-Reach-para{font-size: 20px !important;font-weight: 600 !important;line-height: 20px !important;color: #667281;}


#WAButton,
#cartIconWrapper{display: none !important;}
.last-item-class a::before {display: none !important;}
.quick_quries_cntnt .label_check{color:#C92330 !important} 
.eligibility_form{display:block !important;}
.cell .counter {font-weight: 700 !important;font-size: 52px !important;}
.cell .counter_text{font-weight: 500 !important;font-size: 27px !important;}
.cell .counter::after {
    content: "+"; 
}
.staic_alpha .statistics {
    display: inline-block;
}

.staic_alpha .statistics::after {
    content: " M+";
}

.top_heading{
    color: #CB2330;
    text-decoration: underline;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.counselling_card{
    text-align: center;
}
.heading span{
    color: #CB2330;
}
.heading{
    margin-bottom: 30px;
}
.img_form{
    height: 500px !important;
    object-fit: cover !important;
}
.counselling_box1 .custom_test .finlance_content p {
    color: #000 !important; 
}
.counselling_box1 .custom_test .finlance_content h4 {
    color: #000 !important; 
}


@mixin respond-to($breakpoint) {
    @if $breakpoint == "xs" {
        @media screen and (max-width: 767px) {
          @content;
        }
    }
    @else if $breakpoint == "sm" {
        @media (min-width: 768px) and (max-width: 991px) {
            @content;
        }
    }
    @else if $breakpoint == "md" {
        @media (min-width: 992px) and (max-width: 1199px) {
            @content;
        }
    }
    @else if $breakpoint == "lg" {
        @media screen and (min-width: 1200px) {
            @content;
        }
    }
}

.ps-timeline-sec {
    position: relative;
    background:#fff;

    .container {
        position: relative;

        ol {

            @include respond-to(xs) {
                &:before {
                    background: #C92330;
                    content: "";
                    width: 10px;
                    height: 10px;
                    border-radius: 100%;
                    position: absolute;
                    top: 130px !important;
                    left: 36px !important;
                }

                &:after {
                    background: #C92330;
                    content: "";
                    width: 10px;
                    height: 10px;
                    border-radius: 100%;
                    position: absolute;
                    top: inherit !important;
                    left: 36px;
                }

                &.ps-timeline {
                    margin: 130px 0 !important;
                    border-left: 2px solid #C92330;
                    padding-left: 0 !important;
                    padding-top: 120px !important;
                    border-top: 0 !important;
                    margin-left: 25px !important;

                    li {
                        height: 220px;
                        float: none !important;
                        width: inherit !important;

                        &:nth-child(2) {
                            .img-handler-bot {
                                img {
                                    width: 70px;
                                    transition: 0.5s ease all;
                                }
                            }
                        }

                        &:last-child {
                            margin: 0;
                            bottom: 0 !important;
                            height: 120px;

                            .img-handler-bot {
                                bottom: 40px !important;
                                width: 40% !important;
                                margin-left: 25px !important;
                                margin-top: 0 !important;

                                img {
                                    width: 100%;
                                    transition: 0.5s ease all;
                                }
                            }

                            .ps-top {
                                margin-bottom: 0 !important;
                                top: 20px;
                                width: 50% !important;
                            }
                        }



                        span {
                            left: 0 !important;

                            &.ps-sp-top {
                                &:before {
                                    content: none !important;
                                }

                                &:after {
                                    content: none !important;
                                }
                            }

                            &.ps-sp-bot {
                                &:before {
                                    content: none !important;
                                }

                                &:after {
                                    content: none !important;
                                }
                            }
                        }

                        .img-handler-top {
                            position: absolute !important;
                            bottom: 150px !important;
                            width: 30% !important;
                            float: left !important;
                            margin-left: 35px !important;
                            margin-bottom: 0 !important;

                            img {
                                margin: 0 auto !important;
                                width: 80% !important;
                                transition: 0.5s ease all;
                            }
                        }

                        .img-handler-bot {
                            position: absolute !important;
                            bottom: 115px !important;
                            width: 30% !important;
                            float: left !important;
                            margin-left: 35px !important;
                            margin-bottom: 0 !important;

                            img {
                            }
                        }

                        p {
                            text-align: left !important;
                            width: 100% !important;
                            margin: 0 auto !important;
                            margin-top: 0px !important;
                        }

                        .ps-top {
                            width: 60% !important;
                            float: right !important;
                            right: 0;
                            top: -40px;
                        }

                        .ps-bot {
                            width: 60% !important;
                            float: right !important;
                            right: 0;
                            top: -40px;
                        }
                    }
                }
            }


            &.ps-timeline {
                margin: 250px 0;
                padding: 0;
                border-top: 12px solid #C92330;
                list-style: none;
                list-style: none;
                border-radius: 12px;

                li {
                    float: left;
                    width: 20%;
                    padding-top: 30px;
                    position: relative;

                    span.up {
                        width: 35px;
                        height: 25px;
                        margin-left: -17px;
                        border: 1px solid #ffffff;
                        box-shadow: 0 0 0 0px#fff;
                        text-align: center;
                        font-size: 2em;
                        font-style: normal;
                        position: absolute;
                        top: -35px;
                        left: 47%;
                        border-left: 25px solid transparent;
                        border-right: 25px solid transparent;
                        border-bottom: 25px solid #c92330;
                        }

                        span.down {
                            width: 35px;
                            height: 25px;
                            margin-left: -17px;
                            border: 1px solid #ffffff;
                            box-shadow: 0 0 0 0px#fff;
                            text-align: center;
                            font-size: 2em;
                            font-style: normal;
                            position: absolute;
                            top: 0px;
                            left: 46%;
                            border-left: 25px solid transparent;
                            border-right: 25px solid transparent;
                            border-top: 25px solid #c92330;
                        }

                    }
            }

                    .img-handler-top {
                        position: absolute;
                        bottom: 0;
                        margin-bottom: 70px;
                        width: 100%;

                        img {
                            display: table;
                            margin: 0 auto;
                        }
                    }

                    .img-handler-bot {
                        position: absolute;
                        margin-top: 0px;
                        width: 100%;

                        img {
                            display: table;
                            margin: 0 auto;
                        }
                    }

                    p {
                        text-align: center;
                        width: 85%;
                        font-size: 24px !important;
                        line-height: 32px !important;
                        color: #667281;
                        margin: 0 auto;
                    }

                    .ps-top {
                        position: absolute;
                        bottom: 0;
                        margin-bottom: 100px;
                    }

                    .ps-bot {
                        position: absolute;
                        margin-top: 35px;
                    }
                }
            }
        }
    }
}


.milestone_sec ol li .img-handler-top img {transition: 0.5s ease all;overflow: hidden;}
.milestone_sec ol li .img-handler-bot img {transition: 0.5s ease all;overflow: hidden;}
.milestone_sec ol li .img-handler-top img:hover,
.milestone_sec ol li .img-handler-bot img:hover {transform: scale(0.8);}
.milestone_sec ol li .ps-top p,
.milestone_sec ol li .ps-bot p {transition: 0.5s ease all;background: transparent;border-radius: 15px;padding: 20px;}
.milestone_sec ol li .ps-top p:hover,
.milestone_sec ol li .ps-bot p:hover {background: #c92330;border-radius: 15px;padding: 20px;color: #fff;}
.milestone-img-lg-none{display: none !important;}
.milestone_sec ol li .img-handler-top img {transition: 0.5s ease all;}

/* background-color: #eeeeee; */
.design-radio-parent2 .custom-control {padding-left: 23px !important;height: 50px;align-items: center;border-radius: 8px !important;}

.residency_body {overflow: visible;}
.img-sticky{position: sticky;top: 80px;}

.become-recruitment-parent {padding: 0px !important;padding-bottom: 60px !important;}
.become-recruitment-parent .become-recruitment-child {display: flex;flex-direction: column;justify-content: right;align-items: center;}
.become-recruitment-parent .become-recruitment-child .become-recruitment-img {margin-bottom: 35px !important;width: 75px;}
.become-recruitment-parent .become-recruitment-child .sub-heading {padding: 0px !important;}
.become-recruitment-para {padding: 0px !important;padding-top: 12px !important;}

.quick-queries-heading-width {width: 75%;margin: auto;padding-bottom: 70px;}
.get-touch-card .cell:last-child a {font-weight: 400 !important;font-size: 20px !important;line-height: 36px !important;color: #212529 !important;}
/* .team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content {display: none !important;} */

.career-page-section {padding-top: 100px;}
.career-page-section .pbrow {display: flex;align-items: center;}
.career-page-section .pbrow .get-touch-card {padding: 10px;}
.career-page-section .pbrow .get-touch-card .cell:last-child {padding-left: 15px;}
.career-page-section h3 {padding-bottom: 60px;}

.modal-backdrop.show {display: none !important;}

.nepal-header .breadcrumb-area-overlay,
.nepal-header::after {display: none;}
.nepal-header {height: 710px !important;background-size: cover;}
.nepal-header .head_nepal .row {height: 710px !important;}
.nepal-header .head_nepal .row .quick_quries_prnt,
.nepal-header .head_nepal .row .quick_quries_prnt .row {height: auto !important;}
.nepal-header .head_nepal .row .quick_quries_prnt form {background-color: #ffff;border-radius: 16px;padding: 30px;}
.head_nepal h2 span {margin-bottom: 0px !important;font-size: 60px !important;}
.nepal-header .head_nepal .row .quick_quries_prnt form .col-lg-6 {padding: 0px 15px;}
.nepal-header .head_nepal .row .quick_quries_prnt form h3 {color: #2B292A;padding-bottom: 0px;}
.nepal-header .head_nepal .row .quick_quries_prnt form .form-element label {line-height: 10px;margin-bottom: 10px;color: #2B292A !important;}
.nepal-header .head_nepal .row .quick_quries_prnt form .form-element label span {margin-bottom: 0px;font-size: 18px;}
.heading_nepal h2 {font-weight: 500 !important;font-size: 55px;}

/* contact page card */
.Adddress_box, .adddress_box {background-color: #F6F6F6 !important;background-image: none !important;padding: 0px !important;}
.Adddress_box .address_map,
.adddress_box .address_map {flex-basis: 50% !important;}
.Adddress_box .Office-Locations-icon,
.adddress_box .Office-Locations-icon{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.Adddress_box .Office-msg-icon,
.adddress_box .Office-msg-icon{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.cotact-border-card-parent .adddress_box .border-Locations-icon,
.cotact-border-card-parent .Adddress_box .border-Locations-icon{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.Office-Locations-icon .cell,
.Office-phone-icon .cell,
.Office-msg-icon .cell{min-height: auto !important;}
.address_map div iframe {height: 310px !important;}
.cotact-border-card-child p strong,
.branch-name p strong {font-size: 20px !important;line-height: 20px !important;font-weight: 500 !important;color: #2B292A !important;}
.Office-Locations-icon .cell:last-child p,
.Office-phone-icon .cell:last-child p,
.Office-msg-icon .cell:last-child p {font-size: 16px !important;line-height: 24px !important;font-weight: 400 !important;color: #667281 !important;}
.cotact-border-card-parent #ibal6g {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;}
.cotact-border-card-child .border-Locations-icon .cell {min-height: auto !important;}
.cotact-border-card-parent .address_map div iframe {height: 355px !important;}
.modal-content {padding: 12px;border-radius: 12px;box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;}
.modal-header button.close {margin: 0px !important;padding: 8px !important;border: 1px solid black;border-radius: 50% !important;font-size: 25px !important;line-height: 15px;}
.modal.fade.show {background: #00000094;}
.blog-lists .single-blog .blog-img-wrapper img {height: 285px;object-fit: cover;}
.home-page .single_slider .bg_overlay {background-color: transparent !important;}
.event-area-section .event-item .event-img img {width: 100%;}
.staic_second h2 span {position: relative;}
.staic_second h2 span::after {content: ' M';}

.foreign-representatives .grid_item .finlance_img img {height: 370px !important;object-fit: cover !important;}
.foreign-representatives .team_slide .grid_inner_item {overflow: hidden;}
.team-members .team_slide .slick-list .grid_item .finlance_img img {height: 500px !important;object-fit: cover;}

.event-area-section .event-item .event-content {min-height: 400px;}
.customer-slide .slick-track .grid_item .customer-test {position: relative;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding: 30px 20px;border-radius: 15px;transition: 0.5s ease all;background-color: white;}
.customer-slide .slick-track .grid_item .customer-test h5 {font-weight: 600 !important;font-size: 22px !important;line-height: 27px !important;color: #2B292A !important;margin-bottom: 20px;}
.customer-slide .slick-track .grid_item {border: none !important;}
.customer-slide .slick-track .grid_item .customer-test::after {content: '';background-image: url(https://pioneer.webproject.live/assets/front/img/quotation-marks.png);position: absolute;right: 15px;bottom: 15px;width: 30px;height: 30px;background-size: 30px;transform: rotate(182deg);transition: 0.5s ease all;}
.customer-slide .slick-track .grid_item .customer-test h5,
.customer-slide .slick-track .grid_item .customer-test .description {transition: 0.5s ease all;}

.back-image-career {text-align: center;background-color: black;padding: 50px;border-radius: 30px;background-image: url(https://pioneer.webproject.live/assets/front/img/career-bg-img.png);background-size: cover;}
.back-image-career .back-image-career-heading {font-weight: 700 !important;font-size: 36px !important;line-height: 60px !important;color: #fff;width: 50%;margin: auto;margin-bottom: 30px;}
.back-image-career-para {font-weight: 600 !important;font-size: 30px !important;line-height: 36px !important;width: 50%;margin: auto;}
.back-image-career-para a {color: #c92330 !important;}

.permanent_residency_form {padding-top: 0px !important;}

.image_couns {display: inline-block;background: #CB2330;padding: 3px;border-radius: 50%;margin-bottom: 20px;}
.image_couns img{width: 90px;}
.counselling-slide .customer-test::after {content: '';position: absolute;background: #1a2f48;top: -87px;left: -60px;height: 80px;width: 110%;transform: skew(5deg, 32deg);opacity: 0.1;}
.counselling-slide .customer-test::before {content: '';position: absolute;background: #1a2f48;top: -60px;right: 0;height: 72px;width: 100%;transform: skew(0deg, 16deg);opacity: 1;}
.counselling-slide .customer-test {background: #e6e6e6;text-align: center;padding: 20px;border-radius: 26px;position: relative;overflow: hidden;}
.counselling-slide .grid_item {border: none !important;}
.counselling-slide .customer-test h5{font-size: 22px;line-height: 28px;font-weight: 700;}
.counselling-slide .description{min-height: 300px;font-style: italic;}
.quote-icon::before {content: '';position: absolute;left: 137px;text-align: center;z-index: 1;transform: translateY(50%);opacity: 0.12;top: 60px;height: 120px;width: 120px;background-size: 100%;background-image: url('https://pioneer.webproject.live/assets/front/img/counselling-slider/left-quote.png');}
span.text-primary-color {color:#c92330 !important}

/* .event-area-section .event-item .event-date-location {-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;} */
.event-area-section .event-item .event-img img {height: 250px;object-fit: cover;}

.footer-logo-width svg {margin-bottom: 30px;}

.tab-btn a {margin-top: 12px !important;}
.contact-card-w-50 {width: 50% !important;margin: auto;}
.contact-card-w-50 .Office-btns-parent a {font-size: 12px !important;}
.Office-btns-parent .cell a {font-size: 12px;}
.Adddress_box .cotact-border-card-child .pbrow:last-child .cell a,
.adddress_box .cotact-border-card-child .pbrow:last-child .cell a{font-size: 12px;}
.event-area-section .event-item .event-content {display: flex !important;flex-direction: column !important;align-items: flex-start !important;justify-content: space-between !important;}


.about-parent-div {position: relative;overflow: hidden;border-radius: 12px;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;}
.about-parent-div .about-child-content {cursor: pointer;position: absolute;bottom: 0px;padding: 50px;z-index: 9;width: 100%;transition: 0.5s ease all;opacity: 1;background-color: #ffffff73;}
.hover-line {position: relative;display: inline-block !important;transition: 0.5 ease all;}
.hover-line::after {content: '';position: absolute;width: 0%;height: 3px;background-color: #000000a6;left: 0;bottom: -10px;transition: 0.5s ease all;}
.about-parent-div:hover .hover-line::after {width: 100%;}
.about-parent-div .RCIC-Member {font-size: 20px;opacity: 0;transition: 0.5s ease all;}
.about-parent-div:hover .about-child-content .RCIC-Member {opacity: 1;}
.about-parent-div:hover .RCIC-Member {opacity: 1;}

/* contact page page  */
.card-center-contact{grid-column: 1 / 3;width: 50%;margin: auto;}

/* career page start */
.career_jobs .accordion button:hover::after {
    content: '';
    filter: brightness(0) invert(1);
}
  button.btn.btn-link.btn-block.text-left.collapsed {
    font-weight: 500 !important;
    color: #0a3041;
    font-size: 18px !important;
    border-radius: 3px;

    text-decoration: none;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 32px !important;
   
}
div#heading20 {
    background-color: #eeee;
    border: none;
}
.card-body {
    padding: 20px 12px;
    color: #0a3041;
    font-size: 16px;
    line-height: 30px;
    
}
button.btn[aria-expanded="true"] {
    background-color: transparent !important;
    color: #2B292A !important;
    text-decoration:none;
}
ul.faq_ul li{
  list-style: disc !important;
} 
.card {
    margin-bottom: 38px;
    border: none;
    border-radius: 0;
}
/* career page end */


.flex-center {display: flex;justify-content: center;align-items: center;position: relative;margin-bottom: 0px !important;}
.ring-container {position: relative;margin-top: -62px !important;margin-left: -10px;}
.ani-ringring {border: 3px solid #CB2330;-webkit-border-radius: 30px;height: 25px;width: 25px;position: absolute;left: 18px;top: 17px;-webkit-animation: pulsate 1s ease-out;-webkit-animation-iteration-count: infinite;animation-name: circle;opacity: 0.0;}
.red-circle {width: 15px;height: 15px;background-color: #CB2330;border-radius: 50%;position: absolute;top: 23px;left: 23px;}

@keyframes circle {
    0% {-webkit-transform: scale(0.1, 0.1);opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2);opacity: 0.0;}
}


/* floating-option icons */
.floating-option {background: #c92330;position: fixed;top: 30%;right: 0;padding: 15px;transform: translateX(0px) rotate(0deg);border-top-left-radius: 12px;border-bottom-left-radius: 12px;z-index: 9;margin-right: 4px !important;}
.floating-option .option-icon .other-icon-parent {transition: 0.5s ease all;}
.floating-option .option-icon:hover .other-icon-parent {display: block;transition: 0.5s ease all;}
.other-icon-parent .other-icon-child {padding-top: 0px;height: 0;}
.floating-option:hover .other-icon-child {height: auto;padding-top: 14px;}
.floating-option .option-icon .other-icon-parent a img {height: 0px;transition: 0.5s ease all;}
.floating-option:hover .other-icon-child img {height: 32px !important;}
.other-icon-parent .other-icon-child:hover a img {transform: scale(1.2);}
.floating-option .option-icon:hover .other-icon-parent {display: block;overflow: visible;}


.testimonial_slide.section_back .custom_test .finlance_img img {border-radius: 15px !important;}

/* blog-detail page start */
.blog-details-body p {margin-bottom: 10px;}
.blog-details-body a {color: #c92330 !important;}
.blog-details-body p strong {margin: 10px 0px !important;display: inline-table !important;color: #2B292A !important;}
.blog-details-body h1,
.blog-details-body h2,
.blog-details-body h3,
.blog-details-body h4,
.blog-details-body h5,
.blog-details-body h6,
.blog-details-body span{
    display: block !important;
    margin-bottom: 12px !important;
    color: #2B292A !important;
}
.blog-details-body ul {
    padding-left: 0px !important;
}
.blog-details-body ul li,
.blog-details-body i,
.blog-details-body span{
    /* font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 36px !important;
    color: #666 !important; */
}
.blog-details-body b {
    /* font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 36px !important;
    color: #666 !important; */
    margin-bottom: 12px !important;
}
.blog-details-body h1,
.blog-details-body h2,
.blog-details-body h3,
.blog-details-body h4,
.blog-details-body h5,
.blog-details-body h6{
    /* font-weight: 400 !important;
    font-size: 20px !important; */
    line-height: 36px !important;
}

/* blog-detail page end */

/* blogs start */
.blog-page-design .single-blog {
    border-radius: 12px;
    overflow: hidden;
}

/* blogs end */

@media only screen and (min-width: 1024px){
    .heading_nepal h2, .heading_nepal p {width: 85%;}
    .heading_nepal p {font-size: 24px !important;}
    .customer-slide .slick-track .grid_item .customer-test {min-height: 450px;}
    .get-touch-card .cell:last-child {flex-basis: 85% !important;}
    .about-parent-div {width: 80%;margin: auto;}

}

@media only screen and (min-width: 992px){
    .Accreditation-section .container {display: none;}
    .address_section_content {flex-basis: 70% !important;}
        /* header add css start */
        .header_custompage {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 337;
            transition: 0.5s ease all;
        }
        .navigation-custom{
            top: 140px !important;
            margin-bottom: 140px;
        }
        /* header add css end */
}

@media only screen and (max-width: 2500px) and (min-width: 1800px){
    .container {max-width: 1440px;}
    .main-menu ul>li.services_data a,
    .main-menu ul>li.study_data a {padding-right: 20px;}
}

@media only screen and (max-width: 1800px) and (min-width: 1400px){
    .main-menu ul>li.services_data a, .main-menu ul>li.study_data a {padding-right: 15px;}
    .navigation-custom {background-size: cover;height: auto !important;background-position: right;}
    .nepal-header.navigation-custom {background-size: cover !important;height: 710px !important;background-position: right;}
    .breadcrumb-area .breadcrumb-txt .col-xl-7 span {font-size: 44px !important;line-height: 50px !important;}
    .become_header {height: 550px !important;}
    .become_header .container .row {height: 550px !important;}
    .main_box_header p {font-size: 22px !important;}
    .custom-btn-white a {padding: 16px 25px;height: auto;}
    .breadcrumb-area .container .row {height: 375px;}
    .nepal-header .container .row {height: 710px;}
    .Office-btns-parent .cell a {font-size: 12px;}
    .Adddress_box .cotact-border-card-child .pbrow:last-child .cell a,
    .adddress_box .cotact-border-card-child .pbrow:last-child .cell a {font-size: 12px;}
    .tab-heading {font-size: 32px !important;line-height: 40px !important;}
    .Office-Locations-icon .cell:last-child p,
    .Office-phone-icon .cell:last-child p,
    .Office-msg-icon .cell:last-child p {font-size: 16px !important;line-height: 24px !important;}
    .contact-card-w-50 .Office-btns-parent a {font-size: 12px !important;}
    .customer-slide .slick-track .grid_item .customer-test .description p {font-size: 18px !important;line-height: 30px !important;}

}

@media only screen and (max-width: 1400px) and (min-width: 1200px){
    .main-menu ul li {margin-left: 0px !important; margin-right: 0px !important;}
    .navigation-custom {background-size: contain;height: auto !important;background-position: right;}
    .nepal-header.navigation-custom {background-size: cover !important;}
    .breadcrumb-area .breadcrumb-txt .col-xl-7 span {font-size: 40px !important;}
    .main_box_header p {font-size: 20px !important;}
    .custom-btn-white a {padding: 12px 15px;}
    .breadcrumb-area .container .row {height: 310px;}
    .nepal-header.navigation-custom .container .row {height: 710px !important;}
    .become_header {height: 500px !important;}
    .become_header .container .row {height: 500px;}
    .choose-us-ul {padding: 6px 12px;margin-bottom: 15px;}
    .choose-us-ul li {font-size: 18px;}
    .choose-us-ul .red p {font-size: 20px !important;}
    .main-menu ul>li.services_data a, .main-menu ul>li.study_data a {padding-right: 14px;}
    .Office-btns-parent .cell a {font-size: 12px;}
    .Adddress_box .cotact-border-card-child .pbrow:last-child .cell a,
    .adddress_box .cotact-border-card-child .pbrow:last-child .cell a {font-size: 12px;}
    .Office-Locations-icon .cell:last-child p,
    .Office-phone-icon .cell:last-child p,
    .Office-msg-icon .cell:last-child p {font-size: 16px !important;line-height: 24px !important;}
    .back-image-career .back-image-career-heading {font-size: 32px !important;line-height: 48px !important;width: 56%;margin-bottom: 20px;}
    .back-image-career-para {font-size: 28px !important;}
    .tab-heading {font-size: 30px !important;line-height: 38px !important;}
    .main-menu ul li>ul.sub-menu li>a {padding: 5px 25px 5px 45px !important;}
    .services_data .sub-menu li a::before,
    .study_data .sub-menu li a::before {left: 15px !important;}
    .contact-card-w-50 .Office-btns-parent a {font-size: 12px !important;}
    .Office-Locations-icon .cell:last-child p, .Office-phone-icon .cell:last-child p, .Office-msg-icon .cell:last-child p {font-size: 16px !important;line-height: 24px !important;}
    .customer-slide .slick-track .grid_item .customer-test .description p {font-size: 18px !important;line-height: 30px !important;}
    .blog_v1 .grid_item .grid_inner_item .finlance_img img {
        height: 250px;
    }

}

@media only screen and (max-width: 1280px) and (min-width: 1023px){
    .home_banner_content {width: 60% !important;}
}

@media screen and (max-width: 1800px){
    .event-area-section .event-item .event-content {padding: 15px;}
    /* .event-area-section .event-item .event-date-location {-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;padding-bottom: 0px !important;} */
}

@media screen and (max-width: 1370px){
    .why-apply-pioneer {padding-bottom: 0px;}
    a.custom-btn {padding: 15px 25px;}
    .custom-btn-white a {padding: 15px 25px;min-width: auto;height: auto;}
    .Office-Locations-parent #i6r7qx,
    .cotact-border-card-parent #i4vhan {grid-template-columns: 1fr 1fr;}
    
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
    .blog_v1 .grid_item .grid_inner_item .finlance_img img {
        height: 200px;
    }
    .header_bg {background-position-x: center;height: auto !important;background-position: right;}
    .navigation-custom {background-size: contain;background-position: right;}
    .nepal-header.navigation-custom {background-size: cover !important;height: 710px !important;}
    .breadcrumb-area .container .row {height: 260px;}
    .become_header {height: 500px !important;background-position: left !important;background-size: cover !important;}
    .become_header .container .row {height: 500px !important;}
    .breadcrumb-area .breadcrumb-txt .col-xl-7 span {font-size: 40px !important;margin-bottom: 0px;}
    .main_box_header p {font-size: 20px !important;margin-bottom: 12px;}
    .custom-btn a {padding: 15px 22px !important;min-width: auto;}

    .header_v1 .top_header {padding: 15px 20px;}
    .Pioneer-today-card-parent {gap: 40px;}
    .our-reach-img-parent {grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}
    .header_navigation .container .col-lg-10 {padding: 0;}
    .main-menu ul > li:last-child > a {padding: 10px 12px;font-size: 12px;}
    .event-area-section .event-item .event-content {min-height: 410px;}

    .choose-us-ul {padding: 6px 12px;margin-bottom: 15px;}
    .choose-us-ul li {font-size: 18px;}
    .choose-us-ul .red p {font-size: 20px !important;}
    .main-menu ul>li.services_data a, .main-menu ul>li.study_data a {padding-right: 15px;}
    .Office-btns-parent,
    .cotact-border-card-child .pbrow:last-child {display: block !important;}
    .Office-btns-parent .cell:first-child,
    .cotact-border-card-child .pbrow:last-child .cell:first-child {margin-bottom: 10px;}
    .back-image-career .back-image-career-heading {font-size: 32px !important;line-height: 48px !important;width: 56%;margin-bottom: 20px;width: 100%;}
    .back-image-career-para {font-size: 28px !important;width: 100%;}
    .tab-heading {font-size: 28px !important;line-height: 36px !important;}
    .tab-para {font-size: 17px !important;line-height: 26px !important;}
    .tab-btn a {padding: 10px 8px !important;font-size: 13px !important;margin-top: 5px !important;}
    .Office-Locations-icon .cell:last-child p,
    .Office-phone-icon .cell:last-child p,
    .Office-msg-icon .cell:last-child p {font-size: 16px !important;line-height: 24px !important;}
    .Adddress_box,
    .adddress_box {display: block !important;}
    .get-touch-card {margin-bottom: 12px !important;}
    .get-touch-card .cell:last-child a {line-height: 25px !important;}
    .Our-Reach-para p {font-size: 17px !important;line-height: 30px !important;}
    .Adddress_box, .adddress_box {min-height: 625px !important;}


}

@media only screen and (max-width: 1024px) and (min-width: 992px){
    .pb-100 {padding-bottom: 70px!important;}
    .pt-100 {padding-top: 70px;}
    .services_data li,
    .study_data li {padding: 0px 0px 6px !important;margin-top: 4px !important;}
    .custom-heading1 {font-size: 45px !important;line-height: 55px !important;}
    .banner-button {padding: 15px 16px !important;}
    .flag-parent {gap: 35px;}
    .section-para {font-size: 18px !important;line-height: 30px !important;}
    .custom-heading2 {font-size: 30px !important;}
    .custom-heading2-2 {font-size: 30px !important;}
    .custom-mb-30 {margin-bottom: 20px !important;}
    .custom-btn a {padding: 10px 12px !important;line-height: 16px !important;height: auto;min-width: auto;}
    .finlance_we_do .row .col-lg-6 .finlance_content_box {padding-left: 35px;}
    .finlance_we_do .row .col-lg-6 .finlance_content_box img {width: 100%;}
    .Pioneer-today-card-parent {gap: 25px !important;}
    .Pioneer-today-card {padding: 20px 20px 0px 20px;}
    .Pioneer-today-card .Pioneer-today-text {font-size: 17px;line-height: 20px;padding: 18px 0px;}
    .finlance_fun_v1 .counter_box h2 {font-size: 35px !important;line-height: 40px !important;margin-bottom: 18px !important;}
    .finlance_fun_v1 .counter_box p {font-size: 20px !important;line-height: 20px !important;}
    .study-logos-home .cell #ilgq7 {gap: 20px;}
    .testimonials-vdo {box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;border-radius: 12px;}
    .Choose-us-parent .Choose-us-card .Choose-ul, .Choose-us-parent .Choose-us-card .Choose-para {font-size: 16px;line-height: 24px;}
    .Choose-us-parent .Choose-us-card .Choose-heading {font-size: 22px;}
    .Choose-us-parent {gap: 20px;}
    .quick_quries_prnt .col-lg-6 .quick_quries_cntnt {padding: 40px 20px;}
    .quick_quries_prnt .col-lg-6 .quick_quries_cntnt .col-lg-6 {padding: 0px 12px;}
    p.text_form {line-height: 26px !important;font-size: 18px !important;}
    .quick_quries_cntnt button[type="submit"] {padding: 14px 22px !important;}
    .pb-120 {padding-bottom: 60px;}
    .pt-120 {padding-top: 70px;}
    .about_widget {width: 100%;}
    .footer_v1 .contact_widget {margin-left: 0px;}
    .social_box.custom-footer-icons ul {margin-bottom: 15px;}
    .footer_v1 .footer_bottom {padding: 20px 0;}
    .footer_v1 .widget_box h4.widget_title {margin-bottom: 25px;}
    .get-touch-row .pl-100 {padding-left: 40px !important;}
    .get-touch-card .cell:last-child {padding-left: 20px;flex-basis: 85% !important;}
    .footer-logo-width svg {width: 70%;}
    .about-parent-div .about-child-content {padding: 20px;}

}

@media only screen and (max-width: 1023px) and (min-width: 768px){
    .finlance_banner .hero_slide_v1 .slick-track .single_slider {height: 75vh !important;align-items: end !important;}
}

@media screen and (max-width: 1100px){
    .Office-Locations-parent #i6r7qx,
    .cotact-border-card-parent #i4vhan {gap: 20px;}
    .cotact-border-card-parent {padding: 40px 18px !important;}
    .Office-Locations-parent .Office-Locations-child .Office-btns-parent .cell {display: block !important;}

}

@media only screen and (max-width: 1024px) and (min-width: 768px){
    .break-in-tab {display: block !important;}
    .break-in-tab .pl-100 {padding-left: 0px !important;}
    .why-study-abroad-cards-parent {display: grid !important;}
    .why-study-abroad-cards .pbrow {margin-bottom: 10px;display: block !important;}
    .why-study-abroad-cards .pbrow .cell:first-child {margin-bottom: 15px !important;}
    .Recruitment-card-border-parent {display: grid !important;grid-template-columns: 1fr 1fr !important;gap: 20px !important;}
    .Recruitment-card-border {border-right: none;}
    .Why-Choose-row .cell.pl-100 {padding-top: 40px;}
}

@media only screen and (max-width: 1024px) and (min-width: 780px){
    .customer-slide .slick-track .grid_item .customer-test {min-height: 450px !important;}
    .customer-slide .slick-track .grid_item .customer-test .description p {font-size: 18px !important;line-height: 28px !important;}

}

@media only screen and (max-width: 991px) and (min-width: 768px){
    #ivxq6v {padding: 70px 0 0 0 !important;}
    .finlance_header .col-lg-2 .brand a img {width: 300px;}
    .breadcrumb-area.lazy.entered.loaded,
    .finlance_banner .hero_slide_v1 .slick-track .single_slider {top: 160px !important;}
    .our-reach-img-parent {grid-template-columns: 1fr 1fr 1fr 1fr;}
    .home_banner_content {width: 85% !important;}
    .custom-heading1 {font-size: 45px !important;line-height: 55px !important;}
    .custom-heading2 {font-size: 30px !important;}
    .custom-heading2-2 {font-size: 30px !important;}
    .custom-mb-30 {margin-bottom: 18px !important;}
    .custom-btn a {padding: 15px 30px;min-width: auto;height: auto;}
    .Pioneer-today-card {padding: 35px 20px 0px 20px;}
    .Pioneer-today-card .Pioneer-today-text {font-size: 18px;padding: 20px 0px;}
    .Pioneer-today-card-parent {gap: 30px;}
    .finlance_fun_v1 .counter_box h2 {font-size: 35px !important;line-height: 45px !important;}
    .finlance_fun_v1 .counter_box p {font-size: 20px !important;line-height: 20px !important;}
    .finlance_fun_v1 .counter_box {margin-bottom: 55px;}
    .study-logos-home .cell #ilgq7,
    .study-logos-home2 .cell #ilgq7-2 {grid-template-columns: 1fr 1fr 1fr 1fr 1fr;gap: 30px;}
    .floating-option {padding: 10px;}
    .floating-option:hover .other-icon-child img {height: 28px !important;}
    .custom-heading6 {font-size: 18px !important;}
    .testimonials-section .btn-left {justify-content: center;}
    .Choose-us-parent {grid-template-columns: 1fr 1fr;gap: 25px;}
    .Choose-us-parent {grid-template-columns: 1fr 1fr;gap: 25px;}
    .Choose-us-parent .Choose-us-card .Choose-heading {font-size: 22px;margin-bottom: 18px;}
    .section-para {font-size: 18px !important;line-height: 32px !important;}
    .finlance_blog .slick-track .grid_item .finlance_content h3 a {font-size: 20px !important;}
    .finlance_blog .slick-track .grid_item .finlance_content .post_meta span a {font-size: 18px !important;line-height: 18px !important;}
    .blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link {padding-top: 0px;}
    .finlance_blog .slick-track .grid_item .finlance_content h3 {padding-bottom: 8px !important;}
    .blog_v1 .grid_item .grid_inner_item .finlance_content .post_meta {margin-bottom: 10px;}
    .finlance_blog .slick-track .grid_item .finlance_content {padding: 24px 0px 15px !important;}
    .quick_quries_prnt .col-lg-6 .quick_quries_cntnt {padding: 30px 15px;}
    .quick_quries_cntnt button[type="submit"] {padding: 15px 30px !important;}
    .footer_top {background: linear-gradient(180deg, rgba(0,0,0,1) 2%, rgba(2,33,80,1) 100%, rgba(212,212,212,1) 100%);position: relative;}
    .pt-120 {padding-top: 60px !important;}
    .pb-120 {padding-bottom: 20px !important;}
    .footer_top::before {content: '';position: absolute;top: 0;right: 0;background-image: url(https://pioneer.webproject.live/assets/front/img/globel.webp);background-size: contain;height: 270px;width: 270px;}
    .footer_top::after {content: '';position: absolute;bottom: 0;right: 0px;background-image: url(https://pioneer.webproject.live/assets/front/img/plane.webp);background-size: contain;height: 150px;width: 425px;background-repeat: no-repeat;transform: rotate(342deg);}
    .footer_bottom {position: relative;padding: 15px 0;}
    .footer_bottom ul.footer-bottom-ul {justify-content: center;margin-top: 8px;}
    /* .navigation-custom {margin-top: 110px !important;} */
    .breadcrumb-area .breadcrumb-txt .col-xl-7 span {padding-top: 55px;}

    .milestone_sec ol li .img-handler-top img,
    .milestone_sec ol li .img-handler-bot img {width: 100px;}
    .milestone_sec ol li .ps-top p,
    .milestone_sec ol li .ps-bot p {padding: 10px;font-size: 17px !important;line-height: 23px !important;}
    .milestone_sec ol li .ps-top p:hover,
    .milestone_sec ol li .ps-bot p:hover{padding: 10px;}

    .become-recruitment-parent {display: grid !important;grid-template-columns: 1fr 1fr;gap: 20px;}
    .get-touch-row {display: block !important;}

    .team-members .team_slide .slick-list .grid_item .finlance_img img {height: 400px !important;}
    .back-image-career .back-image-career-heading {font-size: 32px !important;line-height: 48px !important;margin-bottom: 20px;width: 100%;}
    .back-image-career-para {font-size: 28px !important;width: 100%;}

    .Adddress_box, .adddress_box {min-height: 675px !important;}

}

@media screen and (max-width: 991px){
    .w-90{width: 100% !important;}
    .header_custompage {position: relative;z-index: 99;}
    .about-parent-div .about-child-content {padding: 20px;}
    .floating-option {top: 50%;}
    .counseling_form h3.heading {padding-left: 15px;padding-right: 15px;}
    .counselling-slide .description{min-height: 500px;}
    .pr-100 {padding-right: 0px !important;}
    .pl-100 {padding-left: 24px !important;}
    .mean-container a.meanmenu-reveal{color: #ffff !important;}
    .finlance_about .row .col-lg-6:last-child {margin-top: 30px;}
    .finlance_we_do .row .col-lg-6 .finlance_content_box {padding-left: 0px;}
    .finlance_we_do .row {flex-direction: column-reverse;}
    .flag-parent {grid-template-columns: 1fr 1fr 1fr;}
    .flag-parent .flag-card .country-name {margin-top: 10px;}
    .Pioneer-today-card-parent {grid-template-columns: 1fr 1fr;gap: 40px;}
    .testimonials-vdo {margin-bottom: 20px;}
    .hero_slide_v1 .single_slider {padding: 200px 0 250px !important;}
    .mean-container .mean-nav {background: #c92330 !important;}
    .mean-container .mean-nav ul li {border-bottom: 1px solid #ffffff !important;}
    .mean-container .mean-nav ul li:last-child {border-bottom: none !important;}
    .small-nav-design .mean-nav ul li a.mean-expand {color: #c92330 !important;font-size: 32px !important;line-height: 30px !important;background: #fff !important;}
    .mobile_menu ul li .mean-expand:hover {background-color: #010e2a !important;}

    .mean-container .mean-nav ul li ul li a {font-size: 16px !important;padding-left: 60px !important;}
    .mean-container .mean-nav ul li ul li a::before {content: '';top: 16px !important;left: 25px !important;}
    .mean-container .mean-nav ul li.services_data ul li a::before {filter: brightness(0) invert(1) !important;background-color: transparent !important;}
    .mean-container .mean-nav li a {padding-left: 15px !important;}
    .mean-container .mean-nav ul ul {height: auto;}
    .mean-container .mean-nav ul {height: 520px;overflow: hidden;overflow-y: auto;}
    .mean-container .mean-nav ul::-webkit-scrollbar {width: 5px;}
    .mean-container .mean-nav ul::-webkit-scrollbar-thumb {background: #fff; border-radius: 5px;}
    .navigation-custom{top: 163px !important;margin-bottom: 140px;}
    .header_bg {background-position-x: right !important;height: auto !important;}
    .Why-Choose-row {display: block;}
    .Office-Locations-parent .Office-Locations-child .Office-btns-parent {flex-wrap: wrap;}
    .Office-Locations-parent .Office-Locations-child .Office-btns-parent .cell:first-child {margin-bottom: 14px;}
    .cotact-border-card-parent #i4vhan .cotact-border-card-child .pbrow:last-child {flex-wrap: wrap;}
    .cotact-border-card-parent #i4vhan .cotact-border-card-child .pbrow:last-child .cell:first-child {margin-bottom: 14px;}
    .study_data .sub-menu li a::before {width: 30px;height: 30px;background-color: transparent !important;}
    .residency_body {overflow: hidden;}
    .header_bg.become_header {height: 600px !important;}
    .become_header .container .row {align-items: normal;height: 600px;}

    .breadcrumb-area .container .row .col-xl-5 {padding-top: 115px;}
    .become_header .container .row .col-xl-5 {padding-top: 50px !important;}
    .img_bnr_become {height: 260px !important;object-fit: fill !important;margin-top: 30px;}
    .Accreditation-section .container-fluid {display: none;}
    .design-radio-parent {grid-template-columns: 1fr 1fr;}
    .home-faq .row {flex-direction: column-reverse;align-items: inherit !important;}
    .home-faq .row .col-lg-6 {max-width: 100% !important;}
    .nepal-header {height: auto !important;}
    .nepal-header .row {height: auto !important;}
    .nepal-header .head_nepal .row {height: auto !important;}
    .nepal-header .head_nepal .row .heading_nepal {padding-top: 60px;margin-left: 15px;margin-right: 15px;padding-bottom: 40px;}
    .Adddress_box, .adddress_box {display: block !important;}
    .Office-btns-parent {display: block !important;}
    .Office-btns-parent .cell:first-child {margin-bottom: 8px !important;}
    .Office-msg-icon, .Office-phone-icon, .Office-Locations-icon {flex-wrap: nowrap !important;}
    .cotact-border-card-child .pbrow:last-child {display: block !important;}
    .cotact-border-card-child .pbrow:last-child .cell:first-child {margin-bottom: 10px;}
    .Quick-query-parent {margin-bottom: 30px;}
    .form_nepal {padding-bottom: 50px;}
    .career-pioneer-form {padding-top: 50px;}
    .footer-logo-width svg {width: 70%;}

    .testimonial_v1 .testimonial_slide .testimonial_box {padding: 12px;display: block !important;}
    .testimonial_v1 .testimonial_slide .testimonial_box .finlance_content {width: 100%;margin-left: 0px;margin-top: 20px;}
    .custom_test .finlance_content p {font-size: 18px !important;line-height: 28px !important;padding-bottom: 20px !important;}
    .testimonial_v1 .testimonial_slide .testimonial_box .finlance_content img {width: 50px;}

    .sm-pt {padding-top: 40px !important;}
    form.quick_quries_cntnt.permanent-residency {padding-top: 40px !important;}

    .header_v1 .header_navigation {background: #c92330;}
    .home-faq .content-faq {padding-top: 50px;}
    .blog_v1 .grid_item .grid_inner_item .finlance_img img {
        height: 200px;
    }
    

}

@media screen and (max-width: 767px){
    .blog_v1 .grid_item .grid_inner_item .finlance_img img {
        height: 250px;
    }
    .home_page_header .header_navigation {top: 72px;}
    .header_custompage .header_navigation {top: 72px;}
    .header_custompage.sticky .header_navigation {top: 0px;}
    .event-area-section .event-item:hover .event-content {box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;}
    .pagination-nav .pagination {flex-wrap: wrap;gap: 12px;}
    .pagination-nav .pagination li span, .pagination-nav .pagination li a {padding: 10px 12px !important;}
    .home-page .single_slider .bg_overlay {background-image: none !important;background: linear-gradient(96deg, #c92330 20%, rgb(213 213 213 / 0%) 100%) !important;}
    .custom-nav-tabs {margin-bottom: 30px !important;}
    .blog-lists {padding-top: 60px !important;}
    .Why-Choose-row .cell.pl-100 {padding-top: 30px !important;}
    h3 {font-size: 28px !important;}
    p {font-size: 18px !important;line-height: 30px !important;}
    p.text_form {line-height: 26px !important;}
    .custom-heading2 {font-size: 26px !important;}
    .custom-heading2-2 {font-size: 26px !important;}
    .pt-120 {padding-top: 60px !important;}
    .pb-120 {padding-bottom: 20px !important;}
    .pt-100 {padding-top: 60px !important;}
    .pb-100 {padding-bottom: 60px !important;}
    .mb-60 {margin-bottom: 40px !important;}
    .pb-75{padding-bottom: 50px;}
    .custom-mb-30 {margin-bottom: 20px !important;}
    .custom-mt-60 {margin-top: 0px !important;}
    .mt-40 {margin-top: 20px !important;}
    .banner-button {padding: 12px 20px !important;min-width: auto;}
    .finlance_header .col-lg-2 .brand a img {width: 220px;}
    .header_v1 .top_header {padding: 15px 0px 10px;}
    .header_v1 .top_header .top_left {margin-bottom: 0px;}
    .header_v1 .top_header .top_left span {display: block;}
    .header_v1 .header_navigation {padding: 10px 0px;}
    .navigation-custom {top: 150px !important;margin-bottom: 150px;}
    .flag-parent {grid-template-columns: 1fr 1fr;gap: 25px;}
    .Pioneer-today-card-parent {grid-template-columns: 1fr;gap: 20px;}
    .Pioneer-today-card {padding: 25px 25px 0px 25px;}
    .Pioneer-today-card .Pioneer-today-text {font-size: 18px;line-height: 20px;padding: 24px 0px;}
    .Choose-us-parent {grid-template-columns: 1fr;gap: 20px;}
    .Choose-us-parent .Choose-us-card:first-child {padding: 30px 20px;}
    .Choose-us-parent .Choose-us-card {padding: 30px 20px 30px 20px;}
    .our-reach-img-parent {display: grid;grid-template-columns: 1fr 1fr;gap: 10px;}
    .our-reach-img-child {text-align: center;margin: auto;}
    .our-reach-img-parent .our-reach-img-child img {width: 110px;}
    .home_banner_content {width: 100% !important;}
    .hero_slide_v1 .single_slider {padding: 0px !important;}
    .finlance_banner .hero_slide_v1 .slick-track .single_slider {height: 70vh !important;align-items: end !important;padding-bottom: 100px !important;}
    .floating-option {padding: 10px;}
    .floating-option.floating-option-add .other-icon-child img {height: 25px !important;}
    .floating-option .other-icon-child {display: flex;justify-content: center;}
    .floating-option.floating-option-add .other-icon-child {height: auto;padding-top: 14px;}

    .floating-option .other-icon-parent {display: none !important;}
    .floating-option.floating-option-add .other-icon-parent{ display: block !important;}

    .footer_top {background: linear-gradient(180deg, rgba(0,0,0,1) 2%, rgba(2,33,80,1) 100%, rgba(212,212,212,1) 100%);position: relative;}
    .footer_top::before {content: '';position: absolute;top: 0;right: 0;background-image: url(https://pioneer.webproject.live/assets/front/img/globel.webp);background-size: contain;height: 270px;width: 175px;background-repeat: no-repeat;}
    .footer_top::after {content: '';position: absolute;bottom: 0;right: -150px;background-image: url(https://pioneer.webproject.live/assets/front/img/plane.webp);background-size: contain;height: 150px;width: 400px;background-repeat: no-repeat;transform: rotate(252deg);}
    .footer_bottom {position: relative;padding: 15px 0;}
    .footer_bottom ul.footer-bottom-ul {justify-content: center;margin-top: 8px;}
    .about_widget {width: 100%;}
    .widget_box {margin-bottom: 25px;}
    .footer_v1 .widget_box h4.widget_title {margin-bottom: 25px;}
    .social_box.custom-footer-icons ul {margin-bottom: 15px;}
    .section-para {font-size: 18px !important;line-height: 32px !important;}
    .custom-btn a {padding: 14px 20px;height: auto;min-width: auto;}
    .finlance_we_do .finlance_content_box img {width: 100%;}
    .finlance_fun_v1 .counter_box h2 {font-size: 35px !important;line-height: 35px !important;margin-bottom: 20px !important;}
    .finlance_fun_v1 .counter_box p {font-size: 18px !important;line-height: 26px !important;}
    .custom-heading6 {font-size: 18px !important;line-height: 26px !important;}
    .study-logos-home2 .cell #ilgq7-2,
    .study-logos-home .cell #ilgq7 {grid-template-columns: 1fr 1fr;gap: 20px;}
    .btn-left {justify-content: center;}
    .section_title {margin-bottom: 40px;}
    .finlance_blog .slick-track .grid_item .finlance_content {padding: 28px 0px 15px !important;}
    .blog_v1 .grid_item .grid_inner_item .finlance_content .post_meta {margin-bottom: 10px;}
    .finlance_blog .slick-track .grid_item .finlance_content .post_meta span a {font-size: 16px !important;line-height: 16px !important;}
    .finlance_blog .slick-track .grid_item .finlance_content h3 a {font-size: 20px !important;line-height: 30px !important;}
    .finlance_blog .slick-track .grid_item .finlance_content h3 {padding-bottom: 0px !important;}
    /* .quote-area.pt-100 {padding-top: 0px !important;} */
    .quick_quries_prnt .col-lg-6 .quick_quries_cntnt {padding: 40px 18px;}
    .quick_quries_cntnt button[type="submit"] {padding: 14px 28px !important;} 
    .small-nav-design .mean-nav ul li ul li a {padding-left: 48px !important;}
    .small-nav-design .mean-nav ul li ul li a::before {left: 15px;}
    .small-nav-design .mean-nav ul li a.mean-expand {font-size: 26px !important;line-height: 28px !important;padding: 12px 8px!important;}
    .quick_quries_prnt .cell img {height: auto;}
    .Pioneer-today-section .row #iot79 {padding: 0px 12px;}
    #in9n3 {padding: 0px 12px;}
    .About-Founder-content {padding-left: 15px !important;padding-right: 15px !important;}

    .milestone_sec ol.ps-timeline {margin-top: 30px !important;border-radius: 0 !important;border-left: 10px solid #c92330 !important;border-top: none !important;margin-bottom: 30px !important;}
    .milestone_sec ol.ps-timeline li {float: inherit !important;padding-top: 0px !important;width: 100% !important;}
    .milestone_sec ol.ps-timeline li .img-handler-top,
    .milestone_sec ol.ps-timeline li .img-handler-bot {position: relative;margin-bottom: 25px;}
    .milestone_sec ol.ps-timeline li .ps-bot,
    .milestone_sec ol.ps-timeline li .ps-top {position: relative;margin-bottom: 25px;}
    .milestone_sec ol.ps-timeline li span.up {top: 65px !important;transform: rotate(90deg);left: 0px !important;}
    .milestone_sec ol.ps-timeline li span.down {left: 0px !important;transform: rotate(270deg);top: 65px !important;}
    .milestone-img-lg-none{display: block !important;}
    .milestone-img-sm-none{display: none !important;}

    .Office-Locations-parent #i6r7qx,
    .cotact-border-card-parent #i4vhan {grid-template-columns: 1fr;}
    .Office-Locations-parent .Office-Locations-child .pbrow.Office-Locations-icon,
    .Office-Locations-parent .Office-Locations-child .pbrow.Office-phone-icon,
    .Office-Locations-parent .Office-Locations-child .pbrow.Office-msg-icon {flex-wrap: inherit !important;}
    .study-abroad-logos-parent .cell #ilgq7 .list-group,
    .study-abroad-logos-parent2 .cell #ilgq7-2 .list-group {width: 120px !important;}
    .event-area-section .event-item {padding: 20px 0px !important;}
    .custom-nav-tabs li.nav-item a {font-size: 18px !important;line-height: 20px !important;padding: 12px 5px !important;}
    .event-area-section .event-item .event-content {margin-left: 0;margin-top: 0px;padding: 15px 10px !important;}
    .event-area-section .event-item .event-content button {margin-bottom: 15px;}
    .event-area-section .event-item .event-content {min-height: auto;}

    .slick-dots li button {width: 12px !important;height: 12px !important;}
    .study-logos-home2 .cell #ilgq7-2 .list-group,
    .study-logos-home .cell #ilgq7 .list-group {width: 100px !important;}
    .Recruitment-card-border {border-bottom: 1px solid #0000006b;border-right: none;margin-bottom: 20px;}
    .cotact-border-card-parent #i4vhan .cotact-border-card-child .pbrow {flex-wrap: nowrap;}
    .Office-Locations-parent .Office-Locations-child {padding-top: 30px;padding-bottom: 20px;padding-left: 20px;padding-right: 20px;}
    .cotact-border-card-parent {padding: 40px 10px !important;}
    .pl-100 {padding-left: 15px !important;}
    .get-touch-card {margin-bottom: 20px;}
    .get-touch-card .cell:last-child {padding-left: 20px;flex-basis: 85% !important;}
    .worldwide-count-parent {padding-left: 0px !important;padding-right: 0px !important;}
    .worldwide-count-parent #ibfrl {max-width: 100%;}
    .worldwide-count {max-width: 100%;}
    .counter_text pre {white-space: break-spaces !important;}
    #ivxq6v {padding: 0px !important;}
    .design-radio-parent {grid-template-columns: 1fr;}
    .why-apply-pioneer .cell:last-child {flex-basis: 85% !important;}
    h2 {font-size: 26px;line-height: 32px;}
    .mt-60 {margin-top: 20px !important;}
    .quick_quries_cntnt button[type="submit"] {padding: 14px 30px !important;}
    a#im6tg {float: left;}
    .design-radio-parent2 {grid-template-columns: 1fr;gap: 20px;}
    .design-radio-parent2 .custom-control {margin-right: 0px;}
    .cell .counter {font-size: 38px !important;margin-bottom: 0px !important;}
    .cell .counter_text {font-size: 22px !important;}
    .visitor-visa-apply {flex-wrap: inherit;}
    .visitor-visa-apply .cell:first-child {flex-basis: 30% !important;}
    .Study-abroad-parent-img-content {display: block !important;}
    .Study-abroad-parent-img-content img {width: 100% !important;}
    .Study-abroad-parent-img-content .Study-abroad-cards-parent {margin-right: 0px !important;grid-template-columns: 1fr 1fr !important;gap: 12px;padding: 0px !important;margin-top: 20px;}
    .Study-abroad-parent-img-content .Study-abroad-cards-parent .Study-abroad-cards {padding: 18px 12px !important;}
    .Study-abroad-cards .Study-abroad-cards-number p {font-size: 28px !important;margin-bottom: 0px !important;}
    .why-study-abroad-cards .pbrow {margin-bottom: 0px !important;}
    .why-study-abroad-cards .pbrow .cell .why-study-abroad-head {padding: 10px 0px !important;}
    .nepal-header {height: auto !important;padding-bottom: 50px;}
    .head_nepal h2 span {font-size: 40px !important;line-height: 50px;}
    .custom_test.testimonial_box .finlance_img {width: 100% !important;}
    .cotact-border-card-parent #ibal6g {grid-template-columns: 1fr;gap: 20px;}
    .border-Locations-icon {flex-wrap: nowrap;}
    .header_bg.become_header {height: 580px !important;}
    .img_bnr_become {margin-top: 30px;}
    .services_data .sub-menu li a::before {left: 3px;top: 16px;}
    .study_data .sub-menu li a::before {left: 3px;top: 16px;}
    .foreign-representatives .grid_item .finlance_img img {height: auto !important;}
    .img_bnr_become {height: auto !important;}
    .foreign-representatives .team_slide {margin-left: 15px !important;margin-right: 15px !important;}
    .team-members .team_slide .slick-list .grid_item .finlance_img img {height: 400px !important;} 
    .heading_nepal h2 {font-size: 38px !important;line-height: 50px !important;}
    .form_nepal {padding-bottom: 0px;}
    .back-image-career .back-image-career-heading {font-size: 26px !important;line-height: 35px !important;width: 100%;margin-bottom: 20px;}
    .back-image-career-para {font-size: 20px !important;width: 100%;}
    .back-image-career {padding: 40px 15px;}
    .counselling-slide .description{min-height: auto;}
    .event-area-v2 {padding-bottom: 0px !important;}
    .pb-60-h {padding-bottom: 30px !important;}
    .contact-card-w-50 {width: 100% !important;}
    .faq-section {padding: 50px 0 50px !important;}
    .breadcrumb-area .container .row {height: 400px;}
    .online-counseling .breadcrumb-area .container .row .head_counselling .tab-para {-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;}
    .customer-slide .slick-track .grid_item .customer-test .description p {font-size: 18px !important;line-height: 28px !important;}

    .home-faq .content-faq {padding-top: 30px;}
    /* .home-faq .accordion .card .card-header button {padding: 15px 60px 15px 15px !important;} */
    .faq-section .accordion .card .card-header .btn[aria-expanded="true"]::after {right: 18px !important;top: 40px !important;}
    .faq-section .accordion .card .card-header .btn::after {right: 18px !important;top: 32px !important;}



}   

@media screen and (max-width: 600px){
    .header_bg {background-position-x: -900px !important;}
    .online-counseling .breadcrumb-area.header_bg {background-position-x: -820px !important;}
    .study-visa .header_bg {background-position-x: -1000px !important;}
    .visitor-visa .header_bg {background-position-x: -740px !important;}
    .spouse-visa .header_bg {background-position-x: -760px !important;}
    .study-in-europe .header_bg .row span {font-size: 37px !important;line-height: 50px !important;}
    .study-in-europe .header_bg .row .main_box_header p {font-size: 20px !important;line-height: 30px !important;}
    .study-in-new-zealand .header_bg {background-position-x: -960px !important;}
    .study-in-new-zealand .header_bg .row span {font-size: 37px !important;line-height: 50px !important;}
    .study-in-new-zealand .header_bg .row .main_box_header p {font-size: 20px !important;line-height: 30px !important;}
    .study-in-new-zealand .header_bg .row span, .study-in-new-zealand .header_bg .row .main_box_header p {width: 80% !important;}

    
    .study-in-uk .header_bg {background-position-x: -1050px !important;}
    .study-in-uk .header_bg .row span {font-size: 37px !important;line-height: 50px !important;}
    .study-in-uk .header_bg .row .main_box_header p {font-size: 20px !important;line-height: 30px !important;}
    .study-in-uk .header_bg .row span, .study-in-uk .header_bg .row .main_box_header p {width: 80% !important;}

    .study-in-canada .header_bg {background-position-x: -850px !important;}
    .study-in-canada .header_bg .row span {font-size: 37px !important;line-height: 50px !important;}
    .study-in-canada .header_bg .row .main_box_header p {font-size: 20px !important;line-height: 30px !important;}
    .study-in-canada .header_bg .row span, .study-in-canada .header_bg .row .main_box_header p {width: 80% !important;}

    .study-in-usa .header_bg {background-position-x: -840px !important;}
    .study-in-usa .header_bg .row span {font-size: 37px !important;line-height: 50px !important;}
    .study-in-usa .header_bg .row .main_box_header p {font-size: 20px !important;line-height: 30px !important;}
    .study-in-usa .header_bg .row span, .study-in-usa .header_bg .row .main_box_header p {width: 80% !important;}

    .faqs .header_bg {background-position-x: -740px !important;}
    .card-center-contact {grid-column: 1 / 1 !important;width: 100%;}

}

@media screen and (max-width: 500px){
    .finlance_banner .hero_slide_v1 .slick-track .single_slider {padding-bottom: 80px !important;}
    .home_banner_content h1 {margin-bottom: 15px !important;}
    .head_counselling {width: 82%;}
    .custom-btn a {padding: 8px 15px;font-size: 13px !important;}
    
}

@media screen and (max-width: 400px){
    .finlance_banner .hero_slide_v1 .slick-track .single_slider {padding-bottom: 70px !important;}
    .hero_slide_v1 .single_slider .banner_content h1 {font-size: 32px !important;line-height: 42px !important;}
    .get-touch-card .cell:last-child {padding-left: 6px !important;}
    .get-touch-card {margin-left: -15px !important;}

}

.activequick-nav a:hover::before,
.quick-nav a:hover::before {display: none;}


.copyright_text a {color: #ffffffc9 !important;font-weight: 400 !important;background-color: #0f0e12 !important;}

.event-date-time span a {padding-bottom: 6px;color: #667281 !important;font-size: 16px;line-height: 16px;font-weight: 400 !important;}
.copyright_text p span {color: #ffffffc9 !important;}

.no-events p {
    text-align: center;
    color: #c92330;
}
