a,a:focus,a:hover,body,h1,h2,h3,h4,h5,h6,p,span,ul {
    font-family: 'Anek Latin',sans-serif
}

*,ul {
    margin: 0
}

.header-top li,.logbtn a,.nav-menu a,body,p {
    font-weight: 400
}

.header-top li,ul li {
    list-style: none
}

.logbtn a,.nav-menu a,h2 {
    text-transform: uppercase
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0
}

:root {
    --themeColor: #c2800f;
    --blackColor: #272727
}

body {
    font-size: 1rem
}

.ex-spac {
    margin-bottom: 30px !important;
}

.mobile-nav-active, .slider-img2 {
    overflow: hidden;
}

.logbtn a,.nav-menu a,p {
    font-size: 16px
}

.campus-icon_list {
    display: flex;
    align-items: center;
}

.campus-icon_list img {
    width: 120px;
}

.ex-space-one {
    margin-top: 30px;
}

.mobile-nav-toggle i,a,a:hover {
    color: var(--themeColor)
}

.award-img-hei {
    height: 195px
}

.joblisting.job-description ul li {
    list-style: disc
}

.hvr-bounce-to-right:active:before,.hvr-bounce-to-right:focus:before,.hvr-bounce-to-right:hover:before,.logbtn:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
    transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66)
}

.hvr-bounce-to-right::before,.logbtn a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--blackColor);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-right,.logbtn a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    color: #fff
}

.get-started-btn,.logbtn a {
    color: #fff!important;
    align-items: center;
    letter-spacing: 1px;
    background: var(--themeColor)
}

.logbtn a {
    padding: 10px 20px
}

.get-started-btn {
    font-size: 18px;
    font-weight: 300;
    padding: 12px 20px;
    text-transform: capitalize
}

.hvr-bounce-to-right:active:before,.hvr-bounce-to-right:focus:before,.hvr-bounce-to-right:hover:before,.logbtn a:active::before,.logbtn a:focus::before,.logbtn a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
    transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
    color: #fff
}

a,a:focus,a:hover {
    text-decoration: none;
    outline: 0
}

h1,h2,h3,h4,h5,h6 {
    line-height: normal
}

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

ul {
    padding: 0
}

p {
    line-height: 30px;
    color: #030303;
    letter-spacing: 1px
}

section {
    position: relative;
    padding: 60px 0
}

.common-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%
}

.content-over {
    position: relative;
    z-index: 99
}

#header {
    position: absolute;
    transition: .5s;
    z-index: 999;
    padding: 12px 0;
    background-color: #092441
}

#header .logo {
    margin: 0;
    padding: 0
}

#header .logo a {
    float: left
}

#header .logo img {
    transition: .3s;
    height: auto;
    width: 190px;
    object-fit: cover
}

#header.header-scrolled img {
    transition: .3s
}

#header.header-scrolled nav.nav-menu,.arrows-indi {
    margin-top: 0
}

#header.header-scrolled .nav-menu a,.accordion-body ul li a {
    color: #000
}

.mobile-nav .menu-item-has-children ul a,.mobile-nav-active .mobile-nav-toggle i,.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: #f15b42
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem
}

p.para-space {
    margin-bottom: 20px!important
}

.mobile-nav *,.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu>ul {
    display: flex
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 6px;
    margin: 0;
    display: flex;
    align-items: center
}

.nav-menu a {
    line-height: 28px;
    color: #0a0a09;
    padding: 8px 10px
}

.nav-menu .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #044670;
    box-shadow: 0 0 30px rgba(127,137,161,.25);
    transition: .3s
}

.nav-menu .menu-item-has-children:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.nav-menu .menu-item-has-children li {
    min-width: 180px;
    position: relative;
    border-left: 4px solid transparent
}

.nav-menu .menu-item-has-children ul a {
    padding: 10px 20px;
    text-transform: none;
    line-height: 32px;
    font-size: 15px;
    color: #fff
}

