@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
button {
    display: inline-block;
}

button:focus {
    outline: none;
    box-shadow: none;
}

select {
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

/************************** Header css **************************/
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent;
    transition: 0.5s;
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.main-header.scroll {
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.main-header.scroll .upper-list {
    margin-top: -36px;
}

.main-header.scroll .logo {
    width: 170px;
}

.upper-list {
    background: #bb2426;
    padding: 6px 0;
    position: relative;
    transition: 0.5s;
}



.upper-list .align-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upper-list .box-1 .info-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.upper-list .box-1 .info-list li {
    padding: 0 10px;
}

.upper-list .box-1 .info-list li span {
    color: #ffffff;
    font-size: 16px;
    padding-right: 7px;
}

.upper-list .box-1 .info-list li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.upper-list .box-2 .social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.upper-list .box-2 .social-list li span {
    color: #ffffff;
    font-size: 16px;
    padding-right: 7px;
}

.upper-list .box-2 .social-list li {
    padding: 0 12px;
}

.upper-list .box-2 .social-list li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.main-header .logo {
    width: 190px;
    transition: 0.5s;
}

.main-header .nav-item {
    padding: 0 8px;
}

.main-header .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500 !important;
    color: #000 !important;
    transition: 0.5s;
    text-transform: uppercase;
}

.main-header .nav-item .nav-link:hover {
    color: #bb2426 !important;
}

.nav-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn ul li {
    padding: 0 5px;
}

.nav-btn .book-btn {
    background-color: #030706;
    border: 1px solid #000000;
    border-radius: 7px;
    padding: 11px 20px;
    color: #fff !important;
    transition: 0.5s;
    font-size: 16px;
}

.nav-btn .book-btn:hover {
    background-color: #bb2426;
    border: 1px solid #bb2426;
    color: #fff !important;
}

.nav-btn .book-btn-2 {
    background-color: #bb2426;
    border: 1px solid #bb2426;
    border-radius: 7px;
    padding: 11px 20px;
    color: #fff !important;
    transition: 0.5s;
    font-size: 16px;
}

.nav-btn .book-btn-2:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff !important;
}

/************************** Header css end **************************/
.main-banner {
    background-image: url('../images/main-banner.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-banner::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}

.main-banner .content-box {
    position: relative;
    margin-top: 100px;
}

.main-banner .content-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 5px;
}

.main-banner .content-box h1 {
    font-size: 47px;
    color: #fff;
    font-weight: 700;
    line-height: 59px;
    text-transform: uppercase;
}

.main-banner .content-box .para {
    color: #fff;
    padding: 5px 0 17px;
}

.main-banner .content-box .contact-us {
    background-color: #030706;
    padding: 11px 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
}


.sec-about {
    padding: 60px 0;
}

.sec-about .content-box {}

.sec-about .content-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #be2226;
    padding-bottom: 5px;
}

.sec-about .content-box h2 {
    font-size: 47px;
    color: #000;
    font-weight: 700;
    line-height: 59px;
    text-transform: uppercase;
}

.sec-about .content-box .para {
    color: #000;
    padding: 5px 0 10px;
}

.sec-about .content-box ul {}

.sec-about .content-box ul li {
    color: #000;
    padding: 5px 0 5px;
}

.sec-about .content-box ul li i {
    color: #be2226;
    padding-right: 5px;
}

.sec-about .content-box .read-btn {
    background-color: #be2226;
    border: 1px solid #be2226;
    border-radius: 7px;
    padding: 11px 20px;
    color: #fff !important;
    transition: 0.5s;
    font-size: 16px;
    margin-top: 10px;
}

.sec-services {
    padding: 60px 0 50px;
    background-color: #2f2f2f;
}

.sec-services .sec-title {
    padding: 0 0 40px 0;
}

.sec-services .sec-title h2 {
    font-size: 50px;
    color: #fff;
    line-height: 55px;
    padding-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.sec-services .sec-title h3 {
    font-size: 20px;
    color: #e41734;
    padding: 7px 0 7px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 600;
}

.sec-services .sec-title .para {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 0;
}

.sec-services .sec-title .serices-btn {
    text-align: right;
    padding-right: 17px;
}

.sec-services .sec-title .serices-btn a {
    background-color: #be2226;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    border: 1px solid #be2226;
}

.sec-services .card-box {
    position: relative;
    margin-bottom: 20px;
}

.sec-services .card-box .img-box {
    position: relative;
}

.sec-services .card-box .img-box .services-img {
    width: 100%;
    object-fit: cover;
    height: 600px;
}

.sec-services .card-box .content-box {
    position: absolute;
    background-color: #fff;
    bottom: 2%;
    right: 5%;
    left: 5%;
    border-radius: 10px;
    padding: 40px 0 0 0px;
}

.sec-services .card-box .content-box .icon-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffff;
    width: 100px;
    height: 100px;
    top: -20%;
    border: 5px solid #000000;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-services .card-box .content-box .icon-box i {
    font-size: 45px;
    color: #bb2426;
}

.sec-services .card-box .content-box .heading-box {
    text-align: center;
    padding: 20px 10px;
}

