/**
* Template Name: ZenBlog
* Updated: Mar 13 2024 with Bootstrap v5.3.3
* Template URL: https://bootstrapmade.com/zenblog-bootstrap-blog-template/
* Author: BootstrapMade.com
* License: https:///bootstrapmade.com/license/
*/

/**
* Check out variables.css for easy customization of colors, typography, and other repetitive properties
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* @font-face {
	font-family: ProximaNova;
	src: url(fonts/ProximaNova-Light.otf);
	font-weight: 300;
}
@font-face {
	font-family: ProximaNova;
	src: url(fonts/ProximaNova-Regular.otf);
	font-weight: 400;
}
@font-face {
	font-family: ProximaNova;
	src: url(fonts/ProximaNova-Semibold.otf);
	font-weight: 500;
}
@font-face {
	font-family: ProximaNova;
	src: url(fonts/ProximaNova-Bold.otf);
	font-weight: 700;
}
@font-face {
	font-family: ProximaNova;
	src: url(fonts/ProximaNova-Extrabold.otf);
	font-weight: 800;
} */

* {
	font-family: "ProximaNova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	box-sizing: border-box;
}

:root {
  scroll-behavior: smooth;
}

body {
  color: rgba(var(--color-primary-rgb), 1);
}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

main {
  /* margin-top: 75px; */
  /* min-height: 90vh;
  background-color: #051665; */
}
body{
	background-color: #051665;
	border-bottom: 5px solid #f4b941;
	min-height: 100vh;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  /* padding: 40px 0; */
  overflow: hidden;
}

.section-header {
  border-bottom: 2px solid var(--color-black);
}

.section-header h2 {
  font-size: 50px;
  color: var(--color-black);
}

.section-header p {
  margin-bottom: 0;
}

.page-heading{
	font-size: 36px;
    font-weight: 500;
    line-height: 36px;
	color: #ffffff;
    text-shadow: 1px 1px 10px #000000, 1px 1px 8px #000000;
}
.title-bottom {
    max-width: 300px;
    height: 5px;
    background-color: #f4b941;
    margin-top: 1rem;
}
.title-bottom.login-bottom{
	margin-left: auto;
	margin-right: auto;
}
.box-single{
	cursor: pointer;
	display: flex;
    flex-direction: column;
    height: 100%;
    /* justify-content: space-between; */
    /* justify-content: center; */
    justify-content: flex-start;
}
.box-single.box-type-year {
    justify-content: center;
}
.box-single.box-type-year h4{
	text-shadow: 1px 1px 10px #000000, 1px 1px 8px #000000;
	margin-bottom: 0;
}
.box-single img{
	width: 100%;
	max-width: 155px;
}
.box-heading{
	
}

.owl-carousel{
	/* margin-left: 15px;
    margin-right: 15px; */
}
.owl-carousel article.card{
	cursor: pointer;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
	max-width: 50px;
}

.card{  
   position: relative;  
   display: flex;  
   flex-direction: column;  
   align-items: center;  
   padding: 1.3rem 2rem;  
   border-radius: 1rem;  
   overflow: hidden;  
   margin-bottom: 10px;
 }  
 .card__img{  
   /* width: 180px; */ 
   max-width: 220px;
   height: auto;  
   /* padding: 3rem 0;  */
   transition: .5s;  
 }  
 .card:hover{  
   box-shadow: 0 0 15px #000000, 0 0 8px #000000;
 }  
 /*-- MEDIA QUERIES --*/  
 /* @media screen and (min-width: 1200px){  
   body{  
     margin: 3rem 0 0 0;  
   }  
   .title-shop{  
     margin: 0 5rem;  
   }  
   .bd-grid{  
     margin-left: auto;  
     margin-right: auto;  
   }  
 } */ 
 

 .owl-carousel .owl-nav button.owl-prev {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 35%;
}

.owl-carousel .owl-nav button.owl-prev span {
  font-size: 3rem !important;
}

.owl-carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  right: 0px;
  top: 35%;
}

.owl-carousel .owl-nav button.owl-next span {
  font-size: 3rem !important;
}



