/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}
body,
html {
	width: 100%;
	height: 100%;
	background-color: #fafafa !important;
	font-family: Helvetica !important;
	font-size: 16px;
	line-height: 1.5rem;
  letter-spacing: .5px;
}
a {
  color: #009ad4;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: Helvetica;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 0px 0;
  overflow: hidden;
}

.section-header {
  padding-bottom: 15px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #009ad4;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #193a67;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs-search {
  padding: 15px 0;
  margin: 10px 0px;
}
.breadcrumbs {
  padding: 75px 0 10px 0;
  background: #193a67;
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 31px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #009ad4;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color:#6776f4;
  line-height: 0;
}

.back-to-top i:hover {
  color: #212529;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #ffffff;
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #193a67;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
/* .navbar {
  padding: 0;
} */

/* .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
} */

.navbar li {
  position: relative;
}
.help-icon-size21 {
  padding: 14px 10px !important;
}
.navbar .getstarted:hover {
  color: #fff;
  background: #5969f3;
}

/* .navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
} */

.navbar .dropdown ul li {
  min-width: 200px;
}

/* .navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
} */

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #009ad4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1186px) {
  .mobile-nav-toggle {
    display: block;
  }

  /* .navbar ul {
    display: none;
  } */
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #0094D3;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px 10px 10px;
  font-size: 15px;
  color: #193a67;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #009ad4;
}

.navbar-mobile .getstarted {
  margin: 5px;
  width: 7rem;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #009ad4;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.form-bg {
  padding: 0px;
  margin-bottom: 10px;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
  margin-right: 10px;
}

#search-form .form-control {
  border: none;
  padding: 9px;
  margin: 0px;
}

#search-form input[type='text'] {
  margin: 0px 1px;
}

.top-search-btn {
  background: #009ad4;
  padding: 6px;
  margin-left: 5px;
  border-radius: 0px;
  color: #fff;
  margin:4px 0 ;
  width: 100%;
}

.form-check-inline label {
  color: #163866;
  text-transform: none;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
}

.hero {
  width: 100%;
  height: auto;
  background: url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/images/brand-bg.png) top center no-repeat;
  background-size: cover;
}
.hero-left-section{
  width: 90%;
}
.hero h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  font-family: inherit;
}

.hero h2 {
  color: #ffffff;
  margin: 20px 0;
  font-size: 21px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 21px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #009ad4;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 70px 0 10px 0;
  }

  .hero .hero-img {
  display: none;
  }

  .hero-2{
    padding-top: 30px;
  }
  .form-bg p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5rem;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }
}
@media (max-width: 1430px){
  .hero-left-section{
    width: 100%;
  }
}

@media (max-width: 1200px){
  .hero h1 {
    margin: 0;
    font-size: 31px;
  }
  .hero-left-section {
    margin-top: 40px;
}
}
/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #009ad4;
  text-transform: uppercase;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #193a67;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #009ad4;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #193a67;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); background: #fff;
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
  background: #f4f4f4;
}

.counts .work-1 {
  background: #0094de !important;
}

.counts .work-2 {
  background: #1a81c6 !important;
}

.counts .work-3 {
  background: #35aad3 !important;
}

.counts .work-4 {
  background: #1a81c6 !important;
}



.counts .count-box h5 {
  font-size: 36px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;

  transition: 0.3s;
  background: #f2f2f4;
  color: #2a3969;
}


.counts .count-box {
  text-align: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 8px;
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #009ad4;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}

.counts .count-box p {
  padding: 0;
  margin: 0;

  font-size: 18px;
  color: #ffffff;
  font-style: italic;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  background: #f4f4f4;
}

.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features h3 {
  font-size: 38px;
  color: #173a68;
  font-weight: bolder;
  margin-bottom: 20px;
}

.features p {
  font-size: 18px;
  color: #173a68;
  font-weight: normal;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #009ad4;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #193a67;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #193a67;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #009ad4;
  border-bottom: 3px solid #009ad4;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #193a67;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #009ad4;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #193a67;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #193a67;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  background: #ffffff;
}

.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  background: #fff;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 50px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #444444;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .read-more {cursor:pointer;}
.services .service-box:hover{color:#fff;}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #08da4e;
}

.services .service-box.green:hover {
  background: #08da4e;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #009ad4;
  transition: none;
  font-size: 16px;
  font-weight: 400;

  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #009ad4;
}

.pricing .btn-buy:hover {
  background: #009ad4;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #009ad4;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #009ad4;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #009ad4;
  border-color: #009ad4;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #193a67;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #193a67;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #009ad4;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009ad4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009ad4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009ad4;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009ad4;
}

.testimonials .swiper-slide {
  opacity: .3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #193a67;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
#explore-opportunities
---------------------------------------------------------------*/
.explore-opportunities {  margin:8px 0px; padding: 0px 0px;}

.services{ background:0 0; margin:0px 0px; padding: 40px 0px;}
.values {
  background-color: #f4f4f4;
}

.explore-opportunities .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  text-align: left;
  transition: 0.3s;
  border-radius: 5px;
  background: #ffffff;
}
.explore-opportunities .service-box .icon {
  font-size: 17px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #009ad4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: 600;
  text-transform: capitalize;
}
.service-box.blue:hover a.icon, .search .entry:hover a.job-title {
  text-decoration: underline;
}
.explore-opportunities .service-box h3 {
    transition: 0.3s;
    background: none;
    color: #444444;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.5rem;
    font-size: 15px;
    position: relative;
    margin: 10px 0;
}
.explore-opportunities .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.explore-opportunities .service-box.blue {
  position: relative;
  margin: 0 0 15px 0;
  border: 1px solid #ddd;
  border-bottom: 3px solid #65beea;
  border-radius: 8px;
  padding-bottom: 20px;
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
  height: 355px;
  background-color: #fff;
  transition: 0.5s;
}
.service-box.blue:hover{
  box-shadow: 0 0px 12px 0px #b6b6b6;
  transition: 0.5s;
}
.explore-opportunities .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.explore-opportunities .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.explore-opportunities .service-box.orange .read-more {
  color: #f68c09;
}

.explore-opportunities .service-box.orange:hover {
  background: #f68c09;
}

.explore-opportunities .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.explore-opportunities .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.explore-opportunities .service-box.green .read-more {
  color: #08da4e;
}

.explore-opportunities .service-box.green:hover {
  background: #08da4e;
}

.explore-opportunities .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.seexplore-opportunitiesvices .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.explore-opportunities .service-box.red .read-more {
  color: #e9222c;
}

.explore-opportunities .service-box.red:hover {
  background: #e9222c;
}

.explore-opportunities .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.explore-opportunities .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.explore-opportunities .service-box.purple .read-more {
  color: #b50edf;
}

.explore-opportunities .service-box.purple:hover {
  background: #b50edf;
}

.explore-opportunities .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.explore-opportunities .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.explore-opportunities .service-box.pink .read-more {
  color: #f51f9c;
}

.explore-opportunities .service-box.pink:hover {
  background: #f51f9c;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients-slider {
  margin: 60px 0px;
}

.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
  display: none;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009ad4;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009ad4;
}

