@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #000;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

a:hover {
    transition: all 0.2s ease-in-out;
}

img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    transition: all 0.5s ease;
    outline: none;
}

select,
input,
textarea {
    appearance: none;
}

/***** Font Files *****/
@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "times";
    src: url(../fonts/times-new-roman.ttf);
    font-weight: 400;
    font-style: normal;
}

/***** Custom Classes *****/
select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #575757;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
    padding: 80px 0;
}

.flexRow,
.flexCol {
    display: flex;
    align-items: center;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "times";
    text-transform: uppercase;
    margin: 0 0 10px;
}

h1 {
    font-size: 50px;
    line-height: 80px;
    color: #000;
    font-weight: 500;
}

h2 {
    font-size: 53px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}

h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}

h4 {
    font-size: 23px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

h5 {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}

h6 {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}



p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #a6a6a6;
    font-family: "Montserrat", serif;
}

.times {
    font-family: "times";
}

/* Menu */
.nav ul {
    list-style: none;
    text-align: center;
}

.nav ul li a {
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    transition: all 0.5s;
    position: relative;
}

section.header .nav.stroke {
    display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: 0;
    width: 0%;
    content: ".";
    color: transparent;
    background: #000000;
    height: 2px;
    transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
    width: 100%;
}

/* Buttons */
.theme-btn {
    background: transparent;
    display: flex;
    border-radius: 0;
    width: fit-content;
    padding: 4px;
    gap: 10px;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #7ec8eb;
}

.theme-btn:hover img {
    transform: scale(1.1);
    margin-left: -10px;
    transition: 0.3s ease-in-out;
}

.theme-btn span {
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 12px 20px 12px 20px;
    font-size: 13px;
    width: fit-content;
    text-transform: uppercase;
    font-family: montserrat;
    background: #7ec8eb;
    border-radius: 5px;
}

.theme-btn img {
    transition: 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    border: none;
    align-items: center;
    display: flex;
    background: transparent;
    border-radius: 0;
    justify-content: center;
}


.style1 {
    background: #1260ab;
}

/* Header */
.hdr_logo a img {
    height: 60px;
    object-fit: scale-down;
    padding: 0;
    /*display: block;*/
    width: fit-content;
}

ul#menu {
    justify-content: end;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 5%;
}

ul#menu a {
    color: #111111;
    font-family: "Montserrat", serif;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

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

section.header {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #fff;
    padding: 10px 0;
    top: 15px;
    left: 0;
}

/* Banner */
.banner_sec {
    background-image: url(../images/banner.jpg);
    background-position: 130px top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    z-index: 1;
    position: relative;
}

.banner_text {
    position: relative;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 1;
}

.banner_sec::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgb(18 96 171 / 56%) 100%);
    content: '';
    z-index: -1;
}

.banner_sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, rgba(18, 96, 171, 1) 50%, rgb(18 96 171 / 43%) 100%);
    content: '';
    z-index: -1;
}

ul.banner-list {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 10px;
}

li.banner-list-images {
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
}

li.banner-list-images img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
}

li.banner-list-images a {
    margin: 0 0 0px -10px;
}

ul.banner-list h6 {
    margin: 0;
}

ul.banner-list h6>span {
    display: block;
    font-size: 9px;
}

.banner_text::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150%;
    height: 75%;
    content: '';
    z-index: -1;
    background: #9bddf9;
    border-radius: 0 10px 0 0;
}

.banner_text::after {
    position: absolute;
    bottom: 0;
    right: -1%;
    width: 150%;
    height: 76%;
    content: '';
    z-index: -2;
    background: #fff;
    border-radius: 0 10px 0 0;
}

.banner_text h6 {
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
}

.banner_text p {
    color: #72a0b3;
    width: 80%;
}

.montserrat {
    font-family: montserrat;
}

.banner-slider .slick-list.draggable {
    height: 100%;
    overflow: visible !important;
}

.banner-slider .slick-track {
    height: 100%;
}

.banner-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 0;
}

.banner-slider .slick-active {
    opacity: 1 !important;
}

section.banner_sec .container {
    max-width: 1400px;
}

.search-sec .container {
    max-width: 1400px;
}

.banner_text h1 {
    position: relative;
    z-index: 1;
    padding: 0 0 10px 0;
}


.banner_text h1::before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 150%;
    height: 1px;
    content: '';
    background-color: #8dc8e1;

}

form.search-box {
    position: relative;
    padding: 50px 20px;
    background: transparent;
    border-radius: 10px;
    margin: -100px 0 0 0;
    z-index: 9;
}

.search-text * {
    color: #fff;
}

.search-input h6 {
    color: #fff;
}

.search-text p {
    font-size: 12px;
    color: #fff;
    width: 90%;
    margin-bottom: 0px;
}

.style3 {
    gap: 0px;
    background: #7ec8eb;
}

.style3 span {
    font-size: 12px;
    background: #ffffff;
    color: #000;
    padding: 12px 12px 12px 12px;
}

.style3 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(8%) hue-rotate(179deg) brightness(102%) contrast(107%);
}

form.search-box::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150%;
    height: 100%;
    content: '';
    z-index: -1;
    background: #1260ab;
    border-radius: 10px;
}

form.search-box::after {
    position: absolute;
    bottom: 0;
    left: -1%;
    width: 150%;
    height: 105%;
    content: '';
    z-index: -2;
    background: #fff;
    border-radius: 10px;
}


input.form-control {
    height: 50px;
    background: transparent;
    border: 2px solid #fcfdfe;
    border-radius: 7px;
    color: #4180bc;
    font-size: 12px;
    font-family: 'Montserrat';
}


