body{
    margin: 0;
    color: #1C1C1C;
    font-family: 'Open Sans', 'Montserrat';
    font-size: 16px;
}

.pt-100{
    padding-top: 100px;
}

.pb-100{
    padding-bottom: 100px;
}

.pt-80{
    padding-top: 80px;
}

.pb-80{
    padding-bottom: 80px;
}

.pt-70{
    padding-top: 70px;
}

.pb-70{
    padding-bottom: 70px;
}

.pt-50{
    padding-top: 50px;
}

.pb-50{
    padding-bottom: 50px;
}

ul{
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat';
    color: #123154;
}

h1,h2,h3{
    font-weight: 600;
}

h4,h5,h6{
    font-weight: 500;
}

li, label{
    font-family: 'Montserrat';
}

a{
    text-decoration: none;
    font-family: 'Montserrat';
    color: #123154;
    display: inline-block;
}

p{
    font-family: 'Open Sans';
}

figure{
    margin: 0;
}

/*=====================Header Section======================*/

.header{
    background: #fff;
}

header.sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #FFF;
}

.header .navbar-brand{
    margin-right: 0;
}

.logo-brand{
    width: 180px;
}

.header .navbar-nav .nav-link {
    color: #123154;
    padding: 15px 10px 15px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.header .navbar-nav .nav-link.active{
    color: #d2b963;
}

.header .dropend .dropdown-toggle {
    color: #123154;
    padding: 3px 5px;
}

.header .dropdown-item{
    color: #123154;
}

.header .dropdown-item:hover {
    background-color: #123154;
    color: #fff;
}

.header .dropdown .dropdown-menu {
    display: none;
}

.header .dropdown:hover > .dropdown-menu,
.header .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

.cnt-nowBtn a{
    display: inline-block;
    background: #123154;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: 0.4s ease-in-out;
}

.cnt-nowBtn a::before{
    content: "";
    background: #3b80c1;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    border-radius: 30px 0px 0px 30px;;
    transition: 0.4s ease-in-out;
}

.cnt-nowBtn a::after{
    content: "";
    background: #d2b963;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    border-radius: 0px 30px 30px 0px;;
    transition: 0.4s ease-in-out;
}

.cnt-nowBtn a:hover{
    background: none;
}

.cnt-nowBtn a:hover::before{
    width: 50%;
}

.cnt-nowBtn a:hover::after{
    width: 50%;
}

/*=============================Main Css========================*/

.hero-bg{
    padding: 70px 0px 0px;
    height: 500px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.hero-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000057;
}

.hero-content{
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45%;
    transform: translate(-50%, -50%);
}

.hero-content h1{
    color: #ffffff;
    text-shadow: 2px 2px 1px #ff0000;
    font-size: 40px;
}

.hero-btn a{
    display: inline-block;
    background: #d2b963;
    color: #123154;
    font-size: 16px;
    padding: 10px 20px;
    box-shadow: 4px 4px 2px #000;
    font-weight: 500;
    transition: 0.4s ease-in-out;
}

.hero-btn a:hover{
    background: #3b80c1;
    color: #fff;
    box-shadow: none;
    border-radius: 30px;
}

.hero-pic img{
    width: 100%;
}

.hero-slider .slick-prev, .hero-slider .slick-next{
    display: none !important;
}

.about-company-pic{
    position: relative;
    padding-right: 20px;
}

.about-company-top{
    border: 2px solid #d2b963;
    border-radius: 8px;
    width: 90%;
    margin: 40px 0px 0px 0px;
}

.about-company-top img{
    width: 100%;
    margin: -40px 0px 40px -40px;
}

.about-company-bottom{
    display: flex;
    justify-content: end;
    margin: -200px 0px 0px;
}

.about-company-bottom img{
    height: 240px;
    object-fit: cover;
}

.about-company-text{
    margin-bottom: 30px;
}

.about-company-text h5{
    text-transform: uppercase;
    color: #d2b963;
}

.about-company-text h2{
    font-size: 35px;
}

.pathway-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 6px rgb(18 49 84 / 20%);
    border-radius: 4px;
    padding: 25px 10px;
    column-gap: 10px;
    border: 1px solid transparent;
    transition: 0.4s ease-in-out;
}

.pathway-box figure{
    display: inline-block;
    background: rgb(18 49 84 / 10%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
}

.pathway-box figure img{
    width: 35px;
    transition: 0.4s ease-in-out;
}

.pathway-box h3{
    margin: 0;
    font-size: 16px;
}

.about-btn a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgb(18 49 84 / 10%);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #123154;
    font-size: 18px;
    transition: 0.4s ease-in-out;
}

