html,
body {
    font-family: Poppins;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    color: unset;
}

a {
    color: unset;
}

p {
    margin-top: 0;
    margin-bottom: .3rem;
}

.btn:hover {
    color: #FFFFFF;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.form-control:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.site-btn {
    background: transparent linear-gradient(180deg, #201EB7 0%, #1715A2 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: 300;
    padding: 1rem 3rem;
    letter-spacing: 1px;
}

.blue-btn {
    background: transparent linear-gradient(180deg, #5CA8DE 0%, #4A87C1 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    padding: 1rem 3rem;
    letter-spacing: 1px;
}

.social-google {
    background: transparent linear-gradient(180deg, #de5246ba 0%, #de5246 100%) 0% 0% no-repeat padding-box;
}

.social-facebook {
    background: transparent linear-gradient(180deg, #3b5998ba 0%, #3b5998 100%) 0% 0% no-repeat padding-box;
}

.jobbtntxt {
    font-size: 14px;
    font-weight: 600;
}


/* Common */

.px-13rem {
    padding-left: 13rem;
    padding-right: 13rem;
}

.font-25px {
    font-size: 25px
}

.orange-clr {
    color: #201EB7;
}

.title {
    font-size: 40px;
    color: #7E6093;
    font-weight: 600;
}

.title2 {
    font-size: 60px;
    color: #222A41;
}

.title3 {
    font-size: 18px;
    color: #222A41;
}

.title4 {
    font-size: 12px;
    color: #F69838;
    font-weight: 600;
}

.title5 {
    font-size: 50px;
    color: #222A41;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1.85px;
}

.title6 {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 300;
}

.title7 {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 300;
}

.title8 {
    font-size: 28px;
    color: #132843;
    font-weight: 600;
}

.title9 {
    font-size: 14px;
    color: #F69838;
    font-weight: 300;
}

.title10 {
    font-size: 18px;
    color: #132843;
    font-weight: 600;
}

.title11 {
    font-size: 18px;
    color: #F69838;
    font-weight: 300;
}

.title12 {
    font-size: 16px;
    color: #8F95A3;
    font-weight: 300;
}

.title13 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 300;
}

.title14 {
    font-size: 14px;
    color: #132843;
    font-weight: 400;
}

.lable1 {
    font-size: 14px;
    color: #8F95A3;
    font-weight: 300;
}

.desc {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
}

.desc2 {
    font-size: 15px;
    color: #6D7783;
    font-weight: 300;
}

.desc3 {
    font-size: 16px;
    color: #132843;
    font-weight: 400;
}

.hiretxt {
    font: normal normal normal 16px/24px Poppins;
    color: #707070;
}

.websitetxt {
    font: normal normal normal 15px/18px Poppins;
    color: #1D70D8;
}

.profiletitle {
    font: normal normal bold 18px/24px Poppins;
    color: #333333;
}

.featuredprofileval {
    font: normal normal normal 16px/22px Poppins;
    color: #333333;
}

.abtbusinesstitle {
    font: normal normal bold 24px/28px Poppins;
    color: #333333;
}

.abtbusinessdesc {
    font: normal normal normal 16px/24px Poppins;
    color: #333333;
}

.fasector {
    font-size: 18px;
    color: #333333;
}

.facity {
    font-size: 26px;
    color: #333333;
}

.premmainName {
    font-size: 1.5rem;
}


/* End Common */

.main-bg {
    background-image: url(../img/home-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% top;
}

.job-view-box {
    background-image: url(../img/round-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.interns-user-box {
    background-image: url(../img/curve-bg.png);
    background-size: 78% 95%;
    background-repeat: no-repeat;
    background-position: 58% 51%;
}

#menu.navbar .navbar-nav .nav-item {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

#menu.navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 2.8rem;
    margin: 0rem .2rem;
}

#menu.navbar .navbar-nav .nav-item.active .nav-link,
#menu.navbar .navbar-nav .nav-item:hover .nav-link {
    border-radius: 30px;
    background: #201EB7;
}

.home-part1 {
    min-height: 60rem;
}

.job-view-box .box {
    background-color: #FFFFFF;
    border-radius: 30px;
    -webkit-box-shadow: 0px 7px 24px 0px #00000014;
    -moz-box-shadow: 0px 7px 24px 0px #00000014;
    box-shadow: 0px 7px 24px 0px #00000014;
    padding: 1.8rem 1.4rem;
}

.job-view-box .odd {
    margin-left: auto !important;
}

.job-view-box .even {
    margin-right: auto !important;
    padding-top: 1.8rem;
}

.job-title {
    font-size: 15px;
    font-weight: bold;
    color: #132843;
}

.job-title2 {
    font-size: 14px;
    color: #4C8BC4;
}

.job-title3 {
    font-size: 15px;
    color: #8F95A3;
    font-weight: 300;
}

.job-title4 {
    font-size: 15px;
    color: #132843;
    font-weight: 500;
}

.job-title5 {
    font-size: 15px;
    color: #8F95A3;
    font-weight: 300;
}

.job-desc {
    font-size: 13px;
    color: #132843;
    font-weight: 300;
    line-height: 1.8;
}

.nomorejob_title {
    font-size: 28px;
    font-weight: 500;
    color: #132843;
}

.nomorejob_desc {
    color: #8F95A3;
    font-weight: 500;
}

.interns-user-box .odd:nth-of-type(1) {
    text-align: right;
}

.interns-user-box .even:nth-of-type(2) {
    text-align: right;
}

.interns-user-box .odd {
    margin-left: auto !important;
}

.interns-user-box .even {
    margin-right: auto !important;
    padding-top: 3.5rem;
}

.interns-user-box .user-img {
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 20px 0px #00000033;
    -moz-box-shadow: 2px 2px 20px 0px #00000033;
    box-shadow: 2px 2px 20px 0px #00000033;
    width: 230px;
}

#footer {
    background: transparent linear-gradient(180deg, #F8AE41 0%, #F3722A 100%) 0% 0% no-repeat padding-box;
    border-radius: 128px 128px 0px 0px;
}

#footer .footerMenu {
    list-style: none;
}

#footer .footerMenu li {
    padding: 0px 0px;
    padding-right: 15px;
}

.customer-logo-slider .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 0;
}

.customer-logo-slider .slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

.customer-logo-slider .slick-dots li button:before {
    font-size: 35px;
    background: -webkit-linear-gradient(#F7A03C, #F3722A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#login-model.overlay,
#register-model.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

#register-model .slider-part {
    background-color: #FFFFFF;
    background-image: url(../img/reg-bg.png);
    background-size: 55% 90%;
    background-repeat: no-repeat;
    background-position: 134% 213%;
}

#register-model .register-part {
    /* height: 100vh; */
    background: transparent linear-gradient(180deg, #5CA8DE 0%, #4A87C1 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
}

#login-model .login-part,
#register-model .login-part {
    /* height: 100vh; */
    background-color: #FFFFFF;
}

#login-model .content-part,
#register-model .content-part {
    /* height: 100vh; */
    background: transparent linear-gradient(180deg, #F8AE41 0%, #F3722A 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
}

#login-model.overlay .closebtn {
    position: absolute;
    top: 50px;
    right: 45px;
    font-size: 22px;
    background: #FEC647;
    border-radius: 35px;
    font-weight: 200;
    height: 52px;
    width: 52px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
}

