/* ************************************************************
******* :: INDEX OF RESPONSIVE CSS :: *******

/* ******************************
:: 1.0 COMMON CSS
****************************** */


/* ******************************
:: 2.0 HEADER AREA CSS
****************************** */
@media(max-width: 1440px) {   

    .navbar-expand-lg .navbar-nav li:last-child {
        /* padding: 16px 7px; */
    }

}
@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        /* padding-top: 1.2rem;
        padding-bottom: 0.875rem; */
        padding: 1.2rem 0.875rem 0.875rem;
    }

    .navbar-sticky-on .navbar-nav .nav-link {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
    }
}

@media(min-width: 991px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    
    
    .navbar.active {
        display: block;
    }

    .navbar.active .navbar-inner {
        right: 0;
        display: block;
    }

    .navbar .navbar-inner {
        right: -100%;
        -webkit-transition: right 0.3s 0.2s;
        transition: right 0.3s 0.2s;
    }

    .navbar .nav-link {
        border-bottom: 1px solid #eee;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    [data-theme=dark] .navbar .nav-link {
        border-bottom: 1px solid #1E2745;
    }

    .navbar.navbar-dark .nav-link {
        color: #373d48;
        text-shadow: none;
    }

    .navbar.navbar-dark .nav-link-btn {
        color: #fff;
        margin-right: 10px;
        text-align: center;
    }

    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #f6f8f9;
    }

    .navbar.navbar-dark .nav-link:hover,
    .navbar.navbar-dark .nav-link:focus,
    .navbar.navbar-dark .nav-link.active,
    .navbar.navbar-dark .nav-link.current-menu-item {
        color: #e11e29;
        /* text-align: center; */
    }

    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #e7eaee;
    }

    [data-theme=dark] .navbar.navbar-dark .nav-link:hover {
        background: #01081f;
    }

    .navbar-inner {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 17rem;
        padding-top: 2.5rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
        max-width: 290px;
    }

    [data-theme=dark] .navbar-inner {
        background: #151c32;
    }

    .navbar-inner .dropdown-menu:before {
        content: none;
    }

    .navbar-inner .dropdown-menu {
        border: medium none;
        background: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }

    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item {
        color: #f6f8f9;
    }

    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item:hover {
        background: #01081f;
    }

    .nav-open .main-wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    /*MOBILE NAVBAR TOGGLER*/
    .navbar-toggler {
        position: absolute !important;
        top: -5px;
        right: 0;
        bottom: auto;
        left: auto;
        border: none;
        height: 100%;
        width: 4.75rem;
        background-image: none;
        border-radius: 0;
        z-index: 1;
        display: inline-block !important;
        transition: none;
    }

    .navbar-inner .navbar-toggler {
        position: absolute;
        height: 2.5rem;
        top: 0;
    }

    .navbar-toggler-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-image: none !important;
    }

    /* .navbar-toggler-icon,
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    } */

    .navbar-toggler-icon {
        height: 3px;
        width: 50%;
        background: #7e8085;
        display: inline-block;
    }

    .navbar-dark .navbar-toggler-icon {
        background: #e11e29;
    }

    .navbar-sticky-on .navbar-toggler-icon {
        background: #e11e29;
    }

    .navbar-dark .navbar-toggler-icon.active:before,
    .navbar-dark .navbar-toggler-icon.active:after {
        background: #e11e29;
    }

    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        content: "";
        background: #fff;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .navbar-dark .navbar-toggler-icon:before,
    .navbar-dark .navbar-toggler-icon:after {
        background: #e11e29;
    }

    .navbar-sticky-on .navbar-toggler-icon:before,
    .navbar-sticky-on .navbar-toggler-icon:after {
        background: #e11e29;
    }

    .navbar-toggler-icon::before {
        top: -0.625rem;
    }

    .navbar-toggler-icon::after {
        top: 0.625rem;
    }

    .navbar-toggler-icon.active {
        background-color: transparent;
        -webkit-transform: scale(0.85) rotate(270deg);
        transform: scale(0.85) rotate(270deg);
        top: 54px;
    }

    .navbar-toggler-icon.active:before {
        top: 0;
        -webkit-transform: scale(0.65) rotate(45deg);
        transform: scale(0.65) rotate(45deg);
    }

    .navbar-toggler-icon.active:after {
        top: 0;
        -webkit-transform: scale(0.65) rotate(-45deg);
        transform: scale(0.65) rotate(-45deg);
    }

    .navbar-nav {
        background: #fff;
    }

    .head-top {
        background: #f3f3f4;
    }
    .head-menu {
        bottom: 30px;
    }

    .navbar-inner nav {
        margin-right: 0px;
    }
    .navbar-sticky .login-btn a, 
    .navbar-sticky .register-btn a{
        position: sticky;
        height: 50px;
        width: 100%;
    }

}