.btn.btn-primary.back-button, #loginform .login-submit input[type="submit"]{
	background-color: #f4b941;
	color: #000000;
	padding: 10px 25px 10px 22px;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.2rem;
	border: none;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6), 0 0 10px 0 rgba(0, 0, 0, 0.8);
}
.btn.btn-primary.back-button{
	line-height: 0;
	padding-top: 13px;
	padding-bottom: 13px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.btn.btn-primary.back-button .bi{
	font-size: 1rem;
}
#loginform .login-submit input[type="submit"]{
	padding-left: 40px;
	padding-right: 40px;
}
#loginform .login-submit{
	text-align: center;
}
#loginform{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#loginform .login-username label, #loginform .login-username input, #loginform .login-password label, #loginform .login-password input{
	display: block;
}
#loginform .login-username input, #loginform .login-password input{
	width: 400px;
	max-width: 100%;
}


.features .home-block.header-section {
  padding-top: 40vh;
  padding-bottom: 40vh;
}
.img-rounded{
  border-radius: 10px;
}
.sub-title-heading, .track-heading{
  color: #35499a;
}
.title-heading{
  font-size: 52px;
}
.dark-sharow{
	text-shadow: 1px 1px 30px #000000, 1px 1px 30px #000000, 1px 1px 40px #000000, 1px 1px 40px #000000;
	color: #fff;
}

.banner-with-sidebar .second-column-box{
	padding: 5rem;
}

.track-container{
	/* column-gap: 25px; */
	/* row-gap: 25px; */
}
.track-list-box{
	padding: 20px;
}
.track-box {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 25px;
    background-color: #e3e3e3;
    box-shadow: 0px 0px 15px #8e8e8e;
    /* margin: 15px; */
	height: 100%;
}
.track-description {
    font-size: 20px;
    font-weight: 500;
}

.portfolio-box{
	border: 1px solid #000000;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #8e8e8e;
	margin: 15px;
	padding: 25px;
}
.portfolio-box.even{
	border: none;
	box-shadow: none;
}
.portfolio-box a{
	font-weight: 500;
}
.portfolio-logo-img{
	max-width: 80%;
}
.portfolio-client-box{
	padding-top: 20px;
	display: flex;
    column-gap: 15px;
	row-gap: 15px;
	justify-content: space-around;
}
.portfolio-client-img{
	width: 150px;
	height: auto;
}
.portfolio-client-details p{
	font-size: 20px;
    font-weight: 500;
	line-height: 1.2;
}
.portfolio-box-text{
	padding-top: 25px;
}
.portfolio-logo-title {
    color: #0c234b;
    font-size: 20px;
    font-weight: 500;
}


.blog-container{
	row-gap: 35px;
}
img.blog-img {
    width: 100%;
    padding-left: 40px;
}
.blog-detail{
	background-color: #ffffffdb;
    margin-top: -100px;
    padding: 30px 30px 15px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 99;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.5);
}
.page-numbers {
    background-color: #e6e6e6;
    padding: 2px 10px;
    margin: 3px;
    border-radius: 5px;
}
.page-numbers.current{
    background-color: #d8d8d8;
}
.next.page-numbers i::before, .prev.page-numbers i::before{
	padding-top: 6px;
}
.blog-description a{
	color: #727272;
}
.nav-links {
    display: flex;
    justify-content: space-between !important;
    column-gap: 20px;
}

.team-box{
    transition: transform .3s cubic-bezier(.34,2,.6,1), box-shadow .2s ease, -webkit-transform .3s cubic-bezier(.34,2,.6,1);
}
.team-box:hover{
    / box-shadow: 0 12px 19px -7px rgba(0,0,0,.3); /
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.team-box{
	border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.5);
	height: 100%;
    position: relative;
    padding-bottom: 30px;
}
img.team-img {
    max-width: 100%;
	border: 1px solid #000000;
}
.team-details{
    padding: 15px;
    /* margin-bottom: 20px; */
}
.team-popup {
    position: absolute;
    bottom: 18px;
}

