
/*** Facts ***/
@media (min-width: 991.98px) {
  .facts {
      position: relative;
      margin-top: -140px;
      z-index: 1;
  }
}
.call-to-action {
  padding: 70px 0px;
  text-align: center;
}
.call-to-action h2 {
  color: #fff;
}
.call-to-action p {
  color: #fff;
}
.call-to-action .btn-main, .call-to-action .btn-transparent, .call-to-action .btn-small {
  padding: 15px 35px;
  font-size: 12px;
  margin-top: 30px;
}

  footer {
    background: #01252d;
    padding: 30px 0;
    color: #fff;
  }
  
  footer p {
    color: #fff;
    margin-bottom: 0;
  }
  
  footer a {
    color: #fff;
    font-weight: bold;
  }
  
  footer a:hover {
    color: #fff;
  }
  
  .overly {
    position: relative;
  }
  .overly:before {
    content: "";
    background: rgba(0, 0, 0, 0.51);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /*# sourceMappingURL=home.css.map */
  

.slider {
    background: url("../images/EwQtNxYWgAQcAaa.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 10% 0%;
    padding: 200px 0;
    position: relative;
    
  }
  @media (max-width: 992px) {
    .slider {
      padding: 150px 0;
    }
  }
  .slider .block {
    color: #E3E3E4;
    text-align: center;
  }
  .slider .block h1 {
    font-weight: 100;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 10px;
    padding-bottom: 15px;
    text-transform: uppercase;
  }
  @media (max-width: 992px) {
    .slider .block h1 {
      font-size: 36px;
      line-height: 46px;
    }
  }
  @media (max-width: 768px) {
    .slider .block h1 {
      font-size: 32px;
      line-height: 42px;
    }
  }
  .slider .block p {
    margin-bottom: 30px;
    color: #b9b9b9;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
  }
  @media (max-width: 992px) {
    .slider .block p {
      font-size: 16px;
    }
  }
  
  .call-to-action {
    padding: 70px 0px;
    text-align: center;
  }
  .call-to-action h2 {
    color: #fff;
  }
  .call-to-action p {
    color: #fff;
  }
  .call-to-action .btn-main, .call-to-action .btn-transparent, .call-to-action .btn-small {
    padding: 15px 35px;
    font-size: 12px;
    margin-top: 30px;
  }
  
  .service {
    text-align: center;
    padding: 90px 0;
  }
  .service .service-item {
    padding-bottom: 30px;
  }
  .service .service-item i {
    font-size: 60px;
    color: #655E7A;
  }
  .service .service-item h4 {
    padding-top: 15px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
  }
  .service .service-item p {
    padding-top: 10px;
    margin: 0;
  }
  
  .dark-service .title {
    color: #fff;
  }
  .dark-service .service-item {
    text-align: center;
    padding: 0 10px;
    padding-top: 30px;
  }
  @media (max-width: 480px) {
    .dark-service .service-item {
      padding: 0;
      padding-top: 30px;
    }
  }
  .dark-service .service-item i {
    font-size: 50px;
    color: #fff;
  }
  .dark-service .service-item h4 {
    color: #fff;
    padding-top: 15px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .dark-service .service-item p {
    padding-top: 10px;
    margin: 0;
  }
  
  .service-about p {
    line-height: 28px;
  }
  
  .service-arrow .block {
    padding: 70px 30px;
    text-align: center;
  }
  @media (max-width: 480px) {
    .service-arrow .block {
      padding: 60px 10px;
    }
  }
  .service-arrow .block i {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 15px;
  }
  .service-arrow .block p {
    color: #fff;
    margin-bottom: 0;
  }
  .service-arrow .block h3 {
    font-size: 24px;
  }
  
  .service-list .block {
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
  }
  @media (max-width: 480px) {
    .service-list .block {
      padding: 30px 20px;
    }
  }
  .service-list .block p {
    margin-bottom: 0;
  }
  
.feature {
    background: url("../images/1685618933IMG_4501.JPG");
    background-position: 50% 94px;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
  }
  @media (max-width: 768px) {
    .feature {
      background-image: none !important;
      background-color: #F2F2F2 !important;
    }
  }
  .feature h2 {
    margin-bottom: 30px;
  }
  .feature p {
    color: #8d8f92;
    margin-bottom: 20px;
  }
  .feature .btn-view-works {
    background: #655E7A;
    color: #fff;
    padding: 10px 20px;
  }
  
/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 25px 0;
  color: var(--secondary);
  font-weight: 900;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link  {
      margin-left: 0;
      padding: 10px 0;
  }

  .navbar .navbar-nav {
      margin-top: 25px;
      border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      right: 0;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  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: #fff;
  content: "/";
}



/*********************************
6. Boxes
*********************************/

.boxes
{
	width: 100%;
	background: transparent;
	z-index: 10;
	padding-bottom: 35px;
}
.box_col
{
	margin-top: -59px;
}
.box
{
	width: 100%;
	height: 287px;
	background:#002F6C;
	padding-left: 42px;
	padding-top: 29px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.box:hover
{
	box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
}
.box_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}

.box_icon img
{
	max-width: 100%;
}
.box_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 23px;
}
.box
{
	width: 100%;
	height: 287px;
	background: #002F6C;
	padding-left: 42px;
	padding-top: 29px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.box:not(:last-child)
{
	margin-bottom: 34px;
}

.box:hover
{
	box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
}
.box_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}
.working_hours
{
	padding-top: 29px;
	padding-right: 60px;
}
.working_hours_list
{
	margin-top: 40px;
}
.working_hours_list ul li
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.working_hours_list ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.box_icon
{
	width: 37px;
	height: 37px;
}
.box_icon img
{
	max-width: 100%;
}
.box_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 23px;
}
.box_phone
{
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 20px;
}
.box_appointments
{
	padding-right: 30px;
}
.box_emergency
{
	padding-right: 30px;
}
.box_emergency_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 18px;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 2px dotted #097969;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #097969;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.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 #059652;
  border-top-color: #fff;
  -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;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #097969;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* General button style (reset) */
.button {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* Button 1 */
.button-1 {
  border: 3px solid #fff;
  color: #fff;
}
/* Button 1a */
.button-1a:hover,
.button-1a:active {
  color: #0e83cd;
  background: #fff;
}
/* Button 1b */
.button-1b:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
}
.button-1b:hover,
.button-1b:active {
  color: #0e83cd;
}
.button-1b:hover:after,
.button-1b:active:after {
  height: 100%;
}
/* Button 1c */
.button-1c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.button-1c:hover,
.button-1c:active {
  color: #0e83cd;
}
.button-1c:hover:after,
.button-1c:active:after {
  width: 100%;
}
/* Button 1d */
.button-1d {
  overflow: hidden;
}
.button-1d:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.button-1d:hover,
.button-1d:active {
  color: #0e83cd;
}
.button-1d:hover:after {
  width: 104%;
  opacity: 1;
}
.button-1d:active:after {
  width: 101%;
  opacity: 1;
}
/* Button 1e */
.button-1e {
  overflow: hidden;
}
.button-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.button-1e:hover,
.button-1e:active {
  color: #0e83cd;
}
.button-1e:hover:after {
  height: 335%;
  opacity: 1;
}
.button-1e:active:after {
  height: 400%;
  opacity: 1;
}
/* Button 1f */
.button-1f {
  overflow: hidden;
}
.button-1f:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.button-1f:hover,
.button-1f:active {
  color: #0e83cd;
}
.button-1f:hover:after {
  height: 104%;
  opacity: 1;
}
.button-1f:active:after {
  height: 130%;
  opacity: 1;
}
/* Button 2 */
.button-2 {
  background: #cb4e4e;
  color: #fff;
  -webkit-box-shadow: 0 4px #ab3c3c;
  -moz-box-shadow: 0 4px #ab3c3c;
  box-shadow: 0 4px #ab3c3c;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* Button 2a */
.button-2a {
  border-radius: 0 0 5px 5px;
}
.button-2a:hover {
  box-shadow: 0 0 #ab3c3c;
  top: 2px;
}
.button-2a:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2b */
.button-2b {
  border-radius: 0 0 5px 5px;
}
.button-2b:hover {
  box-shadow: 0 6px #ab3c3c;
  top: -2px;
}
.button-2b:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2c */
.button-2c {
  border-radius: 5px;
}
.button-2c:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.button-2c:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2d */
.button-2d {
  border-radius: 5px;
}
.button-2d:hover {
  box-shadow: 0 6px #ab3c3c;
  top: -2px;
}
.button-2d:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2e */
.button-2e {
  border-radius: 5px;
  box-shadow: -4px 0 #ab3c3c;
}
.button-2e:hover {
  box-shadow: -4px 0 #ab3c3c;
  left: -2px;
}
.button-2e:active {
  box-shadow: 0 0 #ab3c3c;
  left: -6px;
}
/* Button 2f */
.button-2f {
  border-radius: 5px;
  box-shadow: 4px 0 #ab3c3c;
}
.button-2f:hover {
  box-shadow: 4px 0 #ab3c3c;
  left: 2px;
}
.button-2f:active {
  box-shadow: 0 0 #ab3c3c;
  left: 6px;
}
/* Button 2g */
.button-2g {
  border-radius: 40px;
}
.button-2g:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.button-2g:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2h */
.button-2h {
  border-radius: 20px;
}
.button-2h:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.button-2h:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2i */
.button-2i {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 0;
}
.button-2i:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.button-2i:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2j */
.button-2j {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 0;
}
.button-2j:hover {
  box-shadow: 0 6px #ab3c3c;
  top: -2px;
}
.button-2j:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 3 */
.button-3 {
  background: #fcad26;
  color: #fff;
}
.button-3:hover {
  background: #f29e0d;
}
.button-3:active {
  background: #f58500;
  top: 2px;
}
.button-3>.fa {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 140%;
  width: 60px;
}
.button-3>.fa:before {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* Button 3a */
.button-3a {
  padding: 25px 60px 25px 120px;
}
.button-3a>.fa {
  background: rgba(0, 0, 0, 0.05);
}
/* Button 3b */
.button-3b {
  padding: 25px 60px 25px 120px;
  border-radius: 10px;
}
.button-3b>.fa {
  border-right: 2px solid rgba(255, 255, 255, 0.75);
}
/* Button 3c */
.button-3c {
  padding: 80px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 3px #da9622;
}
.button-3c>.fa:before {
  position: static;
}
.button-3c:active {
  box-shadow: 0 3px #dc7801;
}
.button-3c>.fa {
  height: 60px;
  width: 100%;
  line-height: 60px;
  background: #fff;
  color: #f29e0d;
  border-radius: 10px 10px 0 0;
}
.button-3c:active:before {
  color: #f58500;
}
/* Button 3d */
.button-3d {
  padding: 25px 60px 25px 120px;
  border-radius: 10px;
}
.button-3d>.fa {
  background: #fff;
  color: #fcad26;
  z-index: 2;
  border-radius: 10px 0 0 10px;
}
.button-3d:after {
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 1;
  left: 55px;
  top: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-3d:active:before {
  color: #f58500;
}
.button-3d:active {
  top: 0;
}
.button-3d:active:after {
  left: 60px;
}
/* Button 3e */
.button-3e {
  padding: 25px 120px 25px 60px;
  overflow: hidden;
}
.button-3e>.fa {
  left: auto;
  right: 10px;
  z-index: 2;
}
.button-3e:after {
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}
.button-3e:hover:after {
  width: 35%;
}
/* Button 4 */
.button-4 {
  border-radius: 50px;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
}
.button-4:active {
  border-color: #902866;
  color: #902866;
}
.button-4:hover {
  background: #AB327A;
}
.button-4>.fa {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button-4:active>.fa {
  color: #902866;
}
/* Button 4a */
.button-4a>.fa {
  left: 130%;
  top: 0;
}
.button-4a:hover>.fa {
  left: 80%;
}
/* Button 4b */
.button-4b>.fa {
  left: -50%;
  top: 0;
}
.button-4b:hover>.fa {
  left: 10%;
}
/* Button 4c */
.button-4c>.fa {
  left: 70%;
  opacity: 0;
  top: 0;
}
.button-4c:hover>.fa {
  left: 80%;
  opacity: 1;
}
/* Button 4d */
.button-4d>.fa {
  left: 30%;
  opacity: 0;
  top: 0;
}
.button-4d:hover>.fa {
  left: 10%;
  opacity: 1;
}
/* Button 5 */
.button-5 {
  background: #165F8E;
  color: #fff;
  min-height: 70px;
  min-width: 260px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.button-5:active {
  background: #1871A9;
  top: 2px;
}
.button-5 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.button-5>.fa {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 2.5;
  font-size: 180%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button-5:active>.fa {
  color: #53AFE8;
}
/* Button 5a */
.button-5a:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}
.button-5a>.fa {
  left: 0;
  top: -100%;
}
.button-5a:hover>.fa {
  top: 0;
}
/* Button 5b */
.button-5b:hover span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.button-5b>.fa {
  left: -100%;
  top: 0;
}
.button-5b:hover>.fa {
  left: 0;
}

/* Special trash effect */
.trash-effect {
  position: relative;
  max-width: 320px;
  margin: 60px auto 0;
}
.trash-effect .icon-file {
  font-size: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(90px) translateY(20px) scale(1);
  -moz-transform: translateX(90px) translateY(20px) scale(1);
  -ms-transform: translateX(90px) translateY(20px) scale(1);
  transform: translateX(90px) translateY(20px) scale(1);
}
.trash-effect .icon-file:nth-child(2) {
  -webkit-transform: translateX(140px) translateY(-10px) scale(1);
  -moz-transform: translateX(140px) translateY(-10px) scale(1);
  -ms-transform: translateX(140px) translateY(-10px) scale(1);
  transform: translateX(140px) translateY(-10px) scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.trash-effect .icon-file:nth-child(3) {
  -webkit-transform: translateX(140px) translateY(50px) scale(1);
  -moz-transform: translateX(140px) translateY(50px) scale(1);
  -ms-transform: translateX(140px) translateY(50px) scale(1);
  transform: translateX(140px) translateY(50px) scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.trash-effect.trash-effect-active .icon-file {
  -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
  -moz-transform: translateX(-100px) translateY(-10px) scale(0);
  -ms-transform: translateX(-100px) translateY(-10px) scale(0);
  transform: translateX(-100px) translateY(-10px) scale(0);
}
@-webkit-keyframes openTrash {
  50% {
      -webkit-transform: rotate(-35deg);
  }
  100% {
      -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes openTrash {
  50% {
      -moz-transform: rotate(-35deg);
  }
  100% {
      -moz-transform: rotate(0deg);
  }
}
@keyframes openTrash {
  50% {
      transform: rotate(-35deg);
  }
  100% {
      transform: rotate(0deg);
  }
}



/*=================================================================
  About us section
==================================================================*/
.about {
    background: #fff;
  }
  .about h2 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
  }
  @media (max-width: 992px) {
    .about h2 {
      font-size: 25px;
    }
  }
  .about h4 {
    font-size: 14px;
    color: #f0326b;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .about p {
    line-height: 1.6;
    margin-top: 20px;
  }
  .about .content {
    padding: 50px 0;
  }
  @media (max-width: 992px) {
    .about .content {
      padding: 5px 0;
    }
  }
  
  


/*=================================================================
  Latest Posts
==================================================================*/
.post-item {
    background: #fff;
    margin-bottom: 40px;
  }
  .post-item .post-thumb {
    margin-right: 10px;
  }
  .post-item .post-thumb img {
    height: auto;
  }
  .post-item .post-title {
    margin-top: 20px;
  }
  .post-item .post-title h3 {
    font-size: 23px;
  }
  .post-item .post-title h3 a {
    color: #000;
  }
  .post-item .post-meta {
    font-size: 14px;
    color: #888;
  }
  .post-item .post-meta a {
    color: #000;
    margin: 3px 0;
  }
  .post-item .post-content p {
    color: #757575;
    margin: 10px 0;
  }
  .post-item .btn-main, .post-item .btn-main-sm {
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 20px;
    margin: 15px 0;
  }
  
/*============================================
    1.11 Call to Action
*=============================================*/
.cta-content span {
  font-weight: 400;
  letter-spacing: 0;
}
/*ff9a02 */
.cta-content h2 {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 36px;
}
.cta-btn {
  text-align: right;
}

.cta-btn .btn-light:hover {
  border-color: #fff !important;
}

.cta-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/*============================================
    END Call to Action
*=============================================*/

/* Spotlight */

.spotlight {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

    .spotlight .image {
        -moz-order: 1;
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
        border-radius: 0;
        width: 40%;
    }

        .spotlight .image img {
            border-radius: 0;
            width: 100%;
        }

    .spotlight .content {
        padding: 2em 4em 0.1em 4em ;
        -moz-order: 2;
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
        max-width: 48em;
        width: 60%;
    }

    .spotlight:nth-child(2n) {
        -moz-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .spotlight:nth-child(1) {
        background-color: rgba(0, 0, 0, 0.075);
    }

    .spotlight:nth-child(2) {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .spotlight:nth-child(3) {
        background-color: rgba(0, 0, 0, 0.225);
    }

    .spotlight:nth-child(4) {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .spotlight:nth-child(5) {
        background-color: rgba(0, 0, 0, 0.375);
    }

    .spotlight:nth-child(6) {
        background-color: rgba(0, 0, 0, 0.45);
    }

    .spotlight:nth-child(7) {
        background-color: rgba(0, 0, 0, 0.525);
    }

    .spotlight:nth-child(8) {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .spotlight:nth-child(9) {
        background-color: rgba(0, 0, 0, 0.675);
    }

    .spotlight:nth-child(10) {
        background-color: rgba(0, 0, 0, 0.75);
    }

    @media screen and (max-width: 1280px) {

        .spotlight .image {
            width: 45%;
        }

        .spotlight .content {
            width: 55%;
        }

    }

    @media screen and (max-width: 980px) {

        .spotlight {
            display: block;
        }

            .spotlight br {
                display: none;
            }

            .spotlight .image {
                width: 100%;
            }

            .spotlight .content {
                padding: 4em 3em 2em 3em ;
                max-width: none;
                text-align: center;
                width: 100%;
            }

    }

    @media screen and (max-width: 736px) {

        .spotlight .content {
            padding: 3em 2em 1em 2em ;
        }

    }



  .featured-two-up {
    margin-top: 75px;
    margin-bottom: 75px;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative; }
    .featured-two-up::before {
      background: rgb(231, 228, 228);
      bottom: 0;
      content: '';
      height: 100%;
      left: 0;
      max-width: calc(100% - 188px);
      position: absolute;
      width: 100%;
      z-index: -1; }
      @media only screen and (min-width: 576px) {
        .featured-two-up::before {
          max-width: 50%; } }
      @media only screen and (min-width: 768px) {
        .featured-two-up::before {
          max-width: 70%; } }
      @media only screen and (min-width: 1200px) {
        .featured-two-up::before {
          max-width: 80.9%; } }
    .featured-two-up .fc-two-up__categories {
      margin-bottom: 24px;
      padding-top: 30px; }
      @media only screen and (min-width: 768px) {
        .featured-two-up .fc-two-up__categories {
          padding-top: 0; } }
      .featured-two-up .fc-two-up__categories,
      .featured-two-up .fc-two-up__categories > li {
        align-items: center;
        display: flex;
        position: relative; }
      .featured-two-up .fc-two-up__categories [class*=c__category--]::before, .featured-two-up .fc-two-up__categories [class*=c__category--]::after {
        content: '';
        display: inline-block; }
      .featured-two-up .fc-two-up__categories [class*=c__category--]::before {
        background-size: contain !important;
        height: 25px;
        position: absolute;
        top: -30px;
        width: 25px; }
        @media only screen and (min-width: 768px) {
          .featured-two-up .fc-two-up__categories [class*=c__category--]::before {
            height: 50px;
            position: static;
            width: 50px; } }
      .featured-two-up .fc-two-up__categories [class*=c__category--]::after {
        font-size: 25px;
        margin-left: 6px;
        content: '\b7\a0'; }
      .featured-two-up .fc-two-up__categories [class*=c__category--]:nth-child(n+2)::before {
        content: none;
        display: none; }
      .featured-two-up .fc-two-up__categories [class*=c__category--]:last-child::after {
        content: none;
        display: none; }
      .featured-two-up .fc-two-up__categories .fc-two-up__category {
        font-size: 15px;
        line-height: 140%;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          .featured-two-up .fc-two-up__categories .fc-two-up__category::before {
            background-position: left -8px center !important; } }
        .featured-two-up .fc-two-up__categories .fc-two-up__category--ideas::before {
          background: url("assets/img/icons/icon-ideas.svg") left center no-repeat; }
        .featured-two-up .fc-two-up__categories .fc-two-up__category--health::before {
          background: url("assets/img/icons/icon-health.svg") left center no-repeat; }
        .featured-two-up .fc-two-up__categories .fc-two-up__category--culture::before {
          background: url("assets/img/icons/icon-culture.svg") left center no-repeat; }
    .featured-two-up .fc-two-up__item {
      margin-bottom: 40px; }
      @media only screen and (min-width: 1024px) {
        .featured-two-up .fc-two-up__item {
          margin-bottom: 90px; } }
      .featured-two-up .fc-two-up__item .fc-two-up__item-image {
        position: relative; }
        @media only screen and (min-width: 576px) {
          .featured-two-up .fc-two-up__item .fc-two-up__item-image::before {
            background: url("assets/img/featured-cont-hover-yellow.svg") center center no-repeat;
            background-size: contain;
            content: '';
            height: 262px;
            opacity: 0;
            position: absolute;
            transition: all 0.4s ease;
            width: 262px;
            z-index: 0; } }
      .featured-two-up .fc-two-up__item:hover .fc-two-up__item-image::before {
        opacity: 1; }
      .featured-two-up .fc-two-up__item:hover span::before {
        background: darkblue;
        height: 8px; }
      .featured-two-up .fc-two-up__item-primary {
        margin-left: auto;
        max-width: calc(100% - 25px); }
        @media only screen and (min-width: 1024px) {
          .featured-two-up .fc-two-up__item-primary {
            max-width: 70%; } }
        .featured-two-up .fc-two-up__item-primary h1 {
          font-size: 33px;
          line-height: 105%;
          position: relative;
          z-index: 1; }
          @media only screen and (min-width: 1024px) {
            .featured-two-up .fc-two-up__item-primary h1 {
              font-size: 78px;
              line-height: 103%; } }
        .featured-two-up .fc-two-up__item-primary .fc-two-up__categories {
          margin-bottom: 10px; }
          @media only screen and (min-width: 1024px) {
            .featured-two-up .fc-two-up__item-primary .fc-two-up__categories {
              margin-bottom: 30px; } }
        .featured-two-up .fc-two-up__item-primary [data-aos=fade-right] {
          opacity: 1;
          transform: translate3d(0, 0, 0);
          transition-property: none;
          transition-timing-function: ease; }
        .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image {
          margin-top: 24px;
          padding: 56.25% 17px 17px 20px; }
          @media only screen and (min-width: 1024px) {
            .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image {
              margin-top: 40px;
              padding-bottom: 55px;
              padding-left: 55px; } }
          .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image::before {
            left: unset;
            right: 0;
            top: 0;
            transform: translate(-50%, 10%); }
          .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image::after {
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
            bottom: 0;
            content: '';
            filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
            height: 65%;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 0; }
          .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image .fc-two-up__item-imgdesc {
            max-width: 500px;
            position: relative;
            z-index: 1; }
            .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image .fc-two-up__item-imgdesc p {
              margin-bottom: 5px;
              font-size: 16px;
              line-height: 160%;
              font-weight: 300;
              letter-spacing: -0.5%; }
              @media only screen and (min-width: 1024px) {
                .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image .fc-two-up__item-imgdesc p {
                  margin-bottom: 22px; } }
            .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image .fc-two-up__item-imgdesc a {
              font-size: 16px;
              line-height: 150%;
              font-weight: 700; }
            .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image .fc-two-up__item-imgdesc p,
            .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image .fc-two-up__item-imgdesc a {
              color: #fff;
              font-family: "Merriweather", Helvetica Neue, Helvetica, Arial, sans-serif; }
              @media only screen and (min-width: 1024px) {
                .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image .fc-two-up__item-imgdesc p,
                .featured-two-up .fc-two-up__item-primary .fc-two-up__item-image .fc-two-up__item-imgdesc a {
                  font-size: 21px;
                  line-height: 165%; } }
      .featured-two-up .fc-two-up__item-secondary,
      .featured-two-up .fc-two-up__item-secondary > a {
        display: flex;
        flex-direction: column;
        white-space: normal; }
        @media only screen and (min-width: 768px) {
          .featured-two-up .fc-two-up__item-secondary,
          .featured-two-up .fc-two-up__item-secondary > a {
            margin-right: 0;
            margin-left: auto;
            flex-direction: row; } }
      .featured-two-up .fc-two-up__item-secondary > a::before {
        content: none;
        display: none; }
      .featured-two-up .fc-two-up__item-secondary span {
        font-size: 14.5px;
        line-height: 140%;
        color: #090015;
        font-family: "Fira Sans Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 700;
        position: relative; }
        @media only screen and (min-width: 768px) {
          .featured-two-up .fc-two-up__item-secondary span {
            font-size: 14.5px;
            line-height: 130%; } }
        .featured-two-up .fc-two-up__item-secondary span::before {
          background: darkblue;
          bottom: 0;
          content: '';
          height: 2px;
          left: 0;
          position: absolute;
          transition: all 0.3s ease;
          width: 100%;
          z-index: -1; }
        .featured-two-up .fc-two-up__item-secondary span:hover::before {
          background: #1875ee;
          height: 8px; }
      .featured-two-up .fc-two-up__item-secondary [data-aos=fade-down] {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition-property: none;
        transition-timing-function: ease; }
      @media only screen and (min-width: 1024px) {
        .featured-two-up .fc-two-up__item-secondary {
          max-width: 1109px; } }
      @media only screen and (min-width: 768px) {
        .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1),
        .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) > a {
          margin-top: 9px;
          margin-right: auto;
          margin-left: 0;
          flex-direction: row-reverse;
          width: 100%; } }
      .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) [data-aos=fade-right] {
        transform: translate3d(150px, 0, 0); }
      .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translateZ(0); }
      .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__content {
        align-items: flex-start;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__content {
            margin-right: 0; } }
      .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__categories,
      .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__categories .fc-two-up__category {
        flex-direction: row-reverse; }
        @media only screen and (min-width: 768px) {
          .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__categories,
          .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__categories .fc-two-up__category {
            flex-direction: row; } }
        .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__categories::before,
        .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__categories .fc-two-up__category::before {
          background-position: right -5px center !important; }
          @media only screen and (min-width: 768px) {
            .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__categories::before,
            .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__categories .fc-two-up__category::before {
              background-position: left -8px center !important; } }
      .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__item-image {
        width: calc(100%);
        float: left;
        margin-left: 0;
        padding-top: 59%;
        max-height: 494px;
        max-width: 78.5%; }
        @media only screen and (min-width: 768px) {
          .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__item-image {
            padding-top: 44.5%;
            max-width: 659px; } }
        .featured-two-up .fc-two-up__item-secondary:nth-of-type(2n + 1) .fc-two-up__item-image::before {
          background-image: url("assets/img/featured-cont-hover-orange.svg");
          background-size: contain;
          left: unset;
          right: 0;
          transform: translate(50%, -50%); }
      .featured-two-up .fc-two-up__item-secondary:nth-of-type(1) .fc__item-image::before {
        transform: translate(-50%, 0); }
      .featured-two-up .fc-two-up__item-secondary:last-child {
        margin-bottom: 0; }
      .featured-two-up .fc-two-up__item-secondary .fc-two-up__categories {
        margin-bottom: 6px; }
        @media only screen and (min-width: 1024px) {
          .featured-two-up .fc-two-up__item-secondary .fc-two-up__categories {
            margin-bottom: 24px; } }
        .featured-two-up .fc-two-up__item-secondary .fc-two-up__categories .fc-two-up__category::before {
          background-position: left -5px center !important; }
          @media only screen and (min-width: 768px) {
            .featured-two-up .fc-two-up__item-secondary .fc-two-up__categories .fc-two-up__category::before {
              background-position: left -8px center !important; } }
      .featured-two-up .fc-two-up__item-secondary .fc-two-up__content {
        margin-left: 27px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 70%;
        text-align: left;
        z-index: 1; }
        @media only screen and (min-width: 768px) {
          .featured-two-up .fc-two-up__item-secondary .fc-two-up__content {
            margin-left: 0;
            padding-right: 4%;
            padding-left: 4.5%;
            width: calc(75%);
            float: left;
            margin-left: 0;
            max-width: 100%; } }
        @media only screen and (min-width: 1024px) {
          .featured-two-up .fc-two-up__item-secondary .fc-two-up__content {
            padding-left: 66px;
            width: calc(52.08333%);
            float: left;
            margin-left: 0; } }
        .featured-two-up .fc-two-up__item-secondary .fc-two-up__content h2 {
          font-size: 25px;
          line-height: 120%;
          margin-bottom: 8px;
          font-weight: 700;
          letter-spacing: -0.005em;
          position: relative;
          z-index: 1; }
          @media only screen and (min-width: 1024px) {
            .featured-two-up .fc-two-up__item-secondary .fc-two-up__content h2 {
              font-size: 42px;
              line-height: 110%;
              margin-bottom: 6px; } }
        .featured-two-up .fc-two-up__item-secondary .fc-two-up__content p {
          font-size: 16px;
          line-height: 160%;
          color: #090015;
          font-family: "Merriweather", Helvetica Neue, Helvetica, Arial, sans-serif;
          font-weight: 300;
          letter-spacing: -0.005em;
          margin-bottom: 15px; }
          @media only screen and (min-width: 576px) {
            .featured-two-up .fc-two-up__item-secondary .fc-two-up__content p {
              font-size: 18px;
              line-height: 165%; } }
          @media only screen and (min-width: 1440px) {
            .featured-two-up .fc-two-up__item-secondary .fc-two-up__content p {
              font-size: 21px; } }
        .featured-two-up .fc-two-up__item-secondary .fc-two-up__content span {
          font-size: 16px;
          line-height: 160%;
          margin-bottom: 26px;
          font-family: "Merriweather", Helvetica Neue, Helvetica, Arial, sans-serif;
          font-weight: 700;
          letter-spacing: -0.005em;
          width: fit-content; }
          @media only screen and (min-width: 1024px) {
            .featured-two-up .fc-two-up__item-secondary .fc-two-up__content span {
              font-size: 21px;
              line-height: 165%;
              margin-bottom: 0; } }
        .featured-two-up .fc-two-up__item-secondary .fc-two-up__content h5 {
          font-size: 14.5px;
          line-height: 140%;
          margin-bottom: 16px;
          font-weight: 400;
          letter-spacing: 1.5px;
          text-transform: uppercase; }
          @media only screen and (min-width: 768px) {
            .featured-two-up .fc-two-up__item-secondary .fc-two-up__content h5 {
              margin-bottom: 0; } }
      .featured-two-up .fc-two-up__item-secondary .fc-two-up__item-image {
        width: calc(100%);
        float: left;
        margin-left: 0;
        margin-left: auto;
        padding-top: 59%;
        max-height: 494px;
        max-width: 78.5%;
        position: relative;
        z-index: 0; }
        .featured-two-up .fc-two-up__item-secondary .fc-two-up__item-image::before {
          height: 130px;
          left: 0;
          transform: translate(-50%, -50%);
          width: 130px; }
        @media only screen and (min-width: 768px) {
          .featured-two-up .fc-two-up__item-secondary .fc-two-up__item-image {
            padding-top: 44.5%;
            max-width: 659px; } }
      .featured-two-up .fc-two-up__item-image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .featured-two-up .fc-two-up__item:nth-child(2n) .fc-two-up__content {
        margin-left: auto;
        padding-right: 24px;
        align-items: flex-end;
        text-align: right; }
        @media only screen and (min-width: 1024px) {
          .featured-two-up .fc-two-up__item:nth-child(2n) .fc-two-up__content {
            padding-right: 66px;
            width: calc(52.08333%);
            float: left;
            margin-left: 0; } }

            
/*** Footer ***/
.footer {
  color: white;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffff;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffff;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid #ffff;
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}


a {
  color: #0f60da;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

.link-more {
  font-weight: 700;
}
.link-more i {
  font-weight: 700;
  top: 2px;
  margin-left: 5px;
  position: relative;
  font-size: 16px;
}
.link-more.color {
  color: #fc6a2a;
}


img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled,
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.solid-bg {
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dark-bg {
  background: #252525;
  color: #fff;
}
.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.media-left,
.media > .pull-left {
  padding-right: 20px;
}




/* Button */
.btn.focus, .btn:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus {
  outline: 0 solid;
}

.btn.btn-primary,
.btn-dark,
.btn-border,
.btn-white {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 25px;
  line-height: 1.33;
  border-radius: 3px;
  border: 0;
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}

.btn-white.btn-primary {
  background: #fff;
  color: #da0f32;
}

.btn.btn-primary {
  background: #da0f32;
  border: 2px solid transparent;
}
.btn.btn-dark {
  background: #242427;
  border: 2px solid transparent;
}
.btn.btn-white {
  background: #fff;
  border: 2px solid transparent;
}
.btn.btn-white:hover {
  background-color: #242427;
  color: #fff;
}

.btn-border {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #ff0000;
  color: #fff;
}

.btn-border:hover {
  background: #ff0000;
  border: 2px solid transparent;
  color: #fff;
}

.general-btn {
  clear: both;
  margin-top: 60px;
}

.intro-content .btn-border {
  margin-right: 15px;
}

/* box button */

.btn-box {
    background: #1e2227;
    color: #fff;
    padding: 15px;
}

.btn-box:hover {
    background: #000;
    color: #fff;
}




/* Services
======================================*/

/* Service All */

.ts-services {
    padding: 80px 0;
}

.ts-service-content .service-title{
   margin-bottom: 10px;
}

/* Single Service */

.single-service-img img{
   width: 100%;
   height: auto;
   margin-bottom: 30px;
}

.service-blocknumber .block-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #da0f32;
    color: #FFFFFF;
    border-radius: 100px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}

.service-content-area .service-text {
    margin-left: 50px;
}

.service-content-area h3{
   margin-bottom: 5px;
}


.news-post .post-body{
   background: none;
}

/* Service Single */
.sidebar .download-btn {
  border: 1px solid #eaeaea;
  padding: 20px 30px;
  font-size: 22px;
  margin: 0;
}

.how-to-apply h3 {
  font-size: 24px;
  color: #fff;
}
.how-to-apply p {
  color: #fff;
}

.widget.box-primary {
  padding: 30px;
}

.box-primary .btn {
  font-size: 16px;
  font-weight: 600;
}

.service-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-menu li a {
  display: block;
  background: #f7f9fd;
  padding: 15px 20px;
  margin-bottom: 8px;
  color: #626c84;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-menu li a:hover {
  background: #0f2dda;
  color: #fff !important;
}
.service-menu li a:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 10px;
  font-weight: normal;
}
.service-menu li:last-child a {
  margin-bottom: 0;
}

/*Service area */

.ts-service-wrapper {
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
}

.justify-content-self-center {
    padding-right: 100px;
}

.ts-service-area {
   position: relative;
}


/* News Single
================================================== */
.post-single {
  position: relative;
}
.post-single .post-body {
  border: 1px solid #f1f1f1;
  background: none;
  padding: 40px;
}
.post-single .post-meta-date {
  position: absolute;
  top: 30px;
  left: 35px;
  display: block;
  text-align: center;
}
.post-single .post-author .avatar {
  width: 30px;
  height: 30px;
}
.post-single .post-author a {
  display: inline-block;
  margin-left: 6px;
}
.post-single .post-author:after {
  border: 0;
}
.post-single .entry-header .entry-title {
  font-size: 36px;
}
.post-single .entry-content p {
  margin-bottom: 30px;
}
.post-single .entry-content h3 {
  margin: 30px 0;
}
.post-single .post-footer {
  border-top: 1px solid #f1f1f1;
  margin: 40px 0 0;
  padding-top: 40px;
}

.tags-area {
  margin: 20px 0;
}

.post-tags strong {
  margin-right: 5px;
}
.post-tags a {
  border: 1px solid #f1f1f1;
  color: #626c84;
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px;
  margin-left: 3px;
  border-radius: 25px;
}
.post-tags a:hover {
  background: #da0f32;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons > li {
  display: inline-block;
}
.post-social-icons a {
  margin-left: 10px;
  font-size: 16px;
  color: #252a37;
  text-align: center;
}
.post-social-icons a:hover {
  color: #da0f32;
}

/* Post navigation */
.post-navigation span:hover,
.post-navigation h3:hover {
  color: #da0f32;
}
.post-navigation .post-previous,
.post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.post-navigation i {
  margin: 0 5px;
  color: #da0f32;
}
.post-navigation span {
  font-size: 14px;
  color: #626c84;
  margin-bottom: 10px;
}
.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}
.post-navigation .post-next {
  text-align: right;
  float: left;
  border-right: 0 none;
  padding: 0 0 0 40px;
}
.post-navigation h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 8px 0 0;
}

/* Author box */
.author-box {
  padding: 40px;
  margin: 40px 0;
}

.author-img img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 100%;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
.author-info h3 span {
  font-size: 12px;
  color: #999;
  border-left: 1px solid #AFAFAF;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}
.author-info p {
  padding-left: 130px;
}

.author-url a {
  font-size: 14px;
  color: #626c84;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-reply {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}
.comments-list .comment-reply i {
  margin-right: 5px;
}
.comments-list .comment-reply:hover {
  color: #da0f32;
}

.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list .comment-body {
  margin-left: 110px;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  color: #252a37;
}
.comments-list .comment-date {
  color: #252a37;
  font-size: 14px;
  display: block;
  margin-top: -5px;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

.comments-form {
  margin-bottom: 0;
}
.comments-form .title-normal {
  margin-bottom: 20px;
}
.comments-form .btn.btn-primary {
  margin-top: 20px;
}

/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 24px;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  border-left: 3px solid #da0f32;
}
.sidebar .widget {
  margin-bottom: 40px;
  border: 1px solid #f1f1f1;
  padding: 40px;
}
.sidebar .widget.widget-ad {
  padding: 0;
  border: none;
}

/* Widget common */
.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}
.widget.box.red {
  background: #ec483b;
  color: #fff;
}
.widget.box.red .widget-title {
  color: #fff;
}
.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a:hover {
  color: #da0f32;
}
.sidebar .widget ul li i {
  margin-right: 5px;
  font-weight: 500;
}
.sidebar .btn {
  font-weight: 800;
  margin-top: 15px;
}

/* Widget search */
.widget.widget-search {
  background: none;
  position: relative;
  padding: 0;
}

.input-group-btn {
  background: #da0f32;
  color: #fff;
}

.widget-search .form-control {
  border: 0 !important;
  font-style: italic;
  background-color: none;
}
.widget-search .form-control:focus {
  border: 0 !important;
  font-style: italic;
  background-color: none;
}
.widget-search i {
  color: #fff;
  background: #da0f32;
  font-size: 18px;
  position: relative;
  top: 0;
  padding: 15px;
}

/* Sidebar nav */
.widget-nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-nav-tabs li {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dashed #EAEAEA;
  margin-bottom: 20px;
}
.widget-nav-tabs li a {
  font-size: 16px;
  color: #626c84;
  font-family: 'Fira Sans', sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget-nav-tabs li span {
  float: right;
}
.widget-nav-tabs li:after {
  display: block;
  content: "";
  clear: both;
}
.widget-nav-tabs li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #0e0bc2;
  border-radius: 2px;
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -75px;
}

.section-title.section-title-sm::before {
  width: 90px;
  height: 3px;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  bottom: 0px;
  background: #fff;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
  width: 4px;
  height: 3px;
}

.section-title.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
  0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
  0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
  0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*---------------------------------------
  FEATURE BLOCK              
-----------------------------------------*/
.featured-block {
  text-align: center;
  transition: all 0.5s ease;
  min-height: 256px;
  padding: 15px;
}

.featured-block:hover {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.featured-block:hover .featured-block-image {
  transform: scale(0.75);
}

.featured-block-image {
  display: block;
  margin: auto;
  transition: all 0.5s;
}

.featured-block:hover .featured-block-text {
  margin-top: 0;
}

.featured-block-text {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  margin-top: 20px;
  transition: all 0.5s;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.custom-text-block {
  padding: 60px 40px;
}
.typed_wrap {
	display: block;
	border: 4px solid #ecf0f1;
	width: 290px;
	height: auto;
	padding: 30px;
	
	/*centers it in the .banner*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.typed_wrap h1 {
	display: inline;
}

/*Add custom cursor so it auto inherits font styles*/
.typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor{
   opacity: 0;
	display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


h3 {
  font-size: 5vmin;
  color: #8bf;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 700;
  margin: 1rem 0 1rem 2rem;
  
}