@media (min-width: 1201px) {
    .navbar-sticky-on{
        justify-content: center;
    }
}
@media (min-width: 1200px) {
   
    .mob-head-contact{
        display: none;
    }  
    
}


@media (max-width: 1200px) {
    
    .mob-sticky-logo{
        display: block;
    }
    .navbar-expand-lg .navbar-nav li:last-child{
        background: none;
    }

    .navbar .navbar-nav .nav-link {
        padding: 1rem;
        font-weight: 700;
    }
    .navbar-nav {
        padding-left: 20px;
    }

    .navbar  {
        background: transparent;
    }

    .head-contact{
        display: none !important;
    }
   
        

}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding-left: .6rem;
        padding-right: .6rem;
        text-transform: uppercase;
        font-size: .85rem;
    }
    .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
        font-size: .85rem;
    }

    .navbar-dark .navbar-nav .nav-link-btn {
        padding: .8rem 1.5rem !important;
        margin-top: 5px;
    }

    .navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn {
        margin-top: 10px;
    }
}

@media(max-width: 1007px) and (min-width: 992px) {
    .navbar-dark .navbar-brand img {
        max-width: 150px;
    }
}
@media(min-width: 991px) {
    .footer-area .ft-border-right{
        border-right: 1px solid #526948 !important;
        margin-right: 30px;
    }
    
}
@media(max-width: 991px) {

    .navbar.navbar-dark .nav-link-btn {
        color: #fff;
        margin-right: 10px;
        text-align: center;
        background: #f58220;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .navbar.navbar-dark .nav-link-btn:hover {
        color: #fff;
    }

    .navbar-dark .navbar-toggler {
        outline: none;
    }

    .navbar-inner .navbar-toggler {
        outline: none;
    }

    .banner-slide-1, .banner-slide-2, .banner-slide-3, .center-slide-1 {
        height: auto;
        padding: 50px 0;
    }

        
}


@media (max-width: 767px) {
    .homepage-1 .navbar-dark .navbar-toggler-icon.active {
        background-color: transparent;
        
    }
}

@media(max-width: 575px) {
    .navbar-expand-lg .navbar-nav li:last-child {
        display: flex;
        align-items: center;
        justify-content: start;
        max-width: inherit;
        margin-left: 0;
        /* padding: 1rem !important; */
    }

    .navbar-expand-lg .navbar-nav li:last-child a {
        /* padding: 0.6rem !important; */
        display: flex;
        align-items: flex-start;
        /* text-align: center; */
    }

    .navbar-expand-lg .navbar-nav li:last-child a img {
        max-width: 20px;
    }

    .navbar-toggler-icon {
        width: 42%;
    }

}
@media (max-width: 1200px) {
    .head-profile-img {
        position: initial;
        padding: 0 30px;
        height: auto;
    }
    .head-profile-img span {
        color: #e11e29;
    }
    .mob-head-contact {
        padding: 0px;
    }
    .h-call {
        padding: 20px 25px;
    }
}

@media (min-width: 992px) {

}

@media (max-width: 991px) {
    .banner-slide-1,.banner-slide-2,.center-slide-1{
        height: 576px;
    }
    .welcome-intro > h1 {
        font-size: 34px;
    }
    .welcome-intro > h1 span {
        font-size: 22px;
    }
   .login-name, .register-name, .admin-user{
    height: 200px;
    }

    .about-img {
        margin-top: 0px;
    }

}

@media (max-width: 767px) {

    .head-contact{
        flex-direction: column;
    }
    .h-call {
        padding-left: 30px;
    }

    .welcome-intro > h1 {
        font-size: 35px;
    }
    .welcome-intro > h1 span {
        font-size: 22px;
    }
    .banner-slide-1,.banner-slide-2,.center-slide-1{
        height: 500px;
    }
   

    #letter5 input {
        height: 45px;
    }

    .logi-regi-section .form-control{
        margin-bottom: 10px;
    }

    .gallery-section .owl-carousel .owl-nav button span{
        font-size: 32px !important;
    }
    .in-one-column {
        padding: 0 10px;
    }
    .in-one-column h2 span {
        font-size: 14px;
        line-height: 8px;
    }
    .in-one-column h2{
        line-height: 24px;
    }
    .login2-btn a {
        font-size: 22px;
        padding: 15px 30px 20px 50px;
        background-position: 30px center;
        min-width: 185px;
    }
    .in-ban-head h1 {
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
    }
    .sectors-section h3 {
        font-size: 18px;
    }
    .sectors-section p{
        font-size: 12px;
    }

    .foot-form-section h3 {
        font-size: 25px;
    }
    .foot-form-section .form-group input, 
    .foot-form-section .form-group select,
    .foot-form-section .form-group input[type="submit"]{
        height: 45px;
        font-size: 15px;
    }
    .foot-form-section {
        padding: 40px 0;
    }
    .footer-area {
        padding: 40px 0 0;
    }
}