.nav-menu .menu-item-has-children ul .active,.nav-menu .menu-item-has-children ul li:hover {
    background: #7d9ba9;
    border-left: 4px solid #000
}

.nav-menu .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px)
}

.nav-menu .menu-item-has-children .menu-item-has-children:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%
}

.mobile-nav .menu-item-has-children>a,.nav-menu .menu-item-has-children .menu-item-has-children>a {
    padding-right: 35px
}

.header-top li {
    font-size: 15px;
    letter-spacing: 0;
    color: #00396e;
    display: inline-block
}

.header-top {
    height: 30px;
    margin: 10px 0
}

.header-top ul {
    margin: 0
}

nav.nav-menu {
    width: 100%;
    padding: 15px 0
}

.nav-menu>ul {
    justify-content: flex-end
}

.nav-menu .logbtn a img {
    max-width: 16px;
    margin-right: 6px
}

.mobile-nav-toggle {
    position: fixed;
    right: 40px;
    top: 20px;
    z-index: 10000;
    border: 0;
    background: 0 0;
    font-size: 35px;
    transition: .4s;
    outline: 0!important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i.icofont-close {
    margin: -9px 0 0;
    display: block
}

.icofont-navigation-menu.icofont-close::before {
    content: '\f00d'
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 50px 0 0
}

.mobile-nav a,.nav-menu,.posi-rel,.slide-item.slick-slide.slick-current.slick-active.slick-center .slide-content,.video-part,h2 {
    position: relative
}

.mobile-nav ul {
    margin-top: 16px
}

.mobile-nav::before {
    content: '';
    width: 100%;
    height: 58px;
    top: 0;
    background: var(--themeColor);
    position: absolute;
    right: 0
}

.mobile-nav li:active {
    background: #7d9ba9
}

.mobile-nav li.client-log {
    background: #7d9ba9;
    margin: 0 auto;
    display: table
}

.mobile-nav a {
    display: block;
    color: #111;
    padding: 10px 20px;
    font-weight: 500;
    outline: 0
}

.mobile-nav .active>a,.mobile-nav a:hover,.mobile-nav li:hover>a {
    color: #1d4460;
    text-decoration: none
}

.mobile-nav .menu-item-has-children>a:after {
    content: "\ea99";
    padding-left: 10px;
    position: absolute;
    right: 15px;
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 600;
    font-size: 24px
}

.mobile-nav .menu-item-has-children ul {
    display: none;
    overflow: hidden;
    background: #272727
}

.mobile-nav .menu-item-has-children li {
    padding-left: 20px
}

.mobile-nav-active,.slider-img1 {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible
}

#header.header-scrolled nav.nav-menu::after,.carousel-home .carousel-item .mob-banner {
    display: none
}

.nav-menu>ul>li:after {
    content: unset;
    position: absolute;
    width: 0%;
    height: 1px;
    display: block;
    transition: .3s;
    bottom: 0;
    left: 0
}

.nav-menu>ul>li:hover::after {
    width: 100%;
    height: 1px;
    background-color: #02346c
}

.nav-menu a:hover {
    color: #fff!important;
    background-color: var(--themeColor)
}

.main-banner {
    padding: 0
}

.carousel-home .carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: unset
}

.carousel-caption {
    position: absolute;
    right: unset;
    bottom: unset;
    left: 30%;
    top: 64%;
    transform: translate(-50%,-50%);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    width: 50%
}

.carousel-caption h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    text-transform: unset
}

.banner-desc h2 {
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 18px
}

.carousel-caption p,.search input,.search span {
    font-size: 18px;
    color: #fff
}

.carousel-caption p {
    font-weight: 400;
    line-height: 30px
}

h2 {
    font-size: 50px;
    line-height: 45px;
    color: var(--blackColor);
    font-weight: 600
}

.middle-part {
    margin: auto;
    width: 100%;
    padding-bottom: 30px
}

.search {
    cursor: pointer
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    padding-right: 20px
}