.team-modal{
	padding: 15px;
	text-align: center;
}
.team-modal .modal-body{
	padding: 2rem;
}
.team-modal .close, .portfolio-modal .close{
	font-size: 25px;
    /* padding: 0.3em 0.5em 0.2em; */
    /* border-radius: 50%; */
    position: absolute;
    right: 0;
    margin-right: 10px;
    background: none;
    border: none;
}
.team-modal img {
	width: 250px;
	border-radius: 50%;
	border: 2px dashed black;
	padding: 8px;
}
.team-modal .content-area-footer-inner{
	padding: 15px;
}
.team-modal{
	/* font-family: "Roboto", Sans-serif; */
}
.team-modal p{
	margin-bottom: 0.5em;
	line-height: 25px;
	/* font-family: "Josefin Sans", sans-serif; */
}
.team-modal p.team_invited_as, .content-area-footer-inner p.team_invited_as{
	/* font-family: "Space Grotesk", Sans-serif; */
	font-weight: 500;
	color: #0d247f;
}


.contact-form-title {
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
}
.contact-form-title b{
    font-weight: 800;
}
.contact-form-subtitle {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 400;
}
.wpcf7-form label{
    padding-bottom: 10px;
}
input.form-control:not(.wpcf7-telephone_input), textarea.wpcf7-form-control {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #ffb600;
    padding-left: 0;
    margin-bottom: 5px;
}
.dswcf7_country_sel{
	border-bottom: 3px solid #ffb600;
}
.wpcf7-telephone_input{
	border: none;
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 5px;
}
.form-check-input[type=checkbox]{
    height: 25px;
    width: 25px;
    border-radius: 15px;
	border-color: #ffb600;
}
.form-check-input:focus {
    box-shadow: none;
}
.form-check-input:checked{
	background-color: #ffb600;
    border-color: #ffb600;
}
span.wpcf7-list-item {
    font-size: 16px;
    line-height: 2;
    margin-left: 0;
}
.wpcf7-list-item-label{
    font-weight: 500px;
}
input.wpcf7-submit {
    font-size: 25px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #ffb600;
    background: none;
    color: #1a2741;
}
.wpcf7-form .wpcf7-spinner {
    display: none;
}
.wpcf7-form.submitting .wpcf7-spinner{
  display: inline-block;
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
  color: #fff;
}

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

/*--------------------------------------------------------------
# Page title
--------------------------------------------------------------*/
.page-title {
  font-size: 70px;
  color: var(--color-black);
}

/* Form Input Fieldds */
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--color-black);
}

.btn:active,
.btn:focus {
  outline: none;
}

.btn.btn-primary {
  background-color: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  height: 75px;
  transition: all 0.5s;
  z-index: 997;
  /* background: #f2f2f2; */
  background: #ffffff;
  border-bottom: 2px solid #374997;
  border-bottom: 2px solid #1a2741;
}

/* .header.sticked {
  height: 70px;
} */

.header .logo img {
  max-height: 65px; 
  /* margin-right: 6px; */
}

.header .logo h1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-default);
  font-family: var(--font-primary);
}

.search-form-wrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  transition: 0.3s all ease;
  visibility: hidden;
  opacity: 0;
}

.search-form-wrap .search-form {
  position: relative;
}

.search-form-wrap .search-form .form-control {
  width: 300px;
  border: none;
  box-shadow: 0 15px 20px -10px rgba(var(--color-black-rgb), 0.1);
  padding-left: 40px;
  padding-right: 40px;
}

.search-form-wrap .search-form .form-control:active,
.search-form-wrap .search-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.search-form-wrap .search-form .icon {
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0.5;
  left: 10px;
}

.search-form-wrap .search-form .btn {
  position: absolute;
  top: 2px;
  right: 4px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 30px;
}

.search-form-wrap .search-form .btn:active,
.search-form-wrap .search-form .btn:focus {
  outline: none;
  box-shadow: none;
}

.search-form-wrap.active {
  visibility: visible;
  opacity: 1;
}

section {
  scroll-margin-top: 70px;
}

.navbar-light.bg-faded {
    /* background-color: #ada14d91; */
    /* background-color: #00000060; */
    background-color: #000000;
	border-bottom: solid 5px #f4b941;
}
.navbar-brand{
  max-width: 170px;
}

.navbar-expand-lg {
	justify-content: space-between;
}


