@use "sass:math";

:root {
    --theme-color: #FFB539;
    --theme-color3: #60686B;
    --title-color: #040642;
    --body-color: #737588;
    --body-color-light: #a9adcc53;
    --smoke-color: #F0F0F4;
    --smoke-color2: #F7F8FA;
    --black-color: #000000;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: hsl(134, 61%, 41%);
    --error-color: #dc3545;
    --deadline-color: #e46c789a;
    --border-color: #E0E0E0;
    --title-font: 'Radio Canada', sans-serif;
    --body-font: 'Poppins', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 24px;
    --section-space: 70px;
    --section-space-mobile: 60px;
    --section-title-space: 40px;
    --ripple-ani-duration: 5s
}

.card-type-1 {
    border: 2px solid rgba(0, 0, 0, 0.071) !important;
    border-radius: 18px !important;
}

.homeVideo {
    /* border: 2px solid red !important; */
    width: 100% !important;
}

.player-wrapper {
    position: relative;
    padding-top: 56.25%;
    /* Player ratio: 100 / (1280 / 720) */
}

.react-player {
    position: absolute;
    top: 0;
    left: 0;
}

.job {
    border: 3px solid #48484864 !important;
}
.job:hover {
    border: 3px solid var(--theme-color) !important;
        cursor: pointer !important;
}

.job .company-name {
    color: var(--body-color) !important;
}

.transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
    transition-duration: .15s !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important;
}

.border-emerald-600\/20 {
    border-color: rgba(5, 150, 105, .2) !important;
}

.border {
    border-width: 1px !important;
}

.rounded-lg {
    border-radius: .5rem !important;
}

.group:hover .group-hover\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.group:hover .group-hover\:bg-emerald-600 {
    --tw-bg-opacity: 1 !important;
    background-color: var(--theme-color) !important
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.group:hover .group-hover\:text-white\/50 {
    color: hsla(0, 0%, 100%, .5) !important;
}

.shadow {
    --tw-shadow: 0 0 3px rgba(60, 72, 88, .15) !important;
    --tw-shadow-colored: 0 0 3px var(--tw-shadow-color) !important
}

.shadow,
.shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-lg {
    --tw-shadow: 0 10px 25px -3px rgba(60, 72, 88, .15) !important;
    --tw-shadow-colored: 0 10px 25px -3px var(--tw-shadow-color) !important
}

.shadow-md {
    --tw-shadow: 0 5px 13px rgba(60, 72, 88, .2) !important;
    --tw-shadow-colored: 0 5px 13px var(--tw-shadow-color) !important
}

.shadow-md,
.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-sm {
    --tw-shadow: 0 2px 4px 0 rgba(60, 72, 88, .15) !important;
    --tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color) !important
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(60, 72, 88, .1), 0 8px 10px -6px rgba(60, 72, 88, .1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-gray-100 {
    --tw-shadow-color: #f3f4f6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important
}

.justify-between {
    justify-content: space-between !important;
}

.items-start {
    align-items: flex-start !important;
}

.flex {
    display: flex !important;
}

.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

.justify-center {
    justify-content: center !important;
}

.items-center {
    align-items: center !important;
}

.w-14 {
    width: 3.5rem !important;
}

.h-14 {
    height: 3.5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.text-lg {
    font-size: 17px !important;
}

.text-base,
.text-lg {
    line-height: 28px !important;
}

.btn.btn-icon {
    display: inline-flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
}

.btn {
    display: inline-block;
    border-width: 1px;
    padding: .25rem 1.25rem;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: .025em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: var(--theme-color) !important;
}

.bg-emerald-600\/5 {
    background-color: rgba(150, 68, 5, 0.05) !important;
}

.border-emerald-600\/10 {
    border-color: rgba(5, 150, 105, .1) !important;
}

.ms-1 {
    margin-inline-start: .25rem !important;
}

.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

.text-slate-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(241 245 249/var(--tw-text-opacity)) !important
}

.text-slate-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(148 163 184/var(--tw-text-opacity)) !important
}

.text-slate-50 {
    --tw-text-opacity: 1 !important;
    color: rgb(248 250 252/var(--tw-text-opacity)) !important
}

.mt-3 {
    margin-top: .75rem !important;
}

.text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(249 115 22/var(--tw-text-opacity)) !important;
}