input.form-control::placeholder {

    color: #4180bc;
    font-size: 12px;
    font-family: 'Montserrat';
}

.short-sec .container {
    max-width: 1200px;
}


.banner-slider .slick-dots {
    position: absolute;
    bottom: 35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 0 0 30px;
}

.banner-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #b4e8ff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner-slider li.slick-active {
    opacity: 1 !important;
}

.banner-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fdfeff;
}

.banner-slider li.slick-active button {
    border-radius: 50%;
    border: 1px solid #fdfeff;
}

/* banner start */

/* section start */

.about_image img {
    height: 570px;
    border-radius: 10px;
    box-shadow: 0 0 19px 2px #00000024;
}

.about_text h2 {
    font-size: 30px;
}

.about_text p {
    /*color: #848484;*/
    color: #000;
    margin: 20px 0;
}

.about-list ul {
    display: flex;
    align-items: center;
    gap: 10%;
}

.about-list ul h6 {
    margin: 0;
    text-transform: capitalize;
}

.about-list ul li {
    position: relative;
    z-index: 1;
    padding: 5px 0 5px 30px;
}

.about-list ul li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    filter: brightness(0) saturate(100%) invert(93%) sepia(11%) saturate(6866%) hue-rotate(170deg) brightness(93%) contrast(97%);
    transform: translateY(-50%);
}

ul.solution-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

ul.solution-list p {
    margin: 0;
}

ul.solution-list img {
    height: 70px;
    object-fit: scale-down;
    width: 100px;
    border-right: 1px solid #f1f9fd;
    padding: 0 20px 0 0;
}

.about_image {
    position: relative;
    z-index: 1;
}

.about_image::before {
    position: absolute;
    top: 2%;
    left: -2%;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: #8bc6df;
    border-radius: 10px;
}

/* section end */

/* section start */
.about-bot-card::before {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ffffff00;
    z-index: -1;
    content: '';
}

.about-bot-card {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.about-bot-card:hover::before {
    background-color: #fff;
    transition: 0.3s ease-in-out;
}

.about-bot-card:hover {
    box-shadow: 0 0 19px 2px #00000024;
    transition: 0.3s ease-in-out;
}

.about-bot-card-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}

.about-bot-card-image a img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    filter: brightness(0) saturate(100%) invert(76%) sepia(41%) saturate(792%) hue-rotate(171deg) brightness(102%) contrast(84%);
}


.about-bot-card3 {
    padding: 30px 5% 30px 10%;
    justify-content: end;
    width: 101%;
}

.about-bot-card:hover .about-bot-card-image a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(18deg) brightness(100%) contrast(104%);
}

.about-bot-card:hover .about-bot-card-image a {
    background: #7ec8eb;

}

section.long-sec .container {
    max-width: 1400px;
}

.about-bot-card1::before {
    left: unset;
    right: 0;
    width: 150%;
}

.about-bot-card3::before {
    width: 220%;
}

.about-bot-card2 {
    width: 100%;
    padding: 30px 5%;
}


.about-bot-card1 {
    padding: 30px 0 30px 5%;
}

.about-bot-card-text p {
    font-size: 13px;
}

section.about-bot-sec {
    margin: 80px 0;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}

.about-bot-card2 {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}

/* section end */

/* section start */


.solution-sec {
    background-image: url(../images/solution.jpg);
    background-position: right top;
    background-size: 65% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

.solution-sec::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 56%;
    height: 100%;
    background: radial-gradient(circle, #45698878 17%, #1260ab 70%);
    content: '';
    z-index: -1;
}

.solution-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 44%;
    height: 100%;
    background: linear-gradient(90deg, #1260ab 50%, #1260abfa 100%);
    content: '';
    z-index: -1;
}

.solution-text h2 {
    color: #fff;
}


.solution-text p {
    color: #79a5d0;
}

.solution-text h6 {
    color: #fff;
}



.solution-text-list ul h6 {
    margin: 0;
}

.solution-text-list ul li {
    position: relative;
    z-index: 1;
    padding: 15px 0 15px 50px;
}

.solution-text-list ul li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #7ec8eb;
    content: '';
    transform: translateY(-50%);
}

.solution-text-list ul {
    margin: 0 0 30px 0;
}

/* section end */

/* section start */

.blue {
    color: #87ccec;
}

/* section end */

/* section start */

.job-card {
    padding: 20px 20px;
    border-radius: 10px;
    margin: 20px 0;
    transition: 0.3s ease-in-out;
}

.job-card:hover {
    box-shadow: 0 0 19px 2px #00000024;
}

span.verify {
    font-family: montserrat;
    text-transform: capitalize;
    color: #7ec8eb;
    font-size: 11px;
    padding: 1px 8px;
    border: 1px solid #ececec;
    display: block;
    width: fit-content;
    border-radius: 30px;
}

ul.logo-bar {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

li.logo-bar-text p {
    margin: 0;
    color: #000;
}


ul.button-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

ul.button-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 3px 0;
}

ul.button-list li a i {
    color: #9bddf9;
    font-size: 17px;
    width: 20px;
}

.slick-active {
    opacity: 1;
}

.banner-slider .slick-dots {
    position: absolute;
    bottom: 35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 0 0 30px;
}

.job-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #d4d5db;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.job-slider li.slick-active {
    opacity: 1 !important;
}

.job-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #7ec8eb;
}

.job-slider li.slick-active button {
    border-radius: 50%;
    border: 1px solid #7ec8eb;
}

/* section end */

/* section start */

.find-list ul {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin: 20px 0;
}

.find-image img {
    height: 450px;
}