#register-model.overlay .closebtn {
    position: absolute;
    top: 50px;
    right: 45px;
    font-size: 22px;
    background: #6c757d47;
    border-radius: 35px;
    font-weight: 200;
    height: 52px;
    width: 52px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
}

#loginForm .form-control,
#forgotForm .form-control,
#registerForm .form-control,
.home-form .form-control {
    background-color: transparent;
    border: unset;
    border-bottom: 2px solid #DEDFE1;
    /* padding: 20px 0px 34px 0px; */
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0;
    color: #132843;
    font-weight: 18px;
    font-size: 500;
    height: 55px;
}

#loginForm .form-control::placeholder,
#forgotForm .form-control::placeholder,
#registerForm .form-control::placeholder,
.home-form .form-control::placeholder {
    color: #132843;
    font-weight: 18px;
    font-size: 600;
}

#loginForm .input-group-text,
#forgotForm .input-group-text,
#registerForm .input-group-text,
.home-form .input-group-text {
    background-color: transparent;
    border: unset;
    border-bottom: 2px solid #DEDFE1;
    /* padding: 1px 25px 12px 25px; */
    border-radius: 0;
}

#loginForm .btn-full,
#forgotForm .btn-full,
#registerForm .btn-full,
.home-form .btn-full {
    font-size: 19px;
    font-weight: 400;
    width: 100%;
    padding: 1.2rem 0;
    border-radius: 8px;
}

#login-model .content-part .comp-logos-box {
    background-image: url(../img/dots.png);
    background-size: 50% 75%;
    background-repeat: no-repeat;
    background-position: 95% 90%;
    height: 70%;
}

#register-model .content-part .comp-logos-box {
    background-image: url(../img/dots.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: 95% 90%;
    height: 70%;
}

#login-model .content-part .comp-logos,
#register-model .content-part .comp-logos {
    -webkit-box-shadow: 0px 20px 30px #00000029;
    -moz-box-shadow: 0px 20px 30px #00000029;
    box-shadow: 0px 20px 30px #00000029;
    border-radius: 10px;
    background-color: #FFFFFF;
    position: relative;
}

#login-model .content-part .comp-logos .loginUserImg,
#register-model .content-part .comp-logos .loginUserImg {
    position: absolute;
    top: -80px;
    left: -80px;
    width: 180px;
}

#login-model #forgot-box {
    transition: 0.6s
}

#login-model #login-box {
    transition: 0.6s
}

.register-slider {
    -webkit-box-shadow: 0px 20px 30px #00000029;
    -moz-box-shadow: 0px 20px 30px #00000029;
    box-shadow: 0px 20px 30px #00000029;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.register-slider .slide .userImg {
    height: 52px;
    width: 52px;
}

#register-model .register-part .register-slider-bg {
    background-image: url(../img/dots-1.png);
    background-size: 92% 80%;
    background-repeat: no-repeat;
    background-position: 53px top;
}

.register-slider .slick-prev {
    left: 0px;
    bottom: -90px;
}

.register-slider .slick-next {
    left: 75px;
    bottom: -90px;
}

.register-slider .slick-prev,
.register-slider .slick-next {
    top: unset;
    background: #4177A6;
    border-radius: 30px;
    color: #FFFFFF;
    height: 40px;
    width: 40px;
    transition: .6s;
}

.register-slider .slick-prev:hover,
.register-slider .slick-next:hover {
    background: #8CB7DC;
    -webkit-box-shadow: 0px 10px 20px #00000029;
    -moz-box-shadow: 0px 10px 20px #00000029;
    box-shadow: 0px 10px 20px #00000029;
}

.register-slider .slick-prev:before,
.register-slider .slick-next:before {
    opacity: 1;
}

#login-model,
#register-model {
    overflow-y: auto !important;
}

.radiocheck+.lablecheck::before {
    content: ' ';
    width: 25px;
    display: inline-block;
    background-size: 100%;
    background-image: url('../img/Path3412.png');
    background-repeat: no-repeat;
    margin-right: 8px;
}

.radiocheck:checked+.lablecheck::before {
    background-image: url('../img/Group6479.png');
}

.lablecheck {
    display: inline-flex;
    color: rgba(0, 0, 0, .6);
    font-weight: 500;
    margin-right: 2rem;
    font-size: 20px;
    line-height: 1.3;
}

.radiocheck {
    display: none;
}

p.cerror,
.lbl-cerror {
    color: red;
    font-size: 12px;
}

#preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000001f;
    z-index: 999;
}


/* ---------------------------------------------dhruvit-css---------------------------- */