.font-medium {
    font-weight: 500 !important;
}

.text-\[14px\] {
    font-size: 14px !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.bg-orange-500\/5 {
    background-color: rgba(249, 115, 22, .05) !important;
}

.bg-deadline {
    background-color: #54657b82 !important;

}

.text-black {
    color: black !important;
}

.text-white {
    color: white !important;
}

.inline-block {
    display: inline-block !important;
}

.me-1 {
    margin-inline-end: .25rem !important;
}

.text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(147 51 234/var(--tw-text-opacity)) !important;
}

.bg-purple-600\/5 {
    background-color: rgba(147, 51, 234, .05) !important;
}

.urgent {
    background-color: #dc354639;
    padding: 10px;
    border-radius: 10px;
}

.fullButton {
    width: 100%;
    display: block;
}
.twm-home-11-banner-section .row .twm-bnr-left-section:before {
    background-color: #214236;
}

.twm-home-11-banner-section .row .twm-bnr-left-section:before {
    position: absolute;
    width: 20px;
    height: 60px;
    background-color: #17171d;
    content: "";
    top: 0px;
    left: 240px;
    z-index: -1;
}

.twm-home-11-banner-section {
    /* height: 950px; */
    background-color: #f7f7f7;
    overflow: hidden;
    display: flex;
    padding-top: 50px;
    align-items: end;
    background-size: cover;
    position: relative;
}

::before {
    box-sizing: border-box;
}

.twm-home-11-banner-section .row .twm-bnr-left-section:after {
    border-color: #214236;
    border-right: 0px;
}

.twm-home-11-banner-section .row .twm-bnr-left-section:after {
    position: absolute;
    width: 260px;
    border: 20px solid #17171d;
    border-right: 0px;
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.twm-home-11-banner-section .container {
    padding: 160px 0px 0px;
    max-width: 1920px;
}

.twm-home-11-banner-section .row {
    display: flex;
    height: 100%;
    align-items: end;
    position: relative;
    justify-content: center;
}

.twm-home-11-banner-section .row .twm-bnr-left-section {
    max-width: 750px;
    position: relative;
    z-index: 2;
    padding-left: 140px;
    z-index: 1;
    padding: 100px 0px 100px 100px;
    margin-bottom: 60px;
    margin-left: 60px;
}

.twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #214236;
}

.bg-theme-color {
    background-color: var(--body-color-light);
}

.twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-title-large span {
    text-decoration: none;
    -webkit-text-fill-color: var(--theme-color);
}

.twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-discription {
    color: #214236;
}

.twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-discription {
    font-size: 24px;
    margin-bottom: 30px;
}

.twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 66px;
    line-height: 72px;
    font-weight: 700;
    color: #f7f7f7;
    margin-bottom: 30px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #1967d2;
}

.twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #214236;
}


.twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #214236;
}

.twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-search-bar {
    margin-bottom: 30px;
}


.twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-search-bar {
    margin-bottom: 30px;
}

.twm-home-11-banner-section .row {
    display: flex;
    height: 100%;
    align-items: end;
    position: relative;
    justify-content: center;
}

.form-group {
    margin-bottom: 30px;
}

.twm-home-11-banner-section .row .twm-bnr-5-blocks {
    position: relative;
}