.find-box .row {
    align-items: center;
}


section.find-sec {
    background: #f6f6f6;
}

.find-box h2 {
    font-size: 45px;
}


.find-box {
    margin: 50px 0;
}

.find-image1::before {
    position: absolute;
    top: 2%;
    right: -2%;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: #8bc6df;
    border-radius: 10px;
    left: unset;
}


.blog-card-image {
    width: 70%;
}

.blog-card-image img {
    height: 400px;
    object-position: right;
}

.blog-card {
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

.blog-card-text {
    border-radius: 9px;
    background: #fff;
    padding: 50px 20px;
    box-shadow: 0 0 19px 2px #00000024;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
}

ul.blog-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.blog-list li {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.blog-list li p {
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
}

ul.blog-list li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #bababa;
}

ul.blog-list li a i {
    color: #7ec8eb;
    font-size: 18px;
}

/* section end */

/*======== home1 testimonial area ===========*/
.tes1-hadding h6 a {
    color: var(--gray-900, #18181B);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    font-family: montserrat;
    text-transform: uppercase;
}

.tes1-hadding p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    font-family: montserrat;
    color: #000;
    text-transform: uppercase;
}

.testimonial1-bottom-hadding {
    display: flex;
    align-items: center;
    margin: 10px 20px;
}

.testimonial1-bottom-img {
    margin-right: 15px;
    margin-bottom: 0;
}

.testiminial1-review-icons ul {
    margin: 0;
    padding: 0;
}

.testiminial1-review-icons ul li {
    display: inline-block;
    color: #fd6f2f;
}

.testimonial-solider-single {
    box-shadow: 0 0 19px 2px #00000024;
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 0;
    margin: 30px 0 0 0;
    border: 1px solid #f1f1f1;
    position: relative;
}

.testimonial1-slider {
    cursor: move;
}

.testimonial1-pera p {
    color: #707070;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
    font-family: montserrat;
}

.testimonial1-bottom-img img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
}

section.testi_sec .container-fluid {
    padding-left: 11% !important;
}

.tes1-hadding h6 {
    margin: 0;
}

.testiminial1-review-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testiminial1-review-icons img {
    object-fit: scale-down;
    width: 40px;
}

.testimonial1-pera {
    position: relative;
}

img.center_quote {
    position: absolute;
    width: 40%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.slick-slide.slick-current.slick-active {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.testimonial1-slider .slick-list.draggable {
    padding-left: 0 !important;
    padding-right: 0;
}


.testimonial1-slider .slick-slide.slick-current.slick-active .testimonial-solider-single {
    background-color: transparent;
}

.testimonial1-slider .slick-slide.slick-current.slick-active .testimonial-solider-single * {}

.testimonial1-slider .slick-slide.slick-current.slick-active img.center_quote {

    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(52deg) brightness(106%) contrast(104%);
}

.testimonial1-slider .slick-slide.slick-current.slick-active .testiminial1-review-icons img {
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(52deg) brightness(106%) contrast(104%); */
}

.testimonial1-slider .slick-slide.slick-current.slick-active .testimonial1-bottom-img img {

    border: 2px solid #ffffff;

}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.testimonial1-slider .slick-slide.slick-current.slick-active+.slick-slide {
    opacity: 1;
}

i.fa-solid.fa-star {
    color: #f39f1e;
}

ul.d-flex {
    gap: 4px;
}

.what-text {
    margin: 0 0 110px 0;
}


ul.banner_navs {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

ul.banner_navs button {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
    width: 50px;
    height: 50px;
    border: 1px solid #a2bfdb;
}

ul.banner_navs button i {
    color: #a2bfdb;
}


.what-sec {
    background-image: url(../images/testi-bg.jpg);
    background-position: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    z-index: 1;
    position: relative;
}

.what-sec::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(18 96 171 / 90%);
    content: '';
    z-index: -1;
}


.what-sec::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    left: 0;
    height: 60%;
    background-color: #fff;
    content: '';
    z-index: 0;
}

.what-text h2 {
    color: #fff;
}


.what-text p {
    color: #abbfd9;
    width: 80%;
}

/*======== home1 testimonial area ===========*/

/* section start */
textarea.form-control {
    height: 150px;
}

.form-control {
    font-size: 15px;
    height: 60px;
    margin: 0 0 20px 0;
    background: transparent;
    color: #ecbcbe;
    font-family: 'Montserrat';
    border: 1px solid #beafb2;
    text-transform: uppercase;
    font-size: 12px;
}

.form-control::placeholder {
    color: #ecbcbe;
    font-family: 'Montserrat';
    font-size: 12px;
}

.contact_main_box {
    padding: 50px 30px;
    background-image: url(../images/contact_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.contact_main_box_innner h2 {
    color: #fff;
}

.contact_main_box::before {
    border-radius: 10px;
    background: radial-gradient(circle at 75%, #c2242b, #fae49100 0%, #c2242b66 31%, #c2242be8 66%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
}

button.theme-btn {
    background: #fff;
}

button.theme-btn span {
    line-height: normal;
    color: #fff;
    margin: 0;
    font-size: 14px !important;

}

button.theme-btn img {
    /* filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(2266%) hue-rotate(342deg) brightness(99%) contrast(95%); */
}

.contact_main_box_innner1 h2 {
    color: #7ec8eb;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.contact_image img {
    height: 600px;
    border-radius: 10px;
}

.contact_main_box_innner1 .form-control {
    font-size: 15px;
    height: 60px;
    margin: 0 0 20px 0;
    background: transparent;
    color: #7b7b7b;
    font-family: 'Montserrat';
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 20px;
    border-radius: 5px;
}

.contact_main_box_innner1 .form-control::placeholder {
    color: #7b7b7b;
    font-family: 'Montserrat';
    font-size: 14px;
}

.contact_main_box_innner1 textarea.form-control {
    height: 150px;
    padding: 110px 0 0 20px;
}

.contact_main_box_innner1 button.theme-btn {
    display: flex;
    border-radius: 10px;
}

.contact_main_box_innner1 button.theme-btn img {
    filter: unset;
}

.contact_main_box_innner1 button.theme-btn span {}

.form-group1 i {
    right: 13px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
    position: absolute;
    top: 50%;
}

.form-group1 {
    position: relative;
}

.contact_main_box_innner.contact_main_box_innner1 {
    background: #fff;
    position: relative;
    padding: 30px 40px;
    box-shadow: 0 0 19px 2px #00000024;
    border-radius: 6px;
}

.contact_main_box_innner1 h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42%;
    height: 2px;
    background: #7ec8eb;
    content: '';
}


/* section end */

/* footer start */
/* footer start */

footer.footer-sec {
    position: relative;
    padding: 60px 0 0;
    width: 100%;
    background: #155ca2;
}

ul.footer-social-list {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 30px;
    gap: 20px;
}

ul.footer-social-list li i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8a8887;
    color: #fff;
}

.footer-text img {
    object-fit: scale-down;
}

.footer-text.chg p {
    text-align: left;
    margin-top: 20px;
    font-weight: 600;
    width: 80%;
    color: #a7b9d4;
}

ul.footer-social-list li i:hover {
    background: #004aad;
    transition: 1s ease-in-out;
    color: #fff;
}


.footer-text h2,
.footer-text span {
    font-size: 24px !important;
    line-height: 50px;
    margin-bottom: 15px;
    color: #fff;
}

ul.footer-link li a {
    font-size: 14px;
    color: #fff;
    line-height: 33px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: montserrat;
}

ul.footer-link-list li i {
    font-size: 22px;
    color: #ffff;
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

ul.footer-link-list li p {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}

.footer-form {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
}

.footer-form input {
    width: 100%;
    height: 50px;
    padding: 15px;
    border: none;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding-left: 15px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
}

.footer-form input::placeholder {
    color: #fff;
    font-size: 13px;
}

.footer-form i {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
    color: #2cbecf;
    font-weight: 400;
}


.footr-btn button {
    border: 0;
    margin: 0;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}


.footer-text.chg:before {
    display: none;
}

.footer-text.chg {
    padding: 0;
    margin: 0;
    padding-top: 0;
}

.footer-text {
    padding-left: 25px;
    padding-top: 15px;
}

.footer-text.ftr-border:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 110%;
    left: -20px;
    top: -15%;
    background: #004aad;
    display: none;
}

.footer-text.ftr-border:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 110%;
    right: 20px;
    top: -15%;
    background: #004aad;
    display: none;
}

section.bottom-nav {
    padding: 15px 0;
    text-transform: capitalize;
    background: #114e8d;
    margin-top: 80px;
}

section.bottom-nav p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0;
    font-weight: 300;
}

