.inner_banner{
	position:relative;
}
.inner_banner > img{
	height:280px;
	width:100%;
	object-fit:cover;
}
@media(max-width:991px) {
	.inner_banner > img{
	height:180px;
}	
}
.inner_caption{
	position: absolute;
	top: 67%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
	text-align:center;
}
.inner_caption h2{
	color:#fff;
	font-size:45px;
}
.path{
	position:absolute;
	bottom:-14px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--primary-color);
	border-radius:50px;
	color:#fff;
	font-weight:500;
	margin:0;	
	white-space: nowrap;
	font-size: 14px;
    line-height: 1;
    padding: 4px 10px 6px;
}
.path span{
	white-space:nowrap;
}
.path i{
	font-size:10px;
	margin:5px;
	position:relative;
	top:-1px;
}
@media (max-width: 576px) {
.path {
  font-size: 15px;
  bottom: -2px;
}
}
.service_box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: calc(100% - 20px);
  margin: 0 0 20px 0;
  padding:25px;
}
@media (min-width: 992px) {
.service_box .row > div:last-child{
	padding-left:35px;
}
}
.service_box figure {
  border-radius: 20px 20px 20px 100px;
  overflow: hidden;
  padding-top:100%;
  position:relative;
 /* height: 435px;*/
}
.service_box figure img {
	position:absolute;
	top:0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
	.service_box figure{
		margin-bottom:25px;
	}
	.service_box {
  padding:15px;
}
}
@media (min-width: 992px) {
  .col-lg-45 {
    flex: 0 0 auto;
    width: 37.92%;
  }
   .col-lg-75 {
    flex: 0 0 auto;
    width: 62.08%;
  }
}
.box_type2.work{
	box-shadow:none;
	margin-bottom:30px;
}
.box_type2 figure + div{
	padding: 15px;
	  border-radius: 30px;
	  width: 80%;
	  margin: -50px auto 0;
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	  position: relative;
	  background: #fff;
}
@media (max-width: 1200px) {
	.box_type2 figure + div{
	  width: 90%;
	  padding: 10px;
	}
}
.box_type2 figure + div h3{
	margin:5px 0 10px;
}
.details_right figure img{
	width:100%;
	object-fit:cover;
	max-height:350px;
	overflow:hidden;
	margin:0 0 25px 0;
}
.c_details{
	border:solid 1px #ccc;
}
.contact_info.details{
	background:var(--primary-color);
	color:#fff;
	height:100%;
}
.contact_info.details .media{
	
}
.contact_info.details .media a {
  position: relative;
  display: inline-block;
  margin: 15px 15px 10px 0;
  color:#fff;
  border: solid 1px #ffffff70;
}
.contact_info.details .media a:hover {
  transition: 0.3s;
  border: solid 1px #fff;
  background: #0000002e;
}
@media (max-width: 1200px) {
.contact_form {
  padding: 30px 19px;
}
}
.box_type2 h4{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px 10px 25px;
	font-size:20px;
	font-weight: 500;
	color:#fff;
	margin: 0;
	height:30%;
	display: flex;
	align-items: end;
	justify-content: center;
	background: #000000;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.box_type2 img{
  transition:0.3s;
}
.box_type2:hover img{
	height: 110%;
  width: 110%;
  transition:0.8s;
}
.box_type2:hover{
	box-shadow:0 0 35px rgba(0,0,0, 0.35);
	 transition:0.5s;
}

.pp_social{
	display:none;
}

#gallery-1 {
	width: 100%;
	margin-top:0px;
}
.btn-sm i{
  font-size: 18px;
  margin: 0px 5px 0 3px;
  position: relative;
  top: 1px;
}

.accordion-item, 
.accordion-item:not(:first-of-type){
	margin:0 0 12px 0;
	border: 1px solid rgb(209, 229, 255);
	border-radius:15px;
}

.accordion-header, .accordion-button, 
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type{
border-radius:15px;
}
.accordion-item .accordion-button:not(.collapsed){
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background:var(--primary-color);
	color:#fff;
}
.accordion-button{
	background:rgba(var(--rgb-primary-color), 0.1);
}
.accordion-button:hover {
	color:var(--primary-color);
	
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow:none;
}
.accordion-button::after{
	content: '\F282';
  font-family: "bootstrap-icons";
  color:#000;
  background-image:none;
  font-size: 21px;
  height: auto;
}
.accordion-button:not(.collapsed)::after {
	content: '\F282';
  font-family: "bootstrap-icons";
  color:#fff;
  background-image:none;
  font-size: 21px;
  height: auto;

}