.twm-home-11-banner-section .row .twm-bnr-5-blocks .twm-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.twm-home-11-banner-section .row .twm-bnr-5-blocks .twm-bnr-5-blocks-inner .twm-pics {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.twm-home-11-banner-section .row .twm-bnr-5-blocks .twm-bnr-5-blocks-inner .twm-content .tw-count-number {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
}

.text-clr-green {
    color: var(--theme-color);
}

.twm-home-11-banner-section .row .twm-bnr-right-main {
    position: relative;
    height: 100%;
}


/*** 
=====================================================
	Main Slider style5 Css
=====================================================
***/
.banner-style5-area {
    position: relative;
    display: block;
    background: #f9f8ff;
}

.vegas-animation-kenburns {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.banner-style5-area .auto-container {
    max-width: 1750px;
}

.banner-style5__content {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    z-index: 10;
}

.banner-style5__content .slider-bg-slide {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color) !important;
    background-blend-mode: overlay;
}

.banner-style5__content {

    background-image: url('https://st.ourhtmldemo.com/new/educamb/assets/images/slides/slide-v5-1.jpg') !important;
}

.slider-bg-slide-overly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(0, 32, 156);
    opacity: 0.8;
}

.banner-style5__content-inner {
    position: relative;
    display: block;
    padding-top: 139px;
    padding-bottom: 150px;
    z-index: 11;
}

.banner-style5__content-inner .big-title {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 27px;
}

.banner-style5__content-inner .big-title h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.3em;
    font-weight: 700;
}

.banner-style5__content-inner .highlights-box {
    position: relative;
    display: block;
    padding-bottom: 50px;
}

.banner-style5__content-inner .highlights-box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-style5__content-inner .highlights-box ul li {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    margin: 10px;
    background-color: rgba(255, 255, 255, 0.282);
    padding: 10px;
    border-radius: 8px;
    border: 2px solid white;
}



.banner-style5__content-inner .highlights-box ul li h4 {
    color: white;
    font-size: 18px;
    padding-top: 10px;
    line-height: 0px;
    font-weight: 600;
}


.banner-style5-search-box {
    position: relative;
    display: block;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.banner-style5-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.banner-style5-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #727078;
    font-size: 17px;
    font-weight: 400;
    padding-left: 330px;
    padding-right: 70px;
    border-radius: 35px;
    font-family: var(--thm-font);
    transition: all 500ms ease 0s;
}

.banner-style5-search-box .search-form button {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    background: var(--thm-base);
    text-align: center;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}

.banner-style5-search-box .search-form button i {
    position: relative;
    top: 0px;
}

.banner-style5-search-box .search-form input[type="text"]:focus {
    color: var(--theme-color);
}

.banner-style5-search-box .search-form input[type="text"]:focus+button,
.banner-style5-search-box .search-form button:hover {
    color: var(--thm-black);
}

.banner-style5-search-box .search-form input::-webkit-input-placeholder {
    color: #727078;
}

.banner-style5-search-box .search-form input:-moz-placeholder {
    color: #727078;
}

.banner-style5-search-box .search-form input::-moz-placeholder {
    color: #727078;
}

.banner-style5-search-box .search-form input:-ms-input-placeholder {
    color: #727078;
}


.banner-style5-search-box .header-categories-box-style1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    padding-left: 30px;
    z-index: 11;
}

.banner-style5-search-box .header-categories-box-style1:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 1px;
    background: #3914ce;
}

.banner-style5-search-box .header-categories-box-style1 .select-box {
    width: 195px;
}


.banner-style5-features-box-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.banner-style5-features-box-single .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.banner-style5-features-box-single:hover .icon {
    background-color: var(--thm-base);
    transform: scale(1.1);
}

.banner-style5-features-box-single .icon span {
    position: relative;
    display: block;
    line-height: 0;
}

.banner-style5-features-box-single .icon span:before {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 26px;
    line-height: 26px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.banner-style5-features-box-single:hover .icon span:before {
    color: #ffffff;
}


.banner-style5-features-box-single h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 16px 0 0;
}