/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  .navbar {
    padding: 0;
  }

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

  .navbar li {
    position: relative;
  }

  .navbar a{
	display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-default);
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
	/* color: var(--color-links); */
	color: #ffffff;
  }
  .navbar.navbar-left li:not(:last-child){
	padding: 10px 30px 10px 0;
  }
  .navbar.navbar-right li{
	padding: 10px 0 10px 30px;
  }
  .navbar a:focus {
    /* color: rgba(var(--color-default-rgb), 1); */
	color: #f4b941;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    /* color: var(--color-default); */
	color: #f4b941;
  }
  
  .nav-item.active > .nav-link {
	border-bottom: 3px solid #35499a;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: var(--color-white);
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: var(--color-white);
    background: rgba(var(--color-primary-rgb), 0.8);
  }

  .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: var(--color-white);
    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 {
    margin: 8px 16px;
    font-size: 16px;
    text-transform: none;
    /* font-weight: 400; */
  }

  .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: var(--color-primary);
  }

  .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;
  }
  .mar-b{
	  margin-bottom: 3rem;
  }
}

@media (max-width: 1199px) {
  .navbar.navbar-left li:not(:last-child), .navbar.navbar-left li{
	padding: 10px 0px 10px 30px;
  }
  .navbar.navbar-right li{
	padding: 10px 30px 10px 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

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

.mobile-nav-toggle-box, .mobile-nav-toggle, .navbar.navbar-mobile { 
  display: none;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .navbar {
    padding: 0;
    z-index: 9997;
  }
    .navbar.navbar-left, .navbar.navbar-right{
		display: none;
	}
	.mobile-nav-toggle-box{
		display: block;
		padding-right: 25px;
	}
	.navbar.navbar-mobile{
		display: flex;
	}

  /* .navbar ul {
    display: none;
    position: absolute;
    inset: 55px 15px 15px 15px;
    padding: 10px 0;
    margin: 0;
    background-color: var(--color-white);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
	list-style-type: none;
  } */
  .navbar ul {
	list-style-type: none;
	display: flex;
	margin: 0;
	padding: 0;
  }

  .navbar a,
  .navbar a:focus {
	color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 20px; */
	padding: 10px 0px;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus {
	/* color: var(--color-primary); */
	color: #f4b941;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    /* color: var(--color-primary); */
	color: #f4b941;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 10px 20px;
    background: var(--color-white);
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px rgba(var(--color-black-rgb), 0.1);
	/* border-top: 2px solid #000000; */
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-toggle {
    display: inline-block;
    color: var(--color-secondary);
    font-size: 30px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
  }

  .mobile-nav-toggle.bi-x {
    color: var(--color-black);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    /* color: var(--color-white); */
  }

  .mobile-nav-active .navbar.navbar-mobile {
    position: fixed;
    overflow: hidden;
    inset: 0;
    /* background: rgba(var(--color-black-rgb), 0.6); */
	background: var(--color-white);
    transition: 0.3s;
  }

  .mobile-nav-active .navbar.navbar-mobile>ul {
    display: block;
  }
  header .logo img{
	padding-left: 25px;
  }
}
@media (max-width: 767px) {
  header .logo img{
	padding-left: 0px;
  }
	.mobile-nav-toggle-box{
		padding-right: 0px;
	}
	.navbar-light .container-fluid.px-5, #primary.site-main.container-fluid.ps-5.pe-5{
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.post-entry-1 {
  margin-bottom: 30px;
}

.post-entry-1 img {
  margin-bottom: 30px;
}

.post-entry-1 h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 500;
}

.post-entry-1 h2 a {
  color: var(--color-black);
}

.post-entry-1.lg h2 {
  font-size: 40px;
  line-height: 1;
}

.post-meta {
  font-size: 11px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-secondary);
  color: rgba(var(--color-black-rgb), 0.4);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .custom-border {
    border: none !important;
  }
}

.author .photo {
  margin-right: 10px;
}

.author .photo img {
  width: 40px;
  border-radius: 50%;
  margin-bottom: 0;
}

.author .name h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: var(--font-secondary);
}

.trending {
  border: 1px solid rgba(var(--color-black-rgb), 0.1);
}

.trending>h3 {
  color: var(--color-black);
  padding: 20px;
  border-bottom: 1px solid rgba(var(--color-black-rgb), 0.1);
}

.trending .trending-post {
  padding: 0;
  margin: 0;
}

.trending .trending-post li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.trending .trending-post li a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgba(var(--color-black-rgb), 0.1);
  position: relative;
  overflow: hidden;
}

.trending .trending-post li a .number {
  position: absolute;
  z-index: -1;
  font-size: 5rem;
  left: -10px;
  top: -20px;
  font-weight: 700;
  color: rgba(var(--color-black-rgb), 0.05);
}

.trending .trending-post li a h3 {
  font-size: 18px;
  color: rgba(var(--color-black-rgb), 0.9);
}

.trending .trending-post li a .author {
  color: rgba(var(--color-black-rgb), 0.7);
  font-weight: 500;
}

.trending .trending-post li a:hover h3 {
  color: rgba(var(--color-black-rgb), 1);
}

.trending .trending-post li:last-child a {
  border-bottom: none;
}

.post-entry-2 {
  margin-bottom: 30px;
}

.post-entry-2 .post-meta {
  font-size: 11px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-secondary);
  color: rgba(var(--color-black-rgb), 0.4);
  margin-bottom: 10px;
}