.single-featured-employers-new {
    background: #CAE8F5;
    padding: 6rem 2rem 2rem;
    border-radius: 26px;
    margin-top: 80px;
    height: -webkit-fill-available;
    position: relative;
}

.featured-employers-new .single-featured-employers-new h4 {
    font-size: 17px;
    color: #3D62A9;
    margin-bottom: 14px;
}

.featured-employers-new .single-featured-employers-new p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.featured-employers-new .single-featured-employers-new h5 {
    font-size: 15px;
    color: #FF5C00;
}

.featured-employers-new .single-featured-employers-new .feature-employer-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: 0px 7px 24px 0px #00000014;
    top: -70px;
}

.featured-employers-new .single-featured-employers-new .feature-employer-img img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.featured-employers-new .star {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 45px !important;
    width: 45px !important;
}


/* featured-job */

.featured-job .single-featured-job {
    background: #FFF4EB;
    padding: 1rem;
    border-radius: 26px;
    height: -webkit-fill-available;
}

.featured-job .featured-job-text h5 {
    font-size: 15px;
    font-weight: 600;
}

.featured-job .featured-job-title {
    color: #132843;
}

.featured-job .featured-company-name {
    color: #3D62A9;
    margin: 0;
}

.featured-job .featured-job-img {
    position: relative;
}

.featured-job .featured-job-img img {
    min-height: 110px;
    min-width: 110px;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.featured-job .star {
    position: absolute;
    content: "";
    top: -8px;
    left: 0;
    height: 45px !important;
    width: 45px !important;
    min-height: 45px !important;
    min-width: 45px !important;
}

.featured-job .featured-job-text h5 {
    font-size: 15px;
    font-weight: 600;
    word-break: break-all;
}

.contactus .iti {
    width: 100% !important;
    overflow: hidden;
    border-right: 1px solid #ced4da;
}

#featuredpills-tab .nav-item .nav-link.active {
    background: transparent linear-gradient(180deg, #FFA06B 0%, #FF5C00 100%) 0% 0% no-repeat padding-box;
    border: none;
    color: #FFFFFF;
    border-radius: 20px;
}

#featuredpills-tab {
    /* justify-content: space-around; */
}

#featuredpills-tab .nav-item .nav-link {
    width: 270px;
    height: 90px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #1715a2;
    border-radius: 20px;
    font: normal normal normal 21px/30px Poppins;
    letter-spacing: 0px;
    color: #1715a2;
    background: transparent;
    margin-bottom: 1rem;
    margin-right: 1.5rem;
}

#featuredpills-tab .nav-item:last-child .nav-link {
    margin-right: 0px !important;
}

#pills-companyvideo video,
#pills-companyvideo img {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

@media screen and (max-height: 450px) {
    #login-model.overlay {
        overflow-y: auto;
    }
    #login-model.overlay a {
        font-size: 20px
    }
    #login-model.overlay .closebtn {
        font-size: 22px;
        top: 15px;
        right: 35px;
    }
}