.navbar-expand-lg .navbar-collapse ul {
    justify-content: flex-start
}

.search input {
    background: 0 0;
    border: unset;
    padding-left: 10px;
    outline: 0;
    letter-spacing: 2px
}

.search input::placeholder {
    color: #7e96b8
}

.marquee-content {
    background-color: #08213f;
    padding: 24px 0 10px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    position: sticky;
    top: 0;
    z-index: 100;
    line-height: normal
}

.about-list a,.slideimg {
    z-index: 99;
    position: relative
}

.about-content {
    border-radius: 16px;
    border: 2px solid #bacde3;
    padding: 30px
}

.about-content h3,.middle-part h5 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px
}

h3.join-head {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}

.join-card_icon {
    margin-bottom: 30px;
}

.join-card_icon .fa {
    color: #2a2a2a;
    font-size: 30px;
    margin-bottom: 10px;
}

.process-content img {
    margin-top: 10px;
}

.about-content p {
    margin-bottom: 0
}

.about-list {
    background-color: #bbc8e8;
    justify-content: center;
    max-width: 100%;
    margin: 60px auto auto;
    border-radius: 16px;
    padding-top: 30px;
    display: flex
}

.about-list a h5 {
    color: #000;
    font-size: 30px;
    margin: 16px 0 0;
    line-height: 18px
}

.about-list a img {
    width: 50px;
    height: 50px;
    object-fit: contain
}

.about-list a {
    width: 280px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.about-list a:hover::before {
    background-color: #f15b42;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 190px
}

.footer-disclaimer {
    background-color: #e6f2e8
}

.footer-disclaimer h2,.life-coforge .middle-part h2,.open-position h2 {
    margin-bottom: 30px
}

.section-recoginations ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 195px
}

.section-recoginations ul li {
    width: 200px;
    margin-bottom: 20px
}

.why-image img {
    width: 80%;
    display: block;
    margin: auto
}

.why-coforge .about-content {
    border: 2px solid #00a792
}

.life-coforge::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #e1e8f8;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px
}

.video-part iframe {
    width: 100%;
    height: 383px;
    object-fit: cover;
    border-radius: 16px
}

.slide-img-content img {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
    height: 100%
}

.slide-img-content {
    height: 180px;
    border-radius: 22px;
    border: 1px solid #f05b40;
    margin: 5px 9px
}

.video-part img {
    width: 128px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer
}

.middle-part h6 {
    color: #f05b40
}

.life-coforge .middle-part p {
    margin-bottom: 0;
    font-size: 16px
}

div.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%
}

.slide-item.slick-slide .slide-content {
    background-color: #f9eeec;
    position: relative;
    border-radius: 16px
}

.slideimg {
    width: 118px;
    height: 118px;
    border: 11px solid #f15b42;
    border-radius: 50%
}

.slideimg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.slideimg-data {
    max-width: 100%;
    display: inline-block;
    width: 650px
}

.content-set {
    display: flex;
    column-gap: 35px;
    width: 870px;
    padding: 60px;
    transform: unset;
    left: 50%;
    z-index: 9999;
    border-radius: 16px;
    top: 50%
}

.slide-item.slick-slide.slick-current.slick-active.slick-center .slide-content .content-set {
    top: 50%;
    position: absolute;
    background-color: #e4f2f2;
    padding: 60px;
    transform: translate(-50%,59px);
    left: 50%;
    width: 870px;
    z-index: 9999;
    border-radius: 16px
}

.slide-item.slick-slide {
    display: block;
    padding-bottom: 120px
}

.slide-item.slick-slide.slick-current.slick-active.slick-center .slideimg {
    border: 11px solid #01a793
}

.slide-item.slick-slide.slick-current.slick-active.slick-center .content-set::before {
    content: "";
    background-color: #01a793;
    width: 106px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 98;
    position: absolute;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px
}

.slide-item.slick-slide .content-set::before {
    content: "";
    background-color: #f15b42;
    width: 106px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    position: absolute;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px
}