.banner-style5-features-box-single.one {
    position: absolute;
    top: 90px;
    left: 200px;
}

.banner-style5-features-box-single.two {
    position: absolute;
    left: 60px;
    bottom: 94px;
}

.banner-style5-features-box-single.three {
    position: absolute;
    top: 90px;
    right: 200px;
}

.banner-style5-features-box-single.four {
    position: absolute;
    right: 60px;
    bottom: 94px;
}

/*-------------------------------------------------
  Inner Page Elements  
--------------------------------------------------*/
/*------------------- Page Title Design  ------------------*/
.page-title {
    width: 100%;
    height: 100px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: #72849b52;
    border-radius: 20px;
}

.page-title.search-form {
    width: 100%;
    height: auto;
    padding: 4rem;
}

.page-title.inner-page {
    width: 100%;
    height: auto;
    padding: 5rem 0;
}

.page-title .ipt-title {
    color: #ffffff;
}

.ipt-title {
    margin-bottom: 5px;
}

.ipn-subtitle {
    font-size: 20px;
    font-family: initial;
    font-style: italic;
}

.ipn-subtitle {
    color: #add1ff;
}

.search-big-form .form-control,
.search-big-form .btn,
.search-big-form select {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

form.search-big-form .form-group .form-control {
    padding-left: 38px;
    border-radius: 0;
}

.l-radius {
    border-radius: 4px 0px 0px 4px !important;
}

.r-radius {
    border-radius: 0px 4px 4px 0px !important;
}

html body .b-0 {
    border: none !important;
}

.b-r {
    border-right: 1px solid #e2e5ea !important;
}

.b-l {
    border-left: 1px solid #e2e5ea !important;
}

.b-b {
    border-bottom: 1px solid #e2e5ea !important;
}

html body .b-t {
    border-top: 1px solid #e2e5ea !important;
}

html body .b-all {
    border: 1px solid #e2e5ea !important;
}

form.search-big-form .form-group .form-control,
form.search-big-form .form-group.single-radius .select2-container--default .select2-selection--single {
    border: 1px solid #e1e9ef !important;
    border-radius: 5px !important;
}

/* .search-big-form.shadows {
    position: relative;
    background: transparent;
    box-shadow: 0px 0px 0px 9px rgb(255 255 255 / 20%);
    border-radius: 0.2rem;
}

.search-big-form.shadows-dark {
    position: relative;
    background: transparent;
    box-shadow: 0px 0px 0px 9px #e9f1f6;
    border-radius: 0.2rem;
} */

.search-big-form .btn {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color3);
    color: #ffffff;
    padding: 1rem 2rem;
    cursor: pointer;
}

.search-big-form .btn:hover {
    background: var(--theme-color);
}

.banner-Search-Back {
    /* position: relative;
    z-index: 10000 !important; */
    background: var(--body-color-light) !important;

}




/* Small screens (portrait and landscape) */
@media only screen and (max-width: 479px) {
    /* Styles for small screens go here */

    .twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
        font-size: 30px;
        line-height: 52px;
        font-weight: 700;
        color: #f7f7f7;
        margin-bottom: 30px;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px rgb(48, 48, 48) !important;
    }

    .twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-discription {
        font-size: 24px !important;
        line-height: 42px !important;
        margin-bottom: 0px !important;
    }

}

/* Phones (portrait and landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    /* Styles for phones go here */
    .twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
        font-size: 40px;
        line-height: 52px;
        font-weight: 700;
        color: #f7f7f7;
        margin-bottom: 30px;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px rgb(48, 48, 48) !important;
    }

    .twm-home-11-banner-section .row .twm-bnr-left-section .twm-bnr-discription {
        font-size: 34px;
        line-height: 52px;
        margin-bottom: 0px !important;
    }
}

/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* Styles for tablets go here */
}

/* Desktops and larger devices */
@media only screen and (min-width: 1024px) {
    /* Styles for desktops go here */
}