.cmsbg {
    background: url('../img/header-menubg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    margin-bottom: 3rem;
}

.cmsheader-img {
    width: 100%;
}

.cmsheader {
    position: relative;
    z-index: -1;
}

.cmsheader-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.cmsheader-text h4 {
    font-size: 64px;
    margin-bottom: 7rem;
    color: #FFFFFF;
    text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    font-size: 20px;
    color: #FF7E2E;
}

.accordion .card-header.collapsed:after {
    content: "\f107";
    font-size: 20px;
    color: #FF7E2E;
}

.faqs .title1 {
    color: #222A41;
    font-size: 18px;
    text-align: center;
    margin-top: 2rem;
}

.faqs .title2 {
    color: #222A41;
    font-size: 60px;
    text-align: center;
    margin: 0rem 0rem 3rem 0rem;
}

.abouts .title1 {
    color: #222A41;
    font-size: 15px;
    text-align: center;
    margin-bottom: 1rem;
}

.abouts .title2 {
    color: #222A41;
    font-size: 60px;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.accordion .card {
    margin-bottom: 1.75rem;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border: unset;
}

.accordion .card-header {
    border: unset;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion .card-title {
    font-size: 20px;
    color: #293340;
    margin-bottom: unset;
}

.accordion hr {
    margin-top: unset;
}

.accordion .card-body {
    padding-top: unset;
}

.accordion .card-body p {
    font-size: 15px;
    color: #6D7783;
}

.withoutbg .cmsbg {
    position: relative;
}

.withoutbg .cmsheader {
    display: none;
}

.notfoundtext {
    font-size: 18px;
    font-weight: 500;
    color: #222A41;
    margin-top: 1rem;
}

.about-side {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0rem 3rem;
}

.about-side .side-title {
    font-size: 33px;
    color: #222A41;
    font-weight: 600;
}

.about-side .side-desc {
    font-size: 15px;
    color: #6D7783;
    margin-bottom: 1.5rem;
}

.bg-clientone {
    background-image: url('../img/Ornament-Dotted-darkblue.png'), url('../img/Ornament-Dotted-darkblue.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
}

.about-side .position {
    font-size: 18px;
    color: #222A41;
    font-weight: 500;
}

.about-side .name {
    font-size: 60px;
    color: #222A41;
    font-weight: 500;
    margin: 1rem 0rem;
}

.about-side .details {
    font-size: 15px;
    color: #222A41;
    font-weight: 400;
    margin: 1rem 0rem;
}

.contactus .title1 {
    color: #222A41;
    font-size: 15px;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.contact-details {
    text-align: right;
}

.contact-details .contact-title {
    font-size: 34px;
    color: #222A41;
}

.phone,
.address1 {
    margin-top: 2rem;
}

.phone-number {
    font-size: 15px;
    color: #222A41;
}

.contact-details .title {
    color: #222A41;
    font-size: 16px;
}

.contact-details .social-links {
    display: flex;
    justify-content: flex-end;
}

.contact-details .social-links ul {
    display: flex;
    list-style: none;
    padding: unset;
    margin: unset;
    margin: 2rem 0rem;
}

.contact-details .social-links ul li {
    margin-left: 1rem;
}

.contact-details .social-links ul li img {
    width: 100%;
    border-radius: 50%;
}

.contact-details .social-links ul li:hover a {
    display: block;
    border-radius: 50%;
    background: transparent linear-gradient(180deg, #5CA8DE 0%, #4A87C1 100%) 0% 0% no-repeat padding-box;
}

.contact-details .social-links ul li:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.contact-form .form-group {
    margin-bottom: 1.75rem;
}

.contact-form .form-control {
    border-radius: unset;
    min-height: 53px;
}

.contact-form .form-control.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
}

.header-logo-img,
.sign-logo {
    max-width: 230px;
}

.footer-logo {
    max-width: 230px;
}

.front-scroll {
    height: 55vh;
    overflow: auto;
}

.front-scroll::-webkit-scrollbar {
    width: 5px;
}

.front-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.front-scroll::-webkit-scrollbar-thumb {
    background: #F3722A;
}

.front-scroll::-webkit-scrollbar-thumb:hover {
    background: #F3722A;
}

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.iti {
    width: 100%;
}

#forgot-box,
#forgot-verify-box,
#forgot-reset-box {
    margin-top: auto;
    margin-bottom: auto;
}

.social-btn .fa {
    width: 50px;
}

.nav-tabs .nav-link {
    font-size: 18px;
    padding: 1rem 2rem;
    border-radius: 15px;
    background: #ffff;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    border: unset;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    background: transparent linear-gradient(180deg, #201EB7 0%, #1715A2 100%) 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    border: unset;
}

.nav-tabs .nav-link img {
    max-width: 40px;
    height: 40px;
    margin-right: .5rem;
}

.nav-tabs .nav-link .active {
    display: none;
}

.nav-tabs .nav-link .nonactive {
    display: unset;
}

.nav-tabs .nav-item.show .nav-link .active,
.nav-tabs .nav-link.active .active,
.nav-tabs .nav-link:hover .active {
    display: unset;
}

.nav-tabs .nav-item.show .nav-link .nonactive,
.nav-tabs .nav-link.active .nonactive,
.nav-tabs .nav-link:hover .nonactive {
    display: none;
}

.hiw .desc1 {
    font-size: 16px;
    margin-bottom: 1rem;
}

.hiw .ctitle {
    font-size: 20px;
    margin-bottom: 1rem;
}

.hiw .desc1 a {
    font-size: 20px;
    font-weight: 500;
    color: #7E6093;
}

.hiw .title3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 1rem;
}

#testinomialwork,
#testinomialworkcompany {
    background: #fff;
    padding: 3rem 3rem;
    color: #333333;
}

#testinomialwork .carousel-item .profile,
#testinomialworkcompany .carousel-item .profile {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 1rem;
}

.fa-chevron-left,
.fa-chevron-right {
    color: #000;
    font-size: 30px;
}

.carousel-control-prev {
    position: absolute;
    left: -8%;
    opacity: 1;
}

.carousel-control-next {
    position: absolute;
    left: 93%;
    opacity: 1;
}

#testinomialwork .name,
#testinomialworkcompany .name {
    font-weight: 600;
    font-size: 15px;
    color: #F69838;
    margin: 0px;
}

#testinomialwork .company,
#testinomialworkcompany .company {
    font-weight: 400;
    font-size: 15px;
    color: #707070;
    margin: 0px;
}

.blog .blog-card {
    margin-top: 2rem;
}

.blog .card .card-text {
    font-size: 16px;
    color: #4C8BC4;
    margin-bottom: 1rem;
}

.card-blue {
    height: 100%;
    border-color: transparent;
    background: transparent linear-gradient(180deg, #5CA8DE 0%, #4A87C1 100%) 0% 0% no-repeat padding-box;
}

.card-blue h5,
.card-blue .card-text,
.card-blue .text-muted {
    color: #fff !important;
}

.card-blue .card-footer {
    background: transparent;
    border-color: transparent;
}

.card-blue .card-body {
    background: transparent;
    border-color: transparent;
}

.pagination .page-item {
    margin-left: .25rem;
    margin-right: .25rem;
}

.pagination .page-item a {
    color: #525252;
}

.pagination .page-item.active a {
    color: #FFF;
    background: transparent linear-gradient(180deg, #5CA8DE 0%, #4A87C1 100%) 0% 0% no-repeat padding-box;
}

.page-link:focus {
    box-shadow: unset;
}

.blog-detail .btitle {
    color: #222A41;
    font-size: 28px;
    margin: unset;
}

.blog-detail .bdesc {
    color: #6D7783;
    font-size: 15px;
    margin-top: 1.5rem;
}

.blog-detail .bluetitle {
    color: #5DA9F9;
    font-size: 30px;
    margin: 2rem 0rem;
}

.blog-detail .bluetitle img {
    margin-right: 1rem;
}

.social-div {
    border-bottom: 1px solid #aaa;
    padding: 2rem 0rem;
    display: flex;
}

.social-div .social-icon {
    margin: unset;
    padding: unset;
    margin-left: auto;
    display: flex;
    list-style: none;
}

.social-div .social-icon li {
    padding: 0rem 1rem;
}

.relatedtitle {
    font-size: 24px;
    color: #233D63;
}

.publicprofile {
    margin-top: 1rem;
}

.publicprofile .title3 {
    font-size: 40px;
    font-weight: 600;
}

.publicprofile .profile-img {
    width: 100%;
    max-width: 250px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.10);
}

.publicprofile .profilediv {
    display: flex;
}

.publicprofile ul {
    border: unset;
}

.publicprofile .tab-content {
    padding-top: 1rem;
}

.profiledata .infodiv {
    margin-top: .5rem;
}

.profiledata .infodiv .ptitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: .25rem;
}

.profiledata .infodiv a {
    color: #457ebf;
}