.arrows-indi img {
    width: 30px;
    margin: 0 10px;
    cursor: pointer;
    display: inline-block
}

.slideimg-data p {
    margin-bottom: 0;
    margin-top: 16px
}

.slideimg-data span {
    color: #868688;
    font-size: 22px
}

.slideimg-data h4 {
    margin: 0;
    font-weight: 600
}

img.quates-img {
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .4
}

.why-coforge h5 {
    line-height: 28px;
    margin-bottom: 16px
}

.footer h2::after {
    content: none
}

.resume-section {
    background-color: #e0ebef
}

.resume-content h6 {
    font-size: 34px;
    font-weight: 300;
    margin: 0
}

.resume-content h4 {
    font-size: 30px;
    font-weight: 600
}

.resume-content p {
    line-height: 22px;
    margin-top: 12px
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px
}

.file-upload-wrapper:before {
    content: "Done";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 60px;
    background: #092441;
    color: #fff;
    font-weight: 600;
    z-index: 25;
    font-size: 24px;
    line-height: 60px;
    padding: 0 24px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 16px 16px 0;
    letter-spacing: 1px
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 26px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 60px;
    line-height: 40px;
    color: #999;
    border-radius: 16px 10px 10px 16px;
    font-weight: 300
}

.resume-upload span {
    display: inline-block;
    color: #999;
    margin-top: 9px;
    padding-left: 30px
}

.form-column form button.btn-primary {
    font-weight: 600;
    background-color: #092441;
    display: inline-block;
    width: 100%;
    padding: .55rem 1rem;
    border-radius: 10px;
    font-size: 24px;
    letter-spacing: 2px;
    border: 2px solid #092441
}

.form-column form button.reset,.form-column form button.reset:hover {
    background-color: transparent;
    border: none
}

.form-column form button.reset {
    color: #092441
}

.form-column form .form-control,.form-column form .form-select {
    display: block;
    width: 100%;
    height: auto;
    padding: .8rem 1rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #bdb5ca;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0
}

.form-column form .form-select {
    color: grey
}

.form-column form button:hover {
    background-color: #f05b40;
    border: 2px solid #f05b40
}

.job-box {
    border: 2px solid #8a73b4;
    border-radius: 16px;
    padding: 20px;
    margin-top: 36px;
    min-height: 220px
}

.job-row .col-xl-4:nth-of-type(2n) .job-box {
    border: 2px solid #8a73b4
}

.details-link {
    display: flex;
    justify-content: space-between
}

.details-link img {
    width: 28px
}

.job-box a,.job-box span {
    color: #a2a2a2!important;
    font-size: 20px;
    letter-spacing: 1px
}

.pagination-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px
}

.pagination-data p {
    margin: 0;
    font-size: 20px;
    color: #d6d6d6;
    font-weight: 600;
    display: inline-block
}

.pagination-data .page-link {
    position: relative;
    display: block;
    color: #888;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #d6d6d6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 20px;
    font-weight: 600
}

.footer {
    background: #efefef
}

.accordion-button,.accordion-item,.carousel-caption a {
    background-color: transparent
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: unset
}

.accordion-button:focus {
    z-index: 3;
    border-color: #000;
    outline: 0;
    box-shadow: unset
}

.accordion-button {
    padding: 0 1rem;
    font-weight: 600;
    font-size: 20px;
    cursor: unset
}

.accordion-item {
    border: 0
}

.accordion-body {
    padding: 0 1rem
}

.accordion-body ul li {
    margin-top: 10px
}

.accordion-button::after {
    background-image: unset
}

.footer-last {
    padding-top: 20px;
    border-top: 1px solid #80808069
}

.carousel-caption a {
    padding: 16px 30px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 12px;
    border: 1px solid #fff
}

.carousel-caption a:hover {
    background-color: #f05b40;
    border: 1px solid #f05b40
}

.arrows-div span,.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
    cursor: pointer;
    text-align: center
}

