* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/********** Template CSS **********/
:root {
    --primary: #123474;
    --light: #F6F7F8;
    --light: #1A2A36;
}

h1 {
    color: #123474;
}

h2 {
    color: #123474;
}

h3 {
    color: #123474;
}

.text-primary {
    color: #123474;
}

.btn-primary {
    background-color: #123474;
}

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

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}




/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}



#top-bar {
    background-color: #123474;
}

#top-bar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0px;
    padding: 10px 20px;
}

#top-bar ul a {
    color: white;
    text-decoration: none;
    margin-left: 52px;
    text-transform: capitalize;
}

/*** Navbar ***/

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}



.home-one h2 {
    /* font-size: 35px; */
    font-weight: 600;
    color: #fff;
}

.home-one .paragraph {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
}

.home-one .border-right {
    border-right: 1px solid rgb(57, 54, 54);
}

/* home-one */

.heading__title {
    position: relative;
    font-size: 34px;

    color: #123474;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

@media(max-width:576px) {

    .heading__title {
        text-align: initial !important;
        font-size: 24px;

    }
}

.about-layout2 .line_clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-layout2 .text-box {
    padding-top: 54px;
    padding-bottom: 15px;
}

@media(max-width:768px) {
    .about-layout2 .text-box {
        padding-top: 36px !important;
        padding-bottom: 47px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .about-layout2 .text-box {
        padding-top: 24px;
        padding-bottom: 15px;
    }

    .feature {
        margin: 50px 0 !important;
    }
}

@media(max-width:576px) {
    .about-layout2 .text-box {
        padding-top: 47px !important;
        padding-bottom: 47px;
    }
}


.borderdotted {
    background-image: url(./border.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.space1 {
    margin-top: -5px;
}

.about-layout2 .numbers {
    font-family: 'Open Sans', sans-serif;
    font-size: 52px;
    color: #123474;
    font-weight: bold;
    background: #FFF;
    width: fit-content;
    padding: 0 15px;
    margin: -32px auto;
}

.borderdotted img {
    display: inline-block;
}

@media(max-width:576px) {
    #mission .mission-color {
        width: 276px;
        height: 186px;
    }
}

/* <!-- recruiters  --> */
.recruiter img {
    background-color: #123474;
    padding: 12px;
}

@media(max-width:576px) {
    .recruiter img {

        padding: 5px;
    }
}

.recruiter .content {
    display: flex;
    color: #123474;
    justify-content: center;
    align-items: center;
}

.recruiter p {
    margin-left: -60px !important;
    margin-bottom: 0;
}

.recruiter .number {
    font-size: 25px;
    font-weight: 600;
}

@media(min-width:1024px) and (max-width:1280px) {
    .recruiter .number {
        padding-left: 20px;
    }
}

@media(max-width:768px) {
    .recruiter .number {
        font-size: 18px !important;
    }

    .about-layout2 .numbers {
        font-family: 'Open Sans', sans-serif;
        font-size: 52px;
        color: #123474;
        font-weight: bold;
        background: #FFF;
        width: fit-content;
        padding: 8px 15px;
        margin: -32px auto;
    }
}

.recruiter .offer {
    color: #000;
    font-weight: 500;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



/* Case Studies  */
#case-studies {
    background: var(--primary);
}


/* blog  */
.border-bottom {
    color: #123474 !important;
}

.border-primary {
    border-color: #123474 !important;
}

.main-img {
    height: 310px;
}

#blog .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F4F4F4;
}

.blog-single img {
    height: 243px;
}

#blog input[type="search"] {
    /* -webkit-appearance: none !important; */
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

#blog input[type="search"]:focus {
    transition: all 0.5s;
    box-shadow: 0 0 40px #f9d442b9;
    border-color: #f9d342;
    outline: none;
}

#blog form.search-form {
    display: flex;
    justify-content: center;
}

#blog label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
}

#blog input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 51px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#blog input.search-submit {
    height: 51px;
    margin: 0;
    padding: 1rem 1.3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
}

#blog .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#blog .button {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #f9d342;
    color: #292826;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#blog .button:hover,