#joblist .job-view-box {
    background: unset;
}

#joblist .job-box {
    background: unset;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.fa.fa-bars {
    color: #fff;
}

.sectiondiv {
    padding: 1rem;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
}

.footerblog {
    position: relative;
    margin-top: 8rem;
}

.footerblog:before {
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scale(1.1, 1.2);
    box-shadow: 0px 40px 80px #0000004D;
    border-radius: 18px;
}

.footerblog2 {
    margin-top: 5rem;
}

.footerblog2:before {
    transform: scale(.9, 1.5);
}

.slick-slide img {
    margin: auto;
}

.abroadcountry {
    padding: .25rem;
    border: 1px solid #aaa;
}

.abroadcountryname {
    font-size: 20px;
    color: #3b5998;
}

.abroad .title1 {
    text-align: left;
}

.socialbtn {
    text-align: center;
    margin: unset;
}

.socialbtn .fa {
    font-size: 20px;
    width: 50px;
    text-decoration: none;
    margin: 5px 10px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.socialbtn .fa-facebook {
    background: #3B5998;
    color: white;
}

.socialbtn .fa-google {
    background: #dd4b39;
    color: white;
}

.socialbtn .fa-linkedin {
    background: #007bb5;
    color: white;
}

.or-seperator::before {
    left: 0;
}

.or-seperator::before,
.or-seperator ::after {
    position: absolute;
    width: 40%;
    height: 1px;
    top: 25px;
    background-color: rgb(142, 156, 187, 0.4);
    content: "";
    right: 0;
}

.or-seperator {
    font-size: 17px;
    color: #010c3c;
    font-weight: 600;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto !important;
    margin-top: 1rem;
}

.or-seperator::before,
.or-seperator ::after {
    position: absolute;
    width: 40%;
    height: 1px;
    top: 25px;
    background-color: rgb(142, 156, 187, 0.4);
    content: "";
    right: 0;
}

.company-img {
    max-width: 72px;
    width: 100%;
    border-radius: 50%;
}

.phoneDiv .input-group-append {
    position: absolute;
    right: 0;
    top: 13px;
}

.phoneDiv .input-group-append .input-group-text {
    border-bottom: unset !important;
}

.hiwbg {
    background-color: #FFF5EE;
}

.hiwbg .testinomial {
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.testititle {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #222A41;
}

.testidesc {
    font-size: 20px;
    color: #F69838;
    text-align: center;
    margin-bottom: 2rem;
}

.feturedtestidesc {
    font: normal normal bold 30px/38px Poppins;
    letter-spacing: 1.4px;
    color: #F69838;
    text-align: center;
    margin-bottom: 2rem;
}

.testiprofile {
    align-items: center;
    display: inline-flex;
    text-align: left;
    margin-top: 2rem;
}

.testiprofile p.comment {
    color: #222A41;
    font-size: 18px;
}

ul.companies-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    padding: unset;
}

ul.companies-list img {
    max-height: 70px;
    max-width: 100%;
}

.btn-arrow {
    padding: unset;
}

.btn-arrow i {
    background: -webkit-linear-gradient(#F7A03C, #F3722A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-arrow:hover {
    color: #F3722A;
}

.slick-arrow.slick-hidden {
    display: unset;
}

.works-block .work-dots li:last-child i {
    display: none;
}

.works-block .work-dots {
    margin: unset;
    display: flex;
    width: 100%;
    padding: 0rem 5rem;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b4c0cb;
    font: 700 14px/1.21 "Apercu Pro", "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0;
}

.works-block .work-dots li.slick-active,
.works-block .work-dots li:hover {
    color: #F6812E;
    background: #ebeff2;
}

.works-block .work-dots li {
    margin: 0 10px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ebeff2;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.works-block .work-dots li i {
    position: absolute;
    left: 35px;
    width: 290px;
    top: 12px;
    height: 4px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: url('../img/sliderback.svg') 0 50%/auto 3px repeat-x;
}

.works-block .work-dots li span {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    display: block;
    padding-top: 24px;
    letter-spacing: .5px;
    text-align: center;
    width: 170px;
    top: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.works-block .work-dots li.slick-active:after,
.works-block .work-dots li:hover:after {
    background: #F6812E;
}

.works-block .work-dots li:after {
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #F6812E;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.works-block .work-dots li i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #F6812E;
}

.slick-active i:before {
    -webkit-transition: width 8s ease-in-out;
    transition: width 8s ease-in-out;
    width: 100% !important;
}

.image-containter img {
    max-width: 100%;
}

.howitworkslider {
    margin-top: 7rem;
    margin-bottom: 5rem;
}

.works-block .work-carousel .text-wrap .subtitle {
    margin-bottom: 9px;
}

.subtitle {
    display: block;
    padding-left: 26px;
    font: 700 16px/1.25;
    letter-spacing: 1.7px;
    position: relative;
    margin-bottom: 20px;
    color: #37383c;
}

.badge,
.more,
.subtitle {
    text-transform: uppercase;
}

.subtitle:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 12px;
    height: 2px;
    background: #3B5998;
}

.ellipsis,
.error-msg,
.subtitle:before {
    white-space: nowrap;
}

.works-block .text-wrap h3 {
    margin-bottom: 2rem;
    font-size: 36px;
    line-height: 1.19;
}

.works-block .text-wrap p {
    margin: 0;
    line-height: 2.1;
    font-weight: 500;
    letter-spacing: 2px;
}

.slick-slide {
    outline: unset;
}

.portfolioimage {
    max-width: 100%;
    width: 100%;
}

.slick-arrow:hover .select {
    display: block;
}

.slick-arrow:hover .non-select {
    display: none;
}

.slick-arrow .select {
    display: none;
}

.slick-arrow .non-select {
    display: block;
}

.job-box,
.branding-box {
    margin-top: 2rem;
}

.job-box-margin .box {
    margin-right: 2rem;
}

.job-box .box,
.featureEmp,
.branding-box .box,
.social-box {
    width: 100%;
    transition: all .3s;
    margin: 1rem 0rem;
    padding: 2rem;
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0px 7px 24px 0px #00000014;
    -moz-box-shadow: 0px 7px 24px 0px #00000014;
    box-shadow: 0px 7px 24px 0px #00000014;
}

.job-box .box .details {
    padding-left: .5rem;
}

.job-box .box .job-title {
    margin-bottom: 0rem;
    color: #132843;
    font-size: 16px;
    font-weight: 600;
}

.job-box .box .job-title2 {
    color: #F69838;
    font-size: 15px;
}

.job-box .box .job-title3 {
    color: #8F95A3;
    font-size: 13px;
}

.job-box .box .job-title4 {
    color: #132843;
    font-size: 14px;
    font-weight: 300;
}

.job-box .box .job-title4 span {
    font-weight: 500;
}

.job-box .box .job-title5 {
    color: #8F95A3;
    font-size: 16px;
}

.job-box .box .job-title11 {
    color: #132843;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}

.job-box .box .jobstatus {
    color: #132843;
    font-size: 16px;
    font-weight: 600;
}

.job-box .box .job-desc {
    color: #132843;
    font-size: 13px;
    line-height: 1.75;
}

.job-box .box .job-title3 {
    padding-top: 0.5rem;
}

.job-box .box .job-title4 {
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.job-box .box .footer-control {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.job-box .box:hover {
    background: transparent linear-gradient(180deg, #F8AE41 0%, #F3722A 100%) 0% 0% no-repeat padding-box;
    transition: all .3s;
    box-shadow: 0px 7px 20px #AB4A14 !important;
}

.branding-box .box:hover {
    transition: all .3s;
    box-shadow: 0px 7px 20px #C8C6C6 !important;
}

.job-box .box .btn-apply {
    display: none;
}

.job-box .box:hover .btn-apply {
    display: block;
}

.job-box .box:hover .job-title,
.job-box .box:hover .job-title2,
.job-box .box:hover .job-title3,
.job-box .box:hover .job-title4,
.job-box .box:hover .job-title5,
.job-box .box:hover .job-title11,
.job-box .box:hover .jobstatus,
.job-box .box:hover .job-desc,
.job-box .box:hover p,
.job-box .box:hover .job-title-company {
    color: #fff;
}

.job-box .box .fa-star {
    color: #FFDC64;
}

.job-box .box:hover .fa-star {
    color: #FFF;
}

.job-box .box .user-img {
    max-width: 70px;
    width: 100%;
    height: 70px;
    border-radius: 50%;
}

.job-box .box .user-img2 {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.job-box .box .job-title-company {
    font-size: 20px;
    font-weight: 500;
    margin-top: .75rem;
}

.job-box .box .d-inline-flex-center {
    display: inline-flex;
    align-items: center;
}

.job-box .box .job-title4 span {
    font-weight: 500;
}

#jobDetail .profile p {
    font-size: 55px;
    font-weight: 700;
    color: #132843;
}

#jobDetail .job-detail {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 7px 24px #00000014;
}

#jobDetail .company-profile {
    display: flex;
    align-items: center;
}

#jobDetail .company-profile .image {
    margin-right: 1rem;
}

#jobDetail .job-detail .image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

#jobDetail .company-profile .detail .name {
    margin-bottom: 0rem;
    color: #132843;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

#jobDetail .company-profile .detail .desc {
    color: #7E6093;
    font-size: 15px;
}

#jobDetail .job-detail .content {
    color: #132843;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    white-space: pre-line;
    word-break: break-word;
}

#jobDetail .job-detail .title {
    color: #132843;
    font-size: 16px;
    font-weight: 600;
    margin-top: 1rem;
}

.jobFeatured {
    background-image: url('../img/star.png');
    background-size: 25%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.btn-apply {
    background: #201EB7;
    color: #FFFFFF !important;
    font-size: 12px;
    padding: .5rem 2rem;
    margin-right: 5px;
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.title48 {
    font-size: 46px;
}

.title37 {
    font-size: 30px;
    color: #132843;
}

.home-part1 .mt-15 {
    margin-top: 15px;
}

.font-sizemin p {
    font-size: 13px;
}

.font-sizemin h5 {
    font-size: 13px;
}

.font-11x {
    font-size: 11px;
}

.user-tab li {
    margin-right: 15px;
}

.site-color-bg {
    background-color: #FF7E2E !important;
}

.branding-box p {
    color: #666666;
    padding: 2rem 0;
}

.color-box .box {
    color: #fff;
    border-radius: 0px 10px 0px 10px;
    padding: 5rem 0 3rem 0;
}

.color-box .box:hover {
    transition: all .3s;
    box-shadow: 0px 7px 20px #C8C6C6 !important;
}

.color-box .box h3 {
    margin-bottom: 2.5rem;
}

.color-box-bg-1 {
    background-color: #FF9E15;
}

.color-box-bg-2 {
    background-color: #E18431;
}

.color-box-bg-3 {
    background-color: #1C1AAD;
}

.abroad ul.title1 {
    padding-left: 20px;
}

.info {
    color: #8a8a8a;
    font-size: 12px;
}

span.error {
    color: red;
}

.link-img {
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 15px;
}

.link-img img {
    width: 100%;
}

.link-title {
    color: #132843;
    font-weight: 600;
    text-align: center;
    padding: 30px 0;
    border-right: 2px solid #4B89C2;
}

.link-block:hover {
    transition: all .3s;
    box-shadow: 0px 7px 20px #C8C6C6 !important;
}

.link-block {
    margin-bottom: 1.5rem;
    padding: 15px;
    border-radius: 15px;
    display: block;
}


/* Media Query */

@media (min-width: 1500px) {}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}


/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (max-width: 1919px) and (min-width: 1366px) {
    .works-block .work-dots li i {
        width: 250px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .works-block .work-dots li i {
        width: 145px;
    }
    .works-block .work-dots {
        padding: 0rem 3rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #featuredpills-tab .nav-item .nav-link {
        width: 210px;
        height: 80px;
        font: normal normal normal 19px/24px Poppins;
        margin-right: 1rem;
    }
}

@media (max-width:767px) and (min-width:576px) {
    #featuredpills-tab {
        justify-content: start;
    }
    #featuredpills-tab .nav-item .nav-link {
        width: 200px;
        height: 80px;
        font: normal normal normal 18px/22px Poppins;
        margin-right: 1rem;
    }
}

@media (max-width:575px) {
    #featuredpills-tab .nav-item {
        width: 100%;
    }
    #featuredpills-tab .nav-item .nav-link {
        width: 100%;
        height: 75px;
        font: normal normal normal 19px/24px Poppins;
    }
}