/* .footer-text:before {
    content: "";
    position: absolute;
    border: 1px solid #878787;
    width: 1px;
    height: 335px;
    left: 0;
    top: 0;
} */

.footer-text {
    position: relative;
}

ul.footer-link li {
    /* border-bottom: 1px solid transparent; */
    width: 75%;
    transition: 1s ease-in-out;
    line-height: normal;
}



ul.footer-link-list li {
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
    transition: 1s ease-in-out;
}

.footer-text ul.hdr-top-right-list {
    justify-content: start;
}

.footer-text ul.hdr-top-right-list li a:hover {
    transition: 0.3s ease-in-out;
    background-color: #1eb8d1;
    border: 1px solid #1eb8d1;
}

ul.footer-link {
    column-count: 1;
}

.get-quote-box select {
    width: 100%;
    height: 60px;
    color: #aeaeae;
    padding-left: 15px;
    margin-bottom: 25px;
    border: 1px solid #aeaeae;
    background-color: transparent;
    appearance: auto;
    border-radius: 12px;
    margin: 0 0 10px 0;
}


h2.montserrat.heading {
    position: absolute;
    writing-mode: sideways-rl;
    height: 100%;
    text-align: left;
    left: -120px;
    font-size: 90px;

    /* Ensure the text is bold for better visibility */
    color: transparent;
    /* Make the inner text transparent */
    -webkit-text-stroke: 2px #bbbbbb;
    /* Outline effect (change color as needed) */
    text-transform: uppercase;
    /* Optional for better visibility */
}

.get-quote-main-box {
    position: relative;
}

footer.footer-sec h5 {
    color: #ffff;
    font-size: 18px;
    width: fit-content;
    padding: 0 0 10px 0;
    border-bottom: 1px solid;
    margin: 0 0 40px 0;
}

.footer-text.wow.fadeInRight p {
    text-align: left;
    color: #a7b9d4;
}

/* footer end */

/* Index Page end */

/* InnerPage Aboutus start */

.inner_banner_sec {
    height: 500px;
    overflow: hidden;
    background-position: 230px top;
}

.inner_banner_sec .container {
    max-width: 1320px !important;
}

.inner_banner_text {
    margin: 100px 0 0px 0;
}

.inner_banner_text::before {
    position: absolute;
    bottom: 0;
    right: 11%;
    width: 150%;
    height: 85%;
    content: '';
    z-index: -1;
    background: #9bddf9;
    border-radius: 0 10px 0 0;
}