.post-entry-2 .author {
  color: rgba(var(--color-black-rgb), 0.7);
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

.post-entry-2 .thumbnail {
  flex: 0 0 65%;
}

@media (max-width: 960px) {
  .post-entry-2 .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.post-entry-2.half .thumbnail {
  flex: 0 0 50%;
}

@media (max-width: 768px) {
  .post-entry-2.half .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.post-entry-2.small-img .thumbnail {
  flex: 0 0 30%;
}

@media (max-width: 768px) {
  .post-entry-2.small-img .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.img-bg {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}

@media (max-width: 768px) {
  .img-bg {
    height: 400px;
  }
}

.img-bg:before {
  position: absolute;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}

.img-bg .img-bg-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .img-bg .img-bg-inner {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}

.img-bg .img-bg-inner h2,
.img-bg .img-bg-inner p {
  color: var(--color-white);
}

@media (max-width: 500px) {
  .img-bg .img-bg-inner p {
    display: none;
  }
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {

  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    display: none;
  }
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
  font-size: 20px;
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
  color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
  right: 40px;
}

.custom-swiper-button-prev {
  left: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(var(--color-white-rgb), 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--color-white-rgb), 1);
}

.more {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.more:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-black);
}

.post-content {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 768px) {
  .post-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.post-content .firstcharacter {
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.post-content figure {
  position: relative;
  left: 52%;
  min-width: 990px;
  transform: translateX(-50%);
}

@media (max-width: 1255px) {
  .post-content figure {
    min-width: auto;
    left: auto !important;
    transform: none;
  }
}

.post-content figure figcaption {
  font-family: var(--font-secondary);
  font-size: 14px;
  padding: 10px 0 0 0;
}

.aside-title,
.category-title {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--color-black);
}

.category-title {
  border-bottom: none;
}

.custom-pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-family: var(--font-secondary);
  margin: 5px;
  transition: 0.3s all ease;
}

.custom-pagination a.active {
  background: var(--color-black);
  color: var(--color-white);
}

.custom-pagination a.active:hover {
  background: rgba(var(--color-black-rgb), 0.9);
}

.custom-pagination a:hover {
  background: rgba(var(--color-black-rgb), 0.1);
}

.custom-pagination a.prev,
.custom-pagination a.next {
  width: auto !important;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.custom-pagination a.prev:hover,
.custom-pagination a.next:hover {
  background: rgba(var(--color-black-rgb), 0.1);
}

/* custom tab nav on sidebar */
.aside-block {
  margin-bottom: 30px;
}

.aside-block .custom-tab-nav .nav-item {
  display: inline-block;
}

.aside-block .custom-tab-nav .nav-item button {
  color: var(--color-black);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}

.aside-block .custom-tab-nav .nav-item button.active {
  background-color: var(--color-black) !important;
  background-color: transparent !important;
  color: var(--color-black);
  border-bottom: 2px solid var(--color-black);
}

.link-video {
  position: relative;
}

.link-video span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: rgba(var(--color-black-rgb), 0.2);
  color: var(--color-white);
}

.aside-links li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(var(--color-black-rgb), 0.1);
}

.aside-links li a {
  display: block;
  color: rgba(var(--color-black-rgb), 0.7);
}

.aside-links li a:hover,
.aside-links li a:focus {
  color: rgba(var(--color-black-rgb), 1);
}

.aside-tags li {
  display: inline-block;
}

.aside-tags li a {
  display: inline-block;
  color: rgba(var(--color-black-rgb), 0.7);
  padding: 7px 10px;
  border: 1px solid rgba(var(--color-black-rgb), 0.1);
  margin-bottom: 3px;
  transition: 0.3s all ease;
}

.aside-tags li a:hover,
.aside-tags li a:focus {
  color: rgba(var(--color-black-rgb), 1);
  border: 1px solid rgba(var(--color-black-rgb), 0.5);
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment {
  /* Font not working in <textarea> for this version of bs */
}

.comment .avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.comment .avatar-img,
.comment .avatar-initials,
.comment .avatar-placeholder {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.comment .avatar-img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.comment .avatar-initials {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  line-height: 0;
  background-color: rgba(var(--color-black-rgba), 0.1);
}

.comment .avatar-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--color-black-rgba), 0.1) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%23fff' d='M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z'/%3e%3c/svg%3e") no-repeat center/1.75rem;
}