@media (min-width: 576px) {
    .h-head-mobile{
        display: none;
    }
    .form-area{
        display: block;
    }
    
    .mob-form-area{
        display: none;
    }
    
}

@media(max-width: 575px) {
    .logi-regi-section .form-control {
        font-size: 1.1rem;
    }
    .h-head-mobile span{
        font-size: 20px !important;
    }
    .welcome-intro{
        height: auto;
        display: flex;
    }
    .welcome-intro > h1 {
        font-size: 30px;
        padding-bottom: 5px;
    }
   
    .h-head-desktop{
        display: none;
    }

    .about-cont{
        padding: 40px;
    }

    .about-cont h2 {
        font-weight: medium;
        font-size: 28px;
    }
    .about-cont h2 span {
        font-size: 18px;
    }

    .packages-area .ayurveda-packages {
        padding-top: 0px;
    }
    
    .common-btn1 a {
        padding: 8px 20px;
        font-size: 16px;
        margin-top: 0px;
    }
    .head-h1{
        font-size: 32px;
    }
    .about-text p {
        font-size: 18px;
    }
   

    .owl-carousel button.owl-dot{
     width: 10px;
     height: 10px;
    }

    .welcome-area .owl-carousel button.owl-dot{
        margin-right: 8px;
    }

    .welcome-area .owl-carousel button.active::before{
        width: 20px;
        height: 20px;
    }

    .pp-left{
        height: 126px;
    }

    .popupleft-content h3 {
        margin: 10px 0;
    }

    .popupleft-content p {
        font-size: 16px;
    }

}


/* NEW WEBSITE CSS */

@media(max-width: 1440px) {

    .welcome-intro > h1 {
        font-size: 38px;
    }

    .welcome-area .owl-carousel .owl-nav {
        right: 170px;
    }

    .banner-slide-1, .banner-slide-2, .banner-slide-3, .center-slide-1{
        height: 565px;
        background-size: cover;
     }

}

@media(max-width: 1200px) {
    .welcome-area .owl-carousel .owl-nav {
        right: 70px;
    }
    #google_translate_element {
        top: 15px;
        left: 18px;
    }
    .in-sector-box {
        min-height: 614px;
    }

    .banner-slide-1, .banner-slide-2, .banner-slide-3, .center-slide-1{
       height: 475px;       
    }

    .navbar-sticky-on #google_translate_element{
        top: 15px;
    }
    .in-ban-area {
        height: 200px;
    }
    .navbar .navbar-nav .nav-item {
        padding: 10px;
    }

    .navbar-sticky-on .navbar-toggler {
        top: 5px;
        right: 0px;
    }
    
}

@media(max-width: 1024px) {

    .welcome-area .owl-carousel .owl-nav {
        right: 95px;
    }

}

@media(min-width: 992px) {

}

