:root {
    --primary: #2a3692;
    --secondary: #f41b2d;
}

.pt-5{
    padding-top:5px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100{
    padding-top: 100px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100{
    padding-bottom: 100px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-15{
    margin-bottom: 15px;
}

.mb-50{
    margin-bottom: 50px;
}

.ml-30{
    margin-left:30px;
}

.ml-15{
    margin-left: 15px;
}

/* .news-block-three .inner-box {
    height: 500px;
} */


.bg-img-1{
    background-image: url(../images/background_globe.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-overlay{
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
} 
.Services-info-tabs {
    margin-top: 40px;
}

.image-box img {
    width: 100%;
    height: 250px;
}
/* .main-header .header-upper {
      background-color: #ffeed4;
} */

.header-upper .logo {
    display: flex;
    padding-left: 20px;
    height:65px;
}

.main-header .top-left h3 {
    color: #fff;
    padding: 17px 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-header .top-right {
    float: right;
}

.main-header .top-right .contact-list {
    position: relative;
}

.main-header .top-right .contact-list li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 25px;
    color: #e9e8e9;
    font-weight: 400;
    margin-right: 25px;
}

.main-header .top-right .contact-list li i {
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin-right: 20px;
    color: #ffffff;
}

.main-header .top-right .contact-list li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .top-right .contact-list li a:hover {
    color: #009dea;
}



.main-footer .logo img {
    /* width: 100px; */
    height: 50px;
}

.header-style-five .main-menu .navigation>li>a:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 25px;
    width: 0px;
    height: 4px;
    background-color: #2280ff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.cmt-col-wrapper-bg-layer-inner{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
}

.about_wrapper__group-top img{
    height: 375px;
}

.about_wrapper__group-btm img{
    height: 170px;
}

.service-icon{
    float: left;
    width: 25%;
}

.rocket{
    width: 67px;
    height: 132px;
    background: #0056b3;
    display: inline-block;
}

.services-section-grid-head {
    background: url(../images/serv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    height: auto;
} 

.service-icon-heading{
    float: left;
    width:75%;
    padding: 1em 2em 2em 1em;
}

.service-icon-heading h4 {
    color: #565252;
    font-size: 1.1em;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-top: 2px;
    margin-bottom: 5px;
}

.services-section-grid p {
    /* color: #404040; */
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    margin-top: 1px;
    padding-right: 8px;
}

.clearfix:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.services-section-six {
    position: relative;
    padding: 50px 0px 40px;
}

.section-title-lf {
    margin: 0 auto 50px;
}

.text-left {
    text-align: left;
}

.section-title-lf span {
    font-size: 15px;
    color: #fd7029;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-title-lf h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0056b3;
}

.section-title-lf p {
    font-size: 15px;
    font-weight: 500;
}

.services-section-six .outer-container {
    position: relative;
}

.services-section-six .outer-container:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 70px;
    width: 100%;
    height: 91px;
    background: url(../images/pattern-3.png) center top no-repeat;
}

.services-block-nine {
    position: relative;
    margin-bottom: 40px;
}

.services-block-nine .inner-box {
    position: relative;
    text-align: center;
}

.services-block-nine .inner-box .icon-outer {
    position: relative;
    display: inline-block;
}

.services-block-nine .inner-box .icon-outer .service-number {
    position: absolute;
    left: -7px;
    top: -2px;
    width: 24px;
    height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #fd7029;
}

.services-block-nine .inner-box .icon-outer .icon-box {
    position: relative;
    width: 135px;
    height: 135px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    line-height: 138px;
    font-size: 62px;
    background: -webkit-linear-gradient(top, #3134dc, #1de4e3);
    background: -moz-linear-gradient(top, #3134dc, #1de4e3);
    background: -o-linear-gradient(top, #3134dc, #1de4e3);
    background: -ms-linear-gradient(top, #3134dc, #1de4e3);
    color: ffffff;
}

.services-block-nine .inner-box .lower-box {
    position: relative;
    margin-top: 30px;
}

.services-block-nine .inner-box .lower-box h6 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 14px;
    color: #fd7029;
}

.services-section-six .outer-container .services-block-nine:nth-child(2), .services-section-six .outer-container .services-block-nine:nth-child(4) {
    margin-top: 70px;
}

/* .partner-section{
    background-image: url(../images/bg-team.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
} */
/* .partner-section .wrap {
    background: rgba(12, 77, 162, .8);
} */

.gallery-area .filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.filter button {
    font-size: 14px;
    font-weight: 500;
    color: #007bff;
    font-family: 'Barlow', sans-serif;
    border: 1px solid #007bff;
    background: transparent;
    padding: 9px 20px;
    border-radius: 50px;
    margin: 0 10px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.filter button.active {
    color: #fff;
    background-color: #0056b3;
    border: 1px solid #0056b3;
}

.faqfrm__visa {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 0 10px #3241ff5e;
}
.sidebar-title h3 {
    position: relative;
    color: #0056b3;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}
.faqfrm__visa-form input, .faqfrm__visa-form textarea{
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #0056b3;
    border-radius: 3px;
    margin-bottom: 20px;
}

.theme-button{
    font-size: 14px;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0px 40px 0px 40px;
    display: inline-block;
    background: #0056b3;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 3px;
}

.theme-button:hover {
    background: -webkit-linear-gradient(top, #3134dc, #1de4e3);
    background: -moz-linear-gradient(top, #3134dc, #1de4e3);
    background: -o-linear-gradient(top, #3134dc, #1de4e3);
    background: -ms-linear-gradient(top, #3134dc, #1de4e3);
    color: #ffffff;
}

.right-col{
    margin-right: 65px;
}

.img-box{
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: 450px;
}

.contact-section .map-area iframe{
    height: 670px;
    width: 100%;
}

.team_section .hmboxash .head-member{
    display: flex;
    align-items: center;
}

.team_section .hmboxash .head-member h5{
    color: #ffffff;
    
}



/* Contact-page*/

.contact-section .location-nepal, .contact-section .location-india{
    font-size: 50px;
    text-align: center;
    color: #3e97d1;
    
}

.contact-section .location-nepal, .phone-nepal{
border-right: 2px solid #4e77ba;
}

.location-nepal .elementor-icon-box-description, .location-india .elementor-icon-box-description{
    font-size: 18px;
    text-align: center;
}

.phone-nepal, .phone-india{
    padding-top: 20px;
    font-size: 50px;
    color: #3e9fd1;
    text-align: center;
}

.phone-nepal .elementor-icon-box-description, .phone-india .elementor-icon-box-description{
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.phone-nepal b span, .phone-india b span, .location-nepal h3 span, .location-india h3  span{
    color: #dd7b05;
    font-size: 24px;
}


.bg-img-2 {
    background-image: url(../images/background/contact-bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-3 {
    background-image: url(../images/background/background_globe1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .objective-section {
    box-shadow: 0 0 11px 3px rgb(0 0 0 / 5%);
    padding: 70px;
    background: #fff;
    position: relative;
} */

.obj-content{
    background-color: #3e9fd1;
    padding: 10px;
}

.obj-points ul li{
    font-size: 16px;
    line-height: 1.2;
    list-style: disc;
    padding: 10px;
    text-align: justify;
    margin-left: 30px;
    color: #6f6f6f;
    font-family: Arial, Helvetica, sans-serif;
}

.obj-points{
    margin-bottom: 30px;
}


.obj-content h2{
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
}


.ceo-section .main-part-2, .ceo-section1 .main-part-2{
    padding: 30px !important;
     background: #f0f3ff;
    position: relative;
    box-shadow: 0 0 11px 3px rgb(0 0 0 / 5%);
    /* top: 10%; */
    /* margin-bottom: 50px; */
}

.about-span {
    margin-bottom: 5px;
}

.ceo-section{
    padding: 50px 100px 100px 100px;
}

.ceo-section1{
    padding: 50px 100px 50px 100px;
}

.ceo-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    color: #3e9fd1;
    text-align: center;
}

.about_wrapper__groups img{
    width: 100%;
    height: auto;
}


.ceo-section .about_wrapper__groups{
    position: relative;
    top: 15%;
    /* box-shadow: 0 0 11px 3px rgb(0 0 0 / 5%); */
} 

.ceo-section1 .about_wrapper__groups{
    position: relative;
    /* box-shadow: 0 0 11px 3px rgb(0 0 0 / 5%); */
} 


.team-grid-section {
    position: relative;
    padding: 10px 0px 20px;
}

.team-title-three.centered {
    padding-left: 0px;
    border: none;
}

.team-title-three {
    position: relative;
    margin-bottom: 50px;
    padding-left: 10px;
}

.team-title-three .title {
    /* position: relative; */
    color: #fd7029;
    font-size: 15px;
    font-weight: 500;
    /* letter-spacing: 1px; */
    margin-bottom: 5px;
    text-transform: capitalize;
    /* font-family: 'Poppins', sans-serif; */
    display: block;
}

.team-title-three h2 {
    /* position: relative; */
    font-weight: 700;
    color: #0056b3;
    font-size: 35px;
    line-height: 1.2;
}

.team-block-three {
    position: relative;
    margin-bottom: 70px;
    margin-top: 10px;
    margin-right: 10px;
}

.team-block-three .inner-box {
    height: 540px;
}

.team-block-three .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.team-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
    padding: 0px 50px;
}

.team-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    height: 221px;
}

.team-block-three .inner-box .lower-content {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 30px 30px 35px;
}

.team-block-three .inner-box .lower-content h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.5em;
}


.team-block-three .inner-box .lower-content h4 a {
    position: relative;
    color: #0056b3;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* 26th jan 2024 */
@media only screen and (min-width:599px) and (max-width:1800px){
    .team-block-three .inner-box .lower-content p{
        height: 150px;
        overflow-y: auto;
    }
    .team-block-three .inner-box .lower-content p::-webkit-scrollbar{
        display: none;
    }
    .team-block-three .inner-box .lower-content p {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
      }
}
/* 26th jan 2024 */


table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em;
}

.Services-info-tabs table {
    text-align: center;
}

table tbody tr, table thead tr {
    border: 1px solid #e6e6e6;
}

.Services-info-tabs table tbody th {
    width: 90px;
    color: #fff;
    background-color: #0056b3;
    padding: 20px;
    font-size: 16px;
}

table tbody th {
    border-right: 1px solid #e6e6e6;
}

.Services-info-tabs table tbody td{
    color: #6f6f6f;
    font-size: 16px;
    text-align: center;
}

.map-text h2 {
    /* position: relative; */
    font-weight: 700;
    color: #0056b3;
    font-size: 35px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 40px;
}
.inquiry{
    background-color: #0056b3;
    color: white! important;
    padding:18px 20px! important;
    margin-top: 5px;
}
.inquiry:hover{
    background-color: #009dea;
    color: white! important;
    padding:18px 20px! important;
}
/* .whatsapp{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
    border-radius: 60%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.whatsapp:hover{
    opacity: 0.8;
} */

.chatbot-toggler {
    position: fixed;
    bottom: 30px;
    right: 35px;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* background: #0056b3; */
    background-image: linear-gradient(to right, #1de4e3 0%, #3134dc 100%);
    transition: all 0.2s ease;
    z-index: 10;
  }
  body.show-chatbot .chatbot-toggler {
    transform: rotate(90deg);
  }
  .chatbot-toggler span {
    color: #fff;
    position: absolute;
  }
  .chatbot-toggler span:last-child,
  body.show-chatbot .chatbot-toggler span:first-child  {
    opacity: 0;
  }
  body.show-chatbot .chatbot-toggler span:last-child {
    opacity: 1;
  }
  .chatbot {
    position: fixed;
    right: 35px;
    bottom: 90px;
    width: 420px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.5);
    transform-origin: bottom right;
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
                0 32px 64px -48px rgba(0,0,0,0.5);
    transition: all 0.1s ease;
    z-index: 20;
  }
  body.show-chatbot .chatbot {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
  .chatbot header {
    padding: 16px 0;
    position: relative;
    text-align: center;
    color: #fff;
    background: #0056b3;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 10;
  }
  .chatbot header span {
    position: absolute;
    right: 15px;
    top: 50%;
    display: none;
    cursor: pointer;
    transform: translateY(-50%);
  }
  header h2 {
    font-size: 1.4rem;
  }
  .chatbot .chatbox {
    overflow-y: auto;
    height: 510px;
    padding: 30px 20px 100px;
  }
  .chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
    width: 6px;
  }
  .chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 25px;
  }
  .chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
  }
  .chatbox .chat {
    display: flex;
    list-style: none;
  }
  .chatbox .outgoing {
    margin: 20px 0;
    justify-content: flex-end;
  }
  .chatbox .incoming span {
    width: 32px;
    height: 32px;
    color: #fff;
    cursor: default;
    text-align: center;
    line-height: 32px;
    align-self: flex-end;
    background: #0056b3;
    border-radius: 4px;
    margin: 0 10px 7px 0;
  }
  .chatbox .chat p {
    white-space: pre-wrap;
    padding: 12px 16px;
    border-radius: 10px 10px 0 10px;
    max-width: 75%;
    color: #fff;
    font-size: 0.95rem;
    background: #0056b3;
  }
  .chatbox .incoming p {
    border-radius: 10px 10px 10px 0;
  }
  .chatbox .chat p.error {
    color: #721c24;
    background: #f8d7da;
  }
  .chatbox .incoming p {
    color: #000;
    background: #f2f2f2;
  }
  .chatbot .chat-input {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 3px 20px;
    border-top: 1px solid #ddd;
  }
  .chat-input textarea {
    height: 55px;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    max-height: 180px;
    padding: 15px 15px 15px 0;
    font-size: 0.95rem;
  }
  .chat-input span {
    align-self: flex-end;
    color: #724ae8;
    cursor: pointer;
    height: 55px;
    display: flex;
    align-items: center;
    visibility: hidden;
    font-size: 1.35rem;
  }
  .chat-input textarea:valid ~ span {
    visibility: visible;
  }
  
  @media (max-width: 1025px){
    .chatbot .chatbox {
        height: 300px;
        padding: 25px 15px 100px;
      }
  }
  @media (max-width: 490px) {
    .chatbot-toggler {
      right: 20px;
      bottom: 20px;
    }
    .chatbot {
      right: 0;
      bottom: 0;
      height: 90%;
      border-radius: 0;
      width: 100%;
      z-index: 20;
    }
    .chatbot .chatbox {
      height: 90%;
      padding: 25px 15px 100px;
    }
    .chatbot .chat-input {
      padding: 5px 15px;
    }
    .chatbot header span {
      display: block;
    }
  }
  @media (max-width: 1300px){
    /* .fixed-header .sticky-header{
        height: 150px! important;
    } */
    .main-header.header-style-five .nav-outer {
        padding-right: 20px;
    }
    .header-style-five .header-upper .logo-box {
        padding-left: 0px;
    }
    .sticky-header .logo {
        padding: 4px 10px 4px;
    }
    .right-col {
        margin-right: 20px;
    }
  }
  @media (max-width: 1218px){
    .logo .logo-img {
        height: 45px;
    }
    .main-menu .navigation>li {
        margin-right: 20px;
    }
  }
  @media only screen and (max-width: 1140px){
    .main-menu .navigation>li {
        margin-right: 20px;
    }
    .main-menu .navigation > li > a {
        font-size: 14px;
    }
    .fixed-header .sticky-header .li{
        font-size: 14px;
    }
  }
  @media (max-width: 1025px){
    .main-menu .navigation>li {
        margin-right: 15px;
    }
    .main-menu .navigation > li > a {
        font-size: 13px;
    }
    .header-upper .logo{
        height: 35px;
    }
  }
  @media (max-width: 820px){
    .inquiry{
        padding: 15px 6px! important;
    }
  }
  @media only screen and (min-width:768px) and (max-width: 779px) {
    .inquiry{
        padding: 12px 4px! important;
    }
    .main-menu .navigation > li > a {
        font-size: 13px;
    }
  }
  @media only screen and (min-width: 577px) and (max-width: 768px){
    .header-upper .logo {
        height: 35px;
    }
  }

  /* 16 jan 2024 */
  .documents-details{
    border: 1px solid #0056b3;
    padding: 20px;
    border-radius: 4px;
  }
  .documents-details p{
    text-decoration: underline;
    font-family: 'Muli', sans-serif; 
  }
  .documents-details label{
    margin-right: 10px;
    font-family: 'Muli', sans-serif;
    margin-bottom: 0;
    vertical-align: -webkit-baseline-middle;
  }
  .documents-details .label-title{
    font-weight: 800;
}
.see-row, .high-school-row, .bachelor-row, .masters-row, .language_proficiency-row{
    display: flex;
    border-top: 1px solid #e2e2e2;
    padding: 10px 0;
}
.see-checkbox, .high-school-checkbox, .bachelor-checkbox, .masters-checkbox, .language_proficiency-checkbox{
    display: block;
}
.checkbox-container{
    display: inline-block;
    margin-right: 20px;
}
.checkbox-container input{
    vertical-align: text-bottom;
}

.custom-padding{
    padding: 30px;
}
.inquiry-area{
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.terms_conditions_details h5{
    color: #0056b3;
}
.term-list{
    margin-top: 10px;
}
.terms_conditions_details ol li{
    list-style: decimal;
    color: black;
    margin: 10px 1px 10px 15px;
    text-align: justify;
}
.term-list .list-input{
    border-bottom: 1px solid #000;
    text-align: center;
}
.terms_conditions_details ol li p{
   font-style: italic;
   color: #0056b3;
   font-size: 15px;
   margin-bottom: 0;
}
.checkbox-tick label{
    color: #0056b3;
    font-weight: 600;
}
.authorization, .signature_student{
    margin-top: 2dvh;
}
.authorization input{
    border-bottom: 1px solid #000;
}
@media (max-width:1192px){
    .contact-form-section .contact-form{
        padding: 30px;
    }
    
}

@media (max-width:767px){
    .contact-form-section .contact-form{
        padding: 20px;
    }
    .checkbox-container {
        margin-right: 0px;
    }
}