body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
p {
    margin-bottom: 15px;
}
.study-item {
    position: relative;
    width: 100%;
}
.image {
    display: block;
    width: 100%;
    height: auto;
}
.study-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(1);
    opacity: 0;
}
.study-item:hover .study-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: 100%;
}
.study-col {
    padding-left: 0;
    padding-right: 0;
}
/* .team-member {
    height: 180px;
} */
.team-member .inner-text h3 {
    font-weight: 600;
    font-size: 17px;
}
.team-member .inner-text p {
    font-size: 14px;
}
.study-title {
    margin-bottom: 0;
}
.team-lead {
    margin-top: 100px;
}
/* .team-member {
    background: #bcbcbc;
} */
.header-single-slider .content:after {
    background: none;
}
.header-slider p {
    font-weight: lighter;
    font-size: 16px;
    letter-spacing: 1px;
}
.header-slider h1 {
    font-weight: 400;
    font-size: 50px;
}
.header-single-slider .content {
    bottom: 70px!important;
    top: inherit!important;
}
.header-slider h1 {
    margin-bottom: 40px;
}
#testimonial {
    background: url(../img/bg/testi-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    z-index: 2;
}
.inner-partner img {
    background: #ffffff;
}
.header-slider .owl-dot:nth-child(1) {
    background: url(../img/sliders/dots/thumbnail-1.png);
}
.header-slider .owl-dot:nth-child(2) {
    background: url(../img/sliders/dots/thumbnail-2.png);
}
.header-slider .owl-dot:nth-child(3) {
    background: url(../img/sliders/dots/thumbnail-3.png);
}
.copyright-text p {
    margin-bottom: 0;
}

/**---about us page start--**/
img.align-right {
    float: right;
    margin: 0 0 10px 10px;
}
.page-cont ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.page-cont ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url('/Frontend/assets/img/logo1.png'); /* Use relative or absolute path */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.page-cont ul li ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px; /* Smaller size for nested bullet */
    height: 12px;
    background-image: url('/Frontend/assets/img/logo1.png'); /* Image for nested li */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}


.section-padding {
    padding: 60px 0 60px;
}
.section-padding-top {
    padding-top: 60px;
}
#footer-copyright a:hover {
    color: #009b49!important;
}
.padding-bottom {
    padding-bottom: 50px;
}
/**---about page end---**/


/*---team page star---**/
.designation {
    font-size: 16px;
    margin-bottom: 10px!important;
}
.member-list {
    margin-bottom: 30px;
}
.text2 {
    text-align: center;
    margin-top: 10px;
}
.member-text p {
    margin-bottom: 0;
}
.member-text p .info{
    text-align: justify;
}
/**---team page end---**/


/**---australia page start---**/
.side-head h2 {
    font-size: 25px;
    background: #f47920;
    color: #ffffff;
    margin-bottom: 0;
    padding: 10px 20px;
}
.side-list {
    background: #dddddd;
    padding: 15px 20px;
}
.side-list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 0!important;
    line-height: 40px;
}
.side-list {
    background: #dddddd;
    padding: 5px 20px 25px 20px;
}
.side-list li a {
    color: #444444;
}
.side-list li a:hover {
    color: #f47920;
}
.side-list .active a {
    color: #f47920;
}
.study-text {
    margin-top: 40px;
}
.inner-study {
    margin-bottom: 20px!important;
}
.inner-study p {
    margin-bottom: 0;
}
.why {
    margin-top: 40px;
}
.why .devider {
    background: #f47920;
    width: 130px;
    height: 2px;
    border: none;
    margin: 0 0 30px;
}
.why h2 {
    margin-bottom: 30px;
}
.page-tab {
    margin-top: 40px;
}
.page-tab .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 22px;
    font-size: 15px;
    color: #363636;
}
.tab-content {
    padding: 35px 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #f47920;
    border-bottom: 2px solid #f47920!important;
    transform: scale(1);
}
.nav-tabs > li > a:hover {
    color: #f47920;
    border-bottom: 2px solid #f47920;
    transform: scale(1);
}
.inner-list {
    margin-top: 30px;
}
h3.sub-heading {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 20px;
}
.tab-text h4 {
    font-style: italic;
    margin-bottom: 20px;
}
.page-cont a {
    color: #f47920;
}
.page-cont a:hover {
    color: #009b49;
}
.side-item {
    margin-bottom: 30px;
}
.booking-form {
    padding: 25px;
    padding-bottom: 30px;
    background: #dddddd;
    border-radius: 3px;
    position: relative;
    text-align: center;
    z-index: 3;
    margin-bottom: 30px;
    color: #000000; 
}
.assessments {
    padding: 25px;
    padding-bottom: 30px;
    background: #dddddd;
    border-radius: 3px;
    position: relative;
    text-align: center;
    z-index: 3;
    margin-bottom: 30px;
    color: #000000;
    width: 352px;
}
.Enquiry .booking-form h3 {
    text-align: center;
    margin-bottom: 15px;
}
.booking-form input, .booking-form textarea {
    border-radius: 3px;
    display: block;
    height: 40px;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 12px 15px;
    width: 100%;
    border: none;
    background: #eeeeee;
}
.booking-form input[type="radio"] {
    height: 18px;
    width: auto;
    margin: 3px 5px 0 33px;
}
.booking-form input[type="submit"] {
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 135px;
    text-align: center;
    left: 50%;
    background-color: #f47920;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .4s ease-in-out;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0;
    border: 1px solid #ffffff;
}
.booking-form input[type="submit"]:hover {
    background-color: #009b49;
    border: 1px solid #ffffff;
}
.booking-form textarea {
    height: 80px;
    resize: none;
    text-transform: uppercase;
}
.study-banner:hover img {
-webkit-transform:scale(1.3);
transform:scale(1.3);
}
.study-banner {
overflow:hidden;
width:100%;
height:auto;
}
.study-banner img {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
/**---australia page end---**/

/**---japan page start---**/
.header-margin {
    margin-bottom: 40px!important;
}
.text-nepali p{
    font-size: 15px;
    line-height: 27px;
    word-spacing: 2px;
}
.text-nepali ul li {
    line-height: 25px;
    margin-bottom: 10px!;
}
/**---japan page end---***/


/**--- test preparation page start---**/
.test-item {
    margin-top: 40px;
    display: inline-block;
}
img.align-left {
    float: left;
    margin: 0 15px 15px 0;
}
.note {
    margin-top: 10px;
}
.test-item h2 {
    font-size: 30px;
}
.testi-inner {
    margin-top: 30px;
    display: inline-block;
}
.testi-item {
    border: 1px solid #f47920;
    padding: 20px;
    height: 335px;
    margin-bottom: 30px;
}

/**--- study in USA Page start---**/
h3.no-margin {
    margin-top: 0;
}
h3.sub-head {
    font-size: 18px;
    margin-bottom: 10px;
}
.inner-listing {
    padding-left: 20px;
}
.booking-form input:hover, 
.booking-form input:focus, .booking-form textarea:hover, .booking-form textarea:focus {
    color: #f47920;
    border: 1px solid #f47920;
}
.booking-form input, .booking-form textarea {
    border: 1px solid #ddd;
}
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
}

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin-bottom: 5px;
}