.sec-services .card-box .content-box .heading-box h3 {
    font-size: 17px;
    color: #be2226;
    padding: 7px 0 7px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 600;
}

.sec-services .card-box .content-box .heading-box .para {
    font-size: 16px;
    padding: 0 10px;
}

.sec-services .card-box .content-box .heading-box .read-link {
    color: #be2226;
    font-weight: 500;
    text-decoration: underline;
    padding-top: 6px;
}

.sec-choose-us {
    padding: 80px 0;
}

.sec-choose-us .content-box {}

.sec-choose-us .content-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #be2226;
    padding-bottom: 5px;
}

.sec-choose-us .content-box h2 {
    font-size: 47px;
    color: #000;
    font-weight: 700;
    line-height: 59px;
    text-transform: uppercase;
}

.sec-choose-us .content-box .para {
    color: #000;
    padding: 5px 0 10px;
}

.sec-choose-us .content-box .contact-btn {
    background-color: #be2226;
    border: 1px solid #be2226;
    border-radius: 7px;
    padding: 11px 20px;
    color: #fff;
    transition: 0.5s;
    font-size: 16px;
    margin-top: 10px;
}

.sec-choose-us .content-box .contact-btn:hover {
    background-color: transparent;
    color: #bb2426;
}

.sec-choose-us .white-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
    border: 3px solid #bb2426;
    border-radius: 15px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: 0.5s;
}

.sec-choose-us .white-box .icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.sec-choose-us .white-box .icon-box i {
    font-size: 55px;
    color: #000;
    transition: 0.5s;
}

.sec-choose-us .white-box .text-box {}

.sec-choose-us .white-box .text-box h6 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    transition: 0.5s;
}

.sec-choose-us .white-box:hover {
    background-color: #bb2426;
}

.sec-choose-us .white-box:hover .icon-box i {
    color: #fff;
}

.sec-choose-us .white-box:hover .text-box h6 {
    color: #fff;
}

.sec-counter {
    background-image: url('../images/counter-banner.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 150px 0 110px;
    z-index: 1;
}

.sec-counter::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}

.sec-counter .counter-box {
    text-align: center;
    position: relative;
}

.sec-counter .counter-box .count {
    font-size: 110px;
    font-weight: 500;
    color: #fff;
    line-height: 80px;
    display: inline-block;
}

.sec-counter .counter-box span {
    font-size: 90px;
    font-weight: 500;
    color: #fff;
    line-height: 80px;
}

.sec-counter .counter-box h6 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
}

.sec-clients {

    padding: 70px 0;

    background-color: #e7e7e7;
}

.sec-clients .sec-title {

    display: flex;

    align-items: center;

    justify-content: flex-start;
}

.sec-clients .sec-title .icon-box {

    width: 11vw;
}

.sec-clients .sec-title .icon-box .small-icon {}

.sec-clients .sec-title .heading-box {

    padding-left: 20px;
}

.sec-clients .sec-title .heading-box h3 {

    font-size: 22px;

    font-weight: 700;

    color: #be2226;

    padding-bottom: 5px;
}

.sec-clients .sec-title .heading-box h2 {

    font-size: 46px;

    color: #000;

    font-weight: 700;

    line-height: 52px;

    text-transform: uppercase;
}

.sec-clients .test-box {
    position: relative;
    margin-top: 30px;
}

.sec-clients .test-box .testimonials-slider-box {}

.sec-clients .test-box .testimonials-slider-box .items {
    padding: 0 10px;
}

.sec-clients .test-box .testimonials-slider-box .items .card-box {

    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;

    background-color: #fff;

    padding: 20px 30px;

    border-radius: 15px;
}

.sec-clients .test-box .testimonials-slider-box .items .card-box .para {

    font-size: 20px;

    color: #000;

    padding-bottom: 5px;
}

.sec-clients .test-box .testimonials-slider-box .items .card-box ul {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    padding-top: 15px;
}

.sec-clients .test-box .testimonials-slider-box .items .card-box ul li {

    padding: 0 7px;
}

.sec-clients .test-box .testimonials-slider-box .items .card-box ul li .img-box {

    width: 80px;
}

.sec-clients .test-box .testimonials-slider-box .items .card-box ul li .img-box .profile-img {

    width: 75px;

    height: 75px;

    object-fit: cover;

    border-radius: 50%;
}

.sec-clients .test-box .testimonials-slider-box .items .card-box ul li .name-box {}

.sec-clients .test-box .testimonials-slider-box .items .card-box ul li .name-box h4 {

    font-size: 22px;

    font-weight: 700;

    color: #be2226;
}

.sec-clients .test-box .testimonials-slider-box .items .card-box ul li .name-box h6 {

    font-weight: 600;

    color: #000;
}

.sec-clients .test-box .testimonials-slider-box .slick-prev {
    position: absolute;
    top: -33%;
    right: 4%;
    background-color: #bb2426;
    border: 1px solid #bb2426;
    color: #fff;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-clients .test-box .testimonials-slider-box .slick-prev::before {
    content: '\f104';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 28px;
}