.clients {
  background: #ffffff;
  border-bottom: 1px solid #eceef3;
}

/*--------------------------------------------------------------
# Recent search Posts
--------------------------------------------------------------*/
.recent-search-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-search-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-search-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-search-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-search-posts .post-box .post-title {
  font-size: 24px;
  color: #193a67;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-search-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-search-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-search-posts .post-box:hover .post-title {
  color: #009ad4;
}

.recent-search-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #009ad4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #193a67;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #009ad4;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #009ad4;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search {
  padding: 0px 0 0px 0;
}

.search .entry {
  padding-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  height: 345px;
  background-color: #fff;
  transition: 0.5s;
}
.search .entry:hover{
  box-shadow: 0 0px 12px 0px #b6b6b6;
  transition: 0.5s;
}
.search .entry .entry-img {
  max-height: 40px;
  margin: 0px 0px 30px;
  overflow: hidden;
  width: 50%;
}

.job-title {
  margin: 8px 0px 20px 0px;
}

.search .entry .entry-title {
  font-size: 17px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #009ad4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis
}

.search .entry .entry-title .job-title {
  color: #009ad4;
  transition: 0.3s;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  cursor: pointer;
}

.search .entry .entry-title a:hover {
  color: #009ad4;
}

.search .entry .entry-meta {
  color: #4084fd;
}

.search .entry .entry-meta ul {
  display: block;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.search .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.search .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1; cursor: pointer;
}

.search .entry .entry-content p {
  line-height: 24px;
}

.search .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

i.bi-star-fill {
  color: #fed600;
  font-size: 14px;
}

.read-more a {
  display: inline-block;
  background: #009ad4;
  color: #fff !important;
  padding: 10px 20px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 4px;
  margin: 10px 0px 0px;
}

.read-more a:hover {
  background: #009ad4;
}

.search .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.search .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.search .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.search .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #193a67;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.search .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.search .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}

.search .entry .entry-footer a:hover {
  color: #009ad4;
}

.search .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.search .entry .entry-footer .cats li {
  display: inline-block;
}

.search .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.search .entry .entry-footer .tags li {
  display: inline-block;
}

.search .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.search .entry .entry-footer .share {
  font-size: 16px;
}

.search .entry .entry-footer .share i {
  padding-left: 5px;
}

.search .entry-single {
  margin-bottom: 30px;
}

.search .search-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.search .search-author img {
  width: 120px;
  margin-right: 20px;
}

.search .search-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #193a67;
}

.search .search-author .social-links {
  margin: 0 10px 10px 0;
}

.search .search-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.search .search-author p {
  font-style: italic;
  color: #b7b7b7;
}

.search .search-comments {
  margin-bottom: 30px;
}

.search .search-comments .comments-count {
  font-weight: bold;
}

.search .search-comments .comment {
  margin-top: 30px;
  position: relative;
}

.search .search-comments .comment .comment-img {
  margin-right: 14px;
}

.search .search-comments .comment .comment-img img {
  width: 60px;
}

.search .search-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.search .search-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.search .search-comments .comment h5 a:hover {
  color: #009ad4;
}

.search .search-comments .comment h5 .reply {
  padding-left: 10px;
  color: #193a67;
}

.search .search-comments .comment h5 .reply i {
  font-size: 20px;
}

.search .search-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.search .search-comments .comment.comment-reply {
  padding-left: 40px;
}

.search .search-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.search .search-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.search .search-comments .reply-form p {
  font-size: 14px;
}

.search .search-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.search .search-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.search .search-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.search .search-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.search .search-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.search .search-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #193a67;
}

.search .search-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}

.search .search-pagination {
  color: #024ed5;
  margin: 30px 0px;
}

.search .search-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: right
}

.search .search-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  color: #495057;
  border: 1px solid #ddd;
  border-radius: 1.25rem;
}

.search .search-pagination li a {
  color: #495057;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search .search-pagination li.active,
.search .search-pagination li:hover {
 color: #495057;
}

.search .search-pagination li.active a,
.search .search-pagination li:hover a {
 color: #495057;
}
.search .search-pagination .manual-page-input{
  border: none;
}
.search .sidebar {
  padding: 1px;
  margin: 0px;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 8px;
}

.search-form,
.location-form,
.Position-Type-form {
  border-bottom: 1px solid #ddd;
  margin: 0px;
  margin-bottom: 20px;
}

.pd-2 {
  padding: 20px;
}

.search .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #193a67;
  position: relative;
}

.search .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.search .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.search .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.search .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #009ad4;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.search .sidebar .search-form form button i {
  line-height: 0;
}

.search .sidebar .search-form form button:hover {
  background: #5465f2;
}

.search .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.search .sidebar .categories ul li+li {
  padding-top: 10px;
}

.search .sidebar .categories ul a {
  color: #193a67;
  transition: 0.3s;
}

.search .sidebar .categories ul a:hover {
  color: #009ad4;
}

.search .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.search .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.search .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.search .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.search .sidebar .recent-posts h4 a {
  color: #193a67;
  transition: 0.3s;
}

.search .sidebar .recent-posts h4 a:hover {
  color: #009ad4;
}

.search .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.search .sidebar .tags {
  margin-bottom: -10px;
}

.search .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.search .sidebar .tags ul li {
  display: inline-block;
}

.search .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.search .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #009ad4;
  background: #009ad4;
}

.search .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #012a3e;
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #193a67;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #009ad4;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: white url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/internship-job/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #193a67;

  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;

}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #193a67;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #193a67;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #009ad4;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #ffffff;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #193a67;
}

.job-details {
  box-sizing: content-box;
  margin: 0px;
  box-shadow: 0px 0 20px rgb(1 41 112 / 10%);
  background: #fff;
  transition: 0.3s;
  border: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
}

.job-details-right-box {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 0px;
  box-shadow: 0px 0 20px rgb(1 41 112 / 10%);
  background: #fff;
  transition: 0.3s;
}

.job-details .job-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  margin-top: 0px;
  line-height: 2.5rem;
}

.company-name a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.requerment-details ul {
  margin: 0px;
  padding: 0px;
}

.requerment-details ul li {
  list-style-type: none;
  margin: 5px 0px;
  padding: 0px;
}

.requerment-details ul li a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.company-logo {
  margin: 10px 0px;
}

