.blog .sidebar, .sidebar {
	background: #414956;
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}
.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}
.blog .sidebar .categories ul a {
    color: #f0f0f0;
    transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
    color: #e96b56;
}
.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}


.blog .sidebar .sidebar-title-c {
	
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #f0f0f0;
    position: relative;
}

.blog .sidebar .sidebar-title-t {
	
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #f0f0f0;
    position: relative;
}

.blog .sidebar .sidebar-title-r {
	margin-top: 50px !important;
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #f0f0f0;
    position: relative;
	border-top: 1px solid #fff;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

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

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

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    background-color: #fff;
}

.blog .entry .entry-title {
	margin-top: 10px !important;
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #bababa;
}

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

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

.lead {
    font-size: 1.25rem;
    font-weight: 300;
	margin-bottom: 1rem;
}

.featured .icon-box {
    padding: 40px 30px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background: #fff;
    transition: all ease-in-out 0.3s;
    height: 100%;
}

.featured .icon-box:hover {
    background: #fee100 !important;
}

.featured .icon-box i {
    color: #000;
    font-size: 42px;
    margin-bottom: 15px;
    display: block;
    line-height: 0;
}

.featured .icon-box:hover i, .featured .icon-box:hover h3, .featured .icon-box:hover p {
    color: #000;
}

.sidebar ul.category li i {
    cursor: pointer;
}
.sidebar ul.category li i.bi-dash-circle-fill {
    display: none;
}
.sidebar ul.category li ul.subcategory {
    display: none;
    padding-left: 20px;
}
.sidebar ul.category li ul.subcategory li {
    padding: 5px;
}




.breadcrumbs a { color: #aaa; }
.breadcrumbs a:hover { color: #777; }

section.blog {
    padding: 70px 0;
}

.member-img .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 3rem;
    color: white;
    background-color: rgba(0,0,0, 0.6);
    display:block;
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    border-radius: 50%;
}

.all-items {
    color: #bbb;
    font-size: 1.2rem;
}
.all-items:hover {
    color: #aaa;
    text-decoration: underline;
}

.home-about-content {
    color: #7d7d7d;
    font-size: 15px;
    line-height: 25px;
}

.sidebar ul.category li i {
    cursor: pointer;
}
.sidebar ul.category li i.bi-dash-circle-fill {
    display: none;
}
.sidebar ul.category li ul.subcategory {
    display: none;
    padding-left: 20px;
}
.sidebar ul.category li ul.subcategory li {
    padding: 5px;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}
.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}

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

.bi-plus-circle-fill {

color: #fff;

}


.blog .sidebar .sidebar-item h3 {
	    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
	
}


#content-category-style .icon-box {
    padding: 40px 30px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background: #fff;
    transition: all ease-in-out 0.3s;
    height: 100%;
}

#content-category-style .icon-box:hover {
    background: #e96b56;
}

#content-category-style .icon-box i {
    color: #e96b56;
    font-size: 42px;
    margin-bottom: 15px;
    display: block;
    line-height: 0;
}

#content-category-style h3 {
    font-size: 28px !important;
    font-family: "Roboto", sans-serif !important;
    color: #040021 !important;
    margin-top: 0px !important;
    font-weight: 700 !important;
    text-transform: normal !important;
    line-height: 1.16 !important;
}


#content-category-style .icon-box:hover h3 {
    color: #fff !important;
}

#content-category-style .icon-box:hover i {
    color: #fff !important;
}

#content-category-style .icon-box:hover p, #content-category-style .icon-box:hover p {
    color: #fff !important;
}

#content-category-style p {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    color: #8f98a8 !important;
    margin-bottom: 0 !important;
}


.sidebar .sidebar-title-c {
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #f0f0f0;
    position: relative;
}


.sidebar .categories ul a {
    color: #f0f0f0;
    transition: 0.3s;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.sidebar .categories ul a:hover {
    color: #e96b56;
}

#content-list-style h4 {
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin-top: 10px;
    font-weight: 700;
    text-transform: normal;
    line-height: 1.16;
}

#content-list-style span {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

#content-list-style .member-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
	margin-top: 20px;

}

.sidebar .sidebar-item a {
    color: #fff;
}


.sidebar .sidebar-title-r {
    margin-top: 50px !important;
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #f0f0f0;
    position: relative;
    border-top: 1px solid #fff;
}

#content-detail-style h1 {
    color: #fff;
    margin-top: 10px !important;
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.contact-page__call-icon {
    color: #2cbc63; 
}


.contact-page__call-number:hover, .contact-page__email:hover {

    color:#1383a9;
}

.main-menu .navigation > li > a {
	
	text-transform: none !important;
	font-size: 17px !important;
	
}

#language {
	
	margin-left: 0px;
}

.header-top .top-inner .single-item h6 {
	text-transform: none !important;
	
}

.top-inner a{
	
	color: #fff !important;
}

.top-inner a:hover{
	
	color: #fee100 !important;
}

.top-inner #top-item-1{
	
	display: none !important;
	text-align: left;
}

.top-inner #top-item-2{
	
	display: block !important;
	text-align: left;
}

.top-inner #top-item-3{
	
	display: block !important;
	margin-top: 10px;
	text-align: left;
}

@media screen and (min-width: 768px) {
	
	
    #language {
	
	     margin-left: 80px;
    }
	
	.top-inner #top-item-1{
	
	display: block !important;
}

    .top-inner #top-item-2{
	
	display: none !important;
    }

    .top-inner #top-item-3{
	
	display: block !important;
    }
	
	
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  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: #18d26e;
  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 #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #aaa;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  
}

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

.contact .php-email-form button[type=submit] {
	
	background-color: #000 !important;
}

.contact .php-email-form button[type=submit]:hover {
	
	color: #000 !important;
}

.value.pull-right {
	
	color: #ffff !important;
}

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

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

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

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


.social-links.clearfix i {
	
	
	margin-top: 20px;
	
}

.page-title .content-box .bread-crumb li {
	
	text-transform: none !important;
	font-size: 20px !important;
	
}

.sidebar .sidebar-item a:hover {
	
	color: #fee100 !important;
}

.blog .sidebar .recent-posts img {
	
	float: none;
}

.bi-dash-circle-fill::before {
    
    color: #fff;
}

#content-detail-style {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    background-color: #fff;
}


.blog .entry .entry-img {
    max-height: none !important;
    margin:0px !important;
    overflow: none !important;
}

#page-content {
	
	margin-top: -27px !important;
    margin-bottom: -27px !important;	
	background: #f7f3f3 !important ;
}

.member.aos-init.aos-animate:hover {
	
	border: #fee100 1px solid;
	
	
}

.member:hover {
	
	background: #fee100 !important ;
	
}

.member:hover span{
	
	color: #000 !important;
	
	
}

.align-items-center {
    align-items: center !important;
}

.search-form button {
    font-size: 16px;
    color: #040021;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0px;
    right: 15px;
    border: 0;
    background: none;
}

.breadcrumbs .search-form form {
    background: unset !important;
    border: unset !important;
    padding: unset !important;
    position: unset !important;
}

@media  only screen and (min-width: 992px) {

     #call-section {
	
	     display: none !important;
	}
	
	#wp-section {
		
		left: 30px !important;
		bottom: 20px;
	    
	}
}

@media  only screen and (max-width: 992px) {

     #call-section {
		 
left: 15px !important;
		 
bottom: 80px;
	}
	
	#wp-section {
		
left: 10px !important;
		
bottom: 10px;
	}
}