.inner_banner_text::after {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 150%;
    height: 86%;
    content: '';
    z-index: -2;
    background: #fff;
    border-radius: 0 10px 0 0;
}

.inner_banner_sec .banner_text h1 {
    position: unset;
    z-index: 1;
    padding: 0 0 10px 0;
}

.about_text h6 {
    text-transform: uppercase;
}

.abt-para {
    margin: 40px 0 0 0;
}

/* InnerPage Aboutus end */

/* InnerPage Login start */
/* Login */

.signin_sec {
    padding: 90px 0px 190px;
    position: relative;
}

h2.sign_up_heading {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 48px;
}

.input-icons i {
    position: absolute;
    font-size: 20px;
    z-index: 99;
    margin-top: 5px;
}

.input-icons {
    width: 100%;
}

.input-icons .icon {
    padding-top: 15px;
    padding-left: 12px;
    min-width: 40px;
}

.btn-wrapper.btn-wrapper1 button {
    color: #fff;
    width: 100%;
    text-align: center;
    gap: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-radius: 10px;
    background: #7ec8eb;
    border: unset;
}

.input-field {
    position: relative;
    display: flex;
    width: 100%;
    padding-left: 45px;
    margin-bottom: 30px;
    border: none;
    padding: 10px 50px;
    border-radius: 0;
    background-color: #ebebeb;
    height: 60px;
    border-radius: 5px !important;
    color: #949c9b;
    appearance: auto;
    background-image: unset;
}

.input-field::placeholder {
    font-weight: 300;
}

.signup_form button {
    border: none;
    width: 100%;
    text-transform: uppercase;
}

