X3ND1 GANTENG
Server IP : 108.163.255.210  /  Your IP : 3.147.78.185
Web Server : Apache
System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
User :  ( 1172)
PHP Version : 7.2.34
Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/unilinki/public_html/csrability.in/public/assets/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ BERANDA ]     

Current File : /home/unilinki/public_html/csrability.in/public/assets/css/custom.css
/*

::Table Of Contents



1.) Global Settings And Bootstrap Overwrites

2.) Header Section Style

3.) Home Page Content

4.) Media Query Condition

===========================================================*/



/*

1.) Global Settings And Bootstrap Overwrites

===========================================================*/

:root {

    --light: #8ab0e4;

    --primary: #3a7ad2;

    --darkPrimary: #27528d;

    --baseColor: #333333;

    --success:#f1f6ff;

}

html {

    font-size:13px;

}

body {

    font-family: 'Montserrat', sans-serif;

    color: var(--baseColor);

    font-weight: bold;
    
    font-size : 1rem;

}

.container {

    max-width: 1200px;

    width: 100%;

}

.bg-primary, #header .nav-link:after, .animatedIcon span {

    background-color: var(--primary) !important;

}

.bg-success {

    background-color: var(--success) !important

}

.text-light {

    color: var(--light) !important;

}

.base-color, #header .nav-link {

    color: var(--baseColor);

}

#header .nav-link:hover, #header .nav-link:focus, #header .nav-link.active {

    color:var(--primary);

}

.darkPrimary, .darkPrimary:hover, .darkPrimary:focus {

    background-color: var(--darkPrimary);

}

.darkPrimary, .darkPrimary:hover, .darkPrimary:focus {

    border-color: var(--darkPrimary) !important;

}

.btn:focus {

    box-shadow: none !important;

}

.bg-primary .text-white {

    opacity: 0.8;

}

.bg-primary a.text-white:hover, .bg-primary a.text-white:focus {

    opacity: 1;

}

.btn-outline-secondary {

    border-color:#ced4da;

    color:#ced4da;

}

/*

2.) Header Section Style

===========================================================*/

.socialMedia {

    font-size:1.5rem;

}

.darkPrimary {

    padding:0.5rem;

}

.animatedIcon {

    width: 30px;

    height: 20px;

    position: relative;

    margin: 0px;

    transform: rotate(0deg);

    transition: .5s ease-in-out;

    cursor: pointer;

}

.animatedIcon span {

    display: block;

    position: absolute;

    height: 3px;

    width: 100%;

    border-radius: 9px;

    opacity: 1;

    left: 0;

    transform: rotate(0deg);

    transition: .25s ease-in-out;

}

.animatedIcon span:nth-child(1) {

    top: 0px;

}

.animatedIcon span:nth-child(2), .animatedIcon span:nth-child(3) {

    top: 10px;

}

.animatedIcon span:nth-child(4) {

    top: 20px;

}

.animatedIcon.open span:nth-child(1) {

    top: 11px;

    width: 0%;

    left: 50%;

}

.animatedIcon.open span:nth-child(2) {

    transform: rotate(45deg);

}

.animatedIcon.open span:nth-child(3) {

    transform: rotate(-45deg);

}

.animatedIcon.open span:nth-child(4) {

    top: 11px;

    width: 0%;

    left: 50%;

}

#header .navbar {

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

    background: #fff;

}

#header .nav-link {

    padding-top: 1rem;

    padding-bottom: 1rem;

    position: relative;

}

#header .nav-link:after {

    content: '';

    width: 100%;

    height: 5px;

    position: absolute;

    left: 0;

    bottom: 0;

    opacity: 0;

    transition: opacity 0.3s;

}

#header .nav-item:hover .nav-link:after, #header .nav-link.active:after {

    opacity: 1;

}

.has-search .form-control {

    padding-left: 2.375rem;

}



.has-search .form-control-feedback {

    position: absolute;

    z-index: 2;

    display: block;

    width: 2.375rem;

    height: 2.375rem;

    line-height: 2.375rem;

    text-align: center;

    pointer-events: none;

    color: #aaa;

}