.blog_sidebar {
    background-color: #eff5ff;
    padding: 15px 22px;
    border-radius: 8px;
}
.search_blog{
	position: relative;	
}

.search_blog input[type="text"],
.search_blog input[type="search"]{
	background-color: #c79f10;
	padding: 10px 45px 10px 18px;
	width: 100%;
	border-radius: 100px;
	border: none;
	color: #fff;
	font-size: 16px;	
}

.search_blog input[type="submit"]{
	background-image: url(../images/search-b.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	background-color: transparent;
	padding: 0;
	width: 30px;
	height: 35px;
	margin: 0;
	right: 12px;
	background-position: center;
	cursor: pointer;
}

.search_blog input[type="submit"]:hover{
	box-shadow: none;
}

.blog_sidebar h3 {
    text-transform: uppercase;
    color: #000;
	font-size: 22px;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #acc8ff;
    margin: 15px 0;
}
.blog_sidebar ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
.blog_sidebar ul li {
    display: block;
    position: relative;
    padding: 0 0 12px 25px;
    font-size: 17px;
}
.blog_sidebar ul li:before {
    content: "\F134";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "bootstrap-icons";
    color: #c79f10;
    font-size: 15px;
}
.blog_sidebar ul li a{
	font-weight:500;
}
/*.blog_sidebar ul li a:hover {
    text-decoration: underline;
}*/
.popular_blog ul{
    list-style: none;
    margin: 0;
    padding: 0px 0;
}
.popular_blog ul li {
    padding: 0px 0px;
    position: relative;
    clear: both;
    display: flex;
	margin-bottom: 25px;
}
.popular_blog ul li:before {
	display:none;
}
.popular_blog ul li figure {
	width: 110px;
    min-width: 110px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.popular_blog ul li figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.popular_blog ul li article {
    overflow: hidden;
    font-weight: 600;
    margin: 0 0 0 20px;
}
.popular_blog ul li article h6 {
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0px 0 10px;
	color: #464646;
}
.popular_blog ul li article h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 10px;
}
.popular_blog ul li article h5 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
	color: #464646;
    line-height: 1.3;
	display:none;
}
.blog_card_m{
	padding:0 0 10px 0;
	margin:0 0 30px 0;
}
.blog_card_m:hover{
	box-shadow:0 0 18px rgba(0,0, 0,0.2);
	transition:0.3s;
	border-radius:15px;
}
.blog_card_m dl {
    position: relative;
    height: 100%;
	margin:0;
}

.blog_card_m dl figure {
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    padding-top: 55%;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
}
.blog_card_m figure img {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    transition: 0.3s;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    bottom: auto;
    right: auto;
    z-index: 1;
    transition: all 0.3s;
    opacity: 1;
}
.blog_card_m dl article {
    position: relative;
    bottom: 0px;
    color: #000;
    left: 0;
    right: 0;
    padding: 0 15px;
}
.blog_card_m dl article h6 {
    font-size: 0.8rem;
    font-weight: 400;
    margin: 10px 0 10px;
	color:#000;
}
.blog_card_m dl article h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 10px;
}
.blog_card_m dl article p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}
.blog_card_m dl article p em{
	color:#c79f10;
	font-style:normal;
}

.blog_detail_card {
    position: relative;
	margin-bottom: 50px;
}
.blog_detail_card h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 5px;
}
.blog_detail_card .blog_date {
    font-size: 16px;
	text-transform: capitalize;
    color: #575757;
}
.blog_detail_card figure {
	position: relative;
    height: auto;
    padding: 0;
    border-radius: 20px;
    background: none;
    margin: 15px 0 0;
	overflow: hidden;
	transition: all 0.3s;
    z-index: 1;
}
.blog_detail_card figure img {
    position: static;
    transform: none;
    min-width: 0;
    border-radius: 20px;
    min-height: 0;
    max-width: 100%;
    max-height: 420px;
}
.blog_detail_card article {
    padding-top: 10px;
}
.blog_detail_card h2 {
    font-size: 22px;
    margin-top: 10px;
}
.blog_detail_card p {
    font-size: 16px;
    margin: 12px 0 15px;
}
.contact_page .container{
	background:#fff;
	border-radius:45px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
}
.contact_page .heading_sec {
  padding: 45px 0 20px 15px;
}
@media (min-width: 1200px) {
  .contact_page .heading_sec {
    padding: 45px 0 20px 40px;
  }
}
.blog_detail_card article {
  line-height: 1.65;
 color:#000;
}