.header-social li {
    margin-right: 10px;
}
.logo a {
    display: flex;
    align-items: center;
}
.logo .text-wrap {
    display: flex;
    align-items: center;
    font-family: "Playfair Display", serif;
}
.logo .text-wrap .large-txt {
    color: #5abaee;
    margin-right: 5px;
    font-size: 60px;
}
.logo .text-wrap .small-txt {
    color: #377eaf;
    font-size: 30px;
    line-height: 24px;
}
.logo .text-wrap .small-txt span {
    font-size: 18px;
    line-height: 0px;
}
.abt-img img {
    width: 100%;
}
.abt-img {
    border-style: groove;
    border-width: 7px;
    border-color: #5abaee;
}
.abt-cont p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
}
.abt-cont h4 {
    color: #377eaf;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}
.abt-cont h4 span {
    display: block;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: #5abaee;
}
.testimonial-page .single-testimonial {
    box-shadow: 0 0 3px #5abaee;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.testimonial-page .single-testimonial:last-child {
    margin-bottom: 0;
}
.testimonial-page .single-testimonial h5 {
    color: #377eaf;
}
.testimonial-page .single-testimonial p {
    font-size: 18px;
    line-height: 30px;
}
.gallery-page .gallery-item {
    overflow: hidden;
    margin-bottom: 30px;
}
.widget_links ul {
    column-count: 2;
}
.side-bar {
    background-color: #377eaf;
}
.side-bar ul li {
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    transition: all 0.5s ease;
    position: relative;
}
.side-bar ul li i {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 22px;
}
.side-bar ul li:hover {
    background-color: #5abaee;
    padding-left: 25px;
}
.side-bar ul li a {
    color: #fff;
}
.service-details .img-wrap {
    margin-bottom: 20px;
    border: 1px solid #999;
}
.service-details h3 {
    color: #377eaf;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.service-details .text-block {
    margin-bottom: 20px;
}
.service-details ul {
    margin-left: 10px;
    margin-bottom: 10px;
}
.service-details ol {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 10px;
}
.service-details ul li {
    list-style: disc;
}
.service-details strong {
    color: #5abaee;
}
.service-details p + ul {
    margin-top: 5px;
}
.service-details ul + p {
    margin-top: 5px;
}
.service-details .sub-img-wrap {
    margin-bottom: 10px;
}
.service-details .sub-img-wrap + ol {
    margin-top: 5px;
}
.service-details p {
    margin-bottom: 10px;
}
.video-item {
    width: 100%;
    height: 215px;
}
@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 36px;
    }
    .abt-cont h4 {
        font-size: 28px;
    }
    .abt-cont h4 span {
        font-size: 18px;
        line-height: 25px;
    }
    .section-padding{
        padding: 60px 0;
    }
    .widget_links ul{
        column-count: 1;
    }
    .section-title{
        margin-bottom: 30px;
    }
    #breadcrumb-area{
        background-position: 24% 100%;
    }
    #contact h2{
        font-size: 32px;
        margin-bottom: 30px;
    }
}
.gallery-item{
		text-align: center;
	background : #377eaf;
	padding-bottom: 10px
}
.gallery-item h3{
	color : #fff;
	font-size: 20px;
	padding : 10px;
}
.gallery-item button{
	cursor: pointer;
	border:none;
	padding : 5px 10px;
	font-weight : bold
}