.about-company-text .commn-btn{
    margin-top: 20px;
}

.pathway-box:hover{
    box-shadow: none;
    border-image: linear-gradient(to right, #123154 0%, #d2b963 100%)1;
}

.pathway-box:hover figure{
    background: #123154;
}

.pathway-box:hover figure img{
   filter: invert(1);
}

.pathway-box:hover .about-btn a{
    background: #d2b963;
    color: #fff;
}

.commn-heading{
    text-align: center;
    margin-bottom: 35px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.commn-heading h5{
    text-transform: uppercase;
}

.text-linear{
    background: linear-gradient(90deg, #d2b963 0%, #3b80c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

.country-offer-bg{
    background: linear-gradient(45deg, #3b80c1, #123154);
    padding: 70px 0px 120px;
}

.our-country-box{
    background: #fff;
    text-align: center;
    padding: 0px 12px 30px;
    border: 5px solid transparent;
    border-top: 5px solid #d2b963;
    transition: 0.4s ease-in-out;
}

.our-country-box span{
    display: inline-block;
    margin-bottom: 20px;
}

.our-country-box img{
    width: 120px;
    margin-top: -70px;
    border: 5px solid #d2b963;
    border-radius: 50%;
}

.our-country-text h3{
    font-size: 24px;
}

.our-country-text p{
    margin: 0;
}

.our-country-box:hover{
    border: 5px solid #d2b963;
}

.visa-bg{
    box-shadow: 0px 2px 6px rgb(18 49 84 / 40%);
    margin-top: -60px;
    background: #fff;
    padding: 40px 25px;
    border-radius: 5px;
}

.visa-box{
    display: flex;
    column-gap: 14px;
    align-items: center;
}

.visa-icon span{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: rgb(18 49 84 / 10%);
    border-radius: 50%;
    transition: 0.4s ease-in-out;
}

.visa-box:hover .visa-icon span{
    background: #123154;
}

.visa-icon img{
    width: 45px;
    transition: 0.4s ease-in-out;
}

.visa-box:hover .visa-icon img{
    filter: invert(1);
}

.visa-text h4{
    font-size: 22px;
}

.visa-text p{
    margin: 0;
}

.train-certificate-bg{
    background: rgb(18 49 84 / 10%);
    padding: 70px 0px;
}

.train-certificate-box{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 25px 20px 25px 0px;
    column-gap: 20px;
    transition: 0.4s ease-in-out;
}

.train-certificate-box::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%;
    background: #fff;
    z-index: -1;
    border-radius: 8px;
    transition: 0.4s ease-in-out;
}

.train-certificate-box:hover{
    padding: 25px 20px 25px 20px;
}

.train-certificate-box:hover::before{
    width: 100%;
    background: #123154;
}

.train-certificate-pic img{
    border-radius: 50%;
    width: 180px;
    object-fit: cover;
}

.train-certificate-text h4{
    transition: 0.4s ease-in-out;
}

.train-certificate-text p{
    margin: 0;
    transition: 0.4s ease-in-out;
}

.train-certificate-box:hover .train-certificate-text p, 
.train-certificate-box:hover .train-certificate-text h4{
    color: #fff;
}

.train-certificate-text .commn-btn{
    margin-top: 20px;
}

.train-certificate-box:hover .commn-btn a{
    background: #fff;
    color: #123154;
}

.visa-report-bg{
    background: linear-gradient(45deg, #123154, #3b80c1);
    padding: 70px 0px;
}

.why-choose-bg{
    background: linear-gradient(45deg, #123154, #212529);
    padding: 70px 0px;
}

.choose-us-text{
    color: #fff;
    margin-bottom: 30px;
}

.choose-us-detail{
    display: flex;
    column-gap: 12px;
    margin-top: 30px;
}

.choose-us-detail-icon img{
    width: 45px;
    filter: invert(1);
}

.choose-us-detail-text h3{
    font-size: 20px;
}

.choose-us-detail-text p{
    margin: 0;
}

.why-choose-box{
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    font-size: 18px;
    border-bottom: 5px solid #3b80c1;
}

.choose-icon span{
    display: inline-block;
    background: #3b80c1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.choose-icon img{
    width: 40px;
    filter: invert(1);
}

.choose-us-pic{
    display: flex;
    column-gap: 20px;
}

.choose-us-pic img{
    width: 100%;
}

.trusted-text{
    background: #fff;
    width: 80%;
    margin: -30px auto;
    position: relative;
    text-align: center;
    padding: 40px 15px;
}

.choose-us-pic-left{
    width: 60%;
}

.choose-us-pic-left img{
    width: 100%;
}

.choose-us-pic-right{
    width: 40%;
}

.choose-us-pic-right figure{
    margin-bottom: 24px;
}

.choose-us-pic-right img{
    width: 100%;
}

.commn-btn{
    margin-top: 30px;
}

.commn-btn a{
    display: inline-block;
    background: #123154;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: 0.4s ease-in-out;
}

.commn-btn a::before{
    content: "";
    background: #3b80c1;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    border-radius: 30px 0px 0px 30px;;
    transition: 0.4s ease-in-out;
}

.commn-btn a::after{
    content: "";
    background: #d2b963;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    border-radius: 0px 30px 30px 0px;;
    transition: 0.4s ease-in-out;
}

.commn-btn a:hover{
    background: none;
}

.commn-btn a:hover::before{
    width: 50%;
}

.commn-btn a:hover::after{
    width: 50%;
}

.h-contact-bg{
    background-image: url(../img/home/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0px;
}

.home-contact-pic figure{
    border: 10px solid #d2b963;
    border-radius: 8px;
    margin: 0px 40px 30px 0px;
    transition: 0.4s ease-in-out;
}

.home-contact-pic img{
    width: 100%;
    margin: 30px 0px 30px 40px;
    border-radius: 8px;
    height: 400px;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}

.home-contact-pic:hover figure{
    margin: 0px 0px 30px 0px;
    border-radius: 0;
}

.home-contact-pic:hover img{
    margin: 0px;
    border-radius: 0;
}

.home-contact-info{
    background: #fff;
    padding: 14px 12px;
    border-left: 5px solid #d2b963;
    height: 100%;
    display: flex;
    align-items: center;
}

.home-contact-info h4{
    margin: 0;
    font-size: 17px;
}

.h-contact-form{
    background: rgb(0 0 0 / 40%);
    padding: 20px 20px;
}

.h-contact-form h5{
    margin-bottom: 18px;
    color: #fff;
}

.h-contact-form .form-control{
    border: 1px solid #d2b963;
    border-radius: 0;
    padding: 10px 10px;
}

.h-contact-form .form-select{
    border: 1px solid #d2b963;
    border-radius: 0;
    padding: 10px 10px;
}

.form-select:focus{
    box-shadow: none;
    border-color: #123154;
}

.form-control:focus{
    box-shadow: none;
    border-color: #123154;
}

.form-box{
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
}

.form-box .country-code{
    display: inline-block;
    width: 50px;
    height: 46px;
    border: 1px solid #d2b963;
    background: #fff;
    line-height: 46px;
    text-align: center;
    color: #123154;
    font-weight: 600;
    font-family: 'Montserrat';
}

.h-contact-form input[type="checkbox"]{
    width: 18px;
    height: 18px;
}

.h-contact-form .form-label{
    margin: 0;
    color: #fff;
}

.h-contact-form .form-label a{
    color: #d2b963;
}

.subBtn{
    border: 1px solid #d2b963;
    background: #d2b963;
    color: #ffffff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    width: 100%;
}

.university-box{
    box-shadow: 0px 2px 6px rgb(18 49 84 / 40%);
    border-radius: 4px;
}

.university-box img{
    width: 100%;
    border-radius: 4px;
}

.testimonials-section .slick-list {
    padding-top: 4%!important;
    padding-bottom: 4%!important;
    padding-left: 15%!important;
    padding-right: 15%!important;
}

.testimonials-section .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
}

.testimonials-section .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100%!important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.testimonials-section .slick-snext,
.testimonials-section .slick-sprev {
    display: block;
}

.testimonials-section .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}

.testimonials-section .slick-snext {
    opacity: 1;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;
}

.testimonials-section .slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, 0px);
}

.testimonials-section .test {
    display: block;
    width: 100%;
    height: 300px;
    background: #123154;
    box-shadow: inset 0px 0px 0px 3px #000;
    padding: 30px 30px;
}

.testimonial-box{
    text-align: center;
    color: #fff;
}

.testimonial-profile{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    padding: 22px 0px;
}


.testimonial-pic span{
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    color: #123154;
}

.testimonial-profile-text h3{
    font-size: 20px;
}

.testimonial-profile-text h5{
    margin: 0;
    font-size: 16px;
}

.testimonial-box p{
    font-size: 15px;
    opacity: 1;
}

/*============================ About Us Css =====================*/

.inner-banner{
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.inner-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
}

.inner-banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
}

.inner-banner-text h1{
    color: #fff;
    text-shadow: 2px 2px 1px #000000;
    font-size: 35px;
}

.inner-banner-text ul{
    margin: 0;
}

.inner-banner-text li{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px 2px #000;
}

.inner-banner-text li a{
    color: #d2b963;
}

.who-are-text ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}

.who-are-text li{
    list-style-type: none;
    background: #fff;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 25%);
    padding: 12px 12px;
    margin-bottom: 12px;
    display: inline-block;
}

.who-are-pic img{
    width: 100%;
}

.mission-vission-box{
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 6px rgb(18 49 84 / 40%);
    border-radius: 5px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.mission-vission-pic{
    width: 40%;
}

.mission-vission-pic img{
    width: 100%;
    border-radius: 5px 0px 0px 5px;
    height: 300px;
    object-fit: cover;
}

.mission-vission-text{
    width: 60%;
    padding: 0px 30px;
}

.mission-vission-box:nth-child(2){
    flex-direction: row-reverse;
}

.mission-vission-box:nth-child(2) .mission-vission-pic img{
    border-radius: 0px 5px 5px 0px;
}

.core-values-bg{
    background: url(../img/about/about-bg.jpg);
    padding: 70px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.core-values-box{
    background: #fff;
    padding: 30px 15px;
    text-align: center;
    border-bottom: 5px solid #123154;
    height: 100%;
    position: relative;
    z-index: 1;
}

.core-values-box::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #123154;
    z-index: -1;
    transition: 0.4s ease-in-out;
}

.core-values-box:hover::before{
    height: 100%;
}

.core-values-icon span{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: rgb(210 185 99 / 10%);
    border-radius: 50%;
    transition: 0.4s ease-in-out;
}

.core-values-icon img{
    width: 45px;
}

.core-values-box:hover .core-values-icon span{
    background: #fff;
}

.core-values-text{
    padding-top: 15px;
}

.core-values-text h4{
    font-size: 20px;
    transition: 0.4s ease-in-out;
}

.core-values-text p{
    margin: 0;
    transition: 0.4s ease-in-out;
}

.core-values-box:hover .core-values-text h4, 
.core-values-box:hover .core-values-text p{
    color: #fff;
}

.awards-achievements-pic img{
    width: 100%;
}

.key-highlights-bg{
    background: linear-gradient(45deg, #387DBE, #123154);
    padding: 70px 0px;
}

.key-highlights-text ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0px;
    justify-content: space-between;
}

.key-highlights-text li{
    display: inline-block;
    width: 49%;
    background: #fff;
    margin-bottom: 20px;
    padding: 14px 12px;
    border-left: 5px solid #123154;
    font-style: italic;
    box-shadow: 4px 2px 6px rgb(0 0 0 / 40%);
}

.team-box{
    box-shadow: 0px 1px 4px rgb(18 49 84 / 40%);
    padding-bottom: 15px;
    height: 100%;
}

.team-pic{
    background: rgb(18 49 84 / 20%);
    position: relative;
}

.team-pic img{
    width: 100%;
}

.team-name{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.team-name h3{
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
}

.team-name p{
    margin: 0;
}

.social-team{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s ease-in-out;
}

.social-team a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #123154;
    color: #fff;
    margin-bottom: 5px;
    line-height: 40px;
    transition: 0.4s ease-in-out;
}

.social-team a:hover{
    background: #d2b963;
}

.team-text ul{
    margin: 0;
}

.team-text li{
    list-style-type: none;
    padding: 6px 12px;
}

.award-box{
    box-shadow: 0px 1px 6px #000;
    height: 370px;
    margin: 10px 10px;
    padding: 10px 16px;
    border-radius: 5px;
}

.award-box img{
    width: 100%;
}

.award-text ul{
    padding-left: 20px;
}

.award-text li{
    padding-bottom: 6px;
}

/*============================ Contact Us Css =======================*/

.contact-form{
    box-shadow: 0px 0px 6px rgb(18 49 84 / 40%);
    padding: 25px 20px;
    border-radius: 5px;
}

.contact-form h2{
    font-size: 25px;
    margin-bottom: 20px;
}

.contact-form .form-control{
    border: 1px solid #123154;
    padding: 10px;
}

.contact-form .form-select{
    border: 1px solid #123154;
    padding: 10px;
    cursor: pointer;
}

.contact-form .form-box .country-code{
    border: 1px solid #123154;
    border-radius: 5px;
}

.contact-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.contact-form .subBtn{
    background: #123154;
    border-color: #123154;
}

.contact-pic h2{
    font-size: 25px;
}

.contact-pic img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.location-tab span img{
    width: 20px;
    margin-right: 5px;
}

.location-tab .nav-tabs{
    border-bottom: none;
    margin-bottom: 30px;
    justify-content: center;
}

.location-tab .nav-tabs .nav-item.show .nav-link, .location-tab .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #d2b963;
    border-color: #d2b963;
}

.location-tab .nav-tabs .nav-link {
    margin-bottom: 0;
    border: 1px solid #d2b963;
    border-radius: 4px;
    margin-right: 10px;
    color: #123154;
}

.location-box{
    box-shadow: 1px 1px 6px rgb(18 49 84 / 40%);
    padding: 20px 15px;
    border-radius: 5px;
    border-left: 5px solid #123154;
    height: 100%;
}

.location-box h3{
    font-size: 22px;
}

.location-box li{
    list-style-type: none;
    display: flex;
    column-gap: 8px;
    padding: 8px 0px;
}

.location-box li span{
    color: #123154;
}

.meeting-btn a{
    display: inline-block;
    background: #123154;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    border-radius: 5px;
}

/*============================ Blog Css =======================*/

.blog-box{
    box-shadow: 0px 2px 6px rgb(18 49 84 / 40%);
    border-radius: 4px;
    border: 1px solid transparent;
    transition: 0.4s ease-in-out;
}

.blog-pic{
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.blog-pic img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
    transition: 0.4s ease-in-out;
}

.blog-box:hover{
    border-image: linear-gradient(to right, #123154 0%, #d2b963 100%)1;
}

.blog-box:hover .blog-pic img{
    filter: grayscale(100%);
    transform: scale(1.1);
}

.blog-text{
    padding: 10px 12px;
}

.blog-text h2{
    font-size: 20px;
}

.blog-text p{
    margin: 0;
}

.date-time{
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 12px;
}

.date-time span{
    color: #123154;
    margin-right: 4px;
}

.blog-bottom{
    text-align: right;
    border-top: 1px solid rgb(18 49 84 / 20%);
    padding: 15px 0px;
    margin-top: 15px;
    transition: 0.4s ease-in-out;
}

.blog-bottom a{
    background: #123154;
    color: #fff;
    padding: 8px 12px;
    border-radius: 30px 0px 0px 30px;
    transition: 0.4s ease-in-out;
}

.blog-box:hover .blog-bottom a{
    background: #d2b963;
}

.blog-box:hover .blog-bottom{
    border-image: linear-gradient(to right, #123154 0%, #d2b963 100%)1;
}

.blog-details h2{
    font-size: 25px;
    line-height: 30px;
}

.blog-details h3{
    font-size: 18px;
}

.blog-details figure{
    margin: 25px 0px;
}

.blog-details img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.blog-details ul{
    padding-left: 20px;
}

.blog-details li{
    padding: 4px 0px;
}

/*============================ Services Css =======================*/

.our-service-heading{
    text-align: center;
}

.our-service-heading p{
    margin-bottom: 6px;
}

.our-services{
    margin-top: 30px;
    margin-bottom: 20px;
}

.our-services h3{
    font-size: 24px;
}

.offshore-support-box{
    position: relative;
    padding: 10px 10px 10px;
    margin-top: 43px;
}

.offshore-support-box::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #123154;
    z-index: -1;
    border-radius: 5px;
    transition: 0.4s ease-in-out;
}

.offshore-support-box:hover::before{
    height: 100%;
}

.offshore-support-section .container .row .col-lg-4:nth-child(2) .offshore-support-box:before{
    background: #000;
}

.offshore-support-section .container .row .col-lg-4:nth-child(3) .offshore-support-box:before{
    background: #ff0000;
}

.offshore-support-section .container .row .col-lg-4:nth-child(4) .offshore-support-box:before{
    background: #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(2) .offshore-support-box:before{
    background: #000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(3) .offshore-support-box:before{
    background: #ff0000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(4) .offshore-support-box:before{
    background: #3b80c1;
}
.onshore-support-section .container .row .col-lg-3:nth-child(5) .offshore-support-box:before{
    background: #000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(6) .offshore-support-box:before{
    background: #ff0000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(7) .offshore-support-box:before{
    background: #3b80c1;
}
.onshore-support-section .container .row .col-lg-3:nth-child(8) .offshore-support-box:before{
    background: #123154;
}

.offshore-support-content{
    border: 1px solid rgb(18 49 84 / 40%);
    background: #fff;
    padding: 65px 15px 30px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    height: 170px;
}

.offshore-support-section .container .row .col-lg-4:nth-child(2) .offshore-support-content{
    border: 1px solid #000;
}

.offshore-support-section .container .row .col-lg-4:nth-child(3) .offshore-support-content{
    border: 1px solid #ff0000;
}

.offshore-support-section .container .row .col-lg-4:nth-child(4) .offshore-support-content{
    border: 1px solid #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(2) .offshore-support-content{
    border: 1px solid #000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(3) .offshore-support-content{
    border: 1px solid #ff0000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(4) .offshore-support-content{
    border: 1px solid #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(5) .offshore-support-content{
    border: 1px solid #000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(6) .offshore-support-content{
    border: 1px solid #ff0000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(7) .offshore-support-content{
    border: 1px solid #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(8) .offshore-support-content{
    border: 1px solid #123154;
}

.offshore-support-icon{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -44px;
    transform: translate(-50%, 0);
    border: 1px solid rgb(18 49 84 / 40%);
    border-radius: 50%;
}

.offshore-support-section .container .row .col-lg-4:nth-child(2) .offshore-support-icon{
    border-color: #000;
}

.offshore-support-section .container .row .col-lg-4:nth-child(3) .offshore-support-icon{
    border-color: #ff0000;
}

.offshore-support-section .container .row .col-lg-4:nth-child(4) .offshore-support-icon{
    border-color: #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(2) .offshore-support-icon{
    border-color: #000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(3) .offshore-support-icon{
    border-color: #ff0000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(4) .offshore-support-icon{
    border-color: #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(5) .offshore-support-icon{
    border-color: #000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(6) .offshore-support-icon{
    border-color: #ff0000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(7) .offshore-support-icon{
    border-color: #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(8) .offshore-support-icon{
    border-color: #123154;
}

.offshore-support-icon span{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 70px;
    background: #123154;
    border-radius: 50%;
    border: 10px solid #fff;
}

.offshore-support-section .container .row .col-lg-4:nth-child(2) .offshore-support-icon span{
    background: #000;
}

.offshore-support-section .container .row .col-lg-4:nth-child(3) .offshore-support-icon span{
    background: #ff0000;
}

.offshore-support-section .container .row .col-lg-4:nth-child(4) .offshore-support-icon span{
    background: #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(2) .offshore-support-icon span{
    background: #000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(3) .offshore-support-icon span{
    background: #ff0000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(4) .offshore-support-icon span{
    background: #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(5) .offshore-support-icon span{
    background: #000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(6) .offshore-support-icon span{
    background: #ff0000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(7) .offshore-support-icon span{
    background: #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(8) .offshore-support-icon span{
    background: #123154;
}

.offshore-support-icon img{
    width: 45px;
    filter: invert(1);
    transition: 0.4s ease-in-out;
}

.offshore-support-box:hover .offshore-support-icon img{
    transform: rotate(360deg);
}

.offshore-support-text h4{
    font-size: 18px;
}

.offshore-support-section .container .row .col-lg-4:nth-child(2) .offshore-support-text h4{
    color: #000;
}

.offshore-support-section .container .row .col-lg-4:nth-child(3) .offshore-support-text h4{
    color: #ff0000;
}

.offshore-support-section .container .row .col-lg-4:nth-child(4) .offshore-support-text h4{
    color: #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(2) .offshore-support-text h4{
    color: #000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(3) .offshore-support-text h4{
    color: #ff0000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(4) .offshore-support-text h4{
    color: #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(5) .offshore-support-text h4{
    color: #000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(6) .offshore-support-text h4{
    color: #ff0000;
}

.onshore-support-section .container .row .col-lg-3:nth-child(7) .offshore-support-text h4{
    color: #3b80c1;
}

.onshore-support-section .container .row .col-lg-3:nth-child(8) .offshore-support-text h4{
    color: #123154;
}

.offshore-support-text p{
    margin: 0;
}

/*============================ Footer Css =======================*/

.footer{
    background: rgb(18 49 84 / 10%);
    padding: 70px 0px 10px;
}

.footer-about img{
    width: 200px;
    margin-bottom: 15px;
}

.social-media{
    display: flex;
    padding: 8px 8px 8px 8px;
    column-gap: 24px;
}

.social-media a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #123154;
    transform: rotate(45deg);
    color: #fff;
    transition: 0.4s ease-in-out;
}

.social-media a i{
    transform: rotate(-45deg);
    transition: 0.4s ease-in-out;
}

.social-media a:hover{
    transform: rotate(0deg);
}

.social-media a:hover i{
    transform: rotate(0deg);
}

.quick-link h4{
    font-size: 20px;
}

.quick-link ul{
    padding-left: 20px;
}

.quick-link li{
    padding: 3px 0px;
}

.quick-link li a{
    color: #1C1C1C;
    position: relative;
}

.quick-link li a::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #123154;
    transition: 0.4s ease-in-out;
}