#blog .button:active,
#blog .button:focus {
    cursor: pointer;
    background: #d4b743;
    color: #292826;
    outline: 0;
}

.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.post-module .thumbnail {
    background: #000000;
    height: 400px;
    overflow: hidden;
}

.post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #123474;
    width: 60px;
    height: 60px;
    padding: 9.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-module .thumbnail .date .day {
    font-size: 18px;
}

.post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.post-module .thumbnail img {
    display: block;
    width: 120%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.top-card .date {
    /* border: 1px solid red; */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 350px;
    font-weight: 600;
    color: #fff;
    background-color: #123474;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;

}

.top-card .category {
    /* border: 1px solid red; */
    width: 80px;
    height: 40px;
    font-weight: 500;
    color: #FFF;
    display: flex;

    justify-content: center;
    align-items: center;
    background-color: #123474;
    position: absolute;
    left: 0px;
    top: 267px;
}

.top-card:hover img,
.hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
    transition: 0.5s all;
    overflow: hidden;
}

.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #123474;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 26px;
    font-weight: 700;
}

.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #123474;
    font-size: 20px;
    font-weight: 400;
}




.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.post-content .description {
    text-align: justify;
}


#blog .column {

    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

#blog .column:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

#blog .column .demo-title {
    margin: 0 0 15px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#blog .info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

#blog .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

#blog .info span {
    color: #666666;
    font-size: 12px;
}

#blog .info span a {
    color: #000000;
    text-decoration: none;
}

#blog .info span .fa {
    color: #e74c3c;
}

#blog .btn-secondary {
    color: #123474;
    border: 1px solid #123474;
    background: none;
    font-weight: 600;
}

#blog .btn-secondary:hover {
    color: #FFF;
    border: none;
    background: #123474;
    font-weight: 600;
}


input[type="search"] {
    /* -webkit-appearance: none !important; */
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

input[type="search"]:focus {
    transition: all 0.5s;
    box-shadow: 0 0 40px #f9d442b9;
    border-color: #123474;
    outline: none;
}

#blog form.search-form {
    display: flex;
    justify-content: center;
}

#blog label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
}

#blog input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 51px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#blog input.search-submit {
    height: 51px;
    margin: 0;
    padding: 1rem 1.3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
}

#blog .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#blog .button {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #123474;
    color: #f2f0ec;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#blog .button:hover {
    cursor: pointer;
    background: #123474;
    color: #FFF;
    outline: 0;
}



/* blog  */
@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

#tabpen {
    background-color: #123474;
}

#tabpen .marquee-p {
    color: #123474;
}

#tabpen .marquee-p:hover {
    color: #ea380f;
}

#tabpen .carousel-item .line_clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

#tabpen .tab {
    height: 480px;
    overflow-y: scroll;
}

@media(max-width:768px) {
    #tabpen .tab {
        height: 400px !important;
        /* overflow-y: scroll; */
    }
}

#tabpen {
    text-align: center;

}

#tabpen.box {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    position: relative;
    padding: 24px;
    background: #fff;
}

#tabpen .box-top {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 12px;
    margin-bottom: 36px;
}

#tabpen .box-image {
    width: 100%;
    /* height: 360px; */
    object-fit: cover;
    object-position: 50% 20%;
}

#tabpen .title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tabpen .box-title {
    border-left: 3px solid var(--purple);
    padding-left: 12px;
}

#tabpen .user-follow-info {
    color: hsl(0, 0%, 60%);
}

#tabpen .button {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: auto;
    padding: 16px;
    color: #000;
    background: transparent;
    box-shadow: 0px 0px 0px 1px black inset;
    transition: background 0.4s ease;
}

#tabpen .button:hover {
    background: var(--purple);
}

#home-blog .tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#home-blog .tabs label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #e9ebff;
    font-weight: bold;
    transition: background ease 0.2s;
}

@media(max-width:576px) {
    #home-blog .tabs label {
        padding: 16px 18px;
        margin-right: 0px;
    }
}

#home-blog .tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
}

#home-blog .tabs input[type="radio"] {
    display: none;
}

