/*
Theme Name: Themify Ultra Child
Theme URI: https://themify.me/themes/ultra/
Template: themify-ultra
Author: Themify
Author URI: https://www.themify.me
Description: Use Ultra theme to create professional sites quickly and easily (landing pages, portfolio, blog, corporate, ecommerce, and more). It includes a bunch of header/footer layout options and pre-built demos that you can import to your site. Read Ultra documentation for more information.
Tags: themify,featured-images,translation-ready,custom-menu,sidebar
Version: 7.1.1.1675221929
Updated: 2023-01-31 19:25:29

*/

/* SHOW JOB SECTION CSS ON CAREER PAGE */
.jobs_block .jobBlock {
    margin-bottom: 60px !important;
}
#popup {
	display : none !important;
}
.jobBlock h4 {
	font-size : 1.4rem !important ;
    font-weight: 600;
    line-height: 1.6;
}
.jobBlock p {
	font-size : 1.3rem !important ;
    font-weight: 600;
}
.learnMore {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 30px;
	color: #475964;
}
.learnMore a {
	color: #475964;
}
.dots {
    display: inline-block;
    width: 100px;
    vertical-align: unset;
}
 .dots .dot {
    background-color: #939c9f;
}
.dots .dot {
    border-radius: 50%;
    display: inline-block;
    margin-left: 18px;
    vertical-align: middle;
}
.dots .dot:nth-child(1) {
    width: 9px;
    height: 9px;
}
.dots .dot:nth-child(2) {
    width: 6px;
    height: 6px;
}
.dots .dot:nth-child(3	) {
    width: 3px;
    height: 3px;
}


.dot {
  
}

@keyframes loading-dot {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

.learnMore:hover .dot:nth-child(1) {
	animation: loading-dot 1s ease-in-out infinite;
  animation-delay: 0s;
}

.learnMore:hover .dot:nth-child(2) {
	animation: loading-dot 1s ease-in-out infinite;
  animation-delay: 0.5s;
}

.learnMore:hover .dot:nth-child(3) {
	animation: loading-dot 1s ease-in-out infinite;
  animation-delay: 1s;
}