.quick-link li a:hover::before{
    width: 100%;
}

.office-city{
    margin-top: 30px;
    border-top: 1px solid rgb(18 49 84 / 20%);
    padding-top: 20px;
}

.office-city h2{
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}

.city-address h3{
    font-size: 20px;
}

.city-address p{
    margin-bottom: 10px;
}

.footer-bottom{
    text-align: center;
    border-top: 1px solid rgb(18 49 84 / 20%);
    margin-top: 30px;
    padding-top: 20px;
}

.city-address span{
    color: #123154;
    margin-right: 5px;
}

.footer-contact{
    position: relative;
    margin-bottom: 24px;
}

.footer-contact .form-control{
    padding: 10px;
    border-color: #123154;
}

.footer-contact .subsBtn{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #123154;
    background: #123154;
    color: #fff;
    padding: 0px 12px;
    border-radius: 0px 5px 5px 0px;
}

/*=============================Scroll=======================*/

.scroll {
    display: inline-block;
    background-color: #123154;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.scroll::after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 50px;
    color: #fff;
}

.scroll:hover {
    cursor: pointer;
    background-color: #d2b963;
}

.scroll.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1200px) {
    .custom-container{
        width: 1240px !important;
    }
}

@media (min-width: 992px) {
    .header .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
    }
    .header .navbar-expand-lg .navbar-nav {
        margin-left: auto;
        margin-right: auto;
    }
    .header .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 50px;
    }
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0 !important;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