.sec-clients .test-box .testimonials-slider-box .slick-next {
    position: absolute;
    top: -33%;
    right: 0%;
    background-color: #bb2426;
    border: 1px solid #bb2426;
    color: #fff;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-clients .test-box .testimonials-slider-box .slick-next::before {
    content: '\f105';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 28px;
}

.sec-contact {
    background-image: url('../images/contact-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}

.sec-contact .contact-box {
    padding: 25px 30px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
}

.sec-contact .contact-box h4 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.sec-contact .contact-box .para {
    padding: 7px 0;
    font-size: 18px;
    font-weight: 300;
}

.sec-contact .contact-box h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.sec-contact .contact-box h6 a {
    color: #bb2426;
    font-weight: 500;
}

.sec-contact .contact-box .input-box {
    padding: 8px 0;
}

.sec-contact .contact-box .input-box .c-input {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    padding: 13px 15px;
    font-size: 16px;
    color: #747474;
    border-radius: 0;
}

.sec-contact .contact-box .input-box .c-input:focus {
    box-shadow: unset;
}

.sec-contact .contact-box .submit-btn {
    margin-top: 10px;
}

.sec-contact .contact-box .submit-btn a {
    background: #bb2426;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    color: #fff;
}

.sec-logo-box {

    padding: 30px 0 20px;
}

.sec-logo-box .content-box {

    padding-left: 16px;

    border-left: 10px solid #bd2326;
}

.sec-logo-box .content-box h2 {

    font-size: 40px;

    color: #000;

    font-weight: 700;

    line-height: 50px;

    text-transform: uppercase;
}

.sec-logo-box .content-box h3 {

    font-size: 22px;

    font-weight: 700;

    color: #be2226;
}

.sec-logo-box .logo-slider {}

.sec-logo-box .logo-slider .item {

    padding: 0 5px;
}

.sec-logo-box .logo-slider .item .img-box {

    border: 3px solid #bb2426;

    border-radius: 10px;

    overflow: hidden;

    padding: 10px;

    box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
}

.sec-industries {

    padding: 60px 0;

}

.sec-industries .sec-title {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    padding-bottom: 30px;
}

.sec-industries .sec-title .box-1 {}

.sec-industries .sec-title .box-1 h3 {

    font-size: 22px;

    font-weight: 700;

    color: #be2226;
}

.sec-industries .sec-title .box-1 h2 {

    font-size: 47px;

    color: #000;

    font-weight: 700;

    line-height: 50px;

    text-transform: uppercase;
}

.sec-industries .sec-title .box-2 {}

.sec-industries .sec-title .box-2 .services-btn {

    background-color: #be2226;

    padding: 10px 20px;

    border-radius: 0;

    color: #fff;

    font-weight: 600;

    border: 1px solid #be2226;
}

.sec-industries .industries-box {

    background-color: #fff;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    position: relative;

    border-radius: 10px;

    overflow: hidden;

    border: 1px solid #cccc;
    margin-bottom: 15px;
}

.sec-industries .industries-box .img-box {
    position: relative;
}

.sec-industries .industries-box .img-box img {

    height: 340px;

    width: 100%;

    object-fit: cover;
}

.sec-industries .industries-box .img-box::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.sec-industries .industries-box .icon-box {

    background-color: #ededed;

    width: fit-content;

    margin: 0 auto;

    padding: 18px;

    border-radius: 10px;
}

.sec-industries .industries-box .for-abs {

    position: absolute;

    text-align: center;

    top: 30%;

    width: 100%;

    padding: 0 20px;
}

.sec-industries .industries-box .for-abs .icon-box .indus-icon {}

.sec-industries .industries-box .for-abs h3 {

    color: #fff;

    padding-top: 10px;

    font-size: 25px;

    line-height: 26px;
}

.footer-bg {
    background-color: #2f2f2f;
    padding: 55px 0 20px;
}

.footer-bg .footer-list h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.footer-bg .footer-list .contact-list {
    padding: 20px 0 20px 30px;
}

.footer-bg .footer-list .contact-list li {
    padding: 10px 0;
    position: relative;
}

.footer-bg .footer-list .contact-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    transition: 0.5s;
}

.footer-bg .footer-list .contact-list li a:hover {
    color: #be2226;
}

.footer-bg .footer-list .services-list {
    padding: 20px 0;
}

.footer-bg .footer-list .services-list li {
    padding: 10px 0 0;
    position: relative;
}

.footer-bg .footer-list .services-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    transition: 0.5s;
}

.footer-bg .footer-list .services-list li a:hover {
    color: #be2226;
}

.footer-bg .footer-list .services-list li a i {
    color: #bb2426;
    padding-right: 7px;
}


.footer-bg .footer-list .contact-list li .call-icon {
    position: relative;
}

.footer-bg .footer-list .contact-list li .call-icon::before {
    content: '\f095';
    font-family: "Font Awesome 6 Pro";
    font-size: 19px;
    font-weight: 700;
    color: #bb2426;
    position: absolute;
    top: -3px;
    left: -46px;
}

.footer-bg .footer-list .contact-list li .mail-icon {
    position: relative;
}

