body {
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

.container-fluid{
    max-width: 1920px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


.container{
    max-width: 1300px !important;
    width: 100% !important;
    margin: 0 auto;
}

img{
    max-width: 100%;
}

p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #515B6F;
}

b, strong {
    font-weight: 700;
}

a{
    text-decoration: none;
}


@font-face {
  font-family: 'EurostileLTProUnicode';
  src: url('../../fonts/EurostileLTProUnicode/EurostileLTProUnicode.otf') format('woff2');
  font-weight: 400; /* Normal weight */
  font-style: normal;
}

/* Bold Font */
@font-face {
  font-family: 'EurostileLTProUnicode-bold'; /* Same family name! */
  src: url('../../fonts/EurostileLTProUnicode/EurostileLTProUnicode-Bold.otf') format('woff2');
  font-weight: 700; /* Bold weight */
  font-style: normal;
}



























/**********HEADER**********/
.nav-link-white{
    color: white;
}
.nav-link-white:hover{
    color: #fff000;
}

.menu-section{
    background-color: #0F1C3E;
    padding: 10px 0;
    /*position: absolute;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid rgb(255 252 252 / 13%);*/
}

.menu-section nav.navbar.navbar-expand-lg.bg-body-tertiary{
    background-color: transparent !important;
    padding: 0px;
        border-color: unset;
    min-height: auto !important;
    margin-bottom: 0px !important;
    border: none !important;
}

header.fixed-top .menu-section{
    background-color: #0F1C3E;
    /*box-shadow: 0 5px 5px rgb(0 0 0 / 20%);*/
    padding: 0px !important;
}

.menu-section.fixed-top .navbar-brand img {
    width: 80px;
    position: relative;
    top: 0px;
}

.menu-section.fixed-top .navbar-expand-lg .navbar-collapse{
    border-top: none;
}

a.navbar-brand {
    width: 210px;
    padding: 0px;
    height: auto;
}

.navbar-brand img{
    width: 160px;
}

.navbar-brand h6{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.navbar-brand h6 span{
    color: #e40031;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link{
    font-family: "Epilogue", sans-serif;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
} 

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #FDCE04;
}




.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0px;
    border-radius: 5px;
    background-color: #f8f9fa;
    border: 1px solid #fff;
    width: auto;
    box-shadow: 0 0 50px #20202026;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, .15);
}

a.dropdown-item {
    color: #0F1C3E !important;
    font-size: 15px;
    font-weight: 600 !important;
    padding: 10px 10px !important;
    border-bottom: 1px solid #ddd;
}

/*.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin: 1em auto;
  width: 280px;
  background-color: #eee;
  padding: 0.5em 0;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.6);
  border-radius: 8px;
}*/

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: "▲";
    padding-left: 20px;
    position: absolute;
    top: -17px;
    width: 20px !important;
    color: #fff;
}