#home-blog .tabs input[type="radio"]:checked+label {
    background: #fff;
}

#home-blog .tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

/**color*/
#home-blog #tabone-content {
    color: #123474;
    background: rgb(249, 247, 247);
}

#home-blog #tabtwo-content {
    color: #123474;
    background: #e6e2df;
}

#home-blog .notice {
    border-radius: 5px;
    color: #123474;
    background-color: #123474;
}

#home-blog .line-clamp {
    display: -webkit-box;
    font-weight: 600;
    -webkit-line-clamp: 2;
    text-align: start;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-view .btn-primary {
    background-color: #db6f44 !important;
    border: none;
}

/* feature  */
.bg-image {
    background: linear-gradient(rgba(40, 120, 235, 0.05), rgba(40, 120, 235, 0.05)), url(./bg-image.jpg);
    background-attachment: fixed;
}

.feature .text-secondary {
    color: red !important;
}

.feature .btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 74px;
}

.feature {
    margin: 90px 0;
}

.feature .section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.feature .section-title::before {
    position: absolute;
    content: "";
    /* width: calc(100% + 80px); */
    height: 2px;
    top: 4px;
    left: -40px;
    background: #123474;
    z-index: -1;
}

.feature .section-title::after {
    position: absolute;
    content: "";
    /* width: calc(100% + 120px); */
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: #123474;
    z-index: -1;
}

.feature .section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.feature .section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}





@media(max-width:576px) {
    .feature {
        margin: 45px 0;
    }

    .feature .btn-icon {

        width: 131px;
        height: 56px;
        font-size: 9px;
    }

    .feature .display-4 {
        font-size: 18px !important;
    }
}

/* service  */
.serviceBox {
    padding: 25px;
    margin: 0 20px 40px 0;
    border: 1px solid #ddd;
    position: relative;
    transition: all 0.3s ease 0s;
}

.serviceBox:hover {
    border: 1px solid #2b336c;
}

.serviceBox .service-icon {
    display: inline-block;
    font-size: 40px;
    color: #123474;
    margin-bottom: 10px;
}

.serviceBox .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #2b336c;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.serviceBox .description {
    font-size: 15px;
    color: #777;
    line-height: 25px;
    margin: 0;
}

.serviceBox .read {
    display: inline-block;
    padding: 7px 20px;
    font-size: 17px;
    font-weight: 700;
    color: #777;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .read {
    color: #fff;
}

.serviceBox .read:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skewX(-15deg);
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .read:after {
    background: #123474;
    border: 1px solid #123474;
}


.about-one .text-secondary {
    color: Red !important;
}






/* conatct  */
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: #123474;
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: #123474;
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}




/* contact */
@media (min-width: 1200px) {
    .contact-banner-image {
        width: 100%;
        height: 400px;
    }
}

.btn-primary {
    background-color: #123474 !important;
}

.text-primary {
    color: #123474 !important;
}

.bg-primary {
    background-color: #123474 !important;
}

.separate-ofc img {
    width: 100%;
    height: 200px;
}


/* footer  */
.footer {
    background-color: #123474;
    color: #FFFFFF;

}

.footer .copyright {
    border-top: 1px solid #686363;
}

.footer ul li {
    color: #FFFFFF;
}

.footer h3 {
    color: #FFFFFF;
}



.icons a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    margin: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);

    background-size: 100% 200%;
    background-position: 0% 5%;

    transition: background-position 0.5s, color 0.5s;
}