.social_btn a i {
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.social_btn a {
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    display: flex;
    gap: 20px;
}

.social_btn {
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social_btn a:first-child {
    background-color: #4267B2;
}

.social_btn a:last-child {
    background-color: #02abee;
}

.login {
    /* background-color: #d7d7d770; */
    padding: 0px 30px;
}

.login h3 {
    color: #000000;
    font-size: 27px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: unset;
}

button.btn2:hover {
    color: #ab8669;
}

.login_form input {
    background-color: #ebebeb;
    border-radius: 0;
    appearance: auto;
}

.login_form .remeber {
    text-align: center;
    margin-bottom: 30px;
}

.remeber label {
    font-family: 'Montserrat';
    font-size: 15px;
}

.login_form button {
    /* width: 132%; */
    /* padding: 20px 7px 20px 20px !important; */
    text-transform: uppercase;
}

.forgot_pass {
    gap: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.login_form label,
.forgot_pass a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat';
}

.bg-from-clr {
    padding-left: 20px;
}

.bg-from-clr .col-lg-5 {
    padding-right: 0;
}

section.signin_sec::after {
    position: absolute;
    content: "";
    /*background: url(../images/squares.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    width: 220px;
    height: 328px;
    left: -2%;
    bottom: -15%;
    z-index: -5;
}

button.btn.theme_btn {
    background: #191919;
    color: #fff;
    border-radius: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    font-family: 'MOntserrat';
    justify-content: center;
}

.remeber input {
    width: 20px;
    height: 20px;
    color: #000;
    background-color: #ebebeb;
    border-radius: 0;
    appearance: auto;
}

.remeber {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}


/* InnerPage Login end */

/* InnerPage Contact Us start */
/* contact-sec inner */

.contact2-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    /* background: #002846; */
}

.contact2-sec::before {
    right: 0px;
    bottom: 0px;
    content: '';
    width: 300px;
    height: 260px;
    z-index: 0;
    position: absolute;
    background-size: contain;
    background: url(../images/instustry-before.png) no-repeat;
}

.contact-box {
    background: #FFF;
    padding: 50px 45px 25px;
    position: relative;
    border-radius: 20px;
    margin: 0 auto 0;
    width: 90%;
    z-index: 9;
}

.contact-detail h5 {
    color: #6e6e6e;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.contact-detail p {
    color: #5f6367;
    font-weight: 500;
    width: 85%;
    color: #9d9d9d;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}

.contact-detail h3 {
    font-size: 41px;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase !important;
    color: #000;
    line-height: 40px;
}

.contact-input2 {
    z-index: 999;
    position: relative;
    margin-bottom: 40px;
}

.contact-input2 input {
    width: 100%;
    height: 50px;
    border: 0;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
    background: transparent;
    border: 1px solid #dadada;
    border-radius: 10px;
}

.contact-input2 input::placeholder,
.contact-input2 textarea::placeholder {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-family: "Montserrat", system-ui;
    font-weight: 700;
}

.contact-input2 textarea {
    width: 100%;
    height: 80px;
    border: 0;
    color: #000;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #1b364a;
    resize: none;
    border: 1px solid #dadada;
    border-radius: 10px;
}

.author-img.author-img.innerauthor-img img {
    border: 4px solid #4393cd;
}

.text-center2 {
    position: absolute;
    right: 25px;
    bottom: -15px;
    z-index: 99;
}

.text-center2 button {
    border: none;
    background: transparent;
    z-index: 999;
}

.phone-box {
    display: flex;
    gap: 25px;
    border-right: 2px solid #c9c9c9;
    padding: 35px 0px 30px;
    align-items: center;
}

.phone-box i {
    font-size: 40px;
    color: #084fa2;
}

.phone-box p {
    color: #9d9d9d;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.flex-line {
    display: flex;
    gap: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.phone-box2 i {
    font-size: 40px;
    color: #084fa2;
    font-weight: 300;
}

.phone-box2 p {
    color: #9d9d9d;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.phone-box2 {
    display: flex;
    gap: 25px;
    height: 100%;
    align-items: center;
    border-right: 2px solid #d5d5d5;
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 10px;
    margin-right: 15px;
}

.phone-box3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    gap: 25px;
}

.phone-box3 p {
    color: #9d9d9d;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.phone-box3 i {
    font-size: 40px;
    color: #084fa2;
    font-weight: 200;
}

.contact-map iframe {
    width: 100%;
    height: 525px;
    border-radius: 20px;
    filter: hue-rotate(85deg) invert(1) brightness(0.5);
}

.contact-map {
    margin-top: -230px;
}

.contact-detail a {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 800;
    font-weight: 500;
    margin: 60px 0 0 0;
    display: block;
    width: fit-content;
    font-family: "times";
}

.phone-box img {
    width: 35px;
}

.phone-box2 img {
    width: 35px;
}

.phone-box3 img {
    width: 35px;
}

.text-center2 button {
    border: 1px solid #82caec;
    background: #fff;
}




/* InnerPage Contact Us end */

/* InnerPage Aboutus start */

form.inner-search-box::before {
    top: 0;
    bottom: 0;
    width: 100%;
}

form.search-box.inner-search-box {
    margin: 80px 0 0 0;
    padding: 30px 60px 30px 60px;
}

.testimonial-solider-single::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 0;
    height: 0;
    border: 30px solid #ffffff;
    border-top-color: #00000000;
    border-bottom: 0;
    margin-left: 0;
    margin-bottom: 20px;
    transform: rotate(180deg);
    /* filter: drop-shadow(2px 4px 6px #00000021); */
    border-left-color: transparent;
    border-radius: 0 24px 0px 70px;
}

.find-text a {
    background: #fff;
}

.blog-card-text .montserrat {
    font-family: montserrat;
    text-transform: none;
    font-size: 21px;
}

/* InnerPage Aboutus end */

/* Blog Detail Page Start */

.inner-banner-box h2 {
    display: grid;
}

section.blogs-details {
    padding: 100px 0;
}

.blogs-img-text ul li i {
    color: #000000;
    font-size: 20px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
}

.blogs-img-text ul {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 20px;
}

.blogs-img-text h5 {
    font-size: 60px;
    margin-top: 5px;
    color: #000000;
    text-transform: uppercase;
}

.blogs-img-text p {
    font-weight: 400;
    font-size: 18px;
    color: #636161;
    line-height: 32px;
    text-align: justify;
    padding: 0px 0;
}

.search a {
    width: 100px;
    height: 51px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #003366;
    color: #fff !important;
}

.search {
    position: relative;
    display: flex;
}

.search input {
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 12px 10px;
    border-radius: 10px 0px 0px 10px;
}

.blog-categories h4 {
    font-weight: 700;
    font-size: 34px;
    margin-top: 30px;
    padding-bottom: 5px;
    position: relative;
    color: #000;
    text-transform: uppercase;
}

.blog-categories h4:before {
    /* content: ''; */
    /* position: absolute; */
    /* width: 58px; */
    /* height: 2px; */
    /* background: #c61414; */
    /* bottom: 0; */
    /* transition: .5s ease-in-out; */
}

.blog-categories a {
    display: block;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

.blog-categories p {
    font-weight: 500;
    color: #646464;
    font-size: 14px;
}

.postss {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
    margin-top: 0;
}

.postss i {
    color: #000000;
    font-size: 18px;
    margin-right: 10px;
}

.postss h6 {
    font-weight: 400;
    font-size: 16px;
    color: #676767;
    margin-bottom: 0;
    margin-top: 4%;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.blog-categories {
    padding: 0 0px;
}

.blogs-img-text img {
    width: 100%;
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
}

.postss p {
    /* font-weight: 700; */
    color: #000;
    font-size: 17px;
    /* text-transform: capitalize; */
    line-height: 23px;
    /* font-family: 'Rajdhani'; */
    text-align: left;
}

.postss ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.postss ul li p {
    margin-bottom: 0;
}

.search button {
    /* position: absolute; */
    right: 0;
    border: none;
    height: 50px;
    width: 130px;
    background: #9bddf9;
    font-size: 15px;
    border-radius: 0px 10px 10px 0px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
}

.blog-categories h4:hover:before {
    width: 100%;
    background: #78b921;
}

.postss img {
    width: 180px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.black {
    color: #000;
    font-weight: 600;
}

ul.location-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px 0;
}

ul.location-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.job-det-left-box ul p {
    margin: 0;
}

ul.location-list li {
    position: relative;
    z-index: 1;
}

ul.location-list li::before {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #000;
    content: '';
}


ul.location-list li:nth-child(1)::before {
    background: #0000;
}


ul.require-list h6.montserrat {
    color: #a6a6a6;
    text-transform: uppercase;
}


ul.skills-list {
    display: flex;
    align-items: center;
    gap: 10px;
}


ul.skills-list li {
    position: relative;
    z-index: 1;
}

u/*l.skills-list li::before {
    color: #87ccec;
    position: absolute;
    top: 0;
    left: -6px;
    transform: translateY(-50%);
    font-size: 15px;
    width: 0;
    height: 0;
    background: #87ccec;
    content: ',';
    bottom: 0;
}*/

ul.skills-list li:nth-child(1)::before {
    display: none;
}

ul.social-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.social-list li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #929292;
    border-radius: 50%;
}

ul.social-list li a i {
    color: #929292;
}

ul.company-list {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.company-list p {
    padding: 5px 20px;
    background: #e8eff0;
    border-radius: 20px;
    color: #000;
    text-transform: capitalize;
    font-size: 12px;
}

.company-intro-text {
    margin: 30px 0 20px 0;
}

.company-intro-text p {
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.job-det-left-box h4 {
    margin: 50px 0 10px 0;
}

ul.require-list li {
    padding-left: 10px;
    position: relative;
}

ul.require-list li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #7d7d7d;
    content: '';
    border-radius: 50%;
}


ul.location-list1 li p {
    margin: 0;
}

ul.location-list li::before {
    background: #7d7d7d;
}

ul.location-list li i {
    color: #7d7d7d;
}

.job-det-left-box {
    width: 90%;
    position: relative;
    z-index: 1;
}

.job-det-left-box::before {
    position: absolute;
    top: 0;
    right: -10%;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    content: '';
}

a.job-det-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    justify-self: center;
    border-radius: 50%;
    height: 150px;
    box-shadow: 0 0 19px 2px #00000024;
}

a.job-det-logo img {
    width: 110px;
    height: 100px;
}

.job-det-right-box ul {
    justify-content: center;
}

a.apply-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    width: 100%;
    border-radius: 5px;
    background-color: #87ccec;
    margin: 20px 0;
}

a.save-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 19px 2px #00000024;
    margin: 20px 0;
}


/* Blog Detail Page End */


/* InnerPage Aboutus start */
ul.banner_navs button img {
    object-fit: scale-down;
}

ul.banner_navs button.prev-slide img {
    transform: rotate(-180deg);
}

ul.banner_navs button:hover {
    background: #7ec8eb;
}

.form-control:focus {
    color: #7b7b7b;
    background-color: #0000;
    border-color: #0000;
    outline: 0;
    box-shadow: 0 0 19px 2px #00000024;
}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

.top-heading {
    text-align: center;
    margin-bottom: 40px;
}

.partners-logo {
    padding: 90px 0px 40px;
}

.input-ban-botm {
    height: 50px;
    background: transparent;
    border: 2px solid #fcfdfe;
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat';
    padding: 0px 16px;
    width: 100%;
    appearance: auto;
}

.input-ban-botm option {
    color: #000;
}

/*    .search-button {
    margin-top: 27px;
}*/




.form-group {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
}

.file-upload {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 32px;
}

.btn-upload {
    margin-top: 10px;
    width: 100%;
    height: 60px;
    color: #6c7293;
    background: #ebebeb;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #799fc0;
    border-radius: 3px 3px 3px 10px;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0px 20px 0px 50px;
    border-bottom: 3px solid #799fc0;
    border-left: 1px solid #799fc0;
    overflow: hidden;
}

/*---==>Button Icon-==>*/
.i-pic-upload {
    position: absolute;
    color: #6c72ab;
    background: #ebebeb;
    background-size: cover !important;
    font-size: 14px;
    border-top: 1px solid #799fc0;
    border-right: 1px solid #799fc0;
    border-bottom: 1px solid #799fc0;
    outline: none;
    padding: 8.4px 9px;
    top: -6px;
    right: 0;
    width: 75px;
    height: 60px;
    border-radius: 0px 3px 3px 0px;
}

.i-deselect {
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.i-deselect::before {
    font-family: 'fontawesome';
    content: '\f057';
    position: absolute;
    top: 1px;
    right: -14px;
    font-style: normal;
    font-weight: normal;
    text-align: start;
    font-size: 12px;
    cursor: pointer;
}

/*---==>Browse Text-==>*/
.text-browse {
    background: #ebebeb;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 2px 2px 2px 5px;
}

.btn-upload:active {
    border-bottom-width: 2px;
    outline: none;
}

.text-browse:hover {
    background: #e0e0e0;
    color: #78838d;
}

.btn-upload:active .text-browse {
    background: #e0e0e0;
    color: #78838d;
    padding-left: 6px;
}

.btn-upload:active+.i-pic-upload {
    padding: 8.5px 8px;
}

.text-file-name {
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    text-align: left;
    font-size: 14px;
}



.owner {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    margin-top: -80px;
    margin-bottom: 20px;
    text-align: center;
}

small {
    font-size: 20px;
}


.logo-upload {
    margin-bottom: 60px;
}

.logo-upload i.i-pic-upload.fa.fa-camera {
    right: 0px;
    display: none;
}

.btn-wrapper.btn-wrapper1 {
    margin-top: 30px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #7ec8eb;
    color: #fff;
}

.nav-link {
    font-size: 18px;
    color: #000;
}

/* new css start */

.banner_text h1 {
    line-height: 1.3;
    font-size:46px;
}

.banner_text h1>span {
    display: block;
    font-size: 29px;
}

ul#menu a {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul#menu a>i {
    background: #7ec8eb;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 12px;
}

ul#menu li>ul {
    position: absolute;
    background: #9bddf9;
    top: 30px;
    left: 0;
    width: 250px;
    z-index: 999;
    display: none;
}