.company-logo img {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.company-name{
  cursor: pointer;
}
.save-job-button {
  font-weight: 500;
  background-color: transparent;
  color: #0094de;
  font-size: 16px;
  text-transform: none;
  min-width: 150px;
  border-radius: 4px;
  height: 40px;
  line-height: 17px;
  border: none;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #0094de;
}
.apply-btn{
  font-size: 17px;
  font-weight: 500;
  background-color: #0094de;
  color: #fff;
  text-transform: none;
  min-width: 130px;
  height: 40px;
  line-height: 17px;
  border: none;
  margin-right: 10px;
  float: right;
  border: 1px solid #0094de;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.apply-btn-top .apply-btn {
  padding: 10px auto;
  line-height: initial;
  background-color: #0094de;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  border: 1px solid #0094de;
  max-width: 100%;
  border-radius: 4px;
}

.apply-btn:hover{
  background: #0e84b1;
  color: #fff;
  border: 1px solid #0e84b1;
}
.save-job-button:hover, .btn-cancel-job:hover {
    background: #163866;
    color: #fff;
    border: 1px solid #163866;
}
ul.job-post-date {
  margin: 0px;
  padding: 0px;
  display: flex;
}

ul.job-post-date li {
  list-style-type: none;
  width: 33.3333%;
  font-weight: normal;
  color: #666;
}

ul.job-post-date li label {
  font-weight: bold;
  color: #000;
}

.job-headline {
  border-radius: 2px;
  background-color: rgb(232, 248, 252);
  padding: 20px 0;
  margin-bottom: 20px;
}

.job-headline-title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  border-left: 5px solid #4a90e2;
  padding-left: 10px;
  margin-bottom: 10px;
}

ul.headline-list {
  margin: 0px;
  padding: 0px;
  margin-left: 35px;
}

ul.headline-list li {
  list-style-type: disc;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
}


.job-des-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 5px solid #4a90e2;
}

.job-des-roles {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-left: 10px;
  margin: 20px 10px 10px 10px;
}

.key-sklil {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding-left: 10px;
  margin: 20px 10px;
}

.apc-standards {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  display: block;
  padding-left: 10px;
  margin: 20px 10px;
}
.jobs-interested{
  font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    margin-top: 0px;
}

.key-skill {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}
.text-right{ text-align: right;}
.view-all { text-align: right;}

.key-skill span {
  margin: 0px 0px;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
}

ul.job-requerment {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}

ul.job-requerment li {
  list-style-type: none;
}

ul.job-requerment li label {
  width: 25%;
  margin-right: 20px;
  color: #999999;
}

ul.key-skils-list {
  max-width: 0px;
  padding: 0px;
  margin-left: 20px;
  display: contents;
}

