@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&family=Saira+Condensed:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Niconne&display=swap');

/* font-family: "Niconne", cursive; /  font-family: "Marcellus", serif; */
select::-ms-expand {
    display: none;
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

h1 {
    font-size: 30px;
    color: #000;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Marcellus", serif;
}

h2 {
    font-size: 25px;
    color: #000;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Marcellus", serif;
}

h3 {
    font-size: 24px;
    color: #000;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Marcellus", serif;
}

h4 {
    font-size: 22px;
    color: #000;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Marcellus", serif;
}

h5 {
    font-size: 20px;
    color: #000;
    margin: 0px 0px 15px 0px;
    line-height: 1.4;
    font-weight: 500;
    font-family: "Marcellus", serif;
}

h6 {
    font-size: 18px;
    color: #000;
    margin: 0px 0px 15px 0px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Marcellus", serif;
}


body {
    overflow-x: hidden;
    color: #101010;
    font-size: 15px;
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
    outline: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: "Marcellus", serif;
    background-color: #fff;
    font-weight: 400;
}

p {
    color: #101010;
    font-size: 15px;
    line-height: 1.4;
    margin: 0px 0px 20px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.form-control::-webkit-input-placeholder {
    color: #A2AAB1;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #A2AAB1;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #A2AAB1;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #A2AAB1;
    opacity: 1;
}

:focus,
button:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

*:focus {
    outline: none;
}

input:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    outline: none;
}

a {
    outline: none;
    border: none;
    color: #000;
    text-decoration: none;
}

/* /////padding//// */
.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

/* ========= Top Header === */
.top-head {
    background: #f44336;
    padding: 10px 0;
    text-align: center;
}

.top-header-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    position: relative;
}

.top-header-text p {
    margin: 0;
    color: #fff;
    padding-right: 11px;
    position: relative;
}

.top-header-text p:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    right: 0;
    background: #fff;
}

.top-header-text a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.top-header-text a img {
    width: 25px;
    filter: invert(1);
}

.top-header-text a:hover {
    color: #c27f23;
}

/* === main header === */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 !important;
}

.sticky .btn-one img {
    filter: invert(0);
}

.sticky {
    background-color: #fff;
    box-shadow: 0 0 25px #cfcfcf;
}

.sticky .nor-logo {
    display: none;
}

.sticky-logo {
    display: none;
}

.sticky .sticky-logo {
    display: block;
}

.sticky .sticky-logo img {
    width: 110px;
}

.sticky .btn-bars span img {
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(317deg) brightness(95%) contrast(80%);
}


.sticky .btn-one {
    border: 1px solid red;
    color: red;
}

.sticky .btn-one:hover {
    color: #fff
}

.sticky .btn-one:hover img {
    width: 20px;
    filter: invert(1);
}



.btn-one {
    border: 1px solid #fff;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-one:hover {
    background-color: red;
    border-color: red;
}

.btn-one img {
    width: 20px;
    filter: invert(1);
    margin-left: 10px;
}

.btn-two {
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    position: relative;
    transition: 0.5s ease;
}

.btn-two:hover {
    background-color: #fff0;
    color: #ff918a;
}

.btn-two img {
    width: 20px;
    ;
    margin-left: 5px;
}

.btn-two:hover img {
    width: 20px;
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(317deg) brightness(95%) contrast(80%);
}

.btn-three {
    border: 1px solid #fff;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-three:hover {
    background-color: #fff;
    color: red
}

.btn-three img {
    width: 20px;
    filter: invert(1);
    margin-left: 10px;
}

.btn-three:hover img {
    filter: invert(1) sepia(30) saturate(73.5) hue-rotate(257deg) brightness(0.5);
}