.comment .avatar-indicator {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  height: 20%;
  display: block;
  background-color: rgba(var(--color-black-rgba), 0.1);
  border-radius: 50%;
}

.comment .avatar-group {
  display: inline-flex;
}

.comment .avatar-group .avatar+.avatar {
  margin-left: -0.75rem;
}

.comment .avatar-group .avatar:hover {
  z-index: 1;
}

.comment .avatar-sm,
.comment .avatar-group-sm>.avatar {
  width: 2.125rem;
  height: 2.125rem;
  font-size: 1rem;
}

.comment .avatar-sm .avatar-placeholder,
.comment .avatar-group-sm>.avatar .avatar-placeholder {
  background-size: 1.25rem;
}

.comment .avatar-group-sm>.avatar+.avatar {
  margin-left: -0.53125rem;
}

.comment .avatar-lg,
.comment .avatar-group-lg>.avatar {
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
}

.comment .avatar-lg .avatar-placeholder,
.comment .avatar-group-lg>.avatar .avatar-placeholder {
  background-size: 2.25rem;
}

.comment .avatar-group-lg>.avatar+.avatar {
  margin-left: -1rem;
}

.comment .avatar-light .avatar-indicator {
  box-shadow: 0 0 0 2px rgba(var(--color-white-rgba), 0.75);
}

.comment .avatar-group-light>.avatar {
  box-shadow: 0 0 0 2px rgba(var(--color-white-rgba), 0.75);
}

.comment .avatar-dark .avatar-indicator {
  box-shadow: 0 0 0 2px rgba(var(--color-black-rgba), 0.25);
}

.comment .avatar-group-dark>.avatar {
  box-shadow: 0 0 0 2px rgba(var(--color-black-rgba), 0.25);
}

.comment textarea {
  font-family: inherit;
}

.comment .comment-replies-title,
.comment .comment-title {
  text-transform: uppercase;
  color: var(--color-black) !important;
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.comment .comment-meta .text-muted,
.comment .reply-meta .text-muted {
  font-family: var(--font-secondary);
  font-size: 12px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-item {
  text-align: center;
}

.contact .info-item i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--color-primary);
}

.contact .info-item address,
.contact .info-item p {
  margin-bottom: 0;
}

.contact .info-item h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: var(--color-primary);
}

.contact .info-item a:hover {
  color: var(--color-primary);
}

@media (min-width: 768px) {
  .contact .info-item-borders {
    border-left: 1px solid rgba(var(--color-secondary-rgb), 0.2);
    border-right: 1px solid rgba(var(--color-secondary-rgb), 0.2);
  }
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(var(--color-black-rgb), 0.1);
  padding: 30px;
  background: var(--color-white);
}