ul.key-skils-list li {
  list-style-type: none;
  border-radius: 25px;
  border: 1px solid #ddd;
  padding: 5px 20px;
  display: inline-block;
  margin: 5px 5px;
}
.last-active{ font-size: 14px; color: #999;}
.company-name p{ font-size: 14px; }
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
#LoginModalLabel { font-size: 18px; font-weight: normal !important;}
.chosen-select-width{
  border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    max-height: 160px;
    overflow-y: auto;
    width: 94%;
}
h6.employer-name{
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #000;
}
a.view-searchjobs-link{
  cursor: pointer;
}
.chosen-select-width li{ list-style-type: none; border-bottom: 1px solid #ddd; padding: 5px 0px; text-align: left; cursor: pointer;}
.chosen-select-width li:last-child{ border-bottom: none;}
#location-entry { position: relative;}
#location-entry .chosen-select-width{ position:absolute; left: 10px;top: 35px;width: 90%; min-height: 160px;z-index: 1;}
ul.chosen-select-width{ overflow: hidden; overflow-y: scroll; z-index: 999999;
  min-height: 210px;
  max-height: 210px;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.employer .sidebar {
  padding: 1px;
  margin: 0px;
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
  height: 100%;
}

.employer .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.employer .active, .accordion:hover {
  background-color: #ccc;
}

.employer .panel {
  padding: 0px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(31, 135, 188);
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(23, 57, 103);
}

a.getstarted:hover{
  background: rgb(10 121 167);
  border: 1px solid rgb(10 121 167);
  color: #fff
}
button.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
button.accordion.active:after {
  content: "\2212";
}
.employer .panel a{ display: block; width: 100%; color:#009ad4; border-top: 1px solid #ddd; margin: 10px 0px;}

details div {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 1.5em;
}

details div > * + * {
	margin-top: 1.5em;
}

details + details {
	margin-top: .5rem;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

summary {
	border: 2px solid rgb(23, 57, 103);
	padding:10px 20px;
	cursor: pointer;
	position: relative;
  background-color:rgb(76, 195, 237);
}

summary:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .75rem;
	content: "↓";
	width: 1.75rem;
	height: 1.75rem;
	background-color: rgb(23, 57, 103);
	color: #FFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

details[open] summary {
	background-color:rgb(23, 57, 103); color: #ffffff;
}

details[open] summary:before {
	content: "↑";
}

.adv-search a{ display: block; width: 100%; color: #009ad4; text-decoration: none;}
.adv-search a:hover{ color:#193a67 ;}

summary:hover {
	background-color:rgb(76, 195, 237);
}
code {
	font-weight: 600;
}
.description, .expectations, .requirements, .qualification, .job-highlights, .benefits, .experience, .pay-type, .pay-amount, .job-stipend{ padding: 0px 20px; font-size: 16px;}
.benefits { padding: 0px 20px;}
button.back-to-search-btn{font-size: 14px;
  font-weight: 500;
  background-color: #009ad4;
  color: #ffffff;
  text-transform: none;
  height: 38px;
  border-radius: 2px;
  line-height: 17px;
  border: 1px solid #4a90e2;margin: 4px 0px 52px;;width:auto;}
  button.back-to-saved-btn{font-size: 14px;
    font-weight: 500;
    background-color: #009ad4;
    color: #ffffff;
    text-transform: none;
    height: 38px;
    border-radius: 2px;
    line-height: 17px;
    border: 1px solid #4a90e2;margin: 4px 0px 52px;width:auto;}
    button.back-to-applied-btn{font-size: 14px;
      font-weight: 500;
      background-color: #009ad4;
      color: #ffffff;
      text-transform: none;
      height: 38px;
      border-radius: 2px;
      line-height: 17px;
      border: 1px solid #4a90e2;
      margin:4px 0px 52px;;width:auto;}

  .sch-login-hide{ display: none;}
  .sch-login-show{ display:block;}

  .nav-tabs{border-bottom: none;}
  .nav-link{color:#ffffff;}
  .nav-link:focus, .nav-link:hover{color:#ffffff;}
  .search .entry{height: 340px;}
  #section-job-saved{margin-bottom: 30px;}
 .modal-dialog-job {margin: 1.75rem auto;}
  h2.modal-title-txt {display: inline-block;margin: 0;padding: 15px 0px 0px 0px;}
.title-big {color: #0091e1;font-size: 24px;font-weight: 600;font-size: 22px;text-transform: none;width: 100%;
clear: both;}
/*.modal-design .modal-body {padding: 18px 18px 0;}*/
.f-size18 {font-size: 18px;line-height: 26px;padding-bottom: 20px;}
#apply-job-popup .gain-points-sce {width: 100%;min-height: inherit;}
.gain-points-sce {margin: 0 auto;padding: 0;}
.gain-points-sce > p {font-size: 16px;padding: 0px;}
.modal-design .modal-content {border-radius: 6px;border: 6px solid #0094d3;}
.btn-blue-border {padding: 6px 20px;color: #fff;background: #cccccc;margin-right: 8px;font-size: 16px;}
.btn-blue-border:hover {color: #fff;}
.btn-blue {background-color: rgb(23, 57, 103);color: #FFF !important;padding: 6px 20px;font-size: 16px;}

  .search .entry {
    position: relative;
    margin: 0 0 25px 0;
    border-bottom: 3px solid #65beea;
    border-radius: 8px;
}
.entry:hover .company-hover-box{opacity:1;width:100%;}
.company-hover-box{color:#fff;position:absolute;top:180px;opacity:0;z-index:1;transition: transform 0.5s ease;transition: opacity 0.5s ease;width:100%;}
.company-more-info{background-color:rgba(22,56,102, .9);padding:10px;height:260px;}
.company-hover-box p{font-size:13px; color:#fff;position:relative;}
.company-more-info .company-content{margin:0;padding:0;position:relative;top: -50px}
.company-more-info .company-content p{height:118px;overflow:hidden;margin-bottom:20px;}
.company-more-info .company-content input[type=checkbox]{background-color:#fff;border-color:#000;}
.company-more-info .company-content label{font-size:14px;margin-bottom:6px;}
.company-more-info .company-content .btn-blue{padding:12px;margin-bottom:0;}
.add-cart {border-top: 1px solid #f7f7f7;padding-top: 10px;}
.read-more a{width: 100%;
    text-align: center;cursor: pointer;}
    .entry-full-top-description .location {
    font-size: 13px;
    color: #747474;}
    .entry-full-top-description{
      margin: 5px 10px;
      padding:4px;
    border-bottom: 1px solid #DDD;
    }
  .entry-full-bottom-description{
   margin: 10px;
   padding: 10px 4px;
  }
  .entry-full-bottom-description span {
    display: inline-block;
    color: #0094de;
    width: 40%;
    font-size: 14px;
}
.entry-full-bottom-description span#value {
    width: 58%;
    font-size: 14px;
    color: #333;
}
.entry-full-bottom-description p{
    margin: 0 0 2px;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-size: 14px;
}
.entry-full-top-description .save-job-button,.popular-dec .save-job-button {
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 0;
    width: 60px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0);
    border: rgba(8, 8, 8, 0.2);
    margin-right: 0;
    border-radius: 0;
}
.entry-full-top-description .save-job-button:after, .popular-dec .save-job-button:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-image: url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/internship-job/shortlist-heart.png);
    margin: 0;
    background-position: -38px 0;
    width: 40px;
    height: 50px;
    opacity: .7;
}
.entry-full-top-description .save-job-button.added:after,.popular-dec .save-job-button.added:after {
    background-position: 3px 0;
    opacity: 1;
}
.entry-full-top-description .save-job-button .added, .popular-dec .save-job-button .added{background-color: none;}

.job-description{background-color: rgb(232, 248, 252);padding-top: 20px;padding-left: 0;}
.company-name{margin-bottom: 5px;}
.save-buttons{text-align:right;margin-bottom: 40px;margin-top:30px;float:left;}
.external-link{padding: 11px 53px;}
.btn-cancel-job {
  background: 0 0;
  color: #0094de;
  padding: 7px 0px;
  border: 1px solid #0094de;
  font-size: 14px;
  border-color: #0094de;
  text-decoration: none;
  border-radius: 0px;
  display: block;
  text-align: center;
  height: 38px;
}
.social-share .fa-facebook-f{color: #3b5998;}
.social-share .fa-twitter{color: #55acee;}
.social-share .fa-whatsapp{color: #25D366;}
.social-share .fa-linkedin-in{color: #0082ca;}
.social-share .fa-envelope, .social-share .fa-envelope:hover{color: #009ad4;}
.top-search-btn:hover{color:#fff;}
.active_search{color: #009ad4 !important;}
.form-select,.form-control,#sort-by-relevance{font-size: 16px;}
#search{background-color: #fafafa !important;}
.pd-sidebar{padding:4px;}
.heading{background: #eef3f9;padding: 10px;color: #333;font-size: 18px;box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 15%);margin-bottom:7px;}
.heading .form-label{margin-bottom: 0px;}
.main-heading{background-color: #163866;color: #fff;text-decoration: none;padding: 10px;font-size: 18px;}
.jobtitle-home-search .chosen-select-width{max-height: 160px;}
.jobloc-home-search .chosen-select-width{max-height: 160px;}

.social-share{padding-bottom: 20px; margin-left: 6px;}
.social-share .social-share-heading{font-size: 16px;}
.share-email-modal-body .form-group {margin-bottom: 1rem;}
.share-email-modal-body label{padding-bottom: 10px;}
input#is-stipend {margin-right: 0px;}
output#stipend-rate-output-value{width: 100%;}
@media screen and (min-device-width: 200px) and (max-device-width: 767px) {
  .social-share{text-align: left;}
  .stripe-1 h4{ font-size: 16px;}
  .breadcrumbs-search {margin-top: 10px;}
}
.dark-blue-bg{
  background-color: #193a67;
}
.dark-blue-bg>h5{
  font-size: 18px;
  color: #fff;
  padding:10px 30px 6px 30px;
  line-height: 1.5;
}
.hero-1{
  padding-top: 110px;
}
.hero-2 h6{
  padding-bottom: 20px;
  font-size: 18px;
}
.hero-2 p{color: #444444;}
.stripe-1{
  background-color: #757575;
  padding: 10px;
  color: #fff;
}
.stripe-1 h4{
  font-size: 18px;
}
.jobloc-home-search .chosen-select-width {
  cursor: pointer;
}
.company-webiste a{
  font-size: 18px; text-decoration: underline;
}
.company-webiste {
  margin-bottom: 5px;
}
.group-title-section{
  border-radius: 4px;
  padding: 1rem 1.75rem;

}
.headline-text{
  color: #333;font-size: 20px;font-weight: 600;display: inline-block;border-left: 5px solid #4A90E2;padding-left: 10px;margin-bottom: 8px;
}
.custom-label {
  font-weight: 600;
}
.italic-bracket-text{
  margin-left: 4px;
}
.custom-title{
  font-size: 17px;
}
.ml-0{
  margin-left: 0!important;
}
i.fa.fa-check-square.m-right-1 {
  margin-right: 6px;
}
.apply-direct-btn{
  font-size: 17px;
    font-weight: 500;
    background-color: rgb(23, 57, 103);
    color: #FFFFFF;
    text-transform: none;
    height: 40px;
    line-height: 17px;
    border: none;
    margin-right: 12px;
    float: right;
}
.custom-title.ml-0.pay-type {
  padding: 0;
}
.job-section-main i{
  color: #173967;
}
.company-website a {
  font-size: 16px; text-decoration: underline;
  color: #000;
}

.company-info{
  font-size: 16px;
}
.section-heading-sub {
  background: #009ad4;
  padding: 8px 15px;
  color: white;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.job-section-main, .sch-section-main{
  font-size: 17px;
  background: #fff;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 10px 0px 5px rgb(0 0 0 / 30%);
  -moz-box-shadow: 10px -10px 5px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
  margin-bottom: 35px;
}
.job-row {
  margin: 20px 0;
}
.job-row span{
  font-size: 17px;
}
.job-row .pay-type, .job-row .benefits, .job-row .qualification, .job-row .experience,
.job-headline .description{
  padding: 0px 0px!important;
  font-size: 17px;
}
.section-without-heading {
  border-radius: 10px;
}

@media screen and (max-device-width: 992px) {
  .group-title-section {
    border-radius: 4px;
    padding: 2rem 15px;
}
.top-blue-bg{
  margin: 30px 0 0!important;
}
.job-section-main{
  padding: 12px;
}
.job-row span {
  font-size: 16px;
}
.job-row .col-md-12, .job-row .col-md-6 {
  margin: 2px 0;
}
.years-col{
  margin-top: 20px!important;
}
}
.btn-sedeatils{
  display: inline-block;
  background: #009ad4;
  color: #fff !important;
  padding: 10px 20px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 4px;
  margin: 15px 0px 0px;
  width: 100%;
}
.posted-label i{
  font-size: 14px;
  margin-right: 6px;
  line-height: 0;
}
/* Navbar changes */
.header-v2{
  background-color: rgb(0, 148, 211);
  padding: 10px 0;
}
/* .navbar-v2 .navbar-v2-dropdown-menu a {
  color: #000;
  padding: 7px 33px 7px 13px;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 17px;
} */
.navbar-v2 ul li a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.pd-sidebar .getstarted{
  background-color: #0094de;
  color: #fff;
  padding: 7px 0px;
  border: 1px solid #0094de;
  font-size: 14px;
  border-color: #0094de;
  text-decoration: none;
  border-radius: 2px;
  display: block;
  text-align: center;
  height: 38px;
}
.internship-default-msg{font-size: 18px;margin-bottom: 90px;}
.job-link-copy-btn{
  padding: 10px;
  line-height: initial;
  background-color: transparent;
  color: #0094de;;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid #0094de;;
  margin-right: 10px;
}
.job-link-copy-btn i{
  margin-right: 6px;
}
.apply-btn-top .apply-btn:hover {
  background: #0e84b1;
  color: #fff;
  border:1px solid #0e84b1;
}
.job-link-copy-btn:hover{
  background: rgb(22 56 102);
  color: #fff;
  border:1px solid rgb(22 56 102);
}
.mesaage-section-employer h5{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: sans-serif;
  padding: 0px 8px;
}
.mesaage-section-employer {
  margin: 15px 0;
}
#location{text-transform: capitalize;}
.form-bg p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5rem;
}
.post-btn{
  text-decoration: underline;
  color: #193a67;
  margin-left: 0px;
}
.post-btn:hover, .post-btn:focus {
  color: #23527c;
  text-decoration: underline;
}
.stripe-1 .nav-tabs .nav-link {
  border: 1px solid #ffffff;
  margin: 0px 4px;
  border-radius: 0;
  padding: 10px;
  font-size: 14px;
}
.stripe-1 .nav-link {
    color: #747474;
    background: #fff;
}
.stripe-1 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #747474;
  background: #fff;;
}
.btn-apply{
  background-color: #0094de;
  color: #fff;
  padding: 8px 20px;
  border: 1px solid #0094de;
  font-size: 16px;
  border-color: #0094de;
  text-decoration: none;
  border-radius: 2px;
  text-align: center;
  margin: 0 8px;
}
.stripe-1 .float-right{
  float: right;
}
.stripe-1 .float-left{
  float: left;
}
.btn-clear{
  background: 0 0;
  color: #0094de;
  padding: 8px 20px;
  border: 1px solid #0094de;
  font-size: 16px;
  border-color: #0094de;
  text-decoration: none;
  border-radius: 0px;
  text-align: center;
  margin: 0;
}
.btn-clear:hover, .btn-clear:active {
  color: #0094de;
}
.btn-expand{
  border: none;
  background: 0 0;
  font-size: 12px;
  float: right;
  margin: 5px 0;
}
.btn-expand a:hover, .btn-expand a{
  color: #6c757d;
  text-decoration: underline;
}
.accordion .card-header:after {
  content: "Hide";
  float: right;
  color:#fff;
  font-size: 11px;
  cursor: pointer;
}
.accordion .card-header.collapsed:after {
  content: "Show";
}
.sidebar .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 4px;
  background-color: rgb(22 56 102);
  border-bottom: 1px solid rgba(0,0,0,.125);
  padding: 10px;
}
.sidebar .card-header .card-title{
  color: #fff;
  cursor: pointer;
  font-size: 15px;
}
input#location {
  margin-bottom: 8px;
}
.sidebar .card-header i{
  margin-right: 3px;
}
.sidebar .card-body {
  padding: 0.5rem;
}

@media (max-width: 991px) {
  .stripe-1 h4 {
    font-size: 16px;
}
section.top-search-section {
  margin: 10px 0;
}
.tab-nav-section .nav-item{
  padding: 10px 0;
}
.breadcrumbs-search ul {
  float: none;
}
.pd-sidebar .getstarted, .btn-cancel-job{
  font-size: 14px;
}
}
.sidebar{
  margin-top: 15px;
}
.jobs-common{
  margin-top:0px
}
@media (max-width: 767px) {
.sm-hide{
  display: none;
}
}
.fl-right-date span, .fl-left-job-type span,.fl-right-location span{
  font-size: 14px;
}
.fl-right-date i, .fl-left-job-type i,.fl-right-location i {margin-right: 5px;}
#popular-job .service-box a:hover{
  color: #009ad4;
}
.fl-right-location{
  margin-top: 13px;
}
.form-bg .form-control{
  color: #747474;
  border-radius: 0;
}
.section-header h5, .job-list h4{
  font-weight: 400;

}
.sidebar .form-select, .sidebar .form-control, #sort-by-relevance {
  font-size: 14px;
}
div#weekly-commitment-range-form .col-md-12, div#experience-range-form .col-md-12, div#hourly-rate-range-form .col-md-12 {
  font-size: 14px;
}
.service-box .location {
  font-size: 13px;
  color: #747474;
}
.service-box span.date-posted, .service-box .job-type{
  width: 62%;
  color: #000;
}
.fl-left-job-type {
  margin: 10px 0;
}
.popular-dec{
  margin: 2px 10px;
  padding:4px;
  border-bottom: 1px solid #DDD;
}
.popular-bottom-dec{
  margin: 10px 10px;
  padding:4px;
}
@media screen and (max-device-width: 992px) {
  .hero-1 {
    padding-top: 25px;
  }
}
.popular-bottom-dec span{
  display: inline-block;
    color: #0094de;
    width: 36%;
    font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1150px) {
  .explore-opportunities .service-box.blue {
    height: 470px;
}
.popular-bottom-dec span {
  width: 44%;
}
.service-box span.date-posted, .service-box .job-type {
  width: 53%;
}
.entry-full-bottom-description span {
  width: 53%;
}
.entry-full-bottom-description span#value {
  width: 44%;
}
.search .entry {
  height: 350px;
}
.company-more-info {
  height: 315px;
}
.company-more-info .company-content p {
  height: 173px;
}
}
@media (min-width: 1150px) and (max-width: 1376px) {
.popular-bottom-dec span {
  width: 38%;
}
.service-box span.date-posted, .service-box .job-type {
  width: 59%;
}
.search .entry {
  height: 360px;
}
}
.inner-page{
  margin-bottom: 20px;
}
@media (max-width: 567px) {
  .explore-opportunities .service-box .icon {
    max-height: 45px;
    height: auto;
  }
  .stripe-1 .float-right,.stripe-1 .float-left  {
    float: none;
    justify-content: center;
}
}
@media (max-width: 767px) {
  .services {
    background: 0 0;
    margin: 0px 0px;
    padding: 0px 0px;
  }
  .section-header {
  padding-bottom: 20px;
  }
  .explore-opportunities {
  margin: 40px 0px;
  padding: 0px 0px;
  }
  .mobile-hidden{
    display: none;
  }
  .nav-link i {
    margin-right: 8px;
  }
}
@media (max-width: 420px) {
  .stripe-1 .nav-tabs .nav-link {
    font-size: 12px;
    padding: 6px 12px;
  }
  .stripe-1 .nav-tabs.float-right .nav-link {
    border: 1px solid #ffffff;
    margin: 0px 2px;
    border-radius: 0;
    padding: 6px 12px;
  }
}
.location_city{text-transform: capitalize;}
.search-dropdown-internship{
  position: relative;
}
.search-dropdown-list-data{
  position: absolute;
  z-index: 1;
}
.search-dropdown-list-title{
  z-index: 1;
}
.social-share-elements i {
  padding: 4px;
  font-size: 21px;
  width: 35px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  background: #ffffff;
  height: 35px;
  margin: 0 5px;
  box-shadow: 0 1px 5px #ccc;
  border: 1px solid #ddd;
}
.bg-img {
  color: #fff;
  margin-bottom: 40px;
}
.bg-img, .company-header-bg {
  color: #fff;
  margin-bottom: 40px;
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.90;
}
.college-regular-bg-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.media:first-child {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.college-reg-logo {
  margin-bottom: 15px;
}
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}
.college-logo-wrapper {
  display: block;
  text-align: center;
  color: #fff;
}
.college-logo-wrapper .college-logo {
  display: block;
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  object-fit: cover;
}
.job-tile-img {
    overflow: hidden;
    height: 180px;
    background-color: #CCC;
    position: relative;
}
.media-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/images/default-back.png);
  background-position: center center;
}
.entry .job-logo, .service-box .job-logo {
  display: block;
  width: 100px;
  height: 80px;
  overflow: hidden;
  margin: 15px 10px 10px;
  position: relative;
  object-fit: cover;
}
.college-logo-wrapper a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.search-tile .entry .job-logo img, #popular-job .service-box .job-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.company-hover-box .job-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}
.cl-header {
  padding: 2px;
  display: block;
}
.cl-header h1.cl-hd-gradient {background-color: #fff;}
.cl-header h1 {
  font-size: 30px;
  padding: 5px;
  /* color: #fff; */
  display: inline-block;
  margin: 0;
}
.wide-logo {
  display: inline-block;
}
.cl-header h6 {
  font-size: 16px;
  padding: 5px;
  color: #000;
  display: inline-block;
}
.save-job-heart {
  font-size: 23px !important;
  color: #fff;
  cursor: pointer;
}
.metric-box {
  margin-bottom: 25px;
}
.metric-box > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.metric-box > ul > li {
  flex: auto;
  margin: 0 0px 10px 0;
  padding: 0 6px;
}
.metric-box > ul > li .metric-content {
  padding-right: 10px;
  background-color: #fff;
  box-shadow: 0 1px 5px #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.metric-box > ul > li .metric-content > .metric-icon {
  background-color: #0094d3;
  color: #fff;
  margin-right: 10px;
  width: 42px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.metric-content > span {
  display: inline-block;
  padding-right: 10px;
}
.metric-icon i {
  font-size: 18px;
}
.inner-section {
  padding: 1rem;
  padding-bottom: 0;
}
.social-share-elements i {
 padding: 4px;
  font-size: 21px;
  width: 35px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  background: #ffffff;
  height: 35px;
  margin: 0 5px;
  box-shadow: 0 1px 5px #ccc;
  border: 1px solid #ddd;
}
.job-row.doc .col-md-12 {
  margin: 10px 0;
}
@media screen and (max-width:767px) {
  .media-left, .media-right, .media-body {
    display: block;
  }
  .cl-header h1 {
    font-size: 21px;
  }
  .media:first-child {
    margin-top: 30px;
  }
  .breadcrumbs {
    margin-bottom: 14px;
    height: auto;
  }
  .job-header-shadow-top {
    max-height: 350px;
  }
  .job-details .job-title {
    font-size: 21px;
  }
  .company-info {
    font-size: 21px;
  }
}
@media screen and (max-width:992px) {
  .inner-section {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
.service-box:hover .company-hover-box{opacity:1;width:100%;}
.service-box.blue .company-more-info {
  height: 240px;
}
.service-box.blue .company-more-info .company-content p {
  height: 90px;
  overflow: hidden;
  margin-bottom: 25px;
}
.explore-opportunities .service-box .emp-name {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .explore-opportunities .service-box.blue {
    height: 390px;
}
  .service-box.blue .company-more-info {
    height: 290px;
  }
  .service-box.blue .company-more-info .company-content p {
    height: 135px;
    overflow: hidden;
    margin-bottom: 25px;
  }
}
@media screen and (min-width:1200px) and (max-width:1400px){
  .apply-btn-top .apply-btn {
    padding: 10px 0px;
  }
  .job-link-copy-btn {
    padding: 10px;
  }
  .social-share .social-share-heading {
    font-size: 16px;
  }
  .social-share-elements i {
    padding: 4px;
    font-size: 18px;
    width: 30px;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    background: #ffffff;
    height: 30px;
    margin: 0 5px;
    box-shadow: 0 1px 5px #ccc;
    border: 1px solid #ddd;
}
}
@media screen and (max-width:1200px){
  .group-title-section {
    border-radius: 4px;
    padding: 1rem 2rem;
  }
  .social-share {
    padding: 10px 0;
    text-align: left;
  }
}
@media screen and (max-width:420px){
  .social-share .social-share-heading {
    font-size: 16px;
    display: contents;
  }
  .social-share {
    padding-bottom: 5px;
    text-align: center;
    display: flex;
    margin: 0px;
}
  .social-share-elements{
    margin-top: 10px;
    text-align: center
  }
  .save-job-button,.apply-btn{
    width: 100%;
    margin: 5px 0;
  }
  .save-buttons {
    margin-bottom: 40px;
    margin-top: 30px;
    float: none;
    text-align: center;
  }
}
@media screen and (min-width:420px) and (max-width:600px){
  .save-job-button,.apply-btn {
    width: 45%;
  }
  .save-buttons {
    margin-bottom: 40px;
    margin-top: 30px;
    float: none;
    text-align: center;
  }
  .college-logo-wrapper .college-logo {
    width: 90px;
    height: 90px;
  }
  .company-logo img {
    width: 100%;
  }
  .media:first-child {
    margin-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  button.back-to-search-btn, button.back-to-saved-btn, button.back-to-applied-btn{
    height: 40px;
    margin: 14px 0px 20px;
  }
}
@media screen and (max-width:420px){
  .college-logo-wrapper .college-logo {
    width: 90px;
    height: 90px;
  }
  .company-logo img {
    width: 100%;
  }
  .media:first-child {
    margin-top: 60px;
  }
}
@media screen and (max-width:350px){
  .college-logo-wrapper .college-logo {
    display: block;
    width: 100px;
    height: auto;
  }
  .media:first-child {
    margin-top: 20px;
  }
  .company-logo img {
    width: 100%;
  }
}
.job-loading{width: 128px;margin: auto;}
.job-list .entry-full-top-description .save-job-button{ min-width: 30px;}
.deg315,.deg225 {
  top: -30%!important;
}
.modal-dialog-login .deg135,.modal-dialog-login .deg45 {
  top: -25%!important;
}
.modal-dialog-login .deg515 {
  top: 67%!important;;
}
.modal-dialog-login .login-model-line3 {
  top: 100px!important;
  left: 40px!important;
}
.multiselect-native-select .btn-group{
  display: block;
  width: 100%;
  padding: 0.005rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0.25rem;
  border-color: #dfdfdf;
}
.multiselect-native-select ul.multiselect-container.dropdown-menu.show{
  width: 100%;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
  z-index: 1;
}
.btn-group .dropdown-toggle::after {
  position: relative;
  right: 0;
  float:right;
  top: 10px;
}
button.multiselect.dropdown-toggle.btn.btn-default {
  text-align: left;
}
.multiselect-container>li>a>label {
  padding: 6px;
  align-items: center;
  display: flex;
}
ul.multiselect-container.dropdown-menu.show  li:hover{
  background: #0094d3;
  color: #fff;
}
ul.multiselect-container.dropdown-menu.show{
  margin-top: -2.5px;
}
#collapseeducation .btn-group label, #collapseFour .btn-group label{
  font-size: 15px;
}
.multiselect-native-select .multiselect.dropdown-toggle{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiselect-container>li>a>label>input[type=checkbox]{
  margin-right: 5px;
  margin-bottom: 0px;
}
.card-body .multiselect-container>li>a>label{
  padding: 3px 2px 3px 10px;
}
#collapseDirectApply .form-check-input[type=checkbox], #accordion .form-check-input[type=checkbox]
{
  margin-right: 0px;
}
#job-description .inner-section .company-logo img {width:80px;height:80px; margin: 0 auto;text-align: center;}
.details-top-info-section{border-bottom: 2px solid #ddd;}
.fa.fa-heart.save-job-heart.custom-tooltip::before{content: "\f08a"; color: #000;}
.fa.fa-heart.save-job-heart.custom-tooltip.red::before{content: "\f004"; color: red;}
@media (min-width: 1024px) {
.custom-tooltip {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 3px;
}
}
.top-blue-bg{background-image: url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/internship-job/top-bg.jpg);
  width: 100%;
  min-height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px 10px 0 0;}
.sticky-height{
  height: 100%;
}
.left-side-sticky{
  position: sticky;
  top: 75px;
}
.overflow-scroll-y{
  overflow-y: auto;
  max-height: 85vh;
  overflow-x: hidden;
}
.right-details-sticky{
  position: sticky;
  top: 51px;
  background: #fff;
  margin: 0;
  z-index: 1;
}
@media (max-width: 767px){
    .right-details-sticky, .left-side-sticky{
      position: initial;
    }
    section.top-search-section {
        margin: 10px 0 0;
    }
    .mobile-filter-section .sidebar {
      margin-top: 0px;
    }
  }
li.selectedb {
    background-color: #0094DE;
    color: #FFF;
}
li.selectedb:hover, .lisearchbox:hover {
    background-color: #0094DE;
    color: #FFF;
    cursor: pointer;
}
.popular-dec a {cursor: pointer;}
.intership-hero-section a.post-btn{
  color: #fff;
  font-weight: 600;
}
.popup-apply-btn a{color:#fff;}
.company-left-logo a{
  margin-top: 13px;
}
.custom-modal .modal-content {
  border: 6px solid #0094d3;
}
#apply-job-success .modal-header{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: right;
}
#apply-job-success{
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9999999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgb(0 0 0 / 80%) !important;
}
.custom-modal .modal-dialog {
  max-width: 600px;
}
button.btn-primary{
  background-color: #0094d3!important;
}

@media (min-width:992px) and (max-width:1120px){
  .breadcrumbs-search .sticky-height{
    max-width: 1080px;
  }
}
.apply-popup-msg input {
  margin-top: 10px;
}
@media(max-width:600px){
  .navbar-mobile{
    max-height: 550px;
    background: rgb(0 148 211);
    overflow-y: scroll;
  }
}
.save-search-field {
  width: 100%;
  height: 40px;
  padding: 4px 10px;
  outline: none;
  border: 1px solid #cacaca;
}
.save-search-filters-selected {
  width: 100%;
  background-color: #fff;
  padding: 14px;
  border: 1px solid #ddd;
  border-top: 0;
}
.save-search-filters-selected ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.save-search-filters-selected ul li {
  display: inline-block;
  padding: 9px;
  margin: 0 8px 10px 0;
  border: 1px solid #cacaca;
  border-radius: 2px;
  min-width: 100px;
  box-shadow: 0px 0px 2px #cccc;
}
.btn-search:hover, .more-details:hover, .top-search-btn:hover {
  background: rgb(10 121 167) !important;
  color: #fff;
}
.btn-search {
  font-size: 16px;
  color: rgb(255, 255, 255) !important;
  background: rgb(0 148 211) !important;
  padding: .375rem .75rem;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.saved-search-list-actions {
  text-align: right;
}
.saved-search-list-actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.saved-search-list-actions ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 70px;
  text-align: center;
  font-size: 14px;
}
.save-filter-title {
  font-size: 18px;
  font-weight: 600;
}
#save-search-results > .card > .card-header > .row{
  display: flex;
  align-items: center;
}
.save-search-filters-selected .filters-selected-search {
  float: left;
}
.save-search-filters-selected ul li p {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #858585;
  margin-bottom: 2px;
}
.save-search-filters-selected ul li span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #163866;
}
.execute-search, .edit-search {
  cursor: pointer;
}
.saved-search-list-actions ul li a, .saved-search-list-actions ul li a:hover {
  color: #000;
  text-decoration: none;
}
span.call-out {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 4px 4px #000;
  border: 1px solid #ddd;
  position: absolute;
  bottom: 35%;
  right: 31%;
}
#result-count > span.no-result-found-text {
  background: #ddd;
  padding: 6px;
  margin: 16px 0;
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.dropdown-menu.show {
  display: block !important;
}
@media (max-width:768px) {
  .mobile-filter-section{
      width: 100%;
      position: fixed;
      z-index: 10003;
      top: 0;
      background-color: #fff;
      display: none;
  }
  .mobile-btn-fixed{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffff;
  }
  .accordion{
    margin-bottom: 70px;
  }
  .collapse-all, .expand-all{
    display: none;
  }
  .overflow-hidden{
    overflow: hidden;
  }
  .sm-mt-50{
    margin-top: 50px!important;
  }
}
.my-jobs-dropdowm .dropdown-menu {
  right: 0;
  left: auto;
}

.clg-filter-section h4 {
  color: #000000;
  background: #f5f5f5;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
}
.clg-filter-section .filter-selected-box{
  color: #ffffff;
  font-size: 13px;
  padding: 10px;
  background-color: #0094de;
  margin: 0 10px 10px;
  text-transform: none;
  line-height: 18px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 5px;
  min-width: 147px;
}
.clg-filter-section .filter-selected-box p i{
  margin-left: 6px;
}
.clg-filter-selected-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.clg-filter-section .filter-selected-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}
.panel-default>.panel-heading a {
  display: block;
  padding: 10px;
  text-decoration: none;

  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "Hide";
}
.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  float: right;
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "Show";
}
.filter-selected-box p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.filter-selected-box p i{
  cursor: pointer;
}
.clg-filter-section .filter-selected-box ul li {
  margin-bottom: 5px;
  display: contents;
}
.jandi-filter-section{
  box-shadow: 0px 0px 4px 1px rgba(224, 224, 224, 1);
  border-radius: 6px;
  margin-bottom: 16px;
}

.filters-container {
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 15px;
}

.filter-item {
  display: inline-block;
  margin-right: 10px;
  background-color: #eef;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}
#collapseFour .input-search-dropdown>div>span.select2-container{
  padding: 4px 0;
  border: 1px solid #eaeaea;
}
#collapseFour .input-search-dropdown {
  margin-bottom: 0px;
}
#block-other-user .modal-header, #apply-job-success .modal-header, #apply-job-popup-with-link .modal-header{
  background-color: #0094de;
  color: #fff;
  border-radius: 0;
}
#block-other-user .modal-header .close, #apply-job-success .modal-header .close, #apply-job-popup-with-link .modal-header .close{
color: #fff;
}
#block-other-user .modal-header h2.modal-title-txt, #apply-job-success .modal-header .modal-title,  #apply-job-popup-with-link .modal-header h2.modal-title-txt{
  display: inline-block;
  margin: 0;
  padding: 0px 0px 0px 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
#block-other-user .modal-body p.msg, #apply-job-success  .modal-body p, #apply-job-popup-with-link  .modal-body p{
  color: gray;
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 540px;
  }
}
.form-check {
  margin-bottom: .5rem;
}
.form-check label{
  font-size: 14px;
}
.popular-title{
  font-size: 20px;
}
#collapseFour .multiselect-container.show{
  max-height: 250px;
  overflow: hidden auto;
  position: absolute;
  will-change: transform;
}
input#newstudent_about_contact{
  max-width: 88%;
}
.form-group {
  margin-bottom: 1rem;
}
.ciContent .form-error{
  font-size: 14px;
}
.button-ap a, .button-sat a {
  padding: 7px 10px 8px 7px;
  display: inline-block;
  color: #fff;
}
.button-ap .score-txt, .button-ap .subject-txt, .button-ib .score-txt, .button-ib .subject-txt, .button-sat .score-txt, .button-sat .subject-txt {
  padding-right: 8px;
  display: inline-block;
}
.show-based-on-grade{
  margin-top: 8px;
}
#newStudentModal .major-interest-drop  button.multiselect{
  display: inline-flex;
}
#newStudentModal .Select-intrest-dialog .form-check-input {
    position: absolute;
    margin-top: 0.2rem;
    margin-left: -2rem!important;
}
#ui-datepicker-div table.ui-datepicker-calendar{
  display: none!important;
}
.sidebar #accordion button.multiselect.dropdown-toggle.btn.btn-default{
  border: 1px solid #ddd;
  color: #686868;
}
.error_class{
  color: red;
  margin-top: 5px;
  margin-bottom: 5px;
}
#apply-job-success button.btn {
  width: 5rem;
}
.social-share-elements img, .social-share-mobile img{
    padding: 4px;
    font-size: 21px;
    width: 35px!important;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background: #fff;
    height: 35px;
    margin: -6px 0 0 2px;
    box-shadow: 0 1px 5px #ccc;
    border: 1px solid #ddd;
}
.social-share-elements .fa-instagram, .social-share-elements .fa-instagram:hover {
    color: #fb3958;
}
@media(min-width:1400px) {
  .col-md-6.intake-job-availabe .no_job_available{
    margin-top: 25px;
  }
}
#search-pagination-ul .page-link{
    color: #495057;
    background-color: #fafafa;
    border: none;
}
.saved-search-filter-nav a i {
    font-size: 17px;
}
/* mobile view changes */
@media(max-width:768px) {
  .tab-nav-section .nav-item {
      padding: 3px 0;
    }
    .saved-search-list-actions {
      text-align: center;
      margin-top: 15px;
  }
  .mobile-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 13px 10px;
  }
  .job-link-copy-btn{
    margin-bottom: 0px;
  }
  .apply-btn-top .apply-btn{
    margin-bottom: 7px;
  }
  .mesaage-section-employer h5 {
    padding: 0px;
    text-align: center;
}
}