.footer-bg .footer-list .contact-list li .mail-icon::before {
    content: '\f0e0';
    font-family: "Font Awesome 6 Pro";
    font-size: 19px;
    font-weight: 700;
    color: #bb2426;
    position: absolute;
    top: -3px;
    left: -46px;
}

.footer-bg .footer-list .contact-list li .address-icon {
    position: relative;
}

.footer-bg .footer-list .contact-list li .address-icon::before {
    content: '\f3c5';
    font-family: "Font Awesome 6 Pro";
    font-size: 19px;
    font-weight: 700;
    color: #bb2426;
    position: absolute;
    top: 4px;
    left: -46px;
}

.footer-bg .footer-list .cont-box {
    padding: 20px 0 10px;
}

.footer-bg .footer-list .cont-box .para {
    font-size: 14px;
    font-weight: 400;
    color: #01b3a7;
}

.footer-bg .footer-list .cont-box span {
    font-size: 12px;
    font-weight: 500;
    color: #797979;
}

.footer-bg .footer-list .page-list {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-bg .footer-list .page-list li {
    width: 50%;
    padding: 5px 0 0 15px;
    position: relative;
}

.footer-bg .footer-list .page-list li::before {
    content: '';
    background-color: #be2226;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    position: absolute;
}

.footer-bg .footer-list .page-list li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: 0.5s;
}

.footer-bg .footer-list .page-list li a:hover {
    color: #bb2426;
}

.footer-bg .footer-list .get-in-btn {
    background-color: #be2226;
    border: 2px solid #be2226;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
}

.footer-bg .footer-list .get-in-btn:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.lower-box {
    background-color: #be2226;
    padding: 30px 0;
}

.lower-box .lower-para {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    padding-right: 30px;
}

.lower-box .lower-para a {
    color: #ffffff;
    font-weight: 600;
}

.lower-box .social-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lower-box .social-list li {
    padding: 0 8px;
}

.lower-box .social-list li a {
    font-size: 18px;
    color: #ffffff;
    transition: 0.5s;
}

.lower-box .social-list li a:hover {
    color: #000000;
}

.lower-box .p-link {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    transition: 0.5s;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.lower-box .p-link:hover {
    color: #000000;
}


.sec-prime-hr {
    padding: 80px 0;
}

.sec-prime-hr .img-box img {
    height: 100%;
    object-fit: cover;
}

.sec-prime-hr .content-box {
    background: #bb2426;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 30px 50px;
}

.sec-prime-hr .content-box h3 {
    font-size: 15px;
    color: #8aa7da;
    font-weight: 500;
}

.sec-prime-hr .content-box h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    margin: 10px 0 0;
    text-transform: capitalize;
}

.sec-prime-hr .content-box .para {
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    margin: 0;
}

.sec-prime-hr .more-btn {
    background: #e5716b;
    border: 1px solid #e5716b;
    padding: 10px 20px;
    color: #fff;
    margin-top: 15px;
}

.sec-prime-hr .prime-list {

    padding-left: 30px;
}

.sec-prime-hr .prime-list li {

    color: #fff;

    padding: 3px 0;

    position: relative;
}

.sec-prime-hr .prime-list li::before {
    content: '\f058';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    left: -28px;
    font-size: 15px;
    color: #fff;
    transform: translateY(-50%);
}

.sec-prime-hr .link-list {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    padding-top: 10px;

}

.sec-prime-hr .link-list li {

    width: 50%;

    text-align: center;
}

.sec-prime-hr .link-list li a {

    background-color: #030706;

    border: 1px solid #000000;

    border-radius: 7px;

    padding: 9px 20px;

    color: #fff !important;

    transition: 0.5s;

    font-size: 16px;
}

.sec-role {
    padding: 40px 0;
    position: relative;
}

.sec-role::before {
    content: '';
    background-image: url('../images/services-bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 420px;
    opacity: 0.1;
}

.sec-role .sec-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.sec-role .sec-title h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #be2226;
}