.icons a:nth-child(1) {
    color: #1976d3;
    background-image: linear-gradient(#fff 50%, #1976d3 50%);
}

.icons a:nth-child(2) {
    color: #db6f44;
    background-image: linear-gradient(#fff 50%, #db444e 50%);
}

.icons a:nth-child(3) {
    color: #000;
    background-image: linear-gradient(#fff 50%, #14da17 50%);
}

.icons a:nth-child(4) {
    color: #03a9f5;
    background-image: linear-gradient(#fff 50%, #03a9f5 50%);
}

.icons a:hover {
    background-position: 0% 100%;
    color: #fff;
}


/* .structure */
.structure p {
    color: #000 !important;
    font-family: sans-serif;
    text-align: justify;
    font-weight: 400;
}


/* faq  */










.course .line_clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course {
    background-color: #F4F4F4;
}

.course .card-image img {
    width: 100%;
    height: 252px;
}


/* Client Testimonials */
#client-testimonial .testimonial-item {
    padding: 20px 20px 20px 90px;
    margin: 10px 20px 50px 55px;
    border-left: 2px solid var(--primary);
    position: relative;
}

#client-testimonial .testimonial-item:after {
    content: "";
    border-bottom: 25px solid var(--primary);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: -24px;
    left: -26px;
}

#client-testimonial .testimonial-item .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -50px;
}

#client-testimonial .testimonial-item .pic img {
    width: 100%;
    height: 100%;
}

#client-testimonial .testimonial-item .title {
    font-size: 22px;
    font-weight: 600;
    color: var(--light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}

#client-testimonial .testimonial-item .post {
    display: block;
    font-size: 15px;
    color: var(--primary);
    text-transform: capitalize;
}

#client-testimonial .testimonial-item .description {
    font-size: 15px;
    color: #ab9c99;
    line-height: 28px;
}

@media only screen and (max-width: 479px) {
    #client-testimonial .testimonial-item {
        padding: 20px 0 20px 60px;
        margin: 10px 20px 50px 50px;
    }

    #client-testimonial .testimonial-item .title {
        font-size: 20px;
    }
}



/* Student Testimonials */

#testimonial-carousel .owl-item img {
    width: 80px;
    height: 80px;
}

#testimonial-carousel .owl-nav {
    position: absolute;
    width: 120px;
    height: 60px;
    top: 0;
    right: 0;
    display: flex;
    z-index: 1;
}

#testimonial-carousel .owl-nav .owl-prev,
#testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #2878EB;
    font-size: 22px;
    transition: .5s;
}

#testimonial-carousel .owl-nav .owl-prev,
#testimonial-carousel .owl-nav .owl-next:hover {
    background: #123474;
}

#testimonial-carousel .owl-nav .owl-prev:hover {
    background: #2878EB;
}


/* vission sta  */
.color {
    width: 250px;
    height: 150px;
    background: #123474;
    position: absolute;
    box-shadow: 2px 3px 20px 3px;
    right: 111px;
}

.vision-image {
    padding: 20px;
    position: relative;
}

.vision-image img {
    box-shadow: 2px 2px 20px 3px var(--light);
}

/* end  */
/* mission  */
.mission-color {
    width: 250px;
    height: 150px;
    background: #123474;
    position: absolute;
    box-shadow: 2px 3px 20px 3px;
    /* right: 111px; */
}

@media(max-width:768px) {
    .mission-color {

        width: 530px;
        height: 359px;

    }
}

.mission-image {
    padding: 20px;
    position: relative;
}

.mission-image img {
    box-shadow: 2px 2px 20px 3px var(--light);
}



/* blog  */
.clickable-card {
    display: block;
    max-width: 400px;
    margin-inline: auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    background: #fff;
    transform-origin: center center;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    color: black;
}

#blog .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clickable-card h2,
.clickable-card .read-more {
    transition: color 0.4s ease-in-out;
}

.clickable-card img {
    transform-origin: center;
    transition: transform 0.4s ease-in-out;
}

.clickable-card:hover .read-more,
.clickable-card:focus .read-more,
.clickable-card:hover h2,
.clickable-card:focus h2 {
    color: #28666e;
}

.clickable-card:hover img,
.clickable-card:focus img {
    transform: scale(1.1);
}



.clickable-card h2 {
    margin: 0 0 18px 0;
    /* font-family: "Bebas Neue", cursive; */
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    transition: color 0.3s ease-out;
}

img {
    max-width: 100%;
}

