body {
    color: #1c1c1c;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    background: #fff;
    position: relative;
    padding-bottom:64px;/*This is footer height (For future reference)*/
}
.wrapper {
    min-height: calc(100vh - 64px);/*This is footer height (For future reference)*/
}
*{
    margin: 0;
    padding: 0;
}
a,a:hover,a:focus{
    text-decoration: none;
    color: inherit;
}
input,button{
    outline: none !important;
}
.logo img{
    width: 240px;
}
header {
    padding: 40px 0;
    padding-bottom: 30px;
    background-color: #fff;
}
.logo-text a {
    color: #C6C6C6;
    font-size: 18px;
}
.logo-text {
    float: left;
    margin-left: 20px;
    position: relative;
    top: -4px;
    border-left: #C6C6C6 solid 1px;
    padding-left: 20px;
}

.logo {
    float: left;
}

.search-form input[type=search] {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #C6C6C6;
    font-size: 12px;
}

.search-form {
    float: right;
    width: 280px;
    position: relative;
    margin-top: 0px;
}

.search-form .gsc-control-cse {
    padding: 0;
}

.search-form .gsc-search-button-v2,.search-form .gsc-search-button-v2:hover {
    background: #1c1c1c;
    border-color: transparent;
    padding: 8px;
}
.search-form td.gsc-input {
    padding-right: 3px !important;
}

.search-form form.gsc-search-box{
    margin-bottom: 0;
}


.search-form input[type=submit] {
    background: url(../images/search.png) center 4px no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 12px;
}
.navbar {
    width: 100%;
    background: #1C1C1C;
    min-height: auto;
    margin: 0;
    border-radius: 0px;
}
.navbar ul li a{
    padding: 15px 25px;
    background: #1C1C1C;
    border-left: #232323 solid 1px;
    color: #999;
    -webkit-box-shadow: -2px 0 0 -1px #0b0b0b;
    -moz-box-shadow: -2px 0 0 -1px #0b0b0b;
    box-shadow: -2px 0 0 -1px #0b0b0b;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    font-size: 13px
}
.navbar ul li.active a{
background: #000;
border-left: #000 solid 1px;
}
.navbar ul li a:hover, .navbar ul li a:focus {
    outline: none;
    background: #171717;
    color: #FFFFFF;
}
.navbar ul li.active a{
    background: #000;
    border-left: #000 solid 1px;
    -webkit-box-shadow: -2px 0 0 -1px #232323;
    -moz-box-shadow: -2px 0 0 -1px #232323;
    box-shadow: -2px 0 0 -1px #232323;
    color: #FFF;
}
.navbar ul li.people.active a{
    color: #9d2fa7;
}.navbar ul li.work.active a{
    color: #2295d2;
}
.navbar ul li.news.active a{
    color: #fb4d40;
}
.navbar ul li.about.active a{
    color: #fbbc2a;
}
.navbar ul li.knowledge.active a{
    color: #fb2aa4;
}
.hero .slide{
    position: relative;
    background: #000;
    height: 500px;
}
.hero .slide img{
    width: auto;
    height: 100%;
    user-select: none;
    pointer-events: none;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}