@media (max-width: 640px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--color-white);
  background: var(--color-red);
  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: var(--color-white);
  background: var(--color-green);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--color-white);
  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 var(--color-green);
  border-top-color: var(--color-white);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

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

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: var(--color-primary);
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  overflow: hidden;
  /* background: rgba(var(--color-black-rgb), 0.9); */
  font-size: 18px;
  /* color: rgba(var(--color-white-rgb), 0.7); */
  /* adding-top: 150px; */
  
  background-color: #111111;
  color: var(--color-white);
  /* font-size: 14px; */
  border-top: 5px solid #f4b941;
}

.footer .footer-content {
  padding: 40px 0 0 0;
}

.footer a.footer-link-more {
  color: rgba(var(--color-white-rgb), 0.7);
  display: inline-block;
  position: relative;
}

.footer a.footer-link-more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--color-white);
}

.footer a.footer-link-more:hover {
  color: rgba(var(--color-white-rgb), 1);
}

.footer .footer-heading {
  color: var(--color-white);
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
}

.footer .footer-blog-entry li {
  margin-bottom: 20px;
  display: block;
}

.footer .footer-blog-entry li a .post-meta {
  font-size: 10px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--font-secondary);
  color: rgba(var(--color-white-rgb), 0.4);
  margin-bottom: 0px;
}

.footer .footer-blog-entry li a img {
  flex: 0 0 50px;
  width: 50px;
}

.footer .footer-links li {
  margin-bottom: 10px;
}

.footer .footer-links li a {
  color: rgba(var(--color-white-rgb), 0.7);
}

.footer .footer-links li a:hover,
.footer .footer-links li a:focus {
  color: rgba(var(--color-white-rgb), 1);
}

.footer .footer-legal {
  /* background: var(--color-black); */
  /* padding: 0 0 40px 0; */
}

.footer .footer-legal .social-links a {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  /* background-color: rgba(var(--color-white-rgb), 0.09); */
  border-radius: 50%;
  /* color: var(--color-white); */
  line-height: 40px;
}

.footer .footer-legal .social-links a:hover {
  background-color: rgba(var(--color-white-rgb), 0.2);
}

.footer .copyright strong {
  font-weight: 400;
}

.footer .credits {
  padding-top: 6px;
  font-size: 13px;
}

.footer .credits a {
  color: var(--color-white);
}

.footer-legal .copyright {
    font-size: 15px;
    letter-spacing: 2px;
	/* padding-top: 15px; */
}
.top-blue-border{
	border-top: 5px solid #35499a;
    padding-top: 15px;
	display: inline-block;
}

@media (max-width: 1024px) {
	.banner-with-sidebar .second-column-box{
		padding: 3rem;
	}
	.banner-with-sidebar .section-content.first-column-box .title-heading.pb-5{
		padding-bottom: 1rem !important;
		padding-top: 2rem;
	}
	.blog-detail{
		padding: 20px 20px 10px 20px;
	}
	h2.blog-heading{
		font-size: 25px;
	}
	img.blog-img{
		padding-left: 20px;
	}
}
@media (max-width: 992px) and (min-width: 768px){
	.portfolio-client-box {
		display: block;
		text-align: center;
	}
    .portfolio-client-details{
        padding-top: 20px;
    }
	.portfolio-client-img{
		margin: auto;
	}
}
@media (max-width: 1024px) {
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
		max-width: 35px;
	}
}
@media (max-width: 768px) {
	h2{
		font-size: 30px;
	}
	.title-heading{
		font-size: 43px;
	}
	.features .home-block.header-section{
		padding-top: 20vh;
		padding-bottom: 20vh;
	}
	.track-box{
		padding: 20px;
	}
	.banner-with-sidebar .second-column-box{
		padding: 2rem;
	}
}

@media (max-width: 640px) {
	/* .footer{
		padding-top: 100px;
	} */
	.content-with-sidebar .section-content.second-column-box.pt-5{
		padding-top: 1rem !important;
	}
	.dswcf7_country_sel{
		margin-right: 5%;
	}
}
@media (max-width: 575px) {
    .box-single.box-type-year {
        text-align: center;
    }
	.box-single.box-type-year h4{
		margin-bottom: 1.2rem;
		font-size: 26px;
	}
}