figure {
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

/* founder  */

#cta {
    background: linear-gradient(rgba(8, 193, 226, 0.277), rgba(0, 86, 107, 0.315)), url(./bg-image.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



/* why chose us  */
#why-us .box {
    --bg-color: #F2F2F2;
    --text-color: #333;
    --padding: 1rem;
    --circle-size: 5rem;
    --circle-expand: 1rem;
    --flap-height: 1.25rem;
    --flap-offset: 0.5rem;
    margin-top: calc(var(--circle-size) / 2 + var(--circle-expand));
    margin-bottom: var(--flap-offset);
    background-color: var(--bg-color);
    background-image: linear-gradient(to bottom left, transparent 50%, rgba(0 0 0 / .125));
    border-radius: var(--padding);
    padding: var(--padding);

    box-shadow: var(--bs-rim), var(--bs-card);
    display: grid;
    grid-template-rows: max-content max-content auto;
    justify-items: center;
    text-align: center;
    gap: 0.75rem;
    position: relative;

}

#why-us .box .icon {
    width: var(--circle-size);
    margin-top: calc(var(--circle-size) / -2 - var(--padding));
    aspect-ratio: 1;
    background-color: var(--bg-color);
    justify-self: center;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: var(--bs-rim), -0.1rem 0.1rem 0.25rem rgb(0 0 0 / .25);
}

#why-us .box .icon i {
    font-size: calc(var(--circle-size) / 3);
    color: var(--accent-color);
}

#why-us .box .title {
    margin-top: 0.5rem;
    color: var(--accent-color);
    font-weight: 700;
}

#why-us .box .content {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    color: var(--text-color)
}

#why-us .box::before,
.box::after {
    content: "";
    position: absolute;
}

#why-us .box::before {
    top: calc(var(--circle-size) / -2 - var(--circle-expand));
    width: calc(var(--circle-size) * 1 + var(--circle-expand) * 2);
    height: calc(100% + var(--circle-size) / 2 + var(--padding) + var(--flap-offset));
    background-color: var(--accent-color);
    background-image: linear-gradient(transparent 50%, rgb(0 0 0 / .25) 0);
    border-top-left-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
    border-top-right-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
    clip-path: polygon(0 0,
            100% 0,
            100% calc(100% - var(--flap-offset)),
            calc(100% - var(--flap-offset)) 100%,
            var(--flap-offset) 100%,
            0 calc(100% - var(--flap-offset)));
    z-index: -1;
}

#why-us .box::after {
    width: calc(var(--circle-size) * 1 + var(--circle-expand) * 2 - var(--flap-offset) * 2);
    height: var(--flap-height);
    bottom: calc(var(--flap-offset) * -1);
    border-top-left-radius: var(--flap-height);
    border-top-right-radius: var(--flap-height);
    background-color: var(--accent-color);
}

#why-us .box:hover {
    background: linear-gradient(to bottom, #33cccc 0%, #0000ff 100%);
}


/* team  */
.our-team {
    border: 1px solid #dedede;
    text-align: center;
    color: #123474;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.our-team:hover {
    background: #123474;
    color: #fff;
}

.our-team .pic {
    position: relative;
}

.our-team .pic img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}

.our-team:hover .pic img {
    transform: translateY(-20px);
}

.our-team .social {
    width: 20%;
    height: 100%;
    background: #123474;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    left: 0;
}

.our-team .social li {
    display: block;
}

.our-team .social li a {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.our-team .social li a:hover {
    color: #1976d3;
}

.our-team .team-content {
    padding: 25px 0;
}

.our-team .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;

    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.our-team .post {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
}

.our-team:hover h3 {
    color: #FFF;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}


/* service two  */
#service-two .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#service-two img {
    width: 100%;
    height: 337px;
}

#service-two .wrapper {
    border: 1px solid #ffffff;
    height: 300px;
    width: 300px;
    /* position: absolute; */
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 447px;
}

@media(max-width:576px) {
    #service-two .wrapper {
        height: 447px;
        margin-top: 13px;
    }

    #mission .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

#service-two .image-cube {
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    /* position: relative; */
    transition: 2s;
}