/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .works-block .work-dots li i {
        width: 145px;
    }
    .works-block .work-dots {
        padding: 0rem 3rem;
    }
    .works-block .work-dots li span {
        width: 150px;
    }
    .works-block .text-wrap h3 {
        font-size: 25px;
        margin-bottom: 1rem;
    }
    .works-block .text-wrap p {
        line-height: 1.4;
    }
    .carousel-control-next img {
        width: 40px;
    }
    .carousel-control-prev img {
        width: 40px;
    }
}


/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}


/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (max-width: 768px) {
    #navbarCollapse {
        position: absolute;
        width: 100%;
        z-index: 2;
        top: 115px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .works-block .work-dots li i {
        width: 120px;
    }
    .works-block .work-dots {
        padding: 0rem 1rem;
    }
    .works-block .work-dots li span {
        width: 120px;
    }
    .works-block .work-dots li span {
        font-size: 12px;
    }
    .works-block .text-wrap h3 {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .works-block .text-wrap p {
        line-height: 1.4;
    }
    .testidesc {
        font-size: 16px;
    }
    .hiwbg .testinomial {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .carousel-control-next {
        left: 93%;
    }
    .carousel-control-next img {
        width: 35px;
    }
    .carousel-control-prev {
        left: -8%;
    }
    .carousel-control-prev img {
        width: 35px;
    }
}

@media (max-width: 480px) {
    .works-block .work-dots li i {
        width: 35px;
    }
    .works-block .work-dots {
        padding: 0rem 0rem;
    }
    .works-block .work-dots li span {
        width: auto;
    }
    .works-block .work-dots li span {
        font-size: 10px;
    }
    .works-block .text-wrap h3 {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .works-block .text-wrap p {
        line-height: 1.4;
        font-size: 14px;
    }
    .testidesc {
        font-size: 16px;
    }
    .hiwbg .testinomial {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .carousel-control-next {
        left: 90%;
    }
    .carousel-control-next img {
        width: 35px;
    }
    .carousel-control-prev {
        left: -5%;
    }
    .carousel-control-prev img {
        width: 35px;
    }
    .works-block .work-dots li span {
        display: none;
    }
    .title48 {
        font-size: 25px;
    }
    .howitworkslider {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}


/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 1700px) {
    .comp-logos {
        margin-right: 10rem;
    }
    #login-model .content-part .comp-logos-box {
        background-position: 55% 90%;
    }
    #register-model .content-part .comp-logos-box {
        background-position: 45% 30%;
    }
}

@media (min-width: 1200px) and (max-width :1699px) {
    .comp-logos.col-xl-5 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .register-slider-bg.col-xl-7,
    .resb.col-xl-7 {
        flex: 0 0 85% !important;
        max-width: 85% !important;
    }
    .comp-logos {
        margin-right: 7rem;
    }
    #login-model .content-part .comp-logos-box,
    #register-model .content-part .comp-logos-box {
        background-position: 40% 90%;
    }
    .cmsheader-text h4 {
        margin-bottom: 4rem;
        font-size: 50px;
    }
}

@media (max-width: 1700px) {
    .px-13rem {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

@media (max-width: 1600px) {
    #menu.navbar .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 2rem;
    }
    .px-13rem {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .home-part1 {
        min-height: 50rem;
    }
}

@media (max-width: 1500px) {
    .px-13rem {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 1300px) {
    #menu.navbar .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 1.5rem;
    }
}

@media (max-width: 1250px) {
    .home-part1 {
        min-height: 35rem;
    }
    .main-bg {
        background-size: 110%;
    }
    .header-logo-img {
        width: 200px;
    }
}

@media (max-width: 1200px) {
    .navbar-collapse {
        background: rgb(255, 255, 255);
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 24px 0px;
    }
    #menu.navbar .navbar-nav .nav-item {
        padding: 1rem 0rem;
        font-size: 15px;
        color: #7E6093;
        text-align: center;
        margin: auto;
    }
    #menu.navbar .navbar-nav .nav-item.active,
    #menu.navbar .navbar-nav .nav-item.active .nav-link,
    #menu.navbar .navbar-nav .nav-item:hover .nav-link {
        color: #FFFFFF;
    }
    .navbar-nav {
        flex-direction: row;
    }
    .title2 {
        font-size: 35px;
    }
    .interns-user-box {
        background-size: contain;
    }
    .title {
        font-size: 32px;
    }
    .title5 {
        font-size: 32px;
        letter-spacing: unset;
    }
    .cmsbg {
        position: unset;
        margin-bottom: 0rem;
        background-size: cover;
        background-position: center;
    }
    .cmsheader-text {
        align-items: center;
    }
    .cmsheader-text h4 {
        margin: unset;
        font-size: 60px;
    }
    .faqs .title1 {
        font-size: 20px;
    }
    .faqs .title2 {
        font-size: 40px;
    }
    .front-scroll {
        height: 65vh;
        overflow: auto;
    }
}

@media (max-width: 1100px) {
    .main-bg {
        background-size: contain;
    }
    .site-btn {
        padding: .75rem 2rem;
    }
    #footer .footerMenu {
        margin-top: 1rem;
    }
    #login-model .content-part .comp-logos-box,
    #register-model .content-part .comp-logos-box {
        background-position: 0% 80%;
        background-size: 75% 65%;
    }
    .cmsheader-text h4 {
        margin: unset;
        font-size: 50px;
    }
    .contact-details .contact-title {
        font-size: 25px;
    }
    .bg-clientone {
        text-align: center;
    }
    .abouts .title2 {
        font-size: 35px;
    }
    .abouts .title1 {
        font-size: 15px;
    }
    .about-side {
        padding: unset;
    }
    .about-side .side-title {
        font-size: 25px;
    }
    .about-side .side-desc {
        font-size: 15px;
    }
    .about-side .position {
        font-size: 15px;
    }
    .about-side .name {
        font-size: 25px;
    }
    .about-side .details {
        font-size: 13px;
    }
    #searchform .card-body .form-control {
        font-size: 1rem
    }
    #searchform .card-body {
        padding: unset;
    }
}