.sec-role .sec-title h2 {
    padding: 5px 0;
    font-size: 47px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.sec-role .services-box {
    background-color: #e7e7e7;
    padding: 30px 15px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    margin-bottom: 20px;
    min-height: 260px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec-role .services-box .icon-box {
    background-color: #bb2426;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
}

.sec-role .services-box .icon-box i {
    font-size: 34px;
    color: #ffffff;
}

.sec-role .services-box .cont-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #17161a;
    width: 90%;
    margin: 0 auto;
    padding-top: 15px;
    text-transform: capitalize;
}

.sec-role .services-box .cont-box .para {
    font-size: 15px;
    padding: 15px 0;
}

.sec-role .services-box .cont-box .read-more {
    font-size: 16px;
    font-weight: 500;
    color: #ed0028;
    text-transform: uppercase;
    transition: 0.5s;
}

.sec-role .services-box .cont-box .read-more:hover {
    color: #3a3a3a;
}

/* sec-cop-logo     */
.sec-cop-logo {
    padding: 30px 0 50px;
}

.sec-cop-logo .sec-title {
    text-align: center;
    margin-bottom: 30px;
}

.sec-cop-logo .sec-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.sec-cop-logo .sec-title h3 {
    font-size: 26px;
    font-weight: 700;
    color: #be2226;
}

.sec-cop-logo .slider-cop-logo {}

.sec-cop-logo .slider-cop-logo .item {
    padding: 0 7px;
}

.sec-cop-logo .slider-cop-logo .item .img-box {
    border: 3px solid #bb2426;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
}

.sec-cop-logo .slider-cop-logo .item .img-box img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.sec-medical {
    position: relative;
    background-image: url('../images/medical-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 70px 0;
}

.sec-medical::before {
    content: '';
    background-color: #030706;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.sec-medical .sec-title {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.sec-medical .sec-title h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.sec-medical .sec-title .para {
    color: #fff;
    padding: 10px 8%;
}

.sec-medical .content-box {
    position: relative;
}

.sec-medical .content-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.sec-medical .content-box .para {
    color: #fff;
    padding: 7px 0;
}

.sec-medical .content-list {
    position: relative;
}

.sec-medical .content-list h5 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.sec-medical .content-list ul {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sec-medical .content-list ul li {
    color: #fff;
    width: 31%;
    padding: 8px 3px;
    border-bottom: 4px solid #bb2426;
    margin: 0 5px;
}

.inner-banner {
    background: url(../images/inner-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 580px;
    display: flex;
    align-items: center;
    margin-top: 135px;
}

    .inner-banner::before {
        content: '';
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.1;
    }

    .inner-banner .content-box {
        position: relative;
    }

        .inner-banner .content-box h2 {
            color: #ffffff;
            font-size: 40px;
            font-weight: 700;
            padding-bottom: 5px;
        }


        .inner-banner .content-box ul {
            align-items: center;
            justify-content: flex-start;
            list-style: none;
            display: flex;
        }

            .inner-banner .content-box ul li {
                padding: 0 5px;
            }

                .inner-banner .content-box ul li a {
                    color: #ffffff;
                    font-weight: 500;
                    font-size: 20px;
                }

                .sec-inner-pages {
                    padding: 60px 0;
                }
                
                .sec-inner-pages .content-box {}
                
                .sec-inner-pages .content-box h3 {
                    font-size: 20px;
                    font-weight: 700;
                    color: #be2226;
                    padding-bottom: 3px;
                }
                
                .sec-inner-pages .content-box h2 {
                    font-size: 36px;
                    color: #000;
                    font-weight: 700;
                    line-height: 41px;
                    text-transform: uppercase;
                }
                .sec-inner-pages .content-box h4 {
                    font-size: 18px;
                    font-weight: 700;
                    color: #bb2426;
                    padding-bottom: 3px;
                    border-bottom: 3px solid #000;
                    width: fit-content;
                }
                .sec-inner-pages .content-box h5 {
                    font-size: 20px;
                    font-weight: 700;
                    color: #000;
                    padding-bottom: 10px;
                }
                .sec-inner-pages .content-box .para {
                    color: #000;
                    padding: 5px 0 5px;
                    font-size: 15px;
                }
                
                .sec-inner-pages .content-box ul {}
                
                .sec-inner-pages .content-box ul li {
                    color: #000;
                    padding: 5px 0 5px;
                }
                
                .sec-inner-pages .content-box ul li i {
                    color: #be2226;
                    padding-right: 5px;
                }
                
                .sec-inner-pages .content-box .read-btn {
                    background-color: #be2226;
                    border: 1px solid #be2226;
                    border-radius: 7px;
                    padding: 11px 20px;
                    color: #fff !important;
                    transition: 0.5s;
                    font-size: 16px;
                    margin-top: 10px;
                }
                .sec-inner-pages .img-box img {
                border-radius: 10px;
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
                }

      
.our-management {

padding: 60px 0;
}
.our-management .sec-title{
    
padding-bottom: 30px;
    
text-align: center;
}
.our-management .sec-title h3{font-size: 22px;font-weight: 700;color: #be2226;}
.our-management .sec-title h2{font-size: 40px;color: #000;font-weight: 700;line-height: 50px;text-transform: uppercase;}
.our-management .mange-box{padding: 20px 25px;border-radius: 10px;background-color: #fff;box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;margin-bottom: 15px;}
.our-management .mange-box .profile-list{display: flex;align-items: center;justify-content: flex-start;}
.our-management .mange-box .profile-list li{
}
.our-management .mange-box .profile-list li .img-box{width: 120px;height: 120px;border: 4px solid #bb2426;border-radius: 50%;padding: 5px;margin-right: 10px;text-align: center;}
.our-management .mange-box .profile-list li .img-box .pro-img{border-radius: 50%;height: 100%;object-fit: cover;width: 100%;}
.our-management .mange-box .profile-list li .mange-detail {

}
.our-management .mange-box .profile-list li .mange-detail h5{

font-size: 20px;

font-weight: 600 !important;

color: #000 !important;
}
.our-management .mange-box .profile-list li .mange-detail h6{

font-size: 16px;

font-weight: 500 !important;

color: #bb2426 !important;
}
.our-management .mange-box  .contact-detail {

margin-top: 20px;
}
.our-management .mange-box  .contact-detail ul{

}
.our-management .mange-box  .contact-detail ul li{

padding: 3px 0;
}
.our-management .mange-box  .contact-detail ul li a{

font-size: 18px;

font-weight: 500 !important;

color: #000000 !important;
}
.our-management .mange-box  .contact-detail ul li a i{

color: #ba2426;

font-size: 20px;

margin-right: 5px;
}

.sec-job-seeker {
    padding: 60px 0;
}
.sec-job-seeker .sec-title{
    text-align: center;
    padding-bottom: 30px;
}
.sec-job-seeker .sec-title h3{
    font-size: 22px;
    font-weight: 700;
    color: #be2226;
}
.sec-job-seeker .sec-title h2{
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}
.sec-job-seeker .contact-info{
    background-color: #bb2426;
    padding: 20px 30px;
    border-radius: 20px;
    height: 100%;
}
.sec-job-seeker .contact-info h3{
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}
.sec-job-seeker .contact-info .para{
    color: #fff;
}
.sec-job-seeker .contact-info .info-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.sec-job-seeker .contact-info .info-box .icon-box{
    width: 70px;
    height: 70px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.sec-job-seeker .contact-info .info-box .icon-box i{
    color: #fff;
    font-size: 24px;
}
.sec-job-seeker .contact-info .info-box .text-box {
    width: 270px;
}
.sec-job-seeker .contact-info .info-box .text-box h4{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 0 7px;
}
.sec-job-seeker .contact-info .info-box .text-box a{
    color: #fff;
    display: block;
    font-size: 15px;
}
.sec-job-seeker .job-box {
    padding: 20px;
    background-color: #eceff7;
    border-radius: 20px;
}
.sec-job-seeker .job-box h3{
    font-size: 18px;
    font-weight: 700;
    color: #bb2426;
}
.sec-job-seeker .job-box h2{
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    line-height: 43px;
}
.sec-job-seeker .job-box .para{
    font-size: 15px;
    font-weight: 300;
}
.sec-job-seeker .job-box .form-box {}
.sec-job-seeker .job-box .form-box .field-box{
    padding: 10px 0 0;
}
.sec-job-seeker .job-box .form-box .field-box label{
    padding-bottom: 5px;
    font-size: 15px;
    color: #000;
}
.sec-job-seeker .job-box .form-box .field-box .j-input{
    border-radius: 0;
    font-size: 15px;
    font-weight: 300;
}
.sec-job-seeker .job-box .form-box .field-box .submit-btn{
    background-color: #030706;
    border: 1px solid #000000;
    border-radius: 7px;
    padding: 10px 20px;
    color: #fff !important;
    font-size: 15px;
}

.sec-hiring-now {
        padding: 60px 0;
        }
.sec-hiring-now .sec-title {
    text-align: center;
    padding-bottom: 30px;
    }
.sec-hiring-now .sec-title h3{
        font-size: 22px;
        font-weight: 700;
        color: #be2226;
        }
.sec-hiring-now .sec-title h2{
        font-size: 40px;
        color: #000;
        font-weight: 700;
        line-height: 50px;
        text-transform: uppercase;
        }
.sec-hiring-now .hire-box {
}
.sec-hiring-now .hire-box .search-box{
        padding: 10px 20px;
        background-color: #eceff7;
        border-radius: 10px;
}
.sec-hiring-now .hire-box .search-box .hire-field{
        padding: 10px 0 0;
}
.sec-hiring-now .hire-box .search-box .hire-field label{
    font-size: 16px;
    color: #000;
    }
.sec-hiring-now .hire-box .search-box .hire-field .s-field{
        border-radius: 0;
        font-size: 15px;
        font-weight: 300;
        border: 1px solid #ccc;
}
.sec-hiring-now .hire-box .search-box .hire-field .s-field:focus {
    box-shadow: unset;
}
.sec-hiring-now .hire-box .search-box .hire-field .search-btn {
        background-color: #000000;
        border: 1px solid #000000;
        border-radius: 5px;
        padding: 7px 20px;
        color: #fff !important;
        transition: 0.5s;
        font-size: 15px;
}
.sec-hiring-now .hire-box .job-table  {
        margin-top: 20px;
        }
.sec-hiring-now .hire-box .job-table  table{

}
.sec-hiring-now .hire-box .job-table  table thead{
        background-color: #bb2426;
        color: #fff;
        }
.sec-hiring-now .hire-box .job-table  table th{
}
.sec-hiring-now .hire-box .job-table  table td{
        vertical-align: middle;
        }
.sec-hiring-now .hire-box .job-table .icon-box {
        width: 40px;
        display: inline-block;
        height: 40px;
        background-color: #000;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        border-radius: 7px;
        padding-top: 8px;
        margin-right: 10px;
        }
.sec-hiring-now .hire-box .job-table .apply-btn {
        background-color: #030706;
        border: 1px solid #000000;
        border-radius: 7px;
        padding: 7px 15px;
        color: #fff !important;
        transition: 0.5s;
        font-size: 14px;
        }


        .sec-inquiry {
        padding: 60px 0;
        margin-top: 150px;
        }
        .sec-inquiry .sec-title{
        text-align: center;
        padding-bottom: 30px;
        }
        .sec-inquiry .sec-title h3{
        font-size: 22px;
        font-weight: 700;
        color: #be2226;
        padding-bottom: 5px;
        }
        .sec-inquiry .sec-title h2{
        font-size: 40px;
        color: #000;
        font-weight: 700;
        line-height: 46px;
        text-transform: uppercase;
        }
        .sec-inquiry .form-box{
        padding: 25px 30px;
        background-color: #eceff7;
        border-radius: 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }
        .sec-inquiry .form-box .inquiry-field {
            padding: 10px 0;
            }
        .sec-inquiry .form-box .inquiry-field label{
            font-size: 15px;
            color: #000;
            padding-bottom: 3px;
            }
        .sec-inquiry .form-box .inquiry-field .i-field{
        border-radius: 0;
        border: 1px solid #ccc;
        }
        .sec-inquiry .form-box .inquiry-field .submit-btn{
        background-color: #bb2426;
        border: 1px solid #bb2426;
        border-radius: 7px;
        padding: 7px 17px;
        color: #fff !important;
        transition: 0.5s;
        font-size: 15px;
    }
    .main-header .dropdown-item{
        position: relative;
        margin-right: 12px;
        font-size: 14px;
    }
    .main-header .dropdown-item  span{
        position: absolute;
        right: 6%;
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #bb2426;
    }
/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
    .main-header .nav-item {
        padding: 0 0px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .main-header .nav-item {
        padding: 0 0px;
    }

    .main-header .nav-item .nav-link {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-header .logo {
        width: 180px;
    }

    .main-header .nav-item {
        padding: 0 2px;
    }

    .main-header .nav-item .nav-link {
        font-size: 15px;
    }

    .nav-btn .book-btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .nav-btn .book-btn-2 {
        padding: 10px 15px;
        font-size: 14px;
    }

    .nav-btn ul li {
        padding: 0 3px;
    }
    .navbar {
        padding: 10px;
    }
    .sec-cop-logo .slider-cop-logo .item .img-box img {
        height: 100px;
    }
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    html {
        overflow-x: hidden;
    }
    .navbar {
        padding: 10px 10px;
    }
    .upper-list .align-box {
        flex-direction: column;
    }
    .upper-list .box-1 .info-list li {
        padding: 0 7px;
    }
    .main-header .logo {
        width: 190px;
    }
    .main-header.scroll .logo {
        width: 150px;
    }
    .main-header.scroll .upper-list {
        margin-top: -60px;
    }
    .main-banner {
        height: auto;
        padding: 70px 0;
        margin-top: 150px;
    }
    .main-banner .content-box {
        margin-top: 0;
    }
    .main-banner .content-box h3 {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .main-banner .content-box h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec-about {
        padding: 30px 0 0;
    }
    .sec-about .content-box h3 {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .sec-about .content-box h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .sec-about .content-box .para {
        padding: 5px 0 5px;
        font-size: 15px;
    }
    .sec-about .img-box {
        margin-top: 30px;
    }
    .sec-choose-us {
        padding: 30px 0;
    }
    .sec-choose-us .content-box h3 {
        font-size: 16px;
    }
    .sec-choose-us .content-box .para {
        padding: 5px 0 5px;
        font-size: 15px;
    }
    .sec-choose-us .content-box .contact-btn {
        padding: 8px 18px;
        font-size: 15px;
    }
    .sec-services {
        padding: 30px 0;
    }
    .sec-services .sec-title {
        padding: 0 0 20px 0;
    }
    .sec-services .sec-title h3 {
        font-size: 16px;
        padding: 3px 0;
    }
    .sec-services .sec-title h2 {
        font-size: 30px;
       line-height: 35px;
    }
    .sec-services .sec-title .para {
        font-size: 15px;
    }
    .sec-services .sec-title .serices-btn {
        text-align: left;
        padding-right: 0;
        padding-top: 10px;
    }
    .sec-services .sec-title .serices-btn a {
        padding: 8px 18px;
        font-size: 15px;
    }
    .sec-services .card-box .img-box .services-img {
        height: 500px;
    }
    .sec-services .card-box .content-box .heading-box h3 {
        font-size: 16px;
        padding: 3px 0;
        letter-spacing: 0px;
        line-height: 16px;
    }
    .sec-services .card-box .content-box .heading-box .para {
        font-size: 14px;
        padding: 0 2px;
    }
    .sec-services .card-box .content-box .icon-box {
        width: 90px;
        height: 90px;
    }
    .sec-prime-hr {
        padding: 30px 0;
    }
    .sec-prime-hr .content-box {
        padding: 20px 10px;
    }
    .sec-prime-hr .content-box .para {
        font-size: 15px;
        padding: 3px 0;
        margin: 0;
    }
    .sec-prime-hr .prime-list li {
        padding: 3px 0;
        font-size: 14px;
    }
    .sec-prime-hr .link-list li a {
        padding: 9px 14px;
        font-size: 11px;
    }
    .sec-counter {
        padding: 50px 0;
    }
    .sec-counter .counter-box {
        margin: 10px 0;
    }
    .sec-counter .counter-box .count {
        font-size: 70px;
        line-height: 70px;
    }
    .sec-counter .counter-box span {
        font-size: 60px;
        line-height: 60px;
    }
    .sec-counter .counter-box h6 {
        font-size: 18px;
    }
    .sec-industries {
        padding: 30px 0;
    }
    .sec-industries .sec-title .box-1 h3 {
        font-size: 16px;
    }
    .sec-industries .sec-title {
        padding-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .sec-industries .sec-title .box-1 h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .sec-industries .sec-title .box-2 .services-btn {
        padding: 9px 14px;
        font-size: 14px;
    }
    .sec-industries .industries-box .for-abs h3 {
        font-size: 20px;
    }
    .sec-medical {
        padding: 30px 0;
    }
    .sec-medical .sec-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec-medical .sec-title {
        margin-bottom: 10px;
    }
    .sec-medical .sec-title .para {
        padding: 4px 0%;
        font-size: 14px;
    }
    .sec-medical .content-box .para {
        padding: 3px 0;
        font-size: 14px;
    }
    .sec-medical .content-list h5 {
        font-size: 16px;
    }
    .sec-medical .content-list ul li {
        width: 47%;
        padding: 7px 1px;
        margin: 0 5px;
        font-size: 14px;
    }
    .sec-logo-box .content-box h3 {
        font-size: 16px;
    }
    .sec-logo-box .content-box h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .sec-logo-box .content-box {
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .sec-logo-box .logo-slider .item .img-box img {
        width: 100%;
        height: 130px;
        object-fit: contain;
    }
    .sec-role {
        padding: 30px 0 0;
    }
    .sec-role .sec-title h3 {
        font-size: 16px;
    }
    .sec-role .sec-title {
        margin-bottom: 15px;
    }
    .sec-role .sec-title h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .sec-cop-logo {
        padding: 30px 0 30px;
    }
    .sec-cop-logo .sec-title h3 {
        font-size: 16px;
    }
    .sec-cop-logo .sec-title {
        margin-bottom: 15px;
    }
    .sec-cop-logo .sec-title h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .sec-contact {
        background-image: unset;
        padding: 30px 0;
    }
    .sec-contact .contact-box {
        padding: 25px 15px;
    }
    .sec-contact .contact-box h4 {
        font-size: 24px;
    }
    .footer-bg {
        padding: 20px 20px;
        overflow-x: hidden;
    }
    .footer-bg .footer-list .contact-list li .call-icon::before {
        left: -30px;
    }
    .footer-bg .footer-list .contact-list li .mail-icon::before {
        left: -30px;
    }
    .footer-bg .footer-list .contact-list li .address-icon::before {
        left: -30px;
    }
    .lower-box {
        padding: 7px 0;
        text-align: center;
    }
    .lower-box .lower-para {
        padding-right: 0;
    }
    .lower-box .p-link {
        justify-content: center;
    }
    .sec-choose-us .content-box h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec-choose-us .white-box {
        padding: 10px;
    }
    .footer-bg .footer-list .get-in-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
    .inner-banner {
        height: 250px;
        margin-top: 150px;
    }
    .inner-banner .content-box {
        text-align: center;
    }
    .inner-banner .content-box h2 {
        font-size: 30px;
    }
    .inner-banner .content-box ul {
        justify-content: center;
    }
    .sec-inner-pages {
        padding: 30px 0;
    }
    .sec-inner-pages .content-box h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec-job-seeker {
        padding: 30px 0;
    }
    .sec-job-seeker .sec-title {
        padding-bottom: 10px;
    }
    .sec-job-seeker .sec-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec-job-seeker .contact-info {
        padding: 15px 15px;
        border-radius: 10px;
        height: auto;
    }
    .sec-job-seeker .contact-info .info-box .icon-box {
        width: 65px;
        height: 65px;
        margin-right: 10px;
    }
    .sec-job-seeker .contact-info .info-box .icon-box i {
        font-size: 20px;
    }
    .sec-job-seeker .contact-info .info-box {
        padding: 7px 0;
    }
    .sec-job-seeker .contact-info .info-box .text-box h4 {
        font-size: 18px;
        padding: 0 0 4px;
    }
    .sec-job-seeker .job-box {
        padding: 15px 10px;
        border-radius: 10px;
        margin-top: 10px;
    }
    .sec-inner-pages .img-box{
        margin-top: 10px;
    }
    .sec-hiring-now {
        padding: 30px 0;
    }
    .sec-hiring-now .sec-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec-hiring-now .sec-title {
        padding-bottom: 15px;
    }
    .our-management {
        padding: 30px 0;
    }
    .our-management .sec-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .our-management .mange-box .profile-list li .img-box {
        width: 90px;
        height: 90px;
    }
    .sec-inquiry {
        padding: 30px 0;
    }
    .sec-inquiry .sec-title h3 {
        font-size: 20px;
    }
    .sec-inquiry .sec-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec-inquiry .form-box {
        padding: 10px 15px;
        border-radius: 6px;
    }
    .sec-inquiry .sec-title {
        padding-bottom: 15px;
    }
    .sec-inquiry .form-box .inquiry-field {
        padding: 5px 0;
    }
}


@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	