@media (min-width: 992px) and (max-width: 1024px) {
    #service-two .image-cube div {
        height: 299px !important;
        width: 262px !important;

    }

    #service-two .image-cube {
        width: 224px;
        height: 300px;
        transform-style: preserve-3d;
        /* position: relative; */
        transition: 2s;
    }

    #service-two .wrapper {
        border: 1px solid #ffffff;
        height: 300px;
        width: 270px;
        /* position: absolute; */
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 447px;
    }

    .electrical-one .mission-color {
        width: 348px !important;
        height: 232px !important;
        background: #123474;
        position: absolute;
        box-shadow: 2px 3px 20px 3px;
        /* right: 111px; */
    }

    .electrical-two .mission-color {
        width: 382px !important;
        height: 252px !important;
        background: #123474;
        position: absolute;
        box-shadow: 2px 3px 20px 3px;
        right: 118px;
    }
}

#service-two .image-cube div {
    height: 300px;
    width: 300px;
    position: absolute;
}

#service-two img {
    width: 100%;
    transform: translateZ(0);
}

#service-two .front {
    transform: translateZ(150px);
}

#service-two .right {
    transform: rotateY(-270deg) translateX(150px);
    transform-origin: 100% 0;
}

#service-two .back {
    transform: translateZ(-150px) rotateY(180deg);
}

#service-two .left {
    transform: rotateY(270deg) translateX(-150px);
    transform-origin: 0 50%;
}

#service-two .btns {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

#service-two .btns button {
    background-color: transparent;
    color: #ffffff;
    border: 3px solid #ffffff;
    background: #0a3342;
    padding: 8px 40px;
    border-radius: 20px;
    font-size: 20px;
    cursor: pointer;
}

/* service two start----- */


/* courses  */
#course .inner-item {
    position: relative;
    background-color: #FFF;
    bottom: 50px;
    margin: 10px;
    border-radius: 10px;
}

#course .card {
    overflow: hidden;
}


/* electronics  */
.electronics img {
    width: 70%;
    height: 100px;
}




.electrical-two .short-color,
.electrical-one .short-color {
    width: 200px;
    height: 160px;
    background: #123474;
    position: absolute;
    box-shadow: 2px 3px 20px 3px;
    /* right: 111px; */
}

/* @media(max-width:768px) {

    .electrical-two .short-color,
    .electrical-one .short-color {
        width: 360px;
        height: 227px;

    }
} */

@media(max-width:576px) {
    /* .electrical-one .mission-color {
        width: 120px !important;
        height: 125px !important;
    }

    .electrical-two .mission-color {
        width: 92px !important;
        height: 125px !important;
    } */


    .electrical-one .flex-one img {
        width: 182px !important;
        height: 38px !important;
    }

}

.electrical-one .mission-image {
    padding: 20px;
    position: relative;
}

.electrical-one .mission-image img {
    box-shadow: 2px 2px 20px 3px var(--light);
}

.electrical-one .flex-two {
    padding-left: 30px;
}

.electrical-one .flex-one img {
    width: 140px !important;
    height: 52px !important;
}