@media (min-width: 768px) and (max-width :900px) {
    #login-model .content-part .comp-logos-box,
    #register-model .content-part .comp-logos-box {
        background-position: 0% 80%;
        background-size: 65% 100%;
    }
    #login-model .content-part .comp-logos,
    #register-model .content-part .comp-logos {
        margin-top: 10rem;
    }
    .cmsheader-text h4 {
        margin: unset;
        font-size: 40px;
    }
    .faqs .title1 {
        font-size: 20px;
    }
    .faqs .title2 {
        font-size: 35px;
    }
}

@media (max-width: 1100px) and (min-width: 900px) {
    #menu.navbar .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 2rem;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .navbar-collapse {
        padding: 1rem;
    }
    .navbar-nav {
        display: block;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    #searchform {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    #menu.navbar .navbar-nav .nav-item {
        font-size: 14px;
    }
    #menu.navbar .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 1.5rem;
    }
    .px-13rem {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .home-part1 {
        min-height: 25rem;
    }
    #register-model .register-part .register-slider-bg {
        background-size: 72% 72%;
        background-position: 171px top;
    }
    .cmsheader-text h4 {
        margin: unset;
        font-size: 35px;
    }
    .contact-details .contact-title {
        font-size: 20px;
    }
    .bg-clientone img {
        width: 50% !important;
    }
    .front-scroll {
        height: 50vh;
        overflow: auto;
    }
    #searchform .card-body {
        padding: unset;
    }
    #searchform .card-body .form-control {
        font-size: 1rem
    }
    #searchform .card-body .form-control {
        font-size: 1rem
    }
    .social-box {
        padding: unset;
    }
    .link-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .home-part1 {
        min-height: 27rem;
        margin-top: 8rem;
    }
    .job-view-box {
        background: unset;
    }
    #footer {
        border-radius: 60px 60px 0px 0px;
    }
    .cmsheader-text h4 {
        margin: unset;
        font-size: 25px;
    }
    .faqs .title1 {
        font-size: 15px;
    }
    .faqs .title2 {
        font-size: 30px;
    }
    .accordion .card-title {
        font-size: 15px;
    }
    .accordion .card-body p {
        font-size: 12px;
    }
    .notfoundtext {
        font-size: 15px;
    }
    .contact-details {
        text-align: left;
    }
    .contact-details .social-links {
        justify-content: flex-start;
    }
    .contact-details .social-links ul li {
        margin-left: 0rem;
        margin-right: 1rem;
    }
    .abouts .title2 {
        font-size: 25px;
    }
    .abouts .title1 {
        font-size: 12px;
    }
    .about-side {
        padding: unset;
    }
    .about-side .side-title {
        font-size: 22px;
    }
    .about-side .side-desc {
        font-size: 13px;
        margin-top: 1.5rem;
    }
    .about-side .position {
        font-size: 15px;
    }
    .about-side .name {
        font-size: 30px;
    }
    .about-side .details {
        font-size: 13px;
    }
    .bg-clientone {
        text-align: center;
    }
    .bg-clientone img {
        width: 75% !important;
    }
    #searchform .card-body {
        padding: unset;
    }
    #searchform .card-body .form-control {
        font-size: 1rem
    }
    #searchform {
        margin-top: 1rem;
    }
    .social-div {
        display: block;
    }
    .social-div .social-icon {
        margin-top: 2rem;
    }
    .social-div .btitle {
        font-size: 22px;
    }
    .link-title {
        border: unset;
    }
}