@media(max-width: 1024px){
    .hero-bg {
        padding: 50px 0px 0px;
        height: 400px;
    }
    .header .navbar-nav .nav-link {
        padding: 15px 5px 15px 6px;
        font-size: 14px;
    }
    .visa-box {
        flex-wrap: wrap;
        row-gap: 15px;
        text-align: center;
    }
    .visa-icon{
        width: 100%;
    }
    .health-process-content {
        padding: 65px 18px 30px;
    }
    .partner-tab .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px;
    }
    .about-company-top {
        width: 100%;
    }
    .about-company-top img {
        margin: -40px 0px 25px -25px;
        height: 500px;
        object-fit: cover;
    }
}

@media(max-width: 991px){
    .about-company-top {
        width: 100%;
    }
    .about-company-top img {
        margin: -30px 0px 30px -25px;
        height: 400px;
    }
    .train-certificate-box::before {
        width: 85%;
    }
    .why-choose-box {
        margin-bottom: 24px;
    }
    .type-container {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-content {
        font-size: 16px;
        width: 50%;
    }
    .about-company-text {
        margin-top: 40px;
    }
    .h-contact-form {
        margin-top: 35px;
    }
    .form-box {
        justify-content: unset;
    }
    .city-address{
        margin-bottom: 24px;
    }
    .about-company-pic {
        padding: 0;
    }
    h2{
        font-size: 30px !important;
    }
    .core-values-box{
        margin-bottom: 24px;
        height: auto;
    }
    .mission-vission-pic {
        width: 100%;
    }
    .mission-vission-text {
        width: 100%;
        padding: 20px 30px;
    }
    .mission-vission-pic img {
        border-radius: 5px 5px 0px 0px;
        height: 350px;
    }
    .mission-vission-box:nth-child(2) .mission-vission-pic img {
        border-radius: 5px 5px 0px 0px;
    }
    .who-are-section{
        padding-top: 30px;
    }
    .inner-banner-text {
        width: 100%;
        padding: 0px 20px;
    }
    .awards-achievements-pic{
        margin-top: 30px;
    }
    .header .navbar-nav .nav-link {
        padding: 5px 5px 5px 6px;
    }
    .right-insurance-form{
        margin-top: 30px;
    }
    .health-process-box {
        margin-bottom: 30px;
    }
    .why-health-pic{
        margin-top: 30px;
    }
    .why-health-pic img {
        height: 400px;
        object-fit: cover;
    }
    .why-health-section{
        padding-top: 30px !important;
    }
    .health-process-text h2 {
        font-size: 22px !important;
    }
    .work-process-text h3 {
        font-size: 20px;
    }
    .success-box {
        padding: 30px 15px;
    }
    .success-text h3 {
        font-size: 20px;
    }
    .partner-tab .nav-tabs {
        row-gap: 12px;
    }
    .about-adelaide-text{
        margin-top: 25px;
    }
    .contact-pic{
        margin-top: 30px;
        text-align: center;
    }
    .blog-details img {
        height: 350px;
    }
    .inner-banner-text h1 {
        font-size: 26px;
    }
    .logo-brand {
        width: 150px;
    }
}

@media (max-width:767px){
    .our-country-box {
        margin-bottom: 100px;
    }
    .country-offer-bg .container .row .col-lg-4:nth-last-child(1) .our-country-box {
        margin-bottom: 0;
    }
    .visa-box {
        justify-content: center;
        margin-bottom: 24px;
    }
    .pathway-box figure {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .pathway-box h3 {
        font-size: 20px;
    }
    .testimonials-section .test{
        height: 320px;
    }
    .testimonials-section .slick-list{
        padding-top: 10% !important;
        padding-bottom: 10% !important;
    }
    .social-media {
        justify-content: unset;
        column-gap: 24px;
    }
    .footer-about{
        margin-bottom: 25px;
    }
    .about-company-pic {
        padding-right: 0;
    }
    .about-company-top img {
        margin: -40px 0px 55px 0px;
    }
    h2 {
        font-size: 24px !important;
    }
    .hero-content {
        width: 90%;
    }
    .hero-content h1 {
        font-size: 30px;
    }
    .about-company-bottom {
        margin: -150px 0px 0px;
    }
    .commn-heading{
        width: 100%;
    }
    .inner-banner {
        height: 300px;
    }
    .mission-vission-pic img {
        height: auto;
    }
    .key-highlights-text li{
        width: 100%;
    }
    .logo-brand {
        width: 120px;
    }
    .award-slider .slick-prev, .award-slider .slick-next{
        display: none !important;
    }
    .visa-categories-section .px-0{
        padding: 0px 15px !important;
    }
    .work-process-box {
        margin-bottom: 95px;
    }
    .why-health-pic img {
        height: auto;
    }
    .range{
        width: 340px;
    }
    .work-process-bg {
        padding: 70px 0px 20px;
    }
    .why-health-text li {
        width: 100%;
    }
    .success-box {
        padding: 30px 30px;
        margin-bottom: 25px;
    }
    .our-partner-text{
        text-align: center;
    }
    .our-partner-text h4 {
        font-size: 20px;
    }
    .about-adelaide-pic img {
        height: auto;
    }
    .contact-pic img {
        height: auto;
    }
    .location-tab .nav-tabs {
        row-gap: 12px;
    }
    .blog-details img {
        height: auto;
    }
    .inner-banner-text h1 {
        font-size: 22px;
    }
}

@media(max-width:480px){
    .choose-us-pic {
        flex-wrap: wrap;
    }
    .choose-us-pic-left {
        width: 100%;
    }
    .choose-us-pic-left img {
        height: 300px;
        object-fit: cover;
    }
    .choose-us-pic-right {
        width: 100%;
        display: flex;
    }
    .testimonials-section .test{
        padding: 10px 15px;
        height: 280px;
    }
    .testimonial-box p{
        font-size: 13px;
    }
    .testimonial-pic img{
        width: 100px;
        height: 100px;
    }
    .home-contact-pic img {
        margin: 20px 0px 20px 30px;
        height: auto;
    }
    .train-certificate-text h4 {
        font-size: 20px;
    }
    .train-certificate-pic img {
        width: 150px;
    }
    .commn-btn a {
        padding: 8px 20px;
    } 
    .about-company-top img {
        height: 300px;
    }
    .pathway-box{
        padding: 20px 10px;
    }
    .about-company-bottom {
        margin: -100px 0px 0px;
    }
    .about-company-bottom img{
        height: 200px;
    }
    .pathway-box h3 {
        font-size: 18px;
    }
    .inner-banner {
        height: 220px;
    }
    .range {
        width: 290px;
    }
    .input-group::after {
        left: 0;
        top: 50%;
        width: 100%;
        transform: translate(0, -50%);
        height: 1px;
    }
}

@media(max-width:400px){
    .train-certificate-box {
        padding: 25px 20px 25px 20px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        row-gap: 14px;
    }
    .train-certificate-box::before {
        width: 100%;
    }
    .testimonial-pic img {
        width: 80px;
        height: 80px;
    }
    .testimonial-profile-text h3 {
        font-size: 16px;
    }
    .testimonial-profile-text h5 {
        margin: 0;
        font-size: 12px;
    }
    .about-company-text h2 {
        font-size: 24px;
    }
    .pathway-box h3 {
        font-size: 16px;
    }
    h2{
        font-size: 20px !important;
    }
    .commn-heading h5 {
        font-size: 16px;
    }
    .h-contact-form .form-label {
        font-size: 13px;
    }
    .popular-categories-box h3 {
        font-size: 16px;
    }
    .feedback-info{
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

@media(max-width:320px){
    .testimonial-profile {
        column-gap: 10px;
        padding: 15px 0px;
    }
    .hero-content h1 {
        font-size: 20px;
    }
    .hero-bg {
        height: 300px;
    }
    h2{
        font-size: 18px !important;
    }
    .additional-documents-info h3 {
        font-size: 18px;
    }
    .range {
        width: 240px;
    }
    .inner-banner-text h1 {
        font-size: 18px;
    }
}