.electrical-one {
    background-image: url(./go-ahed-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.electrical-two {
    background-image: url(./go-ahed-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .electrical-two .mission-color {
    width: 511px;
    height: 342px;
    background: #123474;
    position: absolute;
    box-shadow: 2px 3px 20px 3px;
    right: 118px;
} */
/*
@media(max-width:768px) {

    .electrical-one .mission-color {
        width: 500px;
        height: 307px;

    }


    .electrical-two .mission-color {
        width: 480px;
        height: 295px;
        background: #123474;
        position: absolute;
        box-shadow: 2px 3px 20px 3px;
        right: 254px;
    }
} */

.syllabus {
    background-image: url(./go-ahed-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.electrical-two .mission-image {
    padding: 20px;
    position: relative;
}

.electrical-two .mission-image img {
    box-shadow: 2px 2px 20px 3px var(--light);
}

.electrical-two .flex-two {
    padding-left: 30px;
}

.electrical-two .flex-one img {
    width: 140px !important;
    height: 52px !important;
}

/* #testiminial {
    margin: 90px 0;
} */

@media(max-width:576px) {
    #testiminial {
        margin: 0px 0;
    }
}

/*** Navbar ***/

.navbar-brand img {
    width: 86px;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

/* .navbar {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
} */

/* .navbar .btn-success {
    background-color: #123474;
    color: #FFFFFF;
} */

/* .navbar .btn-success:hover {
    background-color: #fff;
    color: #123474;
} */

/* .navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--light);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
} */
.navbar .top-navbar {
    padding-top: 20px;
}

.navbar .navbar-nav .enquery {
    margin-right: 30px;
    padding: 17px 0;
    color: var(--light);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}


.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
    /* color: #ffffff; */
}

.navbar-light .navbar-toggler {
    /* color: #14da17; */
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #123474;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #123474;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: blue !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 12px !important;
        padding: 25px 0;
        color: var(--light);
        font-size: 10px !important;
        font-weight: 500;
        text-transform: uppercase;
        outline: none;
    }

    .navbar .top-navbar {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 840px) {
    .navbar .top-navbar {
        padding-top: 0;
    }

    .navbar-collapse {
        position: absolute;
        background: #fff;
        height: 100vh;
        width: 60%;
        z-index: 999;
        left: -282px;
        top: 77px;
        box-shadow: var(--box-shadow);
        padding-top: 10px;
        padding-bottom: 10px;
        transition: 0s linear;
    }

    .navbar-collapse.show {
        top: 77px;
        left: 0px;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 10px;
    }

    .navbar .navbar-nav .enquery {
        padding: 0px 10px;
    }

    .navbar .top-navbar {
        padding-top: 0;
    }
}

@media(max-width:576px) {
    .dropdown-item {
        font-size: 14px;
    }

    .navbar-collapse {
        width: 100%;
    }

    .navbar .top-navbar {
        padding-top: 0;
    }
}

/* @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

} */

.dropdown-submenu-left>.dropdown-menu {
    left: -100%;
    top: 0;
    margin: 0;
    padding: 0;
    right: 100%;

}

.first-sub-menu {
    width: 100%;
    /* margin-top: 0 !important; */
    left: -100% !important;
}



.navbar-nav .nav-link {
    color: #000 !important;
}

.dropdown-toggle.active {
    color: #ffffff !important;

}

@media (min-width: 1024px) and (max-width: 1280px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 30px;
        padding: 30px 0;
        color: #123474;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        outline: none;
    }

    .electrical-one .mission-color {
        width: 500x !important;
        height: 342px !important;
        background: #123474;
        position: absolute;
        box-shadow: 2px 3px 20px 3px;
    }
}

/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .6);
}

@media (max-width: 768px) {

    .header-carousel .owl-carousel-item img {
        /* position: absolute; */
        width: 100%;
        height: 75%;
        /* object-fit: cover; */
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }

    .navbar-brand img {
        width: 64px !important;
    }
}

@media (max-width: 576px) {
    .header-carousel .owl-carousel-item img {
        /* position: absolute; */
        width: 100%;
        height: 230px;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

/* SLIDER IMAGE REMOVE  */
@media (max-width: 767px) {

    /* CSS styles for mobile devices */
    /* Place your styles here */
    .header-carousel .owl-dots {
        display: none !important;
    }
}




.main-timeline {
    font-family: 'Poppins', sans-serif;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    padding: 0 40px;
    margin: 0 0 50px;
    box-shadow: 0 10px 15px -19px rgba(0, 0, 0, 0.5) inset;
}

.main-timeline .timeline-content {
    color: #999;
    background: #fff;
    text-align: center;
    min-height: 140px;
    padding: 40px 120px;
    border: 12px solid #2563AE;
    border-top: none;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.5) inset;
    display: block;
    position: relative;
}

.main-timeline .timeline-content:before {
    content: "";
    border: 3px dashed #2563AE;
    border-top: none;
    border-radius: 0 0 30px 30px;
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 4px;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-icon {
    color: #2563AE;
    font-size: 50px;
    line-height: 50px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 35px;
}

.main-timeline .timeline-step {
    color: #2563AE;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 35px;
}

.main-timeline .timeline-step span {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    display: block;
}

.main-timeline .title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.main-timeline .description {
    font-size: 14px;
    margin: 0;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content,
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
    border-color: #553986;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .timeline-step {
    color: #553986;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content,
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before {
    border-color: #EC4C1A;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .timeline-step {
    color: #EC4C1A;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content,
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before {
    border-color: #BF2A7E;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .timeline-step {
    color: #BF2A7E;
}

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

    .main-timeline .timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 110px 25px 25px;
    }

    .main-timeline .timeline-icon {
        transform: translateY(0);
        top: 32px;
    }

    .main-timeline .timeline-step {
        transform: translateY(0);
        top: 17px;
    }

    .main-timeline .title {
        font-size: 22px;
    }
}


/* careerr  */
.career .career-info {
    background: rgba(255, 216, 86, 0.784);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    color: var(--light);
}

.career .career-info h3 {
    color: var(--primary);
}



/* News  */

#news .line_clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#single-one img {
    width: 100%;
    height: 500px;
}

#case-study .line_clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#case-study-single .first img {
    height: 450px;
    width: 100%;
}



#software {
    /* background-image: url(./bg-image.jpg); */
    background: linear-gradient(rgba(8, 193, 226, 0.402), rgba(0, 85, 107, 0.468)), url(./bg-image.jpg) center center no-repeat;
    background-size: cover;
}

.my-card li {
    list-style: none;
}

.my-card {
    box-shadow: var(--box-shadow);
    border: 1px solid #123474;
    border-radius: 0px 0px 20px 20px;
    border-bottom: 5px solid #123474;
    margin-bottom: 32px;
}


/* product_design_developement"======================================================================= */
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/Product-Development-Design.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .bg-breadcrumb1 {
    background: url(../img/staffing.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 350px;
}

@media(max-width:576px) {
    .bg-breadcrumb1 {
        height: 104px;
    }
    .bg-breadcrumb2 {
        height: 104px !important;
    }
}
@media(max-width:768px) {
    .bg-breadcrumb1 {
        height: 172px;
    }
    .bg-breadcrumb2 {
        height: 172px !important;
    }
}

.bg-breadcrumb2 {
    background: url(../img/sourcing-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid grey;
    height: 350px;
}

.bg-breadcrumb3 {
    background: linear-gradient(rgba(182, 229, 236, 0.4), rgba(185, 223, 242, 0.4)), url(../img/rd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid grey;
    background-size: cover;
    height: 400px;
} */
.bg-breadcrumb3 {
    background: linear-gradient(rgba(182, 229, 236, 0.4), rgba(185, 223, 242, 0.4)), url(../img/rd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid grey;
    background-size: cover;
    height: 400px;
}

/* product design developement ==================================================================== */
.product_design_developement input,
.product_design_developement textarea,
.product_design_developement select {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
    color: var(--light);
    font-size: 18px;
    background: transparent !important;
}

.product_design_developement input:focus,
.product_design_developement textarea:focus,
.product_design_developement select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: 2px solid var(--primary);
    outline-width: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.ppt-logo {
    position: fixed;
    right: 4px;
    bottom: 152px !important;
    z-index: 99;
}

#rd {
    position: relative;
    top: -140px;
}

.btn-rd {
    background-color: rgb(245, 245, 245);
    color: #0521f9 !important;
    font-weight: 600;
    border: 2px solid blue;
    padding: 13px;
}




.navbar-nav .nav-link {
    color: #fff;
}

.dropend .dropdown-toggle {
    color: #123474;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: #123474;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}



.top-banner {
    background-image: url(../img/inner-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aero {
    background-image: url(../img/inner-banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width:576px) {
    .top-banner {
        text-align: center;
    }
}

@media(max-width:768px) {
    .top-banner {
        text-align: center;
    }
}

.border-bottom {
    border-color: #123474 !important;
}

.cad-cae img {
    height: 260px;
    width: 100%;
}

.light-grey {
    background-color: #f3f3f3;
    padding: 20px;
}
.captcha_backg {
    background: #123474;
    margin-top: 10px;
    width: 110px;
    padding: 0;
    height: 38px;
}

.automative img {
    height: 185px;
    width: 100%;
}