.hero .slide .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0%;
    opacity: 1;
    transition: all .3s ease-in-out;
    z-index: 2;
}
.hero .caption .cat-name{
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    -webkit-font-smoothing: antialiased;
}
.hero .caption .caption-name {
    background: #ffffff;
    border-top: 4px solid;
    font-size: 30px;
    padding: 20px 20px;
    padding-bottom: 9px;
    font-family: "adobe-caslon-pro", "Adobe Caslon Pro", "adobe-caslon-pro-base-64", serif;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
    display: inline-block;
}
.hero .slide::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-shadow: inset 450px 0 300px -300px #000000, inset -450px 0 300px -300px #000000;
    -moz-box-shadow: inset 450px 0 300px -300px #000000, inset -450px 0 300px -300px #000000;
    box-shadow: inset 450px 0 300px -300px #000000, inset -450px 0 300px -300px #000000;
    pointer-events: none;
    z-index: 1;
}
section.hero .owl-dots {
    position: absolute;
    bottom: 10%;
    max-width: 1170px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
section.hero button.owl-dot {
    width: 25px;
    height: 6px;
    float: left;
    margin-right: 5px;
    background: #646464;
    background: rgba(255, 255, 255, 0.5);
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
section.hero button.owl-dot.active span{
    background: rgba(255, 255, 255, 0.8);
    width: 0%;
    height: 100%;
    display: block;
}
.hero .slide .caption.changing{
    left:-10%;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.media-item {
    height: 427px;
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;
}

.media-item .thumbnail-img {
    position: absolute;
    bottom: 0;
    z-index: 0;
    cursor: pointer;
    height: 71%;
    width: 100%;
    background: #fff;
}
.media-item .thumbnail-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.media-item .thumbnail-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    opacity: 0;
    transition: .2s ease-in-out;
}

.media-item .item-header {
    z-index: 1;
    position: relative;
    background: #fff;
    border-top: 4px solid;
    padding: 16px;
    height: 29%;
    transition: .3s ease-in-out;
}

.media-item .item-header.work-border{
    border-color:#2295d2;
}
.media-item .item-header.news-border{
    border-color:#fb4d40;
}

.media-item .item-header .item-title {
    color: #1c1c1c;
    font-size: 13px;
    line-height: 2.6em;
    white-space: nowrap;
    font-weight: bold;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.media-item .item-cat-name {
    font-weight: bold;
    color: #1c1c1c;
    font-size: 12px;
    margin: 0;
    margin-top: 13px;
}

.media-item .item-description {
    color: #646464;
    font-size: 12px;
    line-height: 18px;
    margin-top: 22px;
    max-height: 70px;
    overflow: hidden;
    display: inline-block;
}
section.media-boxes{
    background: #fff;
    padding: 60px 0;  
}
.work-page.media-boxes{
    border-top: 2px solid #fff;
    margin-top: 70px;  
}
.media-item .share-btns{
    position: absolute;
    bottom: 10px;
}
.share-btns ul {
    list-style: none;
    display: block;
    text-align: left;
}

.share-btns ul li {
    display: inline-block;
}

.share-btns p {
    font-size: 13px;
    text-transform: uppercase;
    color: #1c1c1c;
    margin: 0;
    margin-bottom: 5px;
}

.share-btns ul li a {
    background: #606060;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 3px;
}
.media-item:hover .item-header{
height: 57%;
transition: .3s ease-in-out;
}
.media-item .share-btns,.media-item .item-description{
    opacity: 0;
    visibility: hidden;
}
.media-item:hover .share-btns{
opacity: 1;
visibility: visible;
transition: opacity 0.1s ease-in-out .3s;
}
.media-item:hover .item-description{
opacity: 1;
visibility: visible;
transition: opacity 0.1s ease-in-out .3s;
}
.item-header::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 100%;
}
.media-item:hover .thumbnail-img:after{
    opacity: .3;
    transition: .8s ease-in-out;
}

.cp{
    padding-left: 7px;
    padding-right: 7px;
}
.media-item.small .item-description{
    display: none;
}
.media-item.social .item-header .item-title {
    color: #838383;
    font-size: 15px;
}
.media-item.social .item-header .item-date{
    color: #d4d4d4;
    font-size: 12px;
    margin: 0;
    margin-top: 13px;
}
.media-item.social .item-header {
    height: 100%;
}
.media-item.social .item-description{
    opacity: 1;
    visibility:visible;
}
.media-item.social .item-description {
    max-height: none;
}
.media-item.social .item-cat-name{
display: none;
}
.media-item.social:hover .thumbnail-img:after{
opacity:0;
}
.media-item.social .social-p-name{
    position: absolute;
    bottom:-35px;
    left: 0;
    right: 0;
    background: #060606;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    transition: .2s ease-in-out;
    z-index: 99;
}
.media-item.social .social-p-name a{
    padding: 10px 15px;
    display: block;
    width: 100%;
}
.media-item.social:hover .social-p-name{
    bottom: 0px;
    transition: .2s ease-in-out;
}
.media-item.social .social-p-name span:nth-child(2){
    margin-left: 5px;
}
.media-item.social .social-p-name span:nth-child(1){
color:#8b8b8b
}
.media-item.social .item-header::after{
    content: none;
}
.media-item.social .item-header{
    border: 0;
}
.post-header h1 {
    color: #1c1c1c;
    font-size: 24px;
    font-family: "adobe-caslon-pro", "Adobe Caslon Pro", "adobe-caslon-pro-base-64", serif;
    font-weight: 400;
    margin: 0;
}
.details-section {
    padding: 30px 0;
    background: #f3f3f3;
}
.details-section .share-btns {
    margin-top: 3px;
}
.details-section .item-date{
    color: #d4d4d4;
    font-size: 14px;
    margin: 0;
    margin-top: 8px;
}
.post-header{
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.post-header:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 6%;
    height: 2px;
    background: #1c1c1c;
}
.details-section.news .post-header:after{
    background: #fb4d40;
}
.details-section.work .post-header:after{
    background: #2295d2;
}
.post-body h2 {
    margin: 30px 0 10px 0;
    color: #646464;
    font-size: 16px;
    line-height: 29px;
    font-weight: normal;
}
.post-body p ,.post-body{
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #838383;
}

.post-body ul li {
    font-size: 12px;
    line-height: 24px;
    color: #838383;
    margin-left: 30px;
}
.details-section .share-btns ul {
    text-align: right;
}
.post-body img {
    margin: 20px 0;
}
.play-video-btn {
    background: #2295d2;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 12px;
    margin-top: 27px;
}
.play-video-btn:focus{
    background: #2295d2;
    color: #fff;
}
.play-video-btn span:nth-child(1) {
    padding: 15px 18px;
    display: inline-block;
    background: #fff;
    color: #747474;
    margin-right: 13px;
    text-align: center;
    transition: .2s ease-in-out;
}
.play-video-btn:hover{
    color: #fff;
}
.play-video-btn:hover span:nth-child(1){
    color:#000;
    transition: .2s ease-in-out;
}
.readmore-cont{
    overflow: hidden;
    position: relative;
}
.readmore-cont:after {
    content: none;/*open*/
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    background: url(../images/bg-fade.png);
    background-repeat: repeat-x;
    background-position: bottom;
    pointer-events: none;
}
.readmore-btn {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    cursor: pointer;
    color: #bbbbbb;
    text-transform: uppercase;
    display: none;
}
.readmore-btn span{
    display: none;
}
.readmore-btn:after{
    content: '...';
    font-family: "adobe-caslon-pro", "Adobe Caslon Pro", "adobe-caslon-pro-base-64", serif;
    font-weight: 400;
    font-size: 30px;
    pointer-events: none;
    line-height: 0;
}
.readmore-btn:hover:after{
display: none;
}
.readmore-btn:hover span{
    display: block;
}
.navbar-fixed.sticky{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.post-nav{
    background: url(../image/bg.png) center top repeat #f3f3f3;
    background-repeat: repeat;
    padding: 14px 0;
    box-shadow: 0 -4px 5px 5px rgba(0, 0, 0, 0.1);
    border-bottom: #ffffff solid 1px;
    position: relative;
}
.post-nav ul {
    list-style: none;
    margin: 0;
    margin-left: 19px;
}

.post-nav ul li {
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 21px;
    display: inline-block;
}
.post-nav.people ul li.active a {
    color: #9d2fa7;
}
.post-nav.about ul li.active a {
    color: #fbbc2a;
}
.people-sec .post-header:after {
    background: #9d2fa7;
}
.people-sec{
padding: 30px 0;
background:#fff;
}
.people-sec .share-btns ul{
    text-align: right;
}
.pcp{
    padding-left: 8px;
    padding-right: 8px;
}
.people-items-container ul {
    list-style: none;
    overflow: hidden;
    margin: 0 -8px;
    margin-top: 30px;
}

.people-items-container ul li {
    position: relative;
    float: left;
    width: 16.66666667%;
    margin: 8px;
    overflow: hidden;
}
.people-items-container ul {
    list-style: none;
    overflow: hidden;
    margin: 0 -8px;
    margin-top: 30px;
}

.people-items-container ul li {
    position: relative;
    float: left;
    width: 15.6666%;
    margin: 5px;
    overflow: hidden;
}
.people-item{
    cursor: pointer;
}
.people-item .inner {
    position: relative;
    width: 100%;
}

.people-item .caption {
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    text-align: left;
    bottom: -37px;
    transition: .2s ease-in-out;
}
.people-item .caption h3 {    
    font-size: 13px;
    color: #646464;
    margin: 0;
    padding: 8px 13px;
    position: relative;
}
.people-item .caption h3::after{
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0px 7px 7px 7px;
border-color: transparent transparent #ffffff transparent;
position: absolute;
bottom: 100%;
left:10px;
}
.people-item  img{
    position: relative;
    bottom: 0px;
    transition: .3s ease-in-out;
}
.people-item:hover .caption{
    bottom: 0px;
    transition: .3s ease-in-out;
}
.people-item:hover img{
    bottom: 15px;
    transition: .3s ease-in-out;
}
.single-person-details h1 {
    font-family: "adobe-caslon-pro", "Adobe Caslon Pro", "adobe-caslon-pro-base-64", serif;
    color: #1c1c1c;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}
.single-person-details .person-title{
    background-color: rgba(0, 0, 0, 0.1);
    padding: 11px 12px;
    padding-bottom: 9px;
}
.single-person-details img{
    width: 100%;
}
.single-person-details h2{

color: #646464;

font-size: 17px;

margin: 0;

margin-bottom: 20px;
}
.single-person-details p{
    
color: #838383;
    
font-size: 13px;
    
line-height: 21px;
}
.single-person-details {
    margin: 70px 0 100px 0;
}
.aboutus-sec{
    padding: 30px 0;
    background: #fff;
    }
    .aboutus-sec .share-btns ul {
        text-align: right;
    }
    .aboutus-sec .post-header:after{
        background: #fbbc2a;
    }
    .client-items .client-item {
        margin-top: 30px;
        display: none;
    }
    .client-items .client-item img {
        width: 100%;
    }
  
.clients-page .post-body{
    margin-top: 15px;
}
.aboutus-sec.awards-page .post-header {
    margin-bottom: 20px;
}
.aboutus-sec.contact-us-page .post-header {
    margin-bottom: 20px;
}
footer{
    width: 100%;
    background: #fff;
    border-top:1px solid #e3e3e3;
    padding: 10px 0;
    height: 42px;
    position: absolute;
    bottom: 0;
}

.footer-logo img{max-width: 200px;position: relative;top: 5px;}
.footer-nav ul {
    float: right;
    margin: 0;
}

.footer-nav ul li {
    display: inline-block;
    margin-left: 28px;
    font-size: 12px;
    color: #898989;
}
section.details-section.work .post-header {
    margin-bottom: 20px;
}
.tvc-port img {
    float: left;
    margin: 1%;
    width: auto;
    max-height: 250px;
}
.tvc-port {
    margin-top: 50px;
}
.multiple-posts{
    display: none;
}
.post-body tr td{
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #838383;
}
.navbar-collapse {
    padding: 0;
}
.footer-nav {
    overflow: hidden;
    margin-top: 0px;
}
nav.navbar .container {
    padding: 0;
}
header .container {
    padding: 0;
}
.clients-page .container{
    padding: 0px 90px;
}

  div#end-message {
    color: #000;
    font-size: 1.4rem;
    text-align: center;
    position: relative;
    background: #ccc;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 25px;
    padding: 1rem;
}

.knowledge_section .media-item:hover .item-header {
    height: 30% !important;
}

.knowledge_section .media-item {
    height: 350px !important;
}

.knowledge_section .media-item .thumbnail-img {
    border: 1px solid #000;
}
.d-flex {
    display: flex;
}
.align-items-center{
    align-items: center;
}
.socials-btns{
    text-align: right;
}
.socials-btns a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    /* margin-right: 5px; */
    /* border: 1px solid #fff; */
    border-radius: 50%;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}
.socials-btns a:hover{
    color: #000;
    background-color: #fff;
}
/*careers*/
.w-100 {
    width: 100%;
}
.common-padding{
    padding: 100px 0px;
}
.career__hero{
    background: #0007;
}
.career__hero__container {
    position: relative;
    z-index: 2;
    /* height: clamp(300px, 50vh, 600px); */
    display: flex;
    align-items: center;
}
.career__hero__content {
    position: relative;
    z-index: 2;
    padding: 150px 0px;
    color: #FFFFFF;
}

.career__hero__content h1,
.career__hero__content p {
    color: #fff;
}

.career__hero__container .post-header:after {
    background: #fbbc2a;
}

.career__hero__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.career__hero__content a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #111111;
    border: 1px solid ;
    text-decoration: none;
    transition: .3s all;
}
.career__hero__content a:hover{
    background-color: #111111;
    color: #fff;
}
.apply__now{
    background-color: #FAC037;
}
.apply__now .post-header:after {
    display: none;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.apply__now--cta{
    background-color: #1C1C1C;
    padding: 12px 15px;
    color: #fff;
    transition: .3s ease;
}
.apply__now--cta:hover{
    color: #1C1C1C;
    background-color: #fff;
}
.apply__now a:active{
    color: #fff !important;
}
.apply__now a:focus{
    color: #1C1C1C !important;
    background-color: #fff !important;
}
.company__values__content .post-header:after {
    display: none;
}
.company__values__content .post-body p{
    color:#838383;
    margin-bottom: 0px;
}
.company__values__list{
    margin-top: 30px;
}
.company__values__item{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 25px 15px;
    min-height: 254px;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.company__values__item:hover{
    background-color:#FAC037;
}
.company__values__item.active{
    background-color:#FAC037;
}
.company__values__item .post-body{
    margin-bottom: 0px;
}
.company__values__item .post-body p{
    color:#1C1C1C;
    margin-bottom: 0px;
}
.company__values__icon{
    display: flex;
    align-items: end;
    column-gap: 15px;
}
.company__values__icon h3{
    margin: 0px;
}
.company__values__icon img{
    width: 40px;
    background-color: #FAC037;
    padding: 10px;
}
.gallery__section{
    background-color: #212121;
}
.gallery__section .post-header h1,
.gallery__section .post-body p{
    color: #fff;
}
.gallery__section .post-header:after {
    display: none;
}
.list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.col-span-2{
    grid-column: span 2;
}
.grid-container {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}
.item1 { 
    grid-column: span 2; 
}
.job__section{
    background-color: #fff;
}
.job__list__container{
    margin-top: 50px;
}
.job__section .post-header h1 {
    color: #090808;
}
.job__section .post-header::after {
    display: none;
}
.job__list__title{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 0.5px solid #83838399;
}
.job__list__title p{
    margin: 0px;
    color: #1C1C1C;
}
.job__list__title a{
    font-size: 12px;
    color: #1C1C1C;
}
.photo__list{
    display: flex;
    gap: 5px;
}
.column{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.two-img{
    display: flex;
    gap: 5px;
    justify-content: space-evenly;
}
@keyframes bounce {
    50% {
        transform: translateX(-2px);
    }
}
.explore__more{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    row-gap: 5px;
    justify-content: end;
    background: url('../images/featured-banners/yellow-bg.png') center center no-repeat;
    background-size: cover;
    padding: 0px 0px 10px 10px;
    
}
.explore__more p{
    margin-bottom:0px ;
}
.explore__more img{
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
}


/* .moving-arrow {
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
} */
/*responsive*/
@media(max-width:1680px){
    .career__hero__content {
    padding: 100px 0px;
}
}
@media(max-width:1336px){
    .career__hero__content {
    padding: 50px 0px;
}
.company__values__list {
    margin-top: 10px;
}
}
@media (max-width: 767px) {
    .career__hero__content {
        background: #0007;
    }
}
@media (max-width: 500px) {
.common-padding{
    padding: 50px 0px;
}
.photo__list{
    flex-direction: column;
}
.explore__more{
    align-items: center;
    flex-direction: row;
    justify-content: start;
    padding: 10px;
    column-gap: 10px;
}
}
/*Single JOB*/

.job__levels__container{
    display: flex;
    flex-wrap: wrap;
   gap: 20px;
}
.job__heading.post-header:after {
    display: none;
}
.job__levels{
    display: flex;
    gap: 10px;
    border: 1px solid;
    padding: 10px;
}
.job__description{
    margin-top: 15px;
}
.job__description p{
    color: #838383;
}
.job__section_title p{
    color: #1C1C1C;
}
.job__description__list{
    margin-left: 20px;
}
.job__description__list li{
    color: #838383;
    font-size: 12px;
    line-height: 30px;
}
.job__apply{
    background-color: #111111;
}
.job__apply__title.post-header:after {
    display: none;
}
.job__apply__title h2{
    color: #fff;
}
.job__apply__title span{
    color: #fff;
}
.job__apply--form label{
    color: #FFFFFF;
    font-weight: 400 !important; 
}
.job__apply--form{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.job__apply--form .form-control {
    padding: 6px 2px;
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    transform: .3s ease all;
}
.job__apply--form .form-control:focus{
    box-shadow: none !important;
}
.form-row .col-md-6{
    padding-left: 0px;
}
.btn-submit{
    max-width: 150px;
    background-color: #fff;
    color: #111111;
    padding: 12px 15px;
    border: 1px solid;
    transition: .3s all ease;
}
.btn-submit:hover{
    background-color: #000;
    color: #ffff;
    padding: 12px 15px;
    border: 1px solid #fff;
}
html {
    scroll-behavior: smooth;
  }
  .success ,
  .error{
    color: #ffff;
  }
  .thead-dark th{
    background-color: #000;
    color: #fff;
  }
  .job__portal__dashboard{
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .my-5{
    margin-top: 50px;
  }
  .resume__btn{
    background-color: #000;
    color: #fff;
    padding: 7px 15px;
    border: 1px solid #000;
    transition: .3s ease;
    font-size: 12px;
  }
  .resume__btn:hover,.resume__btn:focus,.resume__btn:active{
    background-color: #fff;
    color: #000;
  }
   /* Modal Styles */
.modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-body table{
    width: 100%;
}
.modal-body td{
    padding: 10px;
}
.modal-footer{
    display: flex;
    column-gap: 10px;
    padding: 15px 0px;
}
.modal-footer a{
    background: #000;
    color: #fff;
    padding: 10px 12px;
    font-size: 12px;
    border: 1px solid #000;
    transition: .3s ease;
}
.modal-footer a:hover{
    color: #000;
    background: #fff;
}
.modal-footer .btn:hover {
    background: #757575;
    color: #fff;
}
.viewDetails{
    border-bottom: 1px solid #000;
}
/*admin*/
.admin__login__section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 100px;
    height: 90vh;
}
.admin__login{
    width: 50%;
    margin: 0 auto;
}
.btn-submit--login{
    background: #000;
    color: #fff;
    padding: 10px 12px;
    font-size: 12px;
    border: 1px solid #000;
    transition: .3s ease all;
    margin-top: 15px;
}
.btn-submit--login:hover{
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.error-login{
    color: red;
    font-weight: 500;
    padding-bottom: 50px;
}
/*pagination*/
.pagination{
    display: flex;
    justify-content: center;
}
.pagination>li>a{
    color: #000;
}
.pagination>.active>a{
    background-color: #000;
    border-color: #000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.error { color: red; }
.success { color: green; }
.job__list__title a{
    transition: .3s ease-in-out;
    border-bottom: 1px solid transparent;
}
.job__list__title a:hover{
    border-bottom: 1px solid #000;
}
.pl-0{
    padding-left: 0px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*Job post*/
.post__job{
    margin-top: 50px;
}
/* .ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{
    height: 400px;
} */
 .d-desktop{
    display: block;
 }
 .d-mbl{
    display: none;
 }
 .select--style{
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #75757594;
    margin-left: 10px;
 }
 .job__description h1,
 .job__description h2,
 .job__description h3,
 .job__description h4,
 .job__description h5,
 .job__description h6 {
     color: #1C1C1C;
 }
 .main__wrapper{
    height: 700px;
    padding: 50px 0px;
 }
 .side__bar{
    border-right: 1px solid #75757594;
    height: 100%;
 }
 .portal__group__list{
    padding: 30px 0px;
 }
 .portal__group__list ul li{
    list-style: none;
 }
 .portal__group__list ul li > a{
    width: 100%;
    display: inline-block;
    padding: 20px 0px;
    border-bottom: 1px solid #75757594;
    text-align: left;
    padding-left: 10px;
    transition: .3s all;
 }
 .portal__group__list ul li a:hover{
    background-color: #1C1C1C;
    color: #fff;
 }
 .active__list{
    background-color: #1C1C1C;
    color: #fff;
 }
 .profile{
    height: 70%;
 }
 .flex-center{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .job__section .post-header h1 {
    font-size: 16px !important;
 }
 .job__list__title p{
    font-size: 14px !important;
 }