.btn-four {
    border: 1px solid red;
    padding: 10px 25px;
    text-decoration: none;
    color: red;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-four:hover {
    background-color: red;
    color: #fff;
    border-color: red;
}

.btn-four img {
    width: 20px;
    margin-left: 10px;
}

.btn-four:hover img {
    filter: invert(1);
}


/* BTOC Form */



.oxyy-login-register .nav-underline .nav-link:not(.active):hover {
    border-bottom: 0px;
    border-bottom-color: transparent;
}

.oxyy-login-register .nav-underline .nav-link.active {
    font-weight: 500;
}

.oxyy-login-register .btn-video-play {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.oxyy-login-register .btn-video-play:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(250, 250, 250, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(250, 250, 250, 0.2);
}

.oxyy-login-register .hero-wrap .hero-bg {
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 300ms ease-in 200ms;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.hero-wrap {
    position: relative;
}

.hero-wrap::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #212529c7;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.oxyy-login-register {
    background-color: #607D8B;
}

.oxyy-login-register .form-check .form-check-input {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.oxyy-login-register .form-dark .btn {
    background: #3bb77e;
    border-color: #3bb77e;
}

.hero-content .logo img {
    width: 150px;
}

.bg-deer {
    position: absolute;
    width: 400px;
    right: 0;
    bottom: 0;
}

.bg-deer img {
    object-fit: contain;
}

.bg-peacok {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
}

.bus-to-clnt {
    padding: 35px 0;
}

.btc-txt ul {
    padding-left: 25px;
}

.btc-txt ul li {
    list-style: square;
    margin-bottom: 5px;
}

.form-dark .wrapper input.field {
    border: 1px solid #7d7d7d;
    color: #fff;
    background-color: #212529;
}

.business-to-client-form {
    padding: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #f5f5f5;
}

.business-to-client-form .nfi-header {
    padding: 10px 25px;
    background: #3bb77e;
    border-radius: 5px;
}

.business-to-client-form .nfi-header h4 {
    color: #fff;
    margin: 0;
}

.ntcf-form-inner form .frm-inn {
    position: relative;
    border: 1px solid #dadada;
    margin-top: 35px;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    padding-top: 35px;
}

.ntcf-form-inner form .frm-inn h5 {
    position: absolute;
    top: -15px;
    left: 15px;
    font-size: 16px;
    background: #3bb77e;
    padding: 6px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}

.ntcf-form-inner label {
    margin-bottom: 12px;
}

.ntcf-form-inner span {
    color: red;
}

.ntcf-form-inner .form-control {
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #3bb77e59;
    font-size: 14px;
}

.ntcf-form-inner .form-row {
    height: 100%;
}

.ntcf-form-inner .form-control:focus {
    box-shadow: 0 0 10px 0 #e3e3e3;
    border-color: #3bb77e;
}

.contact-widget {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 70px 40px 400px;
    background-image: url(../images/call-us.jpg);
    position: sticky;
    top: 20%;
}

.contact-widget h5 {
    font-size: 30px;
    color: #3bb77e;
}

.contact-widget p {
    font-size: 22px;
}


/* check box */

.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper .terms-label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox-wrapper .terms-label .label-text {
    margin-left: 10px;
}

.checkbox-wrapper .checkbox-svg {
    width: 20px;
    height: 20px;
}

.checkbox-wrapper .checkbox-box {
    fill: rgba(207, 205, 205, 0.425);
    stroke: #3bb77e;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper .checkbox-tick {
    stroke: #3bb77e;
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper input[type="checkbox"]:checked+.terms-label .checkbox-box,
.checkbox-wrapper input[type="checkbox"]:checked+.terms-label .checkbox-tick {
    stroke-dashoffset: 0;
}


/* ---- Social ---- */

.social {
    gap: 15px;
}

.social li a {
    font-size: 18px;
    color: #fff;
}

/* -- copy-right-sec -- */

.copy-right-sec {
    text-align: center;
    padding: 10px 0;
    background: #3bb77e;
}

.copy-right-sec h4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

/* -- logo -- */

.logo a {
    display: block;
    width: 135px;
}



/* BTOC Form */



.oxyy-login-register .nav-underline .nav-link:not(.active):hover {
    border-bottom: 0px;
    border-bottom-color: transparent;
}

.oxyy-login-register .nav-underline .nav-link.active {
    font-weight: 500;
}

.oxyy-login-register .btn-video-play {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.oxyy-login-register .btn-video-play:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(250, 250, 250, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(250, 250, 250, 0.2);
}

.oxyy-login-register .hero-wrap .hero-bg {
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 300ms ease-in 200ms;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.hero-wrap {
    position: relative;
}

.hero-wrap::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #3bb77ebd;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.oxyy-login-register {
    background-color: #f3f3f3;
}

.oxyy-login-register .form-check .form-check-input {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.oxyy-login-register .form-dark .btn {
    background: #3bb77e;
    border-color: #3bb77e;
}

.hero-content .logo img {
    width: 150px;
}

.bg-deer {
    position: absolute;
    width: 400px;
    right: 0;
    bottom: 0;
}

.bg-deer img {
    object-fit: contain;
}

.bg-peacok {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
}

.bus-to-clnt {
    padding: 35px 0;
}

.btc-txt ul {
    padding-left: 25px;
}

.btc-txt ul li {
    list-style: square;
    margin-bottom: 5px;
}

.form-dark .wrapper input.field {
    border: 1px solid #7d7d7d;
    color: #fff;
    background-color: #212529;
}

.business-to-client-form {
    padding: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #f5f5f5;
}

.business-to-client-form .nfi-header {
    padding: 10px 25px;
    background: #3bb77e;
    border-radius: 5px;
}

.business-to-client-form .nfi-header h4 {
    color: #fff;
    margin: 0;
}

.ntcf-form-inner form .frm-inn {
    position: relative;
    border: 1px solid #dadada;
    margin-top: 35px;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    padding-top: 35px;
}

.ntcf-form-inner form .frm-inn h5 {
    position: absolute;
    top: -15px;
    left: 15px;
    font-size: 16px;
    background: #3bb77e;
    padding: 6px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}

.ntcf-form-inner label {
    margin-bottom: 12px;
}

.ntcf-form-inner span {
    color: red;
}

.ntcf-form-inner .form-control {
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #3bb77e59;
    font-size: 14px;
}

.ntcf-form-inner .form-row {
    height: 100%;
}

.ntcf-form-inner .form-control:focus {
    box-shadow: 0 0 10px 0 #e3e3e3;
    border-color: #3bb77e;
}

.contact-widget {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 70px 40px 400px;
    background-image: url(../images/call-us.jpg);
    position: sticky;
    top: 5%;
}

.contact-widget h5 {
    font-size: 30px;
    color: #3bb77e;
}

.contact-widget p {
    font-size: 22px;
}

.place-order a {
    padding: 8px 14px;
    border: 1px solid;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: all .3s ease;
    border-color: #3bb77e;
    background: #3bb77e;
    color: #fff;
}

/* -- Login Btn -- */

/* -- -- Lgbtn -- -- */

.lg-btnn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #3bb77e;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    width: fit-content;
    text-decoration: none;
}

.lg-btnn a:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #023a20;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.lg-btnn a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.lg-btnn a span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.lg-btnn a:hover span {
    color: #fff;
    animation: scaleUp 0.3s ease-in-out;
}



/* check box */

.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper .terms-label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox-wrapper .terms-label .label-text {
    margin-left: 10px;
}

.checkbox-wrapper .checkbox-svg {
    width: 20px;
    height: 20px;
}

.checkbox-wrapper .checkbox-box {
    fill: rgba(207, 205, 205, 0.425);
    stroke: #3bb77e;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper .checkbox-tick {
    stroke: #3bb77e;
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper input[type="checkbox"]:checked+.terms-label .checkbox-box,
.checkbox-wrapper input[type="checkbox"]:checked+.terms-label .checkbox-tick {
    stroke-dashoffset: 0;
}

/* breadcrumb */

.breadcrumb-top {
    height: 280px;
    position: relative;
}

.breadcrumb-top::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.breadcrumb-top .breadcrumb-img {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.breadcrumb-top .breadcrumb-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.breadcrumb-top .breadcrumb-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 3;
}

.breadcrumb-top .breadcrumb-inner .heading {
    width: 100%;
    position: relative;
}

.breadcrumb-top .breadcrumb-inner .heading h2 {
    color: #3bb67e;
    font-size: 45px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.breadcrumb-top .breadcrumb-inner .heading span {
    position: absolute;
    color: transparent;
    top: 0px;
    left: 0;
    opacity: 0.1;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    -webkit-text-stroke: 2px #000000;
    text-shadow: 1px 1px 0 #282f3b, -1px -1px 0 #282f3b, 1px -1px 0 1px #282f3b, -1px 1px 0 #282f3b, 1px 1px 0 #282f3b;
}

.breadcrumb-top .breadcrumb-inner .list-unstyled li {
    font-size: 16px;
}

.breadcrumb-top .breadcrumb-inner .list-unstyled li a {
    color: #fff;
}

.breadcrumb-top .breadcrumb-inner .list-unstyled li:last-child {
    color: #ababab;
}

/* -- Submit Btn -- */

.submit-btn .submit {
    text-align: center;
    display: block;
    padding: 8px 25px;
    border: 1px solid #023a20;
    width: fit-content;
    margin: 0 auto;
    border-radius: 5px;
    background: #023a20;
    color: #fff;
    transition: all .3s ease;
}

.submit-btn .submit:hover {
    background: #3bb77e;
    border-color: #3bb77e;
}





/* Index Part */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 5rem;
}

.menu {
    max-width: 72rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}



.logo span {
    font-size: 1.8rem;
    margin-left: 5px;
    color: #e20f2f;
}

.hamburger-menu {
    height: 4rem;
    width: 3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bar {
    width: 1.9rem;
    height: 1.5px;
    border-radius: 2px;
    background-color: #1a3d25;
    transition: 0.5s;
    position: relative;
}

.bar::before,
.bar::after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #1a3d25;
    transition: 0.5s;
}

.bar::before {
    transform: translateY(-9px);
}

.bar::after {
    transform: translateY(9px);
}

.main-container {
    overflow: hidden;
}

.main {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 5;
    overflow: hidden;
    transform-origin: left;
    transform-style: preserve-3d;
    transition: 0.5s;
}

header {
    min-height: 100vh;
    width: 100%;
    /* background: url("../images/vendor-banner-1.jpg") no-repeat top
    center / cover; */
    position: relative;
}

/* header#myHeader{  background: url("../images/vendor-banner-3.jpg") no-repeat top
  center / cover;
} */

header .navbar {
    background: #fff;
}



.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.712);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.inner {
    max-width: 35rem;
    text-align: center;
    color: #fff;
    padding: 0 2rem;
}

.title {
    font-size: 3rem;
}

.description {
    margin: 10px 0;
    text-align: center;
    width: 50%;
    font-size: 1.5rem;
    color: #cbcbcb;
}

.btn {
    margin-top: 1rem;
    padding: 0.6rem 1.8rem;
    background-color: #e20f2f;
    border: none;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

.btn-group {
    gap: 15px;
    display: flex !important;
}

.btn-group .btn-1 {
    padding: 8px 25px;
    background: #F44336;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #F44336;
    transition: all 0.3s ease;
}

.btn-group .btn-1:hover {
    background: unset;
    color: #F44336;
}

.btn-group .btn-2 {
    padding: 8px 25px;
    background: #8BC34A;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #8BC34A;
    transition: all 0.3s ease;
}

.btn-group .btn-2:hover {
    background: unset;
    color: #8BC34A;
}

.menucont.active .bar {
    transform: rotate(360deg);
    background-color: transparent;
}

.menucont.active .bar::before {
    transform: translateY(0) rotate(45deg);
}

.menucont.active .bar::after {
    transform: translateY(0) rotate(-45deg);
}

.menucont.active .main {
    animation: main-animation 0.5s ease;
    cursor: pointer;
    transform: perspective(1300px) rotateY(20deg) translateY(10px) translateZ(310px) scale(0.5);
}

@keyframes main-animation {
    from {
        transform: translate(0);
    }

    to {
        transform: perspective(1300px) rotateY(20deg) translateY(10px) translateZ(310px) scale(0.5);
    }
}

.links {
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
}

header ul {
    list-style: none;
}

header ul li.active a {
    color: #51fc32;
}

header .links a {
    text-decoration: none;
    color: #ffffff;
    padding: 0.7rem 0;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    opacity: 0;
    transform: translateY(10px);
    animation: hide 0.5s forwards ease;
}

header .links a:hover {
    color: #51fc32;
}

.menucont.active .links a {
    animation: appear 0.5s forwards ease var(--i);
}

@keyframes appear {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes hide {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 0;
        transform: translateY(10px);
    }
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    transform-origin: left;
    transition: 0.5s;
    background-color: #fff;
}

.shadow.one {
    z-index: -1;
    opacity: 0.15;
}

.shadow.two {
    z-index: -2;
    opacity: 0.1;
}

.menucont.active .shadow.one {
    animation: shadow-one 0.6s ease-out;
    transform: perspective(1300px) rotateY(20deg) translateY(10px) translateZ(215px) scale(0.5);
}

@keyframes shadow-one {
    0% {
        transform: translate(0);
    }

    5% {
        transform: perspective(1300px) rotateY(20deg) translateY(10px) translateZ(310px) scale(0.5);
    }

    100% {
        transform: perspective(1300px) rotateY(20deg) translateY(10px) translateZ(215px) scale(0.5);
    }
}

.menucont.active .shadow.two {
    animation: shadow-two 0.6s ease-out;
    transform: perspective(1300px) rotateY(20deg) translateY(10px) translateZ(120px) scale(0.5);
}

@keyframes shadow-two {
    0% {
        transform: translate(0);
    }

    20% {
        transform: perspective(1300px) rotateY(20deg) translateY(10px) translateZ(310px) scale(0.5);
    }

    100% {
        transform: perspective(1300px) rotateY(20deg) translateY(10px) translateZ(120px) scale(0.5);
    }
}

.menucont.active .main:hover+.shadow.one {
    transform: perspective(1300px) rotateY(20deg) translateY(10px) translateZ(230px) scale(0.5);
}

.menucont.active .main:hover {
    transform: perspective(1300px) rotateY(20deg) translateY(10px) translateZ(340px) scale(0.5);
}


.interview-modal .badge {
    padding: 5px 10px;
    line-height: 15px;
}

header .links ul {
    padding: 60px;
    background: #0a0a0a8f;
    border-radius: 14px;
}

.service .service-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #c2b0ff;
    border-radius: 25px;
    background: #fff;
}

.service .service-item .si-img {
    padding: 20px;
    width: 110px;
    height: 110px;
    flex: 0 0 110px;
    border-radius: 25px;
    box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
}

.service .service-item .si-txt {
    margin-left: 25px;
}

.service .service-item .si-txt p {
    margin: 0;
    color: #686868;
}

.service {
    padding: 60px 0;
    background-color: #F0F6F9;
}

/* -- Process -- */

.process {
    background-color: #def3ff;
    padding: 60px 0;
    background-image: linear-gradient(to right top, #ffa8da, #f3b9ed, #e8c8f9, #e1d7fe, #e0e3ff, #dce9ff, #dbefff, #dcebff, #dce1ff, #c7d0ff, #b7c0f5, #9babff);
}

.process .step {
    text-align: center;
    padding: 0 25px;
}


.process-inner .row .col-md-6:nth-child(2) {
    margin-top: -55px !important;
}

.process-inner .row .col-md-6:nth-child(4) {
    margin-top: -50px !important;
}

.process .step-img {
    width: fit-content;
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    border-radius: 25px;
    box-shadow: 0 0 6px 0 #d1d1d1;
    border: 1px solid #91d2f7;
}

.process .step-img .step-date {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f1f5ff;
    padding: 2px 15px;
    border-radius: 6px;
    border: 1px solid #86a2ea;
}

.process .stp-round {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: linear-gradient(45deg, #93aeef, #212e8c);
    margin: 35px auto;
    outline: 5px solid #3a4aa2;
    outline-offset: 3px;
    position: relative;
}

.process .step-img img {
    width: 80px;
    height: 80px;
}

.process .process-inner {
    position: relative;
    margin-top: 135px;
}

.process .process-inner::before {
    content: "";
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 130px;
    background-image: url(../images/blue-line.png);
    background-size: cover;
    width: 76%;
}


/* -- JOBS -- */

.jobs {
    padding: 60px 0;
}

.job-listing {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}

.job-info {
    flex: 1;
}

.job-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.job-location,
.job-type,
.job-salary {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 2px 0;
}

.job-location i,
.job-type i,
.job-salary i {
    margin-right: 5px;
}

.expired {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.featured-badge {
    background: red;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: bold;
}

.view-more {
    border: 2px solid #8BC34A;
    padding: 10px 15px;
    border-radius: 6px;
    color: #8BC34A;
    font-weight: bold;
    text-decoration: none;
}

.job-type.full {
    color: green;
}

.job-type.part {
    color: orange;
}

.job-dec {
    flex: 1;
}



.job-right .job-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}

.fc-jobs-item {
    padding: 10px;
}

.job-right .job-image {
    position: relative;
    height: 253px;
}

.job-right .job-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.job-right .badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #e60000;
    color: white;
    padding: 5px 10px;
    font-size: 0.75rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.job-right .job-content {
    padding: 20px;
}

.job-right .job-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 10px;
    color: #333;
}

.job-right .job-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.job-right .job-details span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.job-right .job-details span i {
    color: #ff8c00;
}

.job-right .job-salary {
    font-weight: bold;
    color: #333;
}

.job-right .job-desc {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.4;
}

.fc-jobs .owl-nav {
    display: none;
}


/* -- Industry -- */

.industry-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    padding: 30px 15px;
    gap: 20px;
}

.industry-box {
    background: #6b4cd4;
    color: white;
    border-radius: 12px;
    padding: 20px;
    width: 160px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}

.industry-box:hover {
    background-color: #5231b6;
    cursor: pointer;
}

.industry-box span {
    display: block;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.industry-box small {
    font-size: 14px;
    display: block;
}

.hero-section {
    background: linear-gradient(#673AB7, rgb(139 195 74 / 1%)), url(../images/business-back.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    text-align: left;
    padding: 180px 20px;
    position: relative;
}

.hero-content {
    max-width: 880px;
    margin-left: auto;
    margin-right: 100px;
}

.hero-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #cfcfcf;
}

.app-buttons img {
    height: 50px;
    margin-right: 15px;
}


p.no-data {
    text-align: center;
    border: 1px solid red;
    padding: 6px 6px;
    background: red;
    color: #fff !important;
}

@media (max-width: 768px) {
    .industry-box {
        width: 45%;
    }

    .hero-content h1 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .industry-box {
        width: 90%;
    }

    .app-buttons img {
        height: 40px;
        margin-bottom: 10px;
    }

    .app-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}


.btn-groups {
    display: flex;
    align-items: center;
}

.btn-groups a {
    text-decoration: none;
}

.btn-call {
    display: flex;
    margin-left: 25px;
    align-items: center;
}

.btn-call .cal-icon {
    display: flex;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #211d71, #ed3425);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.btn-call .cal-cont {
    margin-left: 10px;
}

.btn-call .cal-cont p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.btn-call .cal-cont small {
    color: #b5b5b5;
    font-size: 16px;
}

.btn-1 {
    padding: 8px 25px;
    background: #211d71;
    color: #ffffff;
    font-size: 20px;
    border: 1px solid #211d71;
    border-radius: 5px;
    height: max-content;
}

.btn-1:hover {
    background: #ffffff;
    color: #211d71;
}

/*  -- clients -- */
.clients {
    padding: 60px 0;
}

.clients .client-item {
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 0 #e3e3e3;
}




/* -- footer -- */

.copy-right {
    display: flex;
    justify-content: space-between;
    background: #6b4cd4;
    padding: 15px 70px;
}

.copy-right p {
    margin-bottom: 0;
    color: #fff;
}

.copy-right i {
    margin-right: 5px;
}

.copy-right a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

/*  -- Contact -- */


.feedback-form {
    background: radial-gradient(circle at top left, #0a3d91, #020b33);
    color: #fff;
    border-radius: 30px;
    padding: 40px;
    width: 100%;
}

.feedback-form h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

.feedback-form .input-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea {
    width: 100%;
    padding: 12px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.feedback-form textarea {
    margin-bottom: 20px;
    height: 100px;
    resize: none;
}

.feedback-form button {
    background: #1e6dff;
    color: white;
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feedback-form button span {
    font-size: 18px;
}

.feedback-form .input-col{    width: 100%;}

.testimonial-section {
    max-width: 100%;
}

.testimonial-section .badge {
    background: #e5f0ff;
    border: none;
    color: #007aff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
}

.testimonial-section h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.testimonial-section p {
    color: #666;
    margin-bottom: 30px;
}

.testimonial-card {
    background: linear-gradient(135deg, #ffffff, #91c2e7);
    padding: 30px;
    border-radius: 30px;
    position: relative;
}

.stars {
    color: #3a4aa2;
    font-size: 35px;
    margin-bottom: 15px;
}

.review-text {
    font-style: italic;
    margin-bottom: 30px;
    line-height: 1.6;
}

.testimonial-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.testimonial-footer .quote {
    font-size: 40px;
    color: #1e6dff;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-info img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.pagination {
    font-weight: bold;
    font-size: 18px;
}

.pagination span {
    font-size: 14px;
    color: #888;
}

.contact {
    padding: 60px 0;
    background-image: linear-gradient(to right top, #ffa8da, #f3b9ed, #e8c8f9, #e1d7fe, #e0e3ff, #dce9ff, #dbefff, #dcebff, #dce1ff, #c7d0ff, #b7c0f5, #9babff);
}

.contact .testimonial-coursal {
    margin-top: 80px;
}













/* -------------back-top-top---------------- */
.back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #db5f57;
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: none;
    z-index: 999;
    animation: bounce_513 1s infinite;
}

@keyframes bounce_513 {

    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}



@media only screen and (min-width: 1366px) and (max-width: 1439px) {


    .process .process-inner::before {
        top: 34%;
        height: 112px;
        width: 74%;
    }

    .process .step {
        padding: 0 15px;
    }

    header {
        min-height: 92vh;
    }

    .service .service-item .si-img {
        width: 90px;
        height: 90px;
        flex: 0 0 90px;
    }

}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .guide-testi-item img {
        height: 380px;
    }

    .service .service-item .si-img {
        width: 90px;
        height: 90px;
        flex: 0 0 90px;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {

    header .links a {
        font-size: 14px;
    }

    header .links ul {
        padding: 30px;
    }

    header {
        min-height: 70vh;
    }

    .front-header-bnr {
        height: 70vh;
    }

    .front-header-bnr img {
        height: 100%;
        width: 100%;object-fit: cover;
    }

    .title {
        font-size: 2rem;
    }

    .description {
        font-size: 1.2rem;
    }

    .service .service-item .si-img {
        width: 90px;
        height: 90px;
        flex: 0 0 90px;
    }

    .process .process-inner::before {
        display: none;
    }

    .process .process-inner {
        margin-top: 35px;
    }

    .process .step {
        padding: 0 0px;
    }

    .hero-content {
        margin-right: 0;
        margin-left: 100px;
    }

    .contact .testimonial-coursal {
        margin-top: 30px;
    }

    .feedback-form {
        margin-bottom: 35px;
    }

    .jobs-left {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width:767px) {
    header .links a {
        font-size: 14px;
    }

    header .links ul {
        padding: 30px;
    }

    header {
        min-height: 70vh;
    }

    .front-header-bnr {
        height: 70vh;
    }

    .front-header-bnr img {
        height: 100%;
        object-fit: cover;
    }

    .title {
        font-size: 2rem;
    }

    .description {
        font-size: 1.2rem;
    }

    .service .service-item .si-img {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        padding: 15px;
    }

    .process .process-inner::before {
        display: none;
    }

    .process .process-inner {
        margin-top: 35px;
    }

    .process .step {
        padding: 0 0px;
    }

    .hero-content {
        margin-right: 0;
        margin-left: 100px;
    }

    .contact .testimonial-coursal {
        margin-top: 30px;
    }

    .feedback-form {
        margin-bottom: 35px;
    }

    .jobs-left {
        margin-bottom: 35px;
    }

    .links {
        position: absolute;
        width: 100%;
        right: 0;
        top: 80px;
        height: auto;
        z-index: 2;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 10px;
    }

    header .links ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
        border-radius: unset;
        padding: 20px;
    }

    .btn-group.mt-3 {
        margin-top: 0 !important;
    }

    .service .service-item .si-txt {
        margin-left: 15px;
    }

    .service .service-item .si-txt h4 {
        font-size: 18px;
    }

    .overlay {
        text-align: center;
    }


}

@media screen and (max-width: 420px) {

    p {
        font-size: 14px;
    }

    .view-more {
        padding: 8px 12px;
        font-size: 14px;
        display: block;
        margin-left: auto;
    }

    .job-info {
        flex: 0 0 180px
    }

    .job-listing {
        padding: 15px;
    }

    .industry-section {
        padding: 0 0 35px 0;
    }

    .hero-section {
        padding: 60px 15px;
    }

    .hero-content {
        margin-left: 0;
    }

    .btn-1 {
        font-size: 16px;
    }

    .copy-right {
        flex-direction: column-reverse;
        padding: 15px 15px;
        text-align: center;
    }

    .copy-right p:first-child {
        margin-top: 10px;
        padding-top: 15px;
        border-top: 1px solid #9f9f9f;
    }

    .copy-right a {
        font-size: 16px;
    }

    .feedback-form {
        padding: 35px 15px;
    }

    .hero-content h1 {
        font-size: 25px;
        font-weight: 400;
    }

    .process .stp-round {
        display: none;
    }

    .process .step-txt {
        margin-top: 15px;
    }

    header .links ul li:first-child {
        display: none;
    }

    header .links ul li:nth-child(2) {
        display: none;
    }

    .btn-call {
        margin-left: 0;
        align-items: center;
        margin-bottom: 15px;
    }

    .btn-groups {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .hero-content .btn-1 {
        margin-left: 60px;
    }

    .feedback-form .input-row {
        flex-direction: column;
    }

    .description {
        width: 90%;
    }

}

@media only screen and (max-width:360px) {

    header .links a {
        font-size: 12px;
    }

    .btn-group .btn-1 {
        padding: 8px 15px;
    }

    .btn-group .btn-2 {
        padding: 8px 15px;
    }

    .job-info {
        flex: 0 0 auto;
    }

    .job-listing {
        flex-direction: column;
        align-items: baseline;
    }

    .view-more {
        padding: 8px 12px;
        font-size: 14px;
        display: block;
        margin-left: auto;
    }
}