ul#menu li {
    position: relative;
}

ul#menu li>ul>li>a {
    display: block;
    text-align: left;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Montserrat';
    transition: 0.3s ease-in-out;
}

ul#menu li>ul>li>a:after {
    display: none;
}

ul#menu li>ul>li>a:hover {
    background: #1260ab;
    color: #fff;
    transition: 0.3s ease-in-out;
}

ul#menu li:hover>a>i {
    transform: rotate(180deg);
}

ul#menu li:hover>ul {
    display: block;
}

/* new css end */


.face-btn i {
color: #fff;
font-size: 30px;
}

.face-btn {
gap: 10px;
padding: 4px 10px 4px 4px;
}



.county-banner-txt::before {
right: 0 !important;
}

.county-banner-txt::after {
right: -1%;
}

ul.banner-list a.theme-btn.style1 span {
font-size: 12px !important;
padding: 12px 8px 12px 8px !important;
}

.link-color{
color: #155ca2;
}
.password-box-input {
position: relative;
display: flex;
/*align-items: center;*/
}

.password-icon {
position: absolute;
right: 10px;
top: 20px;
cursor: pointer;
color: #777;
}

.job-file::placeholder{
color: white !important;
}
/* Pagination Styles */
.pagination {
margin: 20px 0;
}