/*.navbar-expand-lg .navbar-nav .dropdown-menu{
    position: relative;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before{background-color:#fff;content:"";height:20px;left:25px;position:absolute;top:-10px;-webkit-transform:rotate(45deg);
*/
a.dropdown-item:hover{
    color: #FDCE04;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #fff;
    color: #000;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}


/************RIGHT MENUS***********/

.nav-logo-right ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.nav-logo-right ul li{
    list-style-type: none;
    display: inline-block;
    padding-left: 10px;
}

.nav-logo-right a.login-link{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
}

/*.nav-logo-right a.login-link:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #345576;
}*/

.nav-logo-right .dropdown-js{
  position: relative;
  display: inline-block;
}

.nav-logo-right .dropbtn-js {
    font-family: "Epilogue", sans-serif;
    background-color: #FDCE04;
    color: #0F1C3E;
    padding: 15px 26px 13px;
    padding-right: 37px;
    font-size: 16px;
    border: none;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

.nav-logo-right .dropdown-content-js {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.nav-logo-right .dropdown-content-js a {
    color: #0F1C3E;
    padding: 12px 16px;
    text-decoration: none;
    font-weight: 500;
    display: block;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.nav-logo-right .dropdown-content-js a:hover {background-color: #ddd; color: #FDCE04;}
.nav-logo-right .show {display:block !important;}

.nav-logo-right .dropbtn::after, .nav-logo-right .dropbtn-js::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0F1C3E;
  transition: transform 0.3s ease;
}

.nav-logo-right .dropdown:hover .dropbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.nav-logo-right .dropbtn-js.active::after {
  transform: translateY(-50%) rotate(180deg);
}





/**********MOBILE MENU***********/

.clickmenus{
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #345576;
    z-index: 99;
    display: none;
    float: left;
    background-color: #FDCE04;
    padding: 8px 12px;
    border-radius: 0;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #0F1C3E;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 12px 20px;
    border-bottom: 1px solid #19284f;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
    top: 21px;
    right: 26px;
    left: unset;
  }

  .fixed-top .clickmenus {
    top: 10px;
    z-index: 9;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}

/*************HERO SECTION**********/



.hero-section {
    background: linear-gradient(0deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding-top: 20px;
    min-height: 400px;
}

.hero-section .overlay{
    background: url("../images/Pattern.png") right center no-repeat;
}

.hero-left{
    padding-top: 60px;
    /*padding-right: 160px;*/
}

.hero-left h1{
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: #0F1C3E;
    margin-bottom: 30px;
    font-family: 'EurostileLTProUnicode-bold';
}

.hero-left img{
    margin-bottom: 20px;
}

.hero-left p{
    color: #515B6F;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    opacity: .7;
}

.hero-left h6{
    font-family: "Epilogue", sans-serif;
    color: #202430;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.search-container{
    background-color: #fff;
    padding: 10px;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-right: -220px;
    position: relative;
    z-index: 9;
    box-shadow: 2px 2px 3px -1px #C0C0C0;
}

.search-container input{
    color: #000 !important;
    opacity: 1 !important;
}

.search-container input[type="search"] {
    width: 76%;
    height: 55px;
    border: none;
    padding-left: 10px;
    color: #7C8493;
    opacity: .5;
}

.search-container input:focus-visible{
    outline: none;
}

.search-container i.fa-search{
    padding-left: 5px;
    color: #666;
}

.search-container button {
    background-color: #0F1C3E;
    border: #0F1C3E;
    padding: 18px 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}



.search-container button i{
    color: #fff;
}


.hero-right{
    padding: 40px;
}

.hero-right img{
    width: 100%;
    height: 500px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
    object-fit: cover;
}




/*************PARNER SECTION***********/

.partner-section{
    padding: 60px 0;
}

.partner-section h4{
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.partner-section p{
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
    margin-bottom: 30px;
}

.partner-section .item{
    padding: 20px;
    display: flex;
    justify-content: center;
}

.partner-section .item img{
    height: 40px;
    max-width: 100% !important;
}

.partner-section .owl-nav{
  display: none;
}

/*************FEATURE SECTION************/

.feature-section{
    padding-bottom: 60px;
}

.feature-section h2{
    font-family: "Poppins", serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.feature-section h2 span{
    color: #FFB836;
}

.feature-section h2 a{
    font-size: 16px;
    line-height: 24px;
    color: #0F1C3E;
    text-transform: capitalize;
    float: right;
    font-weight: 500;
    position: relative;
    top: 17px;
    text-decoration: none;
}

.feature-section h2 a:hover{
    color: #FFB836;
}

.feature-section h2 a i{
    padding-left: 10px;
}

.feature-box{
    border: 1px solid #D6DDEB;
    padding: 24px;
    margin-bottom: 16px;
}

.feature-box img{
    width: auto;
    height: 40px;
    margin-bottom: 16px;
}

a.btn.btn-fulltime{
    border: 1px solid #0F1C3E;
    padding: 6px 12px 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #0F1C3E !important;
    float: right;
    border-radius: 0px;
}

.feature-box h4{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-box h4 a{
    color: #202430;
    text-decoration: none;
}

.feature-box h4 a:hover{
    color: #FFB836;
}

.feature-box h6{
    margin-bottom: 16px;
}

.feature-box h6 span{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #515B6F;
}

.feature-box h6 i.fa-circle{
    font-size: 6px;
    color: #515B6F;
    opacity: .3;
    position: relative;
    top: -3px;
    padding-left: 5px;
    padding-right: 5px;
}

.feature-box p{
    color: #7C8493;
    margin-bottom: 16px;
}

.feature-box ul{
    padding: 0px;
    margin: 0px;
}

.feature-box ul li{
    list-style-type: none;
    display: inline-block;
    background-color: #0F1C3E1A;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #0F1C3E;
}

.feature-box ul li.nego{
    color: #FDCE04;
}

/*************EXPLORE SECTION************/

.explore-section{
    padding-bottom: 60px;
}

.explore-section h2{
    font-family: "Poppins", serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.explore-section h2 span{
    color: #FFB836;
}

.explore-section h2 a{
    font-size: 16px;
    line-height: 24px;
    color: #0F1C3E;
    text-transform: capitalize;
    float: right;
    font-weight: 500;
    position: relative;
    top: 17px;
    text-decoration: none;
}

.explore-section h2 a:hover{
    color: #FFB836;
}

.explore-box {
    border: 1px solid #D6DDEB;
    padding: 32px;
    margin-bottom: 32px;
}

.explore-box:hover{
    background-color: #0F1C3E;
}

.explore-box i.fa-pen-ruler,
.explore-box i.fa-signal,
.explore-box i.fa-bullhorn,
.explore-box i.fa-coins,
.explore-box i.fa-desktop,
.explore-box i.fa-code,
.explore-box i.fa-briefcase,
.explore-box i.fa-users{
    font-size: 48px;
    color: #25324B;
    margin-bottom: 32px;
}

.explore-box h4{
    font-family: "Epilogue", sans-serif;
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

.explore-box h4 a{
    color: #25324B;
    text-decoration: none;
}

.explore-box h4:hover{
    color: #FDCE04;
}

a.clickhere{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #7C8493;
    text-decoration: none;
}

a.clickhere i{
    color: #25324B;
    padding-left: 5px;
}

.explore-box:hover i.fa-pen-ruler,
.explore-box:hover i.fa-signal,
.explore-box:hover i.fa-bullhorn,
.explore-box:hover i.fa-coins,
.explore-box:hover i.fa-desktop,
.explore-box:hover i.fa-code,
.explore-box:hover i.fa-briefcase,
.explore-box:hover i.fa-users{
    color: #fff;
}

.explore-box:hover h4 a{
    color: #fff;
}

.explore-box:hover h4 a:hover{
    color: #FFB836;
}

.explore-box:hover a.clickhere, a.clickhere i{
    color: #fff;
}

/*************EXPLORE CITY SECTION************/

.explore-city-section{
    padding-bottom: 60px;
}

.explore-city-section h2{
    font-family: "Poppins", serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.explore-city-section h2 span{
    color: #FFB836;
}

.explore-city-section h2 a{
    font-size: 16px;
    line-height: 24px;
    color: #0F1C3E;
    text-transform: capitalize;
    float: right;
    font-weight: 500;
    position: relative;
    top: 17px;
    text-decoration: none;
}

.explore-city-section h2 a:hover{
    color: #FFB836;
}

.city-box{
    border: 1px solid #99999933;
    padding: 10px;
    margin-bottom: 32px;
}

.city-box h4{
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.city-box h4 a{
    color: #000;
    text-decoration: none;
}

.city-box h4 a:hover{
    color: #FFB836;
}

a.click-here {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
}

a.click-here:hover{
    color: #FFB836;
}

/****************POSTING SECTION***************/

.posting-section{
    padding-bottom: 80px;
}

.posting-section .row{
    background-color: #0F1C3E;
    padding: 60px 60px 0px 60px;
    margin-left: 0px;
    margin-right: 0px;
    clip-path: polygon(
      100px 0,
      100% 0,
      100% calc(100% - 100px),
      calc(100% - 100px) 100%,
      0 100%,
      0 100px
    );
}

.posting-section img{
    width: 100%;
    height: 340px;
}

.posting-section h4{
    font-family: 'EurostileLTProUnicode-bold';
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #fff;
    padding-top: 80px;
}

.posting-section p{
    color: #fff;
    margin-bottom: 24px;
}

a.btn.btn-jobad {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #0F1C3E;
    border-radius: 0px;
}

a.btn.btn-jobad:hover{
    border: 1px solid #FDCE04;
    background-color: #FDCE04;
    color: #0F1C3E;
}

/************APP SECTION***********/

.app-section{
    padding-top: 50px;
    border-top: 1px solid #eee;
}

.app-section h4{
    font-size: 42px;
    line-height: 45px;
    font-weight: 700;
    color: #0F1C3E;
    margin-bottom: 40px;
    font-family: "Poppins", serif;
    letter-spacing: 2px;
    padding-top: 50px;
}

.app-section h4 span{
    display: block;
    color: #FFB836;
}

.app-left img{
    width: 150px;
    margin-bottom: 30px;
}






#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
  width: 100%;
}
#counter .item{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: 'EurostileLTProUnicode-bold';
}
#counter .item span.span-plus{
        font-size: 40px;
    line-height: 60px;
    padding-left: 10px;
    color: #FFB836;
}
#counter .item .count{
    color: #0F1C3E;
    font-size: 40px;
    display: inline-block;
    margin-right: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}
#counter .item h3{
    color: #000;
    font-size: 22px;
    line-height: 26px;
}

#counter .item h3 span{
    display: block;
}

.app-right img{
    width: 100%;
}





/**************FOOTER*************/

footer{
    background-color: #0e1c3d;
}

.top-footer{
    padding: 60px 0;
}

.top-footer img{
    width: 133px;
    margin-bottom: 30px;
}

.top-footer p{
    color: #D6DDEB;
}

.top-footer h4{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.top-footer ul{
    padding: 0px;
    margin: 0px;
}

.top-footer ul li{
    list-style-type: none;
    padding-bottom: 15px;
}

.top-footer ul li a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #D6DDEB;
    text-decoration: none;
}

.top-footer ul li a:hover{
    color: #FDCE04;
}

.subscribe form{
    float: right;
    margin-top: 30px;
}

.subscribe form input{
    border: 1px solid #ccc;
    padding: 10px;
    height: 50px;
    font-size: 16px;
    width: 230px;
    margin-right: 0;
    border-radius: 0px;
}

.subscribe form input::placeholder{
    color: #A8ADB7;
}

.subscribe form button{
    border: 1px solid #0F1C3E;
    background-color: #0F1C3E;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    position: relative;
    top: 0px;
    height: 50px;
}

.bottom-footer .row{
    border-top: 2px solid #4c4c4c;
    padding: 20px 0;
    margin-left: 0px;
    margin-right: 0px;
}

.copyright p{
    color: #D6DDEB;
    margin-bottom: 0px;
}

.footer-socials ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.footer-socials ul li{
    list-style-type: none;
    display: inline-block;
}

.footer-socials ul li a i{
    background-color: #363A45;
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
}

.downoad-box {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #ccdaff;
    padding: 15px;
    border-radius: 10px;
    z-index: 9;
}

.downoad-box h4{
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.downoad-box h4 span {
    color: #FFB836;
}

.downoad-box h4 span.cruss-icon{
    position: absolute;
    top: -1px;
    right: 2px;
    color: #000;
    cursor: pointer;
}

.downoad-box img{
    width: 100px;
}



.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: #555;
    padding: 5px; /* Makes it easier to click */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover {
    background-color: #e0e0e0;
}

/* This class will be added by JavaScript */
.is-hiding {
    opacity: 0;
    transform: scale(0.9);
}




/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #e40031;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}


/************SEARCH PAGE START HERE*************/

.search-banner{
    background: url("../images/line-bg.png") top center no-repeat;
    width: 100%;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

.search-banner h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #0F1C3E;
    margin-bottom: 24px;
    display: block;
    font-family: 'EurostileLTProUnicode-bold';
}

.search-banner h1 span{
    color: #FDCE04;
}

.search-banner h1 img{
    display: block;
    margin: 0 auto;
    margin-right: 340px;
}

.search-banner p{
    margin-bottom: 24px;
}

.search-banner h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #515B6F;
    text-align: left;
    margin-bottom: 0px;
}

.search-banner .search-container {
    width: 100%;
    background-color: white;
    border-radius: 0px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 24px;
    position: relative;
    margin-bottom: 10px;
}

.search-banner .decorative-element {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 193, 7, 0.2);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 0;
}

.search-banner .decorative-element.top-right {
    top: -100px;
    right: -100px;
}

.search-banner .decorative-element.bottom-left {
    bottom: -100px;
    left: -100px;
    background-color: rgba(255, 193, 7, 0.15);
}

.search-banner .search-header {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.search-banner .search-header h1 {
    color: #2c3e50;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}

.search-banner .search-header p {
    color: #7f8c8d;
    font-size: 16px;
}

.search-banner .search-form {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.search-banner .input-group {
    flex: 1;
    position: relative;
}

.search-banner .input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #7f8c8d;
    font-size: 18px;
    z-index: 2;
}

.search-banner .input-group input {
    width: 100%;
    padding: 18px 15px 18px 45px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    height: 56px;
    font-weight: 400;
    background-color: #fafafa;
    color: #202430;
}

.search-banner .input-group input:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
    background-color: white;
}

.search-banner .destination-wrapper {
    position: relative;
    width: 100%;
}

.search-banner .destination-input {
    width: 100%;
    padding: 18px 45px 18px 45px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    background-color: #fafafa;
    cursor: pointer;
}

.search-banner .destination-input:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
    background-color: white;
}

.search-banner .destination-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 100;
    overflow: hidden;
    text-align: left;
}

.search-banner .destination-dropdown.active {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-banner .destination-search-header {
    padding: 5px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.search-banner .destination-search-box {
    position: relative;
}

.search-banner .destination-search-box input {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.search-banner .destination-search-box input:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.search-banner .destination-search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #7f8c8d;
    font-size: 14px;
}

.search-banner .destination-list {
    max-height: 250px;
    overflow-y: auto;
}

.search-banner .destination-item {
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f8f8f8;
}

.search-banner .destination-item:last-child {
    border-bottom: none;
}

.search-banner .destination-item:hover {
    background-color: #f8f9fa;
    padding-left: 25px;
}

.search-banner .destination-item i {
    color: #3498db;
    font-size: 16px;
    width: 20px;
    text-align: center;
    display: none;
}

.search-banner .destination-item-content {
    flex: 1;
}

.search-banner .destination-name {
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 2px;
}

.search-banner .destination-subtitle {
    font-size: 12px;
    color: #95a5a6;
}

.search-banner .destination-chevron {
    color: #bdc3c7;
    font-size: 12px;
}

.search-banner .search-button {
    background-color: #0F1C3E;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.search-banner .search-button:hover {
    background-color: #FDCE04;
    color: #0F1C3E;
}

.search-banner .search-button:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .search-banner .search-form {
        flex-direction: column;
    }
    
    .search-banner .search-button {
        width: 100%;
    }
    
    .search-banner .search-header h1 {
        font-size: 26px;
    }
}



.search-section{
    padding: 60px 0;
}





.search-left .filter-container {
    width: 100%;
}

.search-left .filter-section {
    /*border-bottom: 1px solid #e9ecef;*/
    margin-bottom: 40px;
}

.search-left .filter-section:last-child {
    border-bottom: none;
}

.search-left .filter-header {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #25324B;
    transition: background-color 0.2s;
    user-select: none;
    font-size: 16px;
}

/*.filter-header:hover {
    background-color: #e9ecef;
}*/

.search-left .arrow-icon {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #6c757d;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.search-left .filter-header.collapsed .arrow-icon {
    transform: rotate(-90deg);
}

.search-left .filter-content {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 1;
    background-color: white;
}

.search-left .filter-content.collapsed {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease-in, opacity 0.3s ease-in;
}

.search-left .filter-options {
    padding: 10px 20px;
}

.search-left .filter-option {
    display: flex;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
}

/* Custom checkbox styling */
.search-left .filter-option input[type="checkbox"] {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #D6DDEB;
    border-radius: 3px;
    background-color: white;
    transition: all 0.2s ease;
}

.search-left .filter-option input[type="checkbox"]:checked {
    background-color: #0F1C3E;
    border-color: #0F1C3E;
}

.search-left .filter-option input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.search-left .filter-option input[type="checkbox"]:hover {
    border-color: #0F1C3E;
}

.search-left .filter-option input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.search-left .filter-option label {
    cursor: pointer;
    color: #515B6F;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
}

.search-left .filter-count {
    color: #6c757d;
    font-size: 0.9em;
    margin-left: 8px;
}

.search-right .search-title{
    margin-bottom: 32px;
}

.search-right .search-title h2{
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #25324B;
    margin-bottom: 10px;
    font-family: 'EurostileLTProUnicode-bold';
}

.search-right .search-title h2 span{
    font-family: "Epilogue", sans-serif;
    float: right;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3B3B3B;
}

.search-right .search-title p{
    color: #7C8493;
    font-size: 16px;
    line-height: 24px;
}



.row.jog-list-row{
    border: 1px solid #9393934D;
    margin-bottom: 11px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 5px;
}

.row.jog-list-row img{
    width: 100%;
}

.row.jog-list-row h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.row.jog-list-row h4 a{
    color: #000;
    text-decoration: none;
}

.row.jog-list-row h4 a:hover{
    color: #FDCE04;
}

.row.jog-list-row p{
    font-size: 14px;
    line-height: 20px;
    color: #3B3B3B;
    margin-bottom: 10px;
}

.row.jog-list-row ul{
    padding: 0px;
    margin: 0px;
}

.row.jog-list-row ul li{
    list-style-type: none;
    display: inline-block;
}

.row.jog-list-row ul li.fulltime{
    background-color: #FDCE04;
    padding: 5px 13px;
    border-radius: 38px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.row.jog-list-row ul li.onsite{
    border: 1px solid #0F1C3E;
    padding: 5px 13px;
    border-radius: 38px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #0F1C3E;
}

.row.jog-list-row ul li.negotiable{
    border: 1px solid #FFB836;
    padding: 5px 13px;
    border-radius: 38px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #FFB836;
}

a.btn.btn-apply {
    border: 1px solid #FDCE04;
    background-color: #FDCE04;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    float: right;
}

a.btn.btn-apply:hover{
    border: 1px solid #FDCE04;
    background-color: #FDCE04;
    color: #fff;
}

/*****PAGINATION*****/

.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex
}
#border-pagination {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
    display: block;
    text-decoration: none;
    color: #25324B;
    float: left;
    width: 46px;
    height: 46px;
    font-size: 22px;
    line-height: 30px;
    border-radius: 8px;
    padding: 10px 12px;
}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li a.active {
  background-color: #0F1C3E;
  color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}



.pagination {
    display: inline-block;
    text-align: center;
}

.pagination a {
    color: #0F1C3E;
    float: left;
    margin: 0 5px;
    padding: 10px 12px;
    text-decoration: none;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    text-align: center;
}

.pagination a.active {
    color: #FFF;
    background-color: #0F1C3E;
    border: 1px solid #0F1C3E;
}

.pagination a:hover{
    color: #FFF;
    background-color: #0F1C3E;
    border: 1px solid #0F1C3E;
}


/**************JOB DETAILS PAGE START HERE**************/

.job-detail-section{
    background-color: #D9D9D9;
    padding: 40px 0;
}

.company-pro {
    background-color: #fff;
    border-radius: 37px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.company-pro img{
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding: 40px;
}

.company-pro p{
    font-size: 14px;
    line-height: 23px;
    color: #434343;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 0px;
}

.recent-box {
    background-color: #fff;
    border-radius: 37px;
    padding: 30px 20px;
}

.recent-box h6{
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #434343;
    text-align: center;
    margin-bottom: 20px;
}

.recent-box ul{
    padding: 0px;
    margin: 0px;
}

.recent-box ul li{
    list-style-type: none;
    padding-bottom: 20px;
}

.recent-box ul li:last-child{
    padding-bottom: 0px;
}

.recent-box ul li a{
    text-decoration: none;
}

.recent-box ul li a img{
    width: 36px;
    height: 38px;
    background-color: #D9D9D9;
    padding: 7px;
    border-radius: 6px;
    float: left;
    margin-right: 10px;
}

.recent-box ul li a h5{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #25324B;
    margin-bottom: 0px;
}

.recent-box ul li a p.address{
    font-size: 12px;
    line-height: 16px;
    color: #515B6F;
    margin-bottom: 0px;
}

.recent-box ul li a p.address i{
    color: #515B6F;
    font-size: 6px;
    opacity: .3;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: -2px;
}

.recent-box ul li a p.nego-site span{
    font-size: 11px;
    line-height: 16px;
    color: #0F1C3E;
    font-weight: 600;
    margin-bottom: 0px;
    background-color: #D9D9D9;
    padding: 6px 10px;
    border-radius: 17px;
}

.row.search-detail-rows{
    background-color: #fff;
    border-radius: 23px;
    padding: 30px 15px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.row.search-detail-rows p{
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #3B3B3B;
    margin-bottom: 20px;
}

.row.search-detail-rows h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.right-btn{
    text-align: right;
}

a.btn.btn-share {
    border: 1px solid #FDCE04;
    background-color: #FDCE04;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

a.btn.btn-apply-now {
    border: 1px solid #FDCE04;
    background-color: #FDCE04;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

.row.search-detail-rows ul{
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.row.search-detail-rows ul li{
    list-style-type: none;
    display: inline-block;
    width: 32%;
}

.row.search-detail-rows ul li i{
    background-color: #0F1C3E;
    width: 56px;
    height: 56px;
    padding: 3px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 50px;
}

.row.search-detail-rows ul li h5{
    font-size: 14px;
    line-height: 12px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 5px;
}

.row.search-detail-rows ul li h5 span{
    display: block;
}

.row.search-detail-rows ul li p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #939393;
    margin-bottom: 0px;
}

.row.jobdescript-row{
    background-color: #fff;
    border-radius: 23px;
    padding: 30px 15px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.row.jobdescript-row .nav-tabs{
    border-bottom: none !important;
    margin-bottom: 15px !important;
}

.row.jobdescript-row .nav-tabs>li.active{
    margin-bottom: 0px !important;
    border-bottom: 6px solid #FFB836;
}

.row.jobdescript-row .nav-tabs>li a,
.row.jobdescript-row .nav-tabs>li{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #212121;
}

.row.jobdescript-row .nav-tabs>li{
    border-bottom: 6px solid #ddd;
}

.row.jobdescript-row .nav-tabs>li.active>a, .row.jobdescript-row .nav-tabs>li.active>a:focus, .row.jobdescript-row .nav-tabs>li.active>a:hover {
    color: #212121 !important;
    cursor: default;
    background-color: #fff;
    border: none !important;
    border-bottom-color: transparent;
    border-bottom: 2px solid #FFB836;
}

.row.jobdescript-row .nav-tabs>li>a:hover {
    border-color: transparent !important;
}

.row.jobdescript-row .nav>li>a:focus, .row.jobdescript-row .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.row.jobdescript-row .tab-content p{
    font-size: 16px;
    line-height: 24px;
    color: #212121;
}

.row.jobdescript-row .tab-content #home ul{
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.row.jobdescript-row .tab-content #home ul li{
    font-size: 16px;
    line-height: 24px;
    color: #212121;
}


.row.jobdescript-row .tab-content #menu1 ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.row.jobdescript-row .tab-content #menu1 ul li{
    list-style-type: none;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
}

.row.jobdescript-row .tab-content #menu1 ul li span{
    width: 250px;
    font-weight: 600;
    display: inline-block;
}

.row.jobdescript-row .tab-pane form .form-title {
    text-align: center;
    margin-bottom: 30px;
    color: #2c3e50;
    font-size: 28px;
    font-weight: 600;
}

.row.jobdescript-row .tab-pane form .upload-section {
    margin-bottom: 30px;
}

.row.jobdescript-row .tab-pane form .upload-area {
    border: 2px dashed #cbd5e0;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f8fafc;
}

.row.jobdescript-row .tab-pane form .upload-area:hover {
    border-color: #4299e1;
    background-color: #edf2f7;
}

.row.jobdescript-row .tab-pane form .upload-icon {
    color: #a0aec0;
    margin-bottom: 15px;
}

.row.jobdescript-row .tab-pane form .upload-text {
    color: #000;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600;
}

.row.jobdescript-row .tab-pane form .upload-subtext {
    color: #212121;
    font-size: 12px;
    font-weight: 500;
}

.row.jobdescript-row .tab-pane form .file-input {
    display: none !important;
}

.row.jobdescript-row .tab-pane form .cover-letter-section {
    margin-bottom: 30px;
}

.row.jobdescript-row .tab-pane form .section-title {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.row.jobdescript-row .tab-pane form .cover-letter-textarea {
    width: 100%;
    min-height: 115px;
    padding: 15px;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    font-size: 16px;
    resize: vertical;
    transition: border-color 0.3s ease;
}

.row.jobdescript-row .tab-pane form .cover-letter-textarea:focus {
    outline: none;
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
}

.row.jobdescript-row .tab-pane form .terms-section {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.row.jobdescript-row .tab-pane form .checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0px;
    margin-right: 10px;
}

.row.jobdescript-row .tab-pane form .terms-label {
    color: #000;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 0px;
    font-weight: 600;
}

.row.jobdescript-row .tab-pane form .apply-button {
    background-color: #FDCE04;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.row.jobdescript-row .tab-pane form .apply-button:hover {
    background-color: #FDCE04;
}

/**************CONTACT PAGE START HERE************/

.contact-body{
    padding: 50px 0 0 0;
    background-color: #D9D9D9;
}

.row.contact-rows{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 1px 3px 37px #00000040;
}

.contact-left{
    padding: 30px 30px;
}

.contact-left h2{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.contact-left input.form-control {
    border: none;
    border-bottom: 2px solid #D9D9D9;
    border-radius: 0px;
    margin-bottom: 30px;
    padding-left: 0px;
    color: #999999;
    font-size: 10px;
    font-weight: 700;
}

.contact-left textarea.form-control{
    border: none;
    border: 2px solid #D9D9D9;
    border-radius: 10px;
    margin-bottom: 30px;
    padding-left: 0px;
    color: #999999;
    font-size: 10px;
    font-weight: 700;
}

.contact-left textarea::placeholder,
.contact-left input::placeholder{
    color: #999999;
    font-size: 10px;
    font-weight: 700;
}

.contact-left button.btn.btn-primary {
    border: 1px solid #0F1C3E;
    background-color: #0F1C3E;
    border-radius: 48px;
    padding: 12px 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    max-width: 146px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.form-control:focus{
    box-shadow: none;
}

.contact-right{
    background-color: #0F1C3E;
    padding: 30px 30px;
}

.contact-right h3{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.contact-right p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.contact-right p img{
    margin-right: 15px;
}

.contact-right ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.contact-right ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 50px;
}

.contact-right ul li a i{
    background-color: rgb(255 255 255 / 10%);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
}

/************BLOG AGE START HERE************/

.blog-section{
    padding: 40px 0;
    background-color: #D9D9D9;
}

.row.blog-left-rows{
    background-color: #fff;
    border-radius: 23px;
    padding: 50px 35px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-left img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-right h1{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

/*.blog-right p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #999999;
}*/

a.readmore{
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    font-weight: 700;
    text-decoration: none;
}

a.readmore:hover{
    color: #0F1C3E;
}

.blog-box{
    border: 1px solid #B2B2B2;
    border-radius: 10px;
    margin-top: 30px;
}

.blog-box figure {
    position: relative;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog-box figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.blog-box figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 10px;
}

.blog-content{
    padding: 15px;
}

.blog-content h4{
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-content h4 a{
    color: #565656;
    text-decoration: none;
}

.blog-content h4 a:hover{
    color: #FDCE04;
}

.blog-content p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 15px;
}

.blog-content h6{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #999999;
    margin-bottom: 0px;
}

.catebox{
    background-color: #fff;
    border-radius: 23px;
    padding: 20px;
    margin-bottom: 20px;
}

.catebox h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.catebox ul{
    padding: 0px;
    margin: 0px;
}

.catebox ul li{
    list-style-type: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}

.catebox ul li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.catebox ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.catebox ul li a span{
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #3A3A3A;
}

.catebox ul li a:hover{
    color: #FDCE04;
}

.recentbox{
    background-color: #fff;
    border-radius: 23px;
    padding: 20px;
    margin-bottom: 20px;
}

.recentbox h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.recentbox ul{
    padding: 0px;
    margin: 0px;
}

.recentbox ul li{
    list-style-type: none;
    padding-bottom: 20px;
}

.recentbox ul li a{
    text-decoration: none;
}

.recentbox ul li a img{
    width: 140px;
    height: 100px;
    float: left;
    border-radius: 16px;
    margin-right: 10px;
    object-fit: cover;
}

.recentbox ul li a h5{
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.recentbox ul li a h5:hover{
    color: #FDCE04;
}

.recentbox ul li p{
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #999999;
    margin-bottom: 0px;
}

/*************BLOG DETAIL PAGE START HERE************/

.row.deails-rows-box{
    background-color: #fff;
    border-radius: 23px;
    padding: 30px 15px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.row.deails-rows-box h1{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
}

/*.row.deails-rows-box p{
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #999999;
    margin-bottom: 10px;
}*/

.row.deails-rows-box h2{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

/**********COLLEGE PAGE START HERE**********/

.college-secion{
    padding: 40px 0;
    background-color: #D9D9D9;
}

.college-secion .row{
    background-color: #fff;
    border-radius: 23px;
    padding: 30px 15px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.college-secion h1{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.college-secion form{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
    border-radius: 119px;
    box-shadow: 1px 2px 26px #00000040;
}

.college-secion input.form-control {
    height: 80px;
    border-radius: 119px;
    padding-left: 40px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border: none;
}

.college-secion input::placeholder{
    color: #A8A8A8;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.college-secion span#basic-addon2 {
    background-color: #0F1C3E;
    color: #fff;
    padding: 20px 50px;
    font-size: 24px;
    border-radius: 119px;
    cursor: pointer;
    border: none;
}

.college-box {
    border: 1px solid #9A9A9A;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 2px;
}

.college-box img{
    width: 231px;
    height: 210px;
    border-radius: 7px;
    float: left;
    margin-right: 29px;
    object-fit: cover;
}

.college-content{
    padding: 29px;
    height: 210px;
}

.college-content h2{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.college-content h2 a{
    color: #000;
    text-decoration: none;
}

.college-content h2 a:hover{
    color: #FDCE04;
}

.college-content p{
    font-size: 13px;
    line-height: 20px;
    color: #1D1B20;
    margin-bottom: 10px;
}

/*************ORGANIZATION PAGE START HERE**********/


.organize-box {
    border: 1px solid #9A9A9A;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 2px;
}

.organize-box img{
    width: 100px;
    height: 100px;
    border-radius: 7px;
    float: left;
    margin-right: 15px;
    object-fit: cover;
}

.organize-content{
    padding: 15px;
    height: 100px;
}

.organize-content h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.organize-content h2 a{
    color: #000;
    text-decoration: none;
}

.organize-content h2 a:hover{
    color: #FDCE04;
}

.organize-content p{
    font-size: 13px;
    line-height: 20px;
    color: #1D1B20;
    margin-bottom: 10px;
}

/*************ABOUT US PAGE START HERE*************/

.about-section {
    padding: 40px 0;
    background-color: #D9D9D9;
}

.about-section .row {
    background-color: #fff;
    border-radius: 23px;
    padding: 30px 15px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-section h1{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-section h3,
.about-section h2{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.about-section h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.about-img img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

/*.about-section p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #999999;
    margin-bottom: 10px;
}*/

img.mission-img{
    width: 100%;
    max-width: 500px;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

img.vision-img{
    width: 100%;
    max-width: 420px;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    top: -80px;
    left: -100px;
    z-index: 1;
}

p.about-content{
    padding-right: 100px;
}

.about-section hr{
    border: 3px solid #D9D9D9;
    margin: 30px 0;
}

.message-img img{
    width: 100%;
    height: 370px;
    border-radius: 10px;
    object-fit: cover;
}



.about-section .effect-1 {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  height: 278px;
  border-radius: 5px;
}

.about-section .effect-1 .effect-img {
  font-size: 0;
}

.about-section .effect-1 .effect-img img {
  width: 100%;
  height: 278px;
  object-fit: cover;
  border-radius: 5px;
}

.about-section .effect-1 .effect-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: calc(100% - 60px);
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, .65);
  transition: .5s;
}

.about-section .effect-1:hover .effect-text {
  top: 0;
}

.about-section .effect-1 .effect-text h2 {
  height: 45px;
  color: #ffffff;
  font-size: 20px;
  margin: -15px 0 0 0;
  transition: .5s;
}

.about-section .effect-1:hover .effect-text h2 {
  margin: 0;
}

.about-section .effect-1 .effect-text p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 10px 0;
}

.about-section .effect-1 .effect-btn .btn {
  display: inline-block;
  padding: 7px 15px;
  color: #333333;
  font-weight: 400;
  background: #ffffff;
  text-decoration: none;
}

/**************LOGIN PAGE START HERE************/

.login-section{
    padding: 80px 0;
    background-color: #D9D9D9;
}

.login-section .row.login-rows {
    background-color: #fff;
    border-radius: 23px;
    padding: 40px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.login-section h1{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.login-section h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.login-section .row.login-rows form{
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.login-section .row.login-rows form .md-form{
    position: relative;
}

.login-section .row.login-rows form label{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.login-section .row.login-rows form input{
    border: 1px solid #9999995C;
    border-radius: 8px;
    height: 54px;
    margin-bottom: 25px;
}

.login-section .row.login-rows form i.fa-eye-slash{
    position: absolute;
    top: 47px;
    right: 14px;
    color: #999;
    cursor: pointer;
}

.login-section .row.login-rows form button.btn.btn-primary {
    background-color: #503E3E33;
    border-radius: 40px;
    padding: 6px 30px;
    border-color: transparent;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

.login-section .row.login-rows form p{
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
    color: #000;
}

.login-section .row.login-rows form p a{
    color: #000;
    text-decoration: none;
}

/************SIGNUP PAGE START HERE************/

.create-section{
    padding: 80px 0;
    background-color: #D9D9D9;
}

.create-section .row.create-rows {
    background-color: #fff;
    border-radius: 23px;
    padding: 60px 45px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.create-section h1{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.create-section h2{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.create-section h6{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.row.create-rows .nav-tabs{
    border-bottom: none !important;
    margin-bottom: 15px !important;
    display: flex;
    justify-content: center;
}

.row.create-rows .nav-tabs>li.active{
    margin-bottom: 0px !important;
    border-bottom: 8px solid #FFB836;
}

.row.create-rows .nav-tabs>li a,
.row.create-rows .nav-tabs>li{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #212121;
}

.row.create-rows .nav-tabs>li{
    border-bottom: 8px solid #ddd;
}

.row.create-rows .nav-tabs>li.active>a, .row.create-rows .nav-tabs>li.active>a:focus, .row.create-rows .nav-tabs>li.active>a:hover {
    color: #212121 !important;
    cursor: default;
    background-color: #fff;
    border: none !important;
    border-bottom-color: transparent;
    border-bottom: 2px solid #FFB836;
}

.row.create-rows .nav-tabs>li>a:hover {
    border-color: transparent !important;
}

.row.create-rows .nav>li>a:focus, .row.create-rows .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.create-column{
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.create-section .row.create-rows form label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.create-section .row.create-rows form i.fa-eye-slash {
    position: absolute;
    top: 47px;
    right: 14px;
    color: #999;
    cursor: pointer;
}

.create-section .row.create-rows form input.form-control {
    border: 1px solid #9999995C;
    border-radius: 8px;
    height: 54px;
    margin-bottom: 25px;
}

.create-section .row.create-rows form .md-form {
    position: relative;
}

.create-section .row.create-rows form button.btn.btn-primary{
    background-color: #fdce04;
    border-radius: 40px;
    padding: 15px 40px;
    border-color: transparent;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #0f1c3e;
    margin-bottom: 25px;
}

/**************PRIVACY POLICY PAGE START HERE************/

.policy-section{
    padding: 40px 0;
    background-color: #D9D9D9;
}

.policy-section .row.policy-rows {
    background-color: #fff;
    border-radius: 23px;
    padding: 30px 15px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.policy-section h1{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.policy-section h2{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #535353;
    margin-bottom: 10px;
}

/*.policy-section p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #999999;
}*/

.policy-section ol,
.policy-section ul{
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
}

.policy-section ol li,
.policy-section ul li{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #515B6F;
    margin-bottom: 10px;
}


/************DASHBOARD PAGE SATRT HERE***********/

.dashboard-sections{
    padding: 40px 0;
    background-color: #eee;
}

.dashboard-sections .dashboard-column{
    display: flex;
}

.dashboard-sections .sidebar {
    width: 250px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    z-index: 100;
}

.dashboard-sections .sidebar-header {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    background-color: #FDCE04;
}

.dashboard-sections .logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

.dashboard-sections .logo i {
    font-size: 1.8rem;
}

/*.dashboard-sections .sidebar-menu {
    padding: 1.5rem 0;
}*/

.dashboard-sections .menu-item {
    display: flex;
    align-items: center;
    padding: 1.2rem 1.5rem;
    color: #0F1C3E;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    border-bottom: 1px solid #eee;
}

.dashboard-sections .menu-item:hover {
    color: #fff;
    background-color: #0F1C3E;
}

.dashboard-sections .menu-item.active {
    color: #fff;
    background-color: #0F1C3E;
}

.dashboard-sections .menu-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #FDCE04;
}

.dashboard-sections .menu-item i {
    width: 24px;
    margin-right: 0.75rem;
}

/* Main Content Styles */
.dashboard-sections .main-content {
    flex: 1;
    padding: 0px 0 30px 30px;
    overflow-x: hidden;
}

.dashboard-sections .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-sections .page-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #000;
}

/* Table Styles */
.dashboard-sections .table-container {
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.dashboard-sections .table-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-sections .table-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.dashboard-sections .search-box {
    position: relative;
    width: 250px;
}

.dashboard-sections .search-box input {
    width: 100%;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.dashboard-sections .search-box input:focus {
    outline: none;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.dashboard-sections .search-box i {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
}

/* Desktop Table */
.dashboard-sections .desktop-table {
    width: 100%;
    border-collapse: collapse;
}

.dashboard-sections .desktop-table thead {
    background-color: rgba(79, 70, 229, 0.05);
}

.dashboard-sections .desktop-table th {
    padding: 1rem 1.5rem;
    text-align: left;
    font-weight: 600;
    color: #1f2937;
    font-size: 0.875rem;
    /*text-transform: uppercase;
    letter-spacing: 0.05em;*/
}

.dashboard-sections .desktop-table td {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.9375rem;
}

.dashboard-sections .desktop-table tbody tr {
    transition: background-color 0.2s ease;
}

.dashboard-sections .desktop-table tbody tr:hover {
    background-color: rgba(79, 70, 229, 0.03);
}

/* Mobile Card View */
.dashboard-sections .mobile-cards {
    display: none;
    padding: 1rem;
}

.dashboard-sections .job-card {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.dashboard-sections .job-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.dashboard-sections .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.dashboard-sections .job-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.dashboard-sections .company-name {
    color: #6b7280;
    font-size: 0.875rem;
}

.dashboard-sections .card-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.dashboard-sections .card-info {
    display: flex;
    flex-direction: column;
}

.dashboard-sections .info-label {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.dashboard-sections .info-value {
    font-size: 0.875rem;
    color: #1f2937;
    font-weight: 500;
}

.dashboard-sections .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
}

.dashboard-sections .status-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dashboard-sections .status-applied {
    background-color: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.dashboard-sections .status-reviewed {
    background-color: rgba(6, 182, 212, 0.1);
    color: #06b6d4;
}

.dashboard-sections .status-interview {
    background-color: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.dashboard-sections .status-rejected {
    background-color: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.dashboard-sections .action-buttons {
    display: flex;
    gap: 0.5rem;
}

.dashboard-sections .action-btn {
    width: 32px;
    height: 32px;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.dashboard-sections .edit-btn {
    background-color: rgba(79, 70, 229, 0.1);
    color: #4f46e5;
}

.dashboard-sections .edit-btn:hover {
    background-color: #4f46e5;
    color: white;
}

.dashboard-sections .delete-btn {
    background-color: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.dashboard-sections .delete-btn:hover {
    background-color: #ef4444;
    color: white;
}

/* Mobile Menu Toggle */
.dashboard-sections .menu-toggle {
    display: none;
    position: fixed;
    top: 5rem;
    left: 1rem;
    z-index: 1;
    background-color: #0F1C3E;
    color: white;
    border: none;
    border-radius: 0.375rem;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/************PROFILE EDIT PAGE***********/


.dashboard-sections .main-content.for-profile .form-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.dashboard-sections .main-content.for-profile .form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.dashboard-sections .main-content.for-profile .form-title {
    color: #2c3e50;
    font-size: 28px;
    font-weight: 600;
}

.dashboard-sections .main-content.for-profile .user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0F1C3E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    box-shadow: 0 3px 10px rgba(52, 152, 219, 0.3);
}

.dashboard-sections .main-content.for-profile .form-section {
    margin-bottom: 30px;
}
.dashboard-sections .main-content .cv-form-container .form-section{
    border-top: 10px #0f1c3e solid;
    margin-top: 30px;
    padding-top: 20px;
}

.dashboard-sections .main-content.for-profile .section-title {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.dashboard-sections .main-content.for-profile .section-title::before {
    content: '';
    width: 4px;
    height: 20px;
    background-color: #0F1C3E;
    margin-right: 10px;
    border-radius: 2px;
}

.dashboard-sections .main-content.for-profile .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.dashboard-sections .main-content.for-profile .form-group {
    flex: 1;
    min-width: 250px;
}

.dashboard-sections .main-content.for-profile label {
    display: block;
    margin-bottom: 0px;
    font-weight: 500;
    color: #555;
    font-size: 14px;
}

.dashboard-sections .main-content.for-profile input, .dashboard-sections .main-content.for-profile select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fafafa;
}

.dashboard-sections .main-content.for-profile input[type="radio"]{
    width: auto;
}

.dashboard-sections .main-content.for-profile input:focus, .dashboard-sections .main-content.for-profile select:focus {
    border-color: #0F1C3E;
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
    background-color: #fff;
}

.dashboard-sections .main-content.for-profile .radio-group {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.dashboard-sections .main-content.for-profile .radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dashboard-sections .main-content.for-profile .radio-option:hover {
    border-color: #0F1C3E;
    background-color: #e6ecfc;
}

.dashboard-sections .main-content.for-profile .radio-option input[type="radio"] {
    width: auto;
    margin: 0;
}

.dashboard-sections .main-content.for-profile .radio-option input[type="radio"]:checked + label {
    color: #0F1C3E;
}

.dashboard-sections .main-content.for-profile .btn-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.dashboard-sections .main-content.for-profile .btn {
    background-color: #0F1C3E;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dashboard-sections .main-content.for-profile .btn:hover {
    background-color: #FDCE04;
    transform: translateY(-2px);
}

.dashboard-sections .main-content.for-profile .btn-secondary {
    background-color: #95a5a6;
}

.dashboard-sections .main-content.for-profile .btn-secondary:hover {
    background-color: #0F1C3E;
}

/************PROFILE VIEW PAGE START HERE***********/

.dashboard-sections .main-content.view-profile .profile-header {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dashboard-sections .main-content.view-profile .profile-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #f5f8ff;
    margin-right: 30px;
}

.dashboard-sections .main-content.view-profile .profile-info {
    flex: 1;
}

.dashboard-sections .main-content.view-profile .profile-name {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0F1C3E;
}

.dashboard-sections .main-content.view-profile .profile-type {
    display: inline-block;
    background-color: #f5f8ff;
    color: #0F1C3E;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

/* Action Buttons */
.dashboard-sections .main-content.view-profile .action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.dashboard-sections .main-content.view-profile .btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.dashboard-sections .main-content.view-profile .btn-primary {
    background-color: #0F1C3E;
    color: white;
}

.dashboard-sections .main-content.view-profile .btn-primary:hover {
    background-color: #0F1C3E;
}

.dashboard-sections .main-content.view-profile .btn-outline {
    background-color: transparent;
    border: 1px solid #0F1C3E;
    color: #0F1C3E;
}

.dashboard-sections .main-content.view-profile .btn-outline:hover {
    background-color: #f5f8ff;
}

.dashboard-sections .main-content.view-profile .btn i {
    margin-right: 8px;
}

/* Profile Details Grid */
.dashboard-sections .main-content.view-profile .profile-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.dashboard-sections .main-content.view-profile .detail-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.dashboard-sections .main-content.view-profile .detail-card h3 {
    color: #0F1C3E;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f5f8ff;
    font-size: 1.2rem;
    font-weight: 600;
}

.dashboard-sections .main-content.view-profile .detail-item {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.dashboard-sections .main-content.view-profile .detail-item:last-child {
    margin-bottom: 0;
}

.dashboard-sections .main-content.view-profile .detail-icon {
    width: 40px;
    color: #0F1C3E;
    margin-right: 15px;
    font-size: 18px;
    text-align: center;
}

.dashboard-sections .main-content.view-profile .detail-content {
    flex: 1;
}

.dashboard-sections .main-content.view-profile .detail-label {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}

.dashboard-sections .main-content.view-profile .detail-value {
    font-weight: 500;
    font-size: 1rem;
}

/* Promo Banner */
.dashboard-sections .main-content.view-profile .promo-banner {
    background: linear-gradient(135deg, #0F1C3E, #6a82fb);
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.dashboard-sections .main-content.view-profile .promo-banner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(74, 108, 247, 0.3);
}

.dashboard-sections .main-content.view-profile .promo-banner i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.dashboard-sections .main-content.view-profile .promo-text {
    font-size: 1.3rem;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-sections .main-content.view-profile .profile-header {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .dashboard-sections .main-content.view-profile .profile-avatar {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .dashboard-sections .main-content.view-profile .profile-details {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .dashboard-sections .main-content.view-profile .action-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .dashboard-sections .main-content.view-profile .btn {
        width: 100%;
        justify-content: center;
    }
    
    .dashboard-sections .main-content.view-profile .detail-card {
        padding: 20px;
    }
    
    .dashboard-sections .main-content.view-profile .promo-banner {
        padding: 20px;
    }
    
    .dashboard-sections .main-content.view-profile .promo-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .dashboard-sections .main-content.view-profile .profile-name {
        font-size: 1.5rem;
    }
    
    .dashboard-sections .main-content.view-profile .profile-avatar {
        width: 120px;
        height: 120px;
    }
    
    .dashboard-sections .main-content.view-profile .detail-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .dashboard-sections .main-content.view-profile .detail-icon {
        margin-bottom: 10px;
    }
}










@media (max-width: 600px) {
    .dashboard-sections .main-content.for-profile .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .dashboard-sections .main-content.for-profile .form-group {
        min-width: 100%;
    }
    
    .dashboard-sections .main-content.for-profile .form-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dashboard-sections .main-content.for-profile .radio-group {
        flex-direction: column;
        gap: 10px;
    }
}



/* Responsive Styles */
@media (max-width: 768px) {
    .dashboard-sections .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dashboard-sections{
        padding-top: 0px;
    }

    .dashboard-sections .sidebar {
        position: fixed;
        left: -250px;
        height: 100vh;
        z-index: 150;
    }

    .dashboard-sections .sidebar.active {
        left: 0;
        top: 46px;
    }

    .dashboard-sections .main-content {
        margin-left: 0;
        padding: 1rem;
        padding-top: 4rem;
    }

    .dashboard-sections .header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .dashboard-sections .search-box {
        width: 100%;
    }

    /* Hide desktop table on mobile */
    .dashboard-sections .desktop-table {
        display: none;
    }

    /* Show mobile cards */
    .dashboard-sections .mobile-cards {
        display: block;
    }
}


/**************MEDIA QUERY************/

@media(max-width: 1200px){
    .search-container input[type="search"]{
        width: 75%;
    }
    .subscribe form input{
        width: 200px;
    }
}

@media(max-width: 1170px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px;
    }
    .search-container input[type="search"] {
        width: 73%;
    }
    .app-section h4{
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .subscribe form input {
        width: 170px;
    }
}

@media(max-width: 1080px){
    .college-content{
        padding: 20px;
    }
    .college-content h2{
        font-size: 18px;
        line-height: 22px;
    }
    .college-box img{
        width: 210px;
    }
    .college-box img{
        margin-right: 15px;
    }
}



@media(max-width: 1024px){
    .subscribe form button{
        padding: 12px 20px;
    }
    .search-container input[type="search"] {
        width: 71%;
    }
    .recentbox ul li a img{
        width: 100px;
    }
    .row.search-detail-rows ul li i{
        float: none;
    }
}

@media(max-width: 991px){
    .nav-logo-right {
        right: 80px;
        position: relative;
    }
    .nav-logo-right .dropbtn-js{
        margin-right: 0px;
        padding: 10px 20px 8px 10px;
    }
    .nav-logo-right .dropbtn-js::after{
        right: 5px;
    }
    .app-left img{
        margin-bottom: 10px;
    }
    .subscribe form button {
        padding: 12px 10px;
    }
    .college-box img{
        float: none;
        width: 100%;
        height: 220px;
    }
    .college-content{
        height: auto;
    }
    .contact-right ul li{
        margin-right: 20px;
    }
    .recent-box{
        margin-bottom: 30px;
    }
    .row.blog-left-rows{
        padding: 30px 15px;
    }
}

@media(max-width: 930px){
    .search-container input[type="search"] {
        width: 69%;
    }
    .subscribe form input {
        width: 100%;
    }
    .subscribe form button {
        padding: 12px 10px;
        width: 100%;
    }
    .hero-left h1{
        font-size: 45px;
        line-height: 50px;
    }
    .posting-section h4{
        padding-top: 0px;
    }
    .hero-left img{
        width: 100%;
    }
}

@media(max-width: 850px){
    .search-container input[type="search"] {
        width: 67%;
    }
    .organize-content h2{
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width: 780px){
    .search-container input[type="search"] {
        width: 65%;
    }
}

@media(max-width: 767px){
    .search-container{
        margin-right: 0px;
        display: flex;
    }
    .search-container i.fa-search{
        line-height: 50px;
    }
    .search-container input[type="search"] {
        width: 74%;
    }
    .hero-left{
        padding-top: 0px;
    }
    .hero-left h1{
        margin-bottom: 0px;
    }
    .hero-right{
        display: none;
    }
    .hero-section .overlay{
        background: none;
    }
    a.btn.btn-jobad{
        margin-bottom: 20px;
    }
    .subscribe form {
        float: none;
        margin-top: 0px;
        width: 100%;
    }
    .bottom-footer .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-socials ul{
        text-align: left;
        margin-bottom: 10px;
    }
    p.about-content{
        padding-right: 0px;
    }
    .message-img img,
    img.vision-img,
    img.mission-img,
    .about-img img{
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    img.vision-img{
        left: 0px;
        top: 0px;
        margin-top: 20px;
    }
    .about-section hr{
        margin: 15px 0;
    }
    .recentbox ul li{
        height: 120px;
    }
    .blog-left img{
        height: auto;
        margin-bottom: 20px;
    }
    .blog-box figure{
        height: auto;
    }
    .right-btn{
        text-align: left;
        margin-bottom: 20px;
    }
    .search-banner .search-form{
        width: 100%;
    }
    .row.jog-list-row img{
        max-width: 120px;
        margin-bottom: 20px;
    }
    a.btn.btn-apply{
        float: none;
    }
    .row.jog-list-row ul{
        margin-bottom: 20px;
    }
}

@media(max-width: 600px){
    .app-section h4,
    .posting-section h4,
    .hero-left h1{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .explore-city-section h2,
    .city-box h4,
    .explore-section h2,
    .feature-section h2{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .explore-city-section h2 a,
    .explore-section h2 a,
    .feature-section h2 a{
        top: 5px;
    }

    a.click-here{
        font-size: 18px;
        line-height: 22px;
    }
    .search-container input[type="search"] {
        width: 65%;
    }
    .hero-section{
        padding: 20px 0;
        min-height: auto;
    }
    .create-section,
    .search-section,
    .search-banner,
    .policy-section,
    .job-detail-section,
    .login-section,
    .contact-body,
    .college-secion,
    .blog-section,
    .about-section,
    .top-footer,
    .partner-section{
        padding: 30px 0;
    }
    .posting-section p{
        margin-bottom: 10px;
    }
    .app-section h4 span{
        display: inline-block;
    }
    .app-section{
        padding-top: 30px;
    }
    #counter,
    .posting-section,
    .explore-city-section,
    .explore-section,
    .feature-section{
        padding-bottom: 30px;
    }
    .posting-section .row{
        padding: 50px 30px 0px 30px;
    }
    a.navbar-brand,
    .navbar-brand img {
        width: 140px;
    }
    .clickmenus{
        top: 12px;
    }
    .fixed-top .clickmenus{
        top: 2px;
    }
    #counter .item span.span-plus,
    #counter .item .count{
        font-size: 28px;
        line-height: 34px;
    }
    #counter .item span.span-plus{
        padding-left: 0px;
    }
    .explore-box i.fa-pen-ruler, .explore-box i.fa-signal, .explore-box i.fa-bullhorn, .explore-box i.fa-coins, .explore-box i.fa-desktop, .explore-box i.fa-code, .explore-box i.fa-briefcase, .explore-box i.fa-users{
        margin-bottom: 15px;
    }
    .explore-box h4{
        height: auto;
    }
    .explore-box{
        padding: 20px;
    }
    .college-box img{
        height: 150px;
        margin-right: 0px;
    }
    .create-section .row.create-rows{
        padding: 30px 15px;
    }
    .login-section .row.login-rows,
    .contact-right,
    .contact-left{
        padding: 30px;
    }
    .search-right .search-title{
        margin-bottom: 0px;
    }
    .recentbox ul li a h5{
        line-height: 16px;
    }
}

@media(max-width: 575px){
    .feature-box,
    .explore-box,
    .city-box{
        margin-bottom: 20px;
    }
    .search-container{
        display: block;
    }
    .search-container input[type="search"] {
        width: 55%;
    }
    .search-container button{
        float: right;
    }
    #counter .item h3{
        font-size: 14px;
    }
    .college-box img{
        height: auto;
    }
    .pagination a {
        margin: 0;
        padding: 3px 8px;
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

@media(max-width: 550px){
    .row.search-detail-rows ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .row.search-detail-rows ul li h5 span{
        display: inline-block;
    }
    .row.jobdescript-row .nav-tabs>li a{
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width: 460px){
    .search-container{
        display: flex;
    }
}

@media(max-width: 450px){
    .search-container button{
        font-size: 12px;
    }
    .nav-logo-right{
        right: 50px;
    }
    .nav-logo-right ul li{
        padding-left: 0px;
    }
    .clickmenus{
        right: 12px;
    }
    a.navbar-brand{
        margin-right: 0px;
    }
    .posting-section img{
        height: 220px;
    }
    .downoad-box img {
        width: 100px;
    }
    .downoad-box h4{
        font-size: 14px;
        line-height: 18px;
    }
    .downoad-box{
        padding: 15px;
    }
    .nav-logo-right .dropdown-content-js a{
        font-size: 14px;
    }
    .nav-logo-right .dropdown-content-js{
        min-width: 140px;
    }
    .explore-city-section h2 a, .explore-section h2 a, .feature-section h2 a{
        display: block;
        float: none;
    }
}

@media(max-width: 420px){
    .organize-content h2{
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width: 400px){
    a.navbar-brand, .navbar-brand img {
        width: 100px;
    }
    .clickmenus {
        top: 11px;
        padding: 6px 12px 7px;
    }
    header.fixed-top .menu-section{
        padding: 5px 0 !important;
    }
    .fixed-top .clickmenus{
        top: 5px;
    }
    .search-container button{
        padding: 18px 10px;
    }
    .organize-box img {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0px;
    }
}

@media(max-width: 380px){
    #counter .item span.span-plus, #counter .item .count{
        font-size: 22px;
    }
    #counter .item h3{
        font-size: 12px;
    }
}