/*

3.) Home Page Content

===========================================================*/

#content {

    min-height: 100vh;
    /*margin-top: 275px;*/
    margin-top: 140px;

}

.eventDetails {

    bottom:20px;

    left:10px;

    text-align: left;

    right: auto;

}

.eventDetails time, .eventDetails h6 {

    font-size:0.85rem;

}

.eventDetails .bg-light {

    background-color: rgba(255,255,255,0.8) !important;

}

.carousel-indicators {

    justify-content: flex-end;

    margin-right: 15px;

    margin-bottom: 15px;

}

.carousel-indicators li {

    width:15px;

    height: 15px;

    border-radius:50%;

    opacity: 1;

    border:1px solid #fff;

    background-color: #000;

}

.carousel-indicators li.active {

    background-color: #fff;

}

.jobList li {

    display: flex;

    margin-bottom: 2rem;

    align-items: center;

}

.jobList li h5 {

    font-size:1.1rem;

    font-weight: 600;

}

.jobList li h6 {

    font-size:1rem;

    font-weight: 400;

}

.news li {

    padding-bottom:2rem;

    margin-bottom:2rem;

    border-bottom:1px solid #e3dcdc;

}

.news li:last-child {

    border-bottom: none;

    margin-bottom: 0;

    padding-bottom:0;

}

.news li time {

    color: #999;

}

.csrEvents {

    background:url(../img/csr-events.jpg) no-repeat;

    background-size: cover;

}

.csrEvents .news li {

    margin-bottom:1rem;

    padding-bottom: 1rem;

}

.csrEvents .news li:last-child {

    margin-bottom: 0;

    padding-bottom: 0;

}

.carousel-control-next, .carousel-control-prev {

    display: flex;

    align-items: center;

    justify-content: center;

    bottom:25px;

    top: auto;

    width:40px;

    height: 40px;

    background-color: #fff;

    border-radius:50%;

    font-size:1rem;

    color:var(--primary);

    opacity: 1;

}

.carousel-control-next:hover, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-prev:focus {

    opacity: 1;

    color:var(--primary);

}

.carousel-control-next {

    right:30px;

}

.carousel-control-prev {

    left: auto;

    right:80px;

}

/*

4.) Job Page Content

===========================================================*/

.jobPost {

    left:0;

    top:0;

    max-width:160px;

}

.filterLabel {

    min-width: 72px;

}

.location {

    font-size:1rem;

    position: relative;

    padding-left:1rem;
    
    line-height: 1.5;

}

.location::before {

    content: '';

    position: absolute;

    left: 0;

    top:50%;

    width:5px;

    height:5px;

    background-color:#a09d9d;

    transform: translateY(-50%)

}

.moreDetails {

    font-size:0.8rem;

}

.moreDetails a:hover {

    text-decoration: none;

}

.moreDetails i {

    font-size:1rem;

    margin-bottom: 0.5rem;

}

.pagination .page-item {

    margin-left: 3px;

}

.page-item:first-child .page-link, .page-item:last-child .page-link, .page-item .page-link {

    border-radius:0.25rem;

    min-width:30px;

    text-align: center;

}

.rfpThumbnail, .rfpHeader {

   min-height: 80px;

}

/*

4.) Media Query Conditions

===========================================================*/

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

    .text-xs-center {

        text-align: center;

    }

}

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

    .form-inline .custom-select, .form-inline .input-group {

        width:100%;

    }

}

@media only screen and (min-width:1200px) {

    #header .navbar {

        padding-top: 0;

        padding-bottom: 0;

        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        
        background-color: #fff;

    }

    #header .nav-item {

        margin-left:2.5rem;

        /*margin-right: 1.25rem;*/

    }

    #header .nav-link {

        padding:2.5rem 0;

    }

}


/*

Bhawesh Styles

===========================================================*/