@media (max-width: 480px) {
    #login-model .content-part .comp-logos .loginUserImg,
    #register-model .content-part .comp-logos .loginUserImg {
        width: 150px;
    }
    .comp-logos-box {
        margin-top: 5rem !important;
    }
    .title2 {
        font-size: 25px;
    }
    .slick-slide img {
        width: 100px;
    }
    .howitworkslider .slick-slide img {
        width: 260px;
    }
    .title5 {
        font-size: 20px;
    }
    #menu.navbar .navbar-nav .nav-item {
        margin: unset;
        padding: .5rem 1rem;
    }
    .navbar-nav {
        flex-direction: column;
    }
    .px-13rem {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .header-logo-img {
        width: 100px;
    }
    .title {
        font-size: 22px;
    }
    .desc {
        font-size: 15px;
    }
    .job-view-box .odd {
        padding-top: 1.8rem;
    }
    .interns-user-box .user-img {
        width: 100px;
    }
    .interns-user-box .even {
        padding-top: 1.5rem;
    }
    .title13 {
        font-size: 15px;
    }
    .title8 {
        font-size: 20px;
    }
    #loginForm .btn-full,
    #forgotForm .btn-full,
    #registerForm .btn-full {
        font-size: 15px;
        padding: 1rem 0;
    }
    .title12,
    .title10 {
        font-size: 15px;
    }
    .sign-logo {
        width: 140px;
    }
    .title37 {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    #footer .footerMenu li:first-child {
        padding-right: 15px;
    }
    /* job application - employerprofile,apply,share btn */
    .btn_mobtxtsize a {
        font-size: 7px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {}


/* End Media Query */