@media(max-width: 991px) {


    .form-box{
        flex-direction: column;
        background: #fff;
        padding: 50px;
        margin-top: -81px;
        position: relative;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .welcome-intro > h1 {
        font-size: 33px;
    }
   
    .form-box p {
        padding-bottom: 20px;
    }

    .sector-right{
        margin-top: 20px;
    }
    .testimonial-area .image-box img{
        width: 110px;
        height: 115px;
    }
    .testimonial-block .inner-box .text {
        padding: 0 25px;
    }
    .testimonial-block .inner-box {
        padding-bottom: 30px;
    }

    .margin-left-20{
        margin-left: 0px;
    }
    .margin-right-20{
        margin-right: 0px;
    }
    .in-2box-column {
        margin-bottom: 30px;
    }
    .in-2box-column {
        padding: 30px;
    }
    .ceo-message {
        padding-left: 0px;
        padding-top: 30px;
    }
    .pa-contact-form {
        transform: translate(0px, 30px);
    }
    .search-sec {
        width: auto;
    }
    .contact-box{
        padding: 20px;
    }
    .contact-area h2{
        font-size: 24px;
    }
    .contact-box h4 {
        font-size: 24px;
        line-height: 1;
    }
    .contact-box .text-body {
        font-size: 17px;
    }

    .h-overlay{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .s-box{
        min-height: auto;
    }

    .in-sector-box {
        min-height: 750px;
    }
    .banner-slide-1, .banner-slide-2, .banner-slide-3, .center-slide-1{
        padding: 50px 0;    
     }

     .welcome-area .owl-carousel .owl-nav button.owl-prev, 
     .welcome-area .owl-carousel .owl-nav button.owl-next {
        font-size: 32px;       
        width: 37px;
        height: 37px;
    }
    .welcome-area .owl-carousel .owl-nav {
        right: 10px;
    }
    .in-ban-area {
        background-position: top;
    }
}

@media(max-width: 767px) {   
 
    .bg-area-title h1 {
        font-size: 32px;
    }
    .sector-left {
        padding-bottom: 20px;
        padding-right: 0;
    }
    .sector-left p {
        padding-top: 10px;
    }
    .country-area {
        padding: 0 0 50px 0;
    }
    .country-area a {
        padding: 12px 25px;
        font-size: 18px;
    }
    .country-area .number {
        font-size: 50px;
    }
    .country-area .text {
        font-size: 20px;
    }
    .job-right{
        margin-top: 20px;
        padding: 0 15px;
    }
    .jobs-section h3 {
        font-size: 22px;
    }
    .job-left ul {
        padding: 20px;
    }
    .job-left ul li {
        padding: 18px 0;
        font-size: 14px;
    }
    .jobs-section .job-btn a{
        padding: 15px 0 15px 15px;
        font-size: 16px;

    }
    .testimonial-area h4 {
        font-size: 22px;
    }
    .gallery-section {
        padding: 50px 0 0;
    }
    .gallery-section .gallery-btn a {
        padding: 20px 50px;
        font-size: 18px;
        
    }
    .gallery-btn a::after {
        width: 55px;
        bottom: 11px;
    }

    .in-one-column h2 {
        font-size: 28px;
        padding: 0 0 20px;
    }
    .healthcare-bg, .it-technology-bg, .hospitality-bg, .shipyard-bg, .engineering-bg, 
    .maintenance-bg, .manufacturing-bg, .transport-bg, .logistics-bg {
        height: 150px;
    }

    .in-sector-box {
        min-height: auto;
    }
    .form-ban-area h1 {
        font-size: 24px;
    }
    .form-ban-area h1 span{
        font-size: 18px !important;
    }
    .testimonial-area {
        padding: 25px 0 70px;
    }
    .welcome-area .owl-carousel .owl-nav {
        bottom: 5px;
    }

    .mobile_form_hidden{
        display: none;
    }
}

@media(max-width: 575px) {
    h3 {
        font-size: 17px;
    }
    h5 {
        font-size: 12px;
    }
    .ptb-100 {
        padding: 50px 0 !important;
    }
    .ptb_100 {
        padding: 50px 0 !important;
    }
    .pt_70 {
        padding-top: 35px !important;
    }
    .ptb-50{
        padding: 25px 0 !important;
    }
    p {
        font-size: 13px;
        line-height: 1.5;
    }
    .table td, .table th {
        padding: 0.35rem;
        font-size: 11px;
    }
    .table-name{
        font-size: 11px;
        line-height:22px;
    }
    .ban-btn1{
        padding-top: 10px;
    }

    .countup-area .counter-count {
        font-size: 30px;
    }
    .mob-about-caption h1 {
        font-size: 32px;
    }
    .in-ban-head {
        font-size: 30px;
    }
    .in-ban-head span {
        font-size: 14px;
    }
    .bg-area-title h1 {
        font-size: 24px;
    }

    .service-box-area {
        padding: 40px 10px;
    }
    .service-sector-area {
        padding: 40px 20px;
    }
    .sector-left h3 {
        font-size: 14px;
    }
    .sector-left p {
        font-size: 18px;
    }
    .sector-box {
        padding: 15px;
        min-height: 180px;
    }
    .sector-box img {
        width: 32px;
    }
    .sector-box h4 {
        font-size: 14px;
    }
    .sector-box h4 span {
        font-size: 12px;
    }
    .download-btn a {
        font-size: 14px;   
        /* padding: 15px 0px; */
        background-position: 17px 12px;     
    }
    .resume-btn a{
        padding: 12px 30px 12px 50px;
    }
    .service-sector-area .download-btn a {
        width: 70%;
        background-position: 30px 11px;
        font-size: 14px;
    }
    .sector-left::after {
        height: 1px;
    }

    .about-img{
        display: none;
    }
    .about-area {
        padding: 50px 0;
    }
    .about h2{
        font-size: 18px;
        padding-right: 0px;
    }
    .about h4{
        font-size: 17px;
    }
    .country-cont h2{
        font-size: 34px;
    }

    .jobs-list p {
        font-size: 13px;
    }
    .jobs-list {
        padding: 18px 15px;
    }
    .jobs-list h4 {
        font-size: 17px;
    }

    .jobs-section {
        padding-bottom: 40px;
    }
    
    .testimonial-block .inner-box .text p {
        font-size: 11px !important;
        padding-top: 10px;
        line-height: 18px;
    }
    .testimonial-area p {
        line-height: 24px;
    }

    .gallery-section .owl-carousel .owl-nav button {
        width: 30px;
        height: 30px;
    }
    .gallery-section h3 {
        font-size: 22px;
    }

    .jobs-list .span {
        margin-top: 15px;
    }

    .in-one-column p {
        font-size: 13px;
    }
    .in-ban-head h1 {
        font-size: 19px;
    }
    .in-one-column h2 {
        font-size: 17px;
    }
    .in-ban-area {
        height: 125px;
    }
    .in-2box-column p {
        font-size: 13px;
    }
    .in-2box-column img {
      width: 60px;
      height: 60px;
    }
    .ceo-message-section p {
        font-size: 16px;
    }
    .ceo-message-section h3 {
        font-size: 30px;
    }

    .ceo-message-section h5 {
        font-size: 17px;
    }
    .ceo-message-section h4 {
        font-size: 20px;
    }
    .healthcare-bg, .it-technology-bg, .hospitality-bg, .shipyard-bg, .engineering-bg, 
    .maintenance-bg, .manufacturing-bg, .transport-bg, .logistics-bg {
        height: 160px;
    }

    .service-box p {
        font-size: 12px;
    }

    .service-box .s-icon{
        margin: inherit;
        height: 70px;
    }

    .service-box h2 {
        font-size: 17px;
    }
    .s-box {
        padding: 20px;
    }

    .welcome-area .owl-carousel .owl-nav button.owl-prev, .welcome-area .owl-carousel .owl-nav button.owl-next {
        font-size: 25px;
        width: 30px;
        height: 30px;
    }
    .banner-slide-1, .banner-slide-2, 
    .banner-slide-3, .center-slide-1 {
        height: 415px;
    }
    .ban-btn2 a {
        padding: 10px 22px !important;
        font-size: 15px !important;
    }
    .form-ban-area .form-group input, 
    .form-ban-area .form-group select,
    .form-ban-area .form-group input[type="submit"]{
        height: 42px;
    }
    .form-ban-area h1 {
        font-size: 22px;
    }
    .welcome-intro > h1 span {
        font-size: 14px !important;
        padding-bottom: 5px;
    }
    .wg-default .country-selector {
        right: 64px !important;
        top: 35px !important;
    }
    .navbar-sticky-on .country-selector{
        top: 17px !important;
    }
    .jobs-list-area .btn-apply{
        font-size: 0.675rem;
        border: 1px solid #e11e29;
        padding: 0.4rem 1rem;
    }
    .jobs-list-area .btn-agent {
        font-size: 0.475rem;
        padding: 0.1rem 0.8rem;
    }
    .wg-flags a img.wg-flag {
        height: 16px !important;
        margin-right: 3px !important;
    }
    .wg-drop.country-selector .wgcurrent a {
        padding-right: 26px !important;
    }
    .progress-wrap {
        right: 10px;
        height: 33px;
        width: 33px;
    }
    .progress-wrap::after {
        line-height: 33px;
        height: 33px;
        width: 33px;
    }

    .mobile_form_hidden{
        display: none;
    }
    
}
@media(max-width: 440px) {
    .head-menu {
        bottom: 10px;
    }
    .service-sector-area .download-btn a {
        width: 100%;
    }
    .wg-default .wg-drop.country-selector a {
        font-size: 10px !important;
    }
    .wg-drop.country-selector .wgcurrent a {
        padding-right: 30px;
    }
}
@media(max-width: 360px) {
    .wg-default .country-selector {
        top: 15px !important;
    }
}