/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
::selection {
    background: #2398ff;
    color: #fff;
    text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
}
.primeColor{
	color: #2398ff;
}
.container-wrap{
	background-image: url(https://iceanimations.com/careers/wp-content/uploads/2024/07/patern.png);	
}
/* header */
#header-outer.small-nav #logo img, #header-outer.small-nav .logo-spacing img {
    height: 60px;
}
#header-outer[data-lhe="animated_underline"].transparent.dark-slide #top nav > ul > li > a .menu-title-text:after, #header-outer.dark-slide.transparent:not(.side-widget-open) #top nav>ul>li[class*="button_bordered"]>a:before, #header-outer.dark-slide .nectar-mobile-only.mobile-header li a .menu-title-text:after {
    border-color: #3452ff !important;
}

/* footer */
.footer-top{
	border-bottom: 1px solid #2398ff;
}
.before-footer{
    background-image: linear-gradient(#2398ff17, transparent);
    margin-top: 15%;
    position: relative;
}
.before-footer .shaddow {
    background: #2398ff;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 550px;
    height: 550px;
    filter: blur(310px);
    z-index: -99;
	border-radius: 50%;
}
.social_media {
    position: unset;
    display: inline-block;
	margin-bottom: 20px !important;
}
.social_media a{
	display:inline-block;
}
.social_media a i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
	color: #000;
    border-color: #0000004d;
}
.social_media a:hover i{
    color: #2398ff !important;
    border-color: #2398ff !important;
}
.footer{
	margin-bottom: 0px !important;
}
.footer p, .footer a {
   font-size: 17px;
	color: #000000;
}
.footer a:hover{
	color: #2398ff;
}
.footer .fheading{
	font-weight: 500;
    font-size: 30px !important;
    text-transform: uppercase;
}
.footer ul{
	margin: 0;
    padding: 0;
}
.footer ul li{
	list-style: none !important;
}
.footer .contactInfo li {
    position: relative;
    padding-left: 39px;
	margin: 10px 0;
}
.footer .contactInfo li i {
    width: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer .footerList li {
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
	margin: 10px 0;
}
.footer .footerList li:before {
    content: "\f061";
    font-family: FontAwesome;
    font-weight: 100;
    font-size: 12px;
    color: #2398ff;
    position: absolute;
    left: 0;
    top: 0px;
}
.copyright{
	border-top: 1px solid #2398ff;
}
.copyright p{
	font-size:15px;
	padding-bottom: 0;
}
#page-header-bg h1, .nectar-box-roll .overlaid-content h1{
	margin-bottom:30px;
}
#header-outer.small-nav #logo, #header-outer.small-nav .logo-spacing {
   margin-top: 20px;
   margin-bottom: 20px;
}
#header-outer.small-nav .container{
   padding: 0 20px !important;
}
/* jobs */


.awsm-grid-item .awsm-job-item {
	font-size: 19px;
    line-height: 29px;
    color: #272627;
	background-color: #ffffff;
	padding: 20px 20px !important;
    margin-bottom: 30px;
    box-shadow: none !important;
    border: 1px solid #2398ff;
    border-radius: 10px !important;
}
.awsm-job-item .awsm-job-more-container{
	padding-top:15px;
}
.awsm-job-item:hover {
	color: #ffffff;
    background-color: #2398ff;
}
.awsm-job-item:hover .awsm-job-post-title, .awsm-job-item:hover .awsm-job-specification-item {
	color: #ffffff;
}
.toggle>.toggle-title a{
	color: #272627 !important;
	background-color: #ffffff !important;
	border: 1px solid #2398ff !important;
}
.toggle.open>.toggle-title a{
    color: #fff !important;
	background-color: #2398ff !important;
}
.toggle.open>.toggle-title a i {
    color: #fff !important;
}

.cursorFollowerDot {
  position: fixed;
  width: 0.8rem;
  height: 0.8rem;
  background: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  mix-blend-mode: difference;
  z-index: 999;
  pointer-events: none;
}