.tab button:hover {
    background-color: #f47920;
    color: #fff;
}

.tab button.active {
    background-color: #f47920;
    color: #fff;
}

.tabcontent {
    float: left;
    padding:20px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 536px;
    
}
.europe-tab {
    margin-top: 30px;
}
.tab .button-last {
    margin-bottom: 0;
}
.side-bar {
    position: sticky;
    top: 84px;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}
h3.sub-main {
    margin-top: 0;
}
.korea-table {
    border: 1px solid #ddd;
    width: 70%;
}
table td {
    padding: 10px 20px;
    vertical-align: top;
}
   .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 20px;
}
.panel {
    display: none;
    background-color: white;
    overflow: hidden;
}

.faqs button.active, .accordion:hover {
    background-color: #f47920;
    color: #fff;
}
.faqs .active {
    display: block;
}
.faqs-inner {
    margin-top: 30px;
    display: inline-block;
}
.faqs-inner i {
    float: right;
}
#backtop a {
    color: #fff;
    text-align: center;
    padding: 0 8px;
}
#backtop {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    z-index: 999;
    bottom: 25px;
    position: fixed;
    font-size: 20px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    bottom: 0px;
    background-color: #f47a21;
    right: 5%;
    bottom: 11px;
}
ul.header-social li a:hover i.fa-facebook-f {
    background: #3B5998;
}
#fun-fact .single-box h3 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
}
#our-partners {
    background: inherit;
}
.single-partner {
    border: 1px solid #444;
}
#fun-fact .single-box img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
}
#fun-fact .single-box h3 {
    display: block;
}
#fun-fact {
    text-align: center;
}
#fun-fact .single-box {
    color: #fff;
    padding: 50px 32px;
}
#fun-fact .single-box p {
    margin-bottom: 0;
    line-height: 1.6;
    margin-top: 0;
}
.service-box {
    padding: 30px 18px 10px 18px;
}
.service-box h3 {
    font-size: 20px;
}
.service-box p {
    margin-bottom: 0;
}
.features-box h3 {
    font-size: 20px;
}
.info-cont {
    padding-bottom: 35px;
}
.serv-item {
    margin-bottom: 30px;
}
.about-area {

    background: url(../img/bg/about-banner.png);

    background-size: cover;

    background-position: center;

    z-index: 2;
}
#breadcrumb-area ul li, #breadcrumb-area ul li a {
    color: #fff!important;
}
.study-abroad {
     background: url(../img/bg/studyabroad-banner.png);

    background-size: cover;

    background-position: center;

    z-index: 2;
}
.test-area {
     background: url(../img/bg/test-pre-banner.png);

    background-size: cover;

    background-position: center;

    z-index: 2;
}
.contact-area {
     background: url(../img/bg/contact-banner.png);

    background-size: cover;

    background-position: center;

    z-index: 2;
}
.faqs-area {
     background: url(../img/bg/faqs-banner.png);

    background-size: cover;

    background-position: center;

    z-index: 2;
}
.success-area {
     background: url(../img/bg/success-banner.png);

    background-size: cover;

    background-position: center;

    z-index: 2;
}
.team-area {
     background: url(../img/bg/team-banner.png);

    background-size: cover;

    background-position: center;

    z-index: 2;
}
.member-item:hover .member-img{
    border: 3px solid #009b49;
}
.member-item:hover .member-text a h3{
    color: #f47920;
}
#footer-widgets a{
    color: #363636;
}
#footer-widgets a:hover{
    color: #f47920;
}
.line-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.line-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.line-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}