.carousel-item {
    height: 100vh;
    width: 100%
}

.carousel-home .carousel-item .mob-hide {
    display: block
}

.desination-title {
    min-height: 154px
}

.arrows-div {
    position: relative;
    margin-top: 0;
    text-align: center;
    color: #fff
}

.arrows-div span {
    width: 30px;
    margin: 0 3px;
    height: 30px;
    background: #0000008a
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    width: 56px;
    padding: 23px;
    height: 56px;
    background-color: #0000008a;
    background-position: center;
    background-size: 35px
}

.section-recoginations h5 {
    text-align: center
}

.section-recoginations p {
    text-align: left
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0!important
    }

    .award-img-hei,.section-recoginations ul {
        height: unset
    }
}

@media (max-width:1366px) {
    .nav-menu .menu-item-has-children .menu-item-has-children ul {
        left: -90%
    }

    .nav-menu .menu-item-has-children .menu-item-has-children:hover>ul {
        left: -82%
    }
}

@media (max-width:1199px) {
    .design_txt,.footer-bottom,.home-sec1 {
        text-align: center
    }

    .nav-menu a {
        font-size: 14px
    }

    .footer-mid,.middle-part,.middler-part p {
        width: 100%
    }

    .footer-bottom {
        justify-content: center
    }

    .carousel-caption {
        top: 70%
    }

    .banner-desc {
        border-left: 0 solid #fff;
        padding-left: 0;
        padding-top: 16px;
        margin-left: 0
    }

    .carousel-item {
        height: 70vh;
        width: 100%
    }
}

@media (max-width:992px) {
    .about-content,.why-coforge,h2,li.logbtn {
        text-align: center
    }

    .logbtn a,.slideimg {
        display: inline-block
    }

    #header {
        padding: 10px 0
    }

    section {
        padding: 40px 0
    }

    .footer {
        padding-top: 40px
    }

    .middle-part {
        max-width: 100%;
        margin: auto
    }

    h2 {
        font-size: 30px;
        line-height: 44px
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 400;
        margin: 0
    }

    .video-part,.why-coforge h5 {
        margin-top: 30px
    }

    .carousel-caption p br {
        display: none
    }

    #header .logo img {
        width: 160px
    }

    .mobile-nav-toggle {
        font-size: 28px
    }

    .mobile-nav a {
        text-transform: uppercase
    }

    .carousel-item {
        height: 400px
    }

    .carousel-caption {
        padding: 20px;
        left: 27%;
        top: 78%
    }

    .banner-desc h2 {
        font-size: 40px
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        width: 20px;
        height: 20px;
        background-size: 20px
    }

    .section-recoginations h5 {
        font-size: 30px
    }

    .why-coforge h5 {
        font-size: 30px;
        line-height: normal
    }

    .life-coforge h2::before {
        width: 1232px;
        bottom: 11px
    }

    .life-coforge::before {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .slide-img-content {
        height: 255px
    }

    h2::after {
        bottom: 12px
    }

    .section-recoginations h2::before {
        width: 1237px;
        bottom: 12px
    }

    .open-position h2::before {
        width: 1219px;
        bottom: 12px
    }

    .slide-item.slick-slide.slick-current.slick-active.slick-center .slide-content .content-set {
        top: unset;
        position: relative;
        background-color: #e4f2f2;
        padding: 50px;
        transform: unset;
        left: unset;
        width: 90%;
        z-index: 9999;
        border-radius: 16px;
        margin: auto
    }

    .slide-item.slick-slide .slide-content {
        background-color: transparent
    }

    .slideimg-data {
        width: 100%
    }

    .slideimg {
        height: 118px;
        width: 23%
    }

    .slide-item.slick-slide {
        display: block;
        padding-bottom: 50px
    }

    .search {
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 124px
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
        filter: brightness(1) invert(1)
    }

    .navbar-expand-lg .navbar-collapse ul {
        padding-top: 16px
    }

    .form-column form .form-control,.form-column form .form-select,.form-column form button.btn-primary {
        padding: 6px 12px
    }

    .slider-part {
        padding: 0 25px
    }

    .open-position form.row>* {
        margin-top: 20px
    }

    .open-position h2 {
        margin-bottom: 50px!important
    }

    .desination-title {
        text-align: left
    }

    .desination-title h4 {
        margin-bottom: 15px
    }

    .open-position form.row {
        padding: 0 20px
    }
}