.postjob-banner{
    background-image: url(../img/job-banner1.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;  
    height: 200px;
    padding-top: 40px;
}

.postjob-content{
    bottom: 60px;
    position: relative;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
}

.select-job-date{
    margin-right: 20px;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.job-description-area{
    height: 250px !important;
}

.hide{display:none;}

.upload-poster {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bbbbbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.organisation-logo{
    width: 200px;
    height: 200px;
    border: 1px solid #bbbbbb;
    margin-top: 20px;
}


.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bbbbbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-preview{
    color: #007bff;
    background-color: #fff;
    border-color: #007bff;
}

.progress-section{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
}

.progress-area{
    background-color: #efefef;
    padding: 30px 15px;
}

.progress-area h5{
    font-size: 16px;
    font-weight: bold;
}

.progress{
    background-color: #d7d7d7;
    height: 5px;
}

.progress p{
    color: #000;
    position: absolute;
    top: 67px;
}

.complete-progress{
    position: absolute;
    right: 0%;
    top: 35px;
    right: 15px;
}

.progress-section h2{
    color: #3a7ad2;
    font-weight: bold;
    font-size: 30px;
}

.progress-section h4{
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.progress-section p{
    font-size: 11px;
}

.personal-section{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    margin-top: 25px;
    padding: 25px 0px;
}

.personal-section h5{
    font-size: 20px;
    font-weight: bold;
}

.personal-section img{
    width: 100px;
    height: 100px;
}

.personal-section h2{
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}

.personal-section p{
    font-size: 14px;
}

.sidebar-area{
    background-color: #f6f6f6;
    padding: 30px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
}

.sidebar-area h5{
    font-size: 16px;
    font-weight: bold; 
    padding: 10px; 
    width: 100%;  
    background-color: #eae8e9;
    border-left: 3px solid #3a7ad2;
    padding: 10px;
    color: #000;
}

.sidebar-area a{
    text-decoration: none;
}

.sidebar-area p{
    color: #000;
    padding: 6px 15px;
}

.email-caption{
    font-size: 14px;
    font-weight: 500;
}

.social-login{
    background-color: #f8f6f7;
    text-align: center;
    padding: 5px;
}

.social-login h4{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.social-login img{
    width: 60px;
    height: 60px;
}

.login-option{
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding: 10px 10px 2px;
    border-radius: 50px;
    text-align: center;
}

.register-form h2{
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.register-form .form-control{
    margin: 8px 0px;
    height: 40px !important;
}

.register-form .btn-primary{
    margin-top: 20px;
}

.custom-profile h1{
    font-size: 20px;
    font-weight: bold;
}

.custom-profile h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.custom-profile .profile-image{
    width: 100%;
    height: 140px;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: top;
}

.custom-profile p{
    font-size: 15px;
    color: #9a1515;
    text-align: center;
    position: relative;
    bottom: 15px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 100%;
}
.styled-checkbox + label:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 140px;
  background: transparent;
}
.styled-checkbox:hover + label:before {
  background: transparent;
}
.styled-checkbox:focus + label:before {
  box-shadow: none;
}
.styled-checkbox:checked + label:before {
  background: transparent;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '\f00c' !important;
  font-family: FontAwesome !important;
  font-weight: bold;
  font-size: 60px;
  color: #9a1515;
  text-align: center;
  background: transparent;
  position: relative;
  top: 15px;
}

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

.centered {
  width: 300px;
  margin: auto;
}

.title {
  text-align: center;
  color: #4571ec;
}

#interest-popup {
    width: 90%;
    height: auto;
    background: #FFFFFF;
    border: 5px solid #000;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;
    position: absolute;
    z-index: 99;
    margin: 100px 70px;
}

@media only screen and (max-width:768px) {
    #interest-popup {
        margin: 100px 5px;
    }
}


/********************  New Styles  **************************/

.post-new-job{
    background-color: #deeead;
    padding: 8px 15px;
    border: 3px solid #d5d5d56b;
}

.seekers-new-job{
    background-color: #ff07074f;
    padding: 8px 15px;
    border: 3px solid #d5d5d56b;
}

.premium-jobs{
    background-color: #fff;
    border: 15px solid #b9bdea;
}

.premium-jobs h4{
    background-color: #b9bdea;
    padding-bottom: 10px;
    color: #fff;
}

.premium-jobs .faetured-jobs{
     padding: 0px 15px;
     border-bottom: 2px solid #b9bdea;
}

.premium-jobs .faetured-jobs a h6{
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

.highlighted-jobs{
    background-color: #fbdaa426;
    border: 16px solid #fbdaa4;
}

.highlighted-jobs h4{
    background-color: #fbdaa4;
    padding-bottom: 10px;
}

.highlighted-jobs .prime-jobs{
     padding: 0px 15px;
     border-bottom: 2px solid #fbdaa4;
}

.highlighted-jobs .prime-jobs a h6{
    color: #a28e53;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

.scrape-jobs{
    background-color: #fafafa;
    padding: 15px 15px;
    border: 1px solid #d5d5d56b;
}

.scrape-jobs a h6{
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.featured-jobseekers{
    background-color: #fff;
    border: 10px solid #3a7ad25e;
}

.featured-jobseekers h4{
    background-color: #3a7ad25e;
    padding-bottom: 10px;
}

.featured-jobseekers .jobseekers{
     padding: 0px 15px;
     border-bottom: 2px solid #3a7ad25e;
}

.featured-jobseekers .jobseekers h5{
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

.highlighted-rfps{
    background-color: #fafafa;
    padding: 15px 15px;
    border: 1px solid #d5d5d56b;
}

.highlighted-rfps .input-group{
    background-color: #3a7ad25e !important;
}

.highlighted-rfps h4{
    background-color: #3a7ad25e;
    padding-bottom: 10px;
    padding-top: 20px;
}

.highlighted-rfps .jobDetail{
     padding: 0px 15px;
     border-bottom: 2px solid #3a7ad25e;
}

.highlighted-rfps .jobDetail a h6{
    color: #a28e53;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

/* search box*/

#search-form_3 {
background: #e1e1e1; /* Fallback color for non-css3 browsers */
width: 100%;

/* Gradients */
background: -webkit-gradient( linear,left top, left bottom, color-stop(0, rgb(243,243,243)), color-stop(1, rgb(225,225,225)));
background: -moz-linear-gradient( center top, rgb(243,243,243) 0%, rgb(225,225,225) 100%);

/* Rounded Corners */
border-radius: 17px;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;

/* Shadows */
box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
}

/*** TEXT BOX ***/
.search_3{
background: #fafafa; /* Fallback color for non-css3 browsers */

/* Gradients */
background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
border: 0;
border-bottom: 1px solid #fff;
border-right: 1px solid rgba(255,255,255,.8);
font-size: 16px;
margin: 4px;
padding: 5px;
width: 70%;

/* Rounded Corners */
border-radius: 17px;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;

/* Shadows */
box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
}

/*** USER IS FOCUSED ON TEXT BOX ***/
.search_3:focus{
outline: none;
background: #fff; /* Fallback color for non-css3 browsers */

/* Gradients */
background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
}

/*** SEARCH BUTTON ***/
.submit_3{
background: var(--primary) !important;
border: 0;
color: #eee;
cursor: pointer;
float: right;
font-weight: bold;
height: 33px;
margin: 4px 4px 0;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
width: 25%;
outline: none;

/* Rounded Corners */
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;

/* Shadows */
box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
-moz-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
-webkit-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
}
/*** SEARCH BUTTON HOVER ***/
.submit_3:hover {
background: #4ea923; /* Fallback color for non-css3 browsers */

/* Gradients */
background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(89,222,27)), color-stop(0.15, rgb(83,179,38)), color-stop(0.8, rgb(66,143,27)), color-stop(1, rgb(54,120,22)));
background: -moz-linear-gradient( center top, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
}
.submit_3:active {
background: #4ea923; /* Fallback color for non-css3 browsers */

/* Gradients */
background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(89,222,27)), color-stop(0.15, rgb(83,179,38)), color-stop(0.8, rgb(66,143,27)), color-stop(1, rgb(54,120,22)));
background: -moz-linear-gradient( center bottom, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
}


.detailed-jobs{
    background-color: #fff;
    padding: 25px 15px;
    border: 15px solid #3a7ad21f;
}

.detailed-jobs .job-title{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.detailed-jobs .organisation{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    color: #777373;
}

.detailed-jobs .location{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.social-share{
    text-align: center;
    margin-top: 20px;
}

.social-share .fa-facebook-f{
    font-size: 18px;
    color: #8c8c8c;
}

.social-share .fa-linkedin-in, .social-share .fa-twitter, .social-share .fa-envelope{
    font-size: 20px;
    color: #8c8c8c;
    padding-left: 15px;
}

/*.relevant-sector{*/
/*    background-color: #3a7ad21f;*/
/*    padding: 10px 20px;*/
/*    margin: 20px auto;*/
/*}*/

/*.relevant-sector p{*/
/*    margin-bottom: 0px;*/
/*    text-transform: capitalize;*/
/*    font-weight: 600;*/
/*}*/

/*.relevant-sector p span{*/
/*    margin-left: 50px;*/
/*    font-weight: 100;*/
/*}*/

.detailed-description strong{
    margin-top: 20px;
}

.detailed-description h5{
    font-weight: bold;
    margin-top: 40px;
}

.detailed-description p{
    font-weight: 500;
    margin-top: 20px;
}

.detailed-description .important-link{
    font-size: 17px;
    font-weight: bold;
}

.subscription-area{
    width: 100%;
    height: 350px;
    background-color: #f2efef;
    padding: 25px 15px;
}

.subscription-area h2{
    text-align: center;
}

.subscription-area h5{
    text-align: center;
    margin-bottom: 50px;
}

.subscription-plans{
    position: relative;
    bottom: 180px;
}

.subscription-plans a{
    text-decoration: none;
    color: #000;
    font-weight: 500;;
}

.subscription-box{
    width: 100%;
    height: 300px;
    background-color: #fff;
    padding: 25px 15px;
    border: 2px solid #d5d5d56b;
    text-align: center;
    margin-bottom: 30px;
}

.subscription-box p{
    font-size: 20px;
    color: gray;
    text-transform: uppercase;
}

.subscription-box h5 span{
    font-size: 30px;
    position: relative;
    top: 7px;
    left: 5px;
}

.subscription-box h4{
    font-size: 15px;
    padding-top: 20px;
}

.subscription-box h3{
    font-size: 15px;
    font-weight: bold;
    padding-top: 22px;
}


.business-box{
    width: 100%;
    height: 330px;
    background-color: #fff;
    padding: 0px;
    border: 2px solid #25b134;
    text-align: center;
    position: relative;
    bottom: 30px;
}

.business-box p{
    font-size: 20px;
    color: #25b134;
    text-transform: uppercase;
    margin-top: 25px;
}

.business-box h5 span{
    font-size: 30px;
    position: relative;
    top: 7px;
    left: 5px;
}

.business-box h4{
    font-size: 15px;
    padding-top: 20px;
    padding: 20px 15px 0px 15px;
}

.business-box h3{
    font-size: 15px;
    font-weight: bold;
    padding-top: 22px;
}

.business-box h6{
    background: #25b134;
    color: #fff;
    font-size: 16px;
    padding: 5px;
}


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 30px auto;
    padding: 15px;
    border-radius: 5px;
    width: 49%;
    position: absolute;
    left: 35%;
    /* transition: all 5s ease-in-out; */
}
.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 35px;
    left: 25px;
    background: #00495d;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 0px 5px;
}
.search {
    position: absolute;
    top: 19px;
    left: 45%;
    /* background: #ce00ff; */
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    padding: 0px 5px;
}

.popup .close:hover {
    color: #ffffff;
}
.popup .content {/* max-height: 30%;
*/overflow: auto;border-top: 2px dashed #d1d6d8;margin-top: 16px;}
.div1 {
    width: 50%;
    padding: 20px;
    /* float: left; */
    height: auto;
    background:#fff;
    border-radius: 25px;
}


.content h3 { text-align: center;
    margin: 15px 0 -1px 0;
    text-transform: uppercase;
    color: #00495d;
}
@media screen and (max-width: 1024px) {
.box {
    width: 70%;
}
.popup {
    width: 70%;
    left:20%;
}
.div1 {
    width: 70%;
    padding: 20px;
    float: left;
}

}

/* sticky button */ 
    
#feedback {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
    display: block;
    background: var(--primary);
    height: 52px;
    padding-top: 10px;
    width: 155px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
#feedback a:hover {
    background: var(--darkPrimary);
}

.contact-enquiry{
    background: #fff;
    width: 100%;
}
.contact-enquiry .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 15%;
    margin-top: -6%;
    transform: rotate(29deg);
}
.contact-enquiry form{
    padding: 10% 3% 3%;
}

.contact-enquiry h3{
    margin-bottom: 3%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-enquiry .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #0062cc;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
  position: relative;
  z-index: 1;
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #005bea;
  background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
  background: -o-linear-gradient(bottom, #005bea, #00c6fb);
  background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
  background: linear-gradient(bottom, #005bea, #00c6fb);
  opacity: 0.9;
}

.user-name{
    font-size: 18px;
    font-weight: bold;
}

.user-location{
    font-size: 16px;
    font-weight: 500;
}

.update-profile{
    font-size: 14px;
    font-weight: 500;
}

.update-profile label{
    font-weight: bold;
}

h4 strong{
    text-transform: uppercase;
    font-size: 18px;
}

.prime-social{
    font-size: 25px;
    text-align: left;
}
.prime-social a{
    text-decoration: none;
}

.prime-social a .fa-facebook-square{
    color: #3b5999;
}

.prime-social a .fa-twitter-square{
    color: #1da1f2;
}

.prime-social a .fa-linkedin{
    color: #0073b0;
}

.knowledge-box{
    border: 2px solid rgba(0, 0, 0, 0.23);
    padding: 10px;
    border-radius: 10px;
    margin: 15px auto;
    transition: box-shadow .3s;
    cursor: pointer;
}

.knowledge-box:hover {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.23); 
}


.knowledge-box h4{
    color: #3a7ad2;
    font-weight: bold;
    text-transform: uppercase;
}

.knowledge-box p{
    color: #000;
}

.knowledge-box .badge, .sidebar-area .badge, #knowledge-box .badge{
    background-color: #3a7ad2;
    color: #fff;
    border-radius: 50px;
    padding: 5px 8px;
    float: right;
}

.personal-section a{
    text-decoration: none;
}

form .input-group{
    flex-wrap: inherit !important;
}

.personal-section .active {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

@media (min-width: 768px){
    .col-md-7 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-md-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.knowledge-section a{
    text-transform: uppercase;
    color: #007bff;
    font-weight: 600;
}

#knowledge-box ul{
    list-style-type: decimal;
}

.badge{
    background-color: #3a7ad2;
    color: #fff;
    border-radius: 50px;
    padding: 5px 8px;
    float: right;
}

.utility-banner{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    padding-top: 80px;
    text-transform: uppercase;
}

.rfpHeader p{
    word-break: break-word;
}

.detailed-description p a{
    word-break: break-word;
}

.footer-secondary p{
    font-size: 15px;
    padding-top: 14px;
}

.footer-poweredby{
    font-size: 15px;
    padding-top: 7px !important;
}

.footer-social{
    font-size: 20px;
}

.footer-socialMedia {

    font-size:1.5rem;
    padding-top: 8px;
    font-weight: bold;

}

@media only screen and (max-width:575px) {
    .footer-socialMedia {
        font-size: 1.5rem;
        padding-top: 8px;
        text-align: center;
    }

    .footer-secondary p{
        text-align: center;
    }
}

/* Slider */

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

.slick-slide img {
    width: 100%;
    height: 100px;
    margin-top: 10px;
}

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

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.advertisement-position{
    position: absolute;
    top: 0px;
    display: inline-block;
    color: #fff !important;
    width: max-content;
    padding-top: 10px;
}

.brand-logo{
    width: 60px;
    height: 25px;
}

.knowledge-sidebar{
    border: none !important;
    padding: 0;
    border-radius: 10px;
    margin: 0px auto;
    transition: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

Anon7 - 2022
SCDN GOK