.page-item.active .page-link {
background-color: #007bff;
border-color: #007bff;
}

.page-link {
color: #007bff;
margin: 0 5px;
border-radius: 4px;
}

/* Loading Indicator */
#loading {
position: relative;
min-height: 100px;
}

.spinner-border {
width: 3rem;
height: 3rem;
}

/* Job Description Styles */
.job-description p {
margin-bottom: 10px;
color: black;
}

.read-more, .read-less {
color: #007bff;
text-decoration: none;
cursor: pointer;
}

.read-more:hover, .read-less:hover {
text-decoration: underline;
}
.theme-btn {
background: transparent;
display: flex;
border-radius: 0;
width: fit-content;
padding: 4px;
gap: 10px;
transition: 0.3s ease-in-out;
border-radius: 5px;
align-items: center;
border: 1px solid #7ec8eb;
}
.theme-btn span {
color: #fff;
font-weight: 600;
display: flex;
align-items: center;
padding: 12px 20px 12px 20px;
font-size: 13px;
width: fit-content;
text-transform: uppercase;
font-family: montserrat;
background: #7ec8eb;
border-radius: 5px;
}
.theme-btn img {
transition: 0.3s ease-in-out;
width: 40px;
height: 40px;
object-fit: scale-down;
border: none;
align-items: center;
display: flex;
background: transparent;
border-radius: 0;
justify-content: center;
}

.style3 {
gap: 0px;
background: #7ec8eb;
}
.style3 span {
font-size: 12px;
background: #ffffff;
color: #000;
padding: 12px 12px 12px 12px;
}
.style3 img {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(8%) hue-rotate(179deg) brightness(102%) contrast(107%);
}
.search-input input{
    color: white !important;
}

.dream-sec h3 {
color: black !important;
font-size: 30px;
}
.logo-bar-image img {
width: 100%;
height: 50px;
object-fit: contain;
}
h4.job-category{
word-break: normal;
}
.mt-6{
margin-top: 60px !important;
}
a.theme-btn.mt-2.style3 {
margin: -10px 0;
}
.job-card {
/*height: 600px; disabled by BH */
border: 1px solid #7ec8eb;
display: flex;
flex-direction: column;
position: relative; /* Needed for absolute positioning */
}

.job-description-container {
flex-grow: 1;
overflow: hidden; /* Hide overflow in default state */
position: relative; /* For absolute positioning of content */
}

.job-description {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-y: hidden; /* Default state - no scroll */
}

.job-description.expanded {
overflow-y: auto; /* Add scroll when expanded */
}

.short-desc, .full-desc {
padding-right: 10px; /* Space for scrollbar */
}

.read-more, .read-less {
color: #007bff;
cursor: pointer;
text-decoration: underline;
}

/* Custom scrollbar styling */
.job-description::-webkit-scrollbar {
width: 6px;
}

.job-description::-webkit-scrollbar-track {
background: #f1f1f1;
}

.job-description::-webkit-scrollbar-thumb {
background: #7ec8eb;
border-radius: 3px;
}

.job-description::-webkit-scrollbar-thumb:hover {
background: #5ab3e0;
}
button.theme-btn {
background: #fff;
background: #7ec8eb;
color: black;
}
button.theme-btn span{
color: black;
}
#pagination {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 8px;
}

#pagination .page-link {
background-color: #007bff; /* Bootstrap primary */
color: white;
border: none;
padding: 8px 14px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
transition: background-color 0.3s ease;
}

#pagination .page-link:hover {
background-color: #0056b3;
}

#pagination .page-link.active {
background-color: #28a745; /* Green for active */
}
.bg-from-clr form{
    border: 1px solid #7ec8eb;
    padding: 40px;
}
input.form-control.job-file{
    color: black !important;
    background: #a4ddf8;
    border: 1px solid #a4ddf8;
}
input.form-control.job-file::placeholder{
    color: black !important;
}
.policy-txt p{
    color: black;
}
.policy-txt h3{
    color: black;
    text-align: center;
}
ul.skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.skills-list li {
    background-color: #e6f6fd; /* light blue */
    color: #087ca7;            /* dark blue text */
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.job-description {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden; /* Default state - no scroll */
}

.job-description.expanded {
    overflow-y: auto; /* Add scroll when expanded */
}

.short-desc, .full-desc {
    padding-right: 10px; /* Space for scrollbar */
}

.read-more, .read-less {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
}

/* Custom scrollbar styling */
.job-description::-webkit-scrollbar {
    width: 6px;
}

.job-description::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.job-description::-webkit-scrollbar-thumb {
    background: #7ec8eb;
    border-radius: 3px;
}

.job-description::-webkit-scrollbar-thumb:hover {
    background: #5ab3e0;
}
.job-description {
    margin-bottom: 15px;
    max-height: none;
}

.short-desc,
.full-desc {
    padding-right: 10px;
    transition: all 0.3s ease;
}

.read-more,
.read-less {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
}
.read-more::after {
    content: " ▼";
    font-size: 10px;
}

.read-less::after {
    content: " ▲";
    font-size: 10px;
}

.solution-text.home-content p {
    color: white;
}
p.heading-section {
    color: black;
    font-weight: 600;
}