@media (min-width:767px) and (max-width:991px) {
    .navbar-expand-lg .navbar-collapse ul {
        width: 100%
    }

    .header-two .toggle-menu {
        top: 0
    }
}

@media (max-width:767px) {
    .about-list a h5,.about-list a p {
        line-height: 22px
    }

    .search {
        right: 90px
    }

    .carousel-home .carousel-item .mob-hide,.scrolldown img {
        display: none
    }

    .carousel-home .carousel-item .mob-banner {
        display: block
    }

    .carousel-caption a {
        display: inline-block
    }

    .carousel-control-next-icon,.carousel-control-prev-icon {
        width: 40px;
        padding: 15px;
        height: 40px;
        background-color: #0000008a;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        background-position: center;
        background-size: 20px;
        display: none
    }

    .search input {
        padding-left: 8px;
        font-size: 10px;
        letter-spacing: 1px
    }

    .about-list a img {
        width: 33px
    }

    .about-list a h5 {
        font-size: 16px;
        margin: 12px 0 0
    }

    .about-list a:hover::before {
        width: 88px;
        height: 180px
    }

    .life-coforge h2::before {
        width: 1060px
    }

    .open-position h2::before {
        width: 1048px
    }

    .job-box {
        margin-top: 25px
    }

    .pagination-data {
        flex-flow: wrap;
        row-gap: 10px
    }

    .content-set {
        width: 100%;
        display: table-column
    }

    .slideimg {
        height: 90px;
        width: 90px
    }

    .slide-item.slick-slide.slick-current.slick-active.slick-center .slideimg {
        border: 8px solid #01a793
    }

    .slide-item.slick-slide.slick-current.slick-active.slick-center .slide-content .content-set {
        display: block;
        text-align: center;
        padding: 16px
    }

    .slide-item.slick-slide.slick-current.slick-active.slick-center .content-set::before {
        content: "";
        background-color: #01a793;
        width: 100%;
        height: 66px;
        left: 0;
        top: 0;
        z-index: 98;
        position: absolute;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 16px
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
        text-align: center
    }

    h4 {
        font-size: 22px
    }

    .carousel-item {
        height: 400px
    }

    .carousel-caption h1 {
        font-size: 25px
    }

    .mobile-nav-toggle i.icofont-close {
        margin: -5px 0 0
    }

    .middle-part {
        padding-bottom: 16px
    }

    #header .logo img {
        width: 131px
    }

    .banner-desc h2 {
        font-size: 30px;
        margin-bottom: 8px
    }

    .banner-desc {
        padding-top: 5px
    }

    .carousel-caption {
        padding: 20px;
        left: 54%;
        width: 100%;
        top: 78%
    }

    .carousel-caption a {
        padding: 8px 18px
    }

    .about-list {
        flex-direction: column
    }

    .about-list a {
        width: 100%
    }

    .header-two .navbar-expand-lg .container {
        line-height: normal
    }

    .header-two .toggle-menu {
        top: 0
    }

    #hs_cos_wrapper_site_logo {
        position: absolute;
        left: 5px
    }

    .marquee-content {
        padding: 4px 0 0;
        height: 45px
    }

    .about-content {
        padding: 15px
    }

    .campus-icon_list {
        display: block;
        margin-bottom: 20px;
    }

    .h5, .text-inner-banner-one p, h5 {
        font-size: 20px !important;
    }

    .ex-spac {
        margin-bottom: 15px !important;
    }

    .img-space {
        margin-bottom: 30px;
    }
}