.admin-bar header.fixed,
.admin-bar header{
	top:32px;	
}

header nav.navbar-default{
	background-image:none !important;
	box-shadow:none !important;	
}

header .search_option.open .search .fa-search:before{
	content:'\f00d';
}
header {
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0 13px 0;
  margin-bottom: 0px;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
}
.testimonial .info_wrapper{
	padding:29px 20px 33px 35px;	
}
/**
=============================================
    Service Details Area Css
=============================================
***/
.service-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px !important;
    z-index: 10;
}

.service-details__content {
    position: relative;
    display: block;
	margin-top: 0px;
}

.service-details__content .img-box1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-details__content .img-box1::after {
    position: absolute;
    top: 0;
    left: -100%;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(var(--thm-base-rgb), .1) 0%,
            rgba(var(--thm-base-rgb), .5) 50%,
            rgba(255, 255, 255, .9) 100%);
    transform: skewX(-15deg);
    z-index: 2;
}

.service-details__content .img-box1:hover::after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.service-details__content .img-box1 img {
    width: 100%;
}

.service-details__content .img-box1:hover img {
    transform: scale(1.3) rotate(1deg);
}




.service-details__content .text-box1 {
    position: relative;
    display: block;
    margin-top: 42px;
}

.service-details__content h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 21px;
}

.service-details__content .text-box1 p {
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.service-details__content .text-box1 p+p {
    margin-top: 20px;
}



.service-details__content .text-box2 {
    position: relative;
    display: block;
    margin-top: 48px;
    margin-bottom: 50px;
}

.service-details__content .text-box2 .text-box2-single {
    position: relative;
    display: block;
    background: #f2f3fa;
    padding: 44px 40px 23px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-details__content .text-box2 .text-box2-single:hover {
    background: #ffffff;
    box-shadow: 0px 0px 60px 20px rgb(0 0 0 / 8%);
}

.service-details__content .text-box2 .text-box2-single h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 14px;
}

.service-details__content .text-box2 .text-box2-single h4 span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
    top: 2px;
    padding-right: 7px;
}


.service-details__content .text-box3 {
    position: relative;
    display: block;
}

.service-details__content .text-box3 p {
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}



.service-details__content .text-box4 {
    position: relative;
    display: block;
    margin-top: 48px;
	margin-bottom: 0px;
}

.service-details__content .text-box4 .content-box {
    position: relative;
    display: block;
    margin-top: -7px;
}

.service-details__content .text-box4 .content-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-details__content .text-box4 .content-box p {
    color: var(--thm-base);
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.service-details__content .text-box4 .content-box ul {
    position: relative;
    display: block;
    margin-top: 33px;
}

.service-details__content .text-box4 .content-box ul li {
    position: relative;
    display: block;
    margin-bottom: 18px;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

.service-details__content .text-box4 .content-box ul li:last-child {
    margin-bottom: 0;
}

.service-details__content .text-box4 .content-box ul li span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    top: 2px;
    padding-right: 7px;
}

.service-details__content .quote {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    padding: 25px 43px 30px 43px;
    margin: 75px 0 91px 0;
}



.service-details__content .text-box4 .img-box {
    position: relative;
    display: block;
}

.service-details__content .text-box4 .img-box img {
    width: 370px;
	height: 320px;
	object-fit: cover;
}

/***************** Service Sidebar Style*******************/
.service-widget {
	position: relative;
   margin-bottom: 40px;
   margin-top: 0px;
}
.service-widget ul{
	position:relative;	
}
.service-widget ul li{
	position: relative;
    display: block;
    margin-bottom: 10px;
}
.service-widget ul li a{
	position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Josefin Sans', sans-serif;
    color: #070719;
    font-weight: 700;
    background: #f5f7fa;
    padding: 19.5px 35px;
    z-index: 1;
}
.service-widget ul li a:before{
	position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}
.service-widget ul li a:hover:before,
.service-widget ul li.current-menu-item a:before{
	    width: 100%;
		background: #00c5dc;
}
.service-widget ul li:hover a,
.service-widget ul li.current-menu-item a,
.service-widget ul li.current-menu-item a:before{
	color: #fff;
}
.service-widget ul li a:after{
	position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 400;
    top: 19px;
    right: 35px;
    transition: all 500ms ease;
}

.border_round{
	-webkit-border-radius: 50% !important;
}

.testimonial .owl-controls {
    position: absolute;
    width: 100%;
    bottom: -82px;
}

#mixitup_list.gallery_item_wrapper .mix img{
	width: 370px;
	height: 300px;
	object-fit: cover;
}

/***************** Footer Widget Style*******************/

footer .subscribe_now form input{
	height: 55px !important;
}

#nav_menu-3 ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color:#9fa7af;
  line-height: 35px;
}
#nav_menu-3 ul li a:hover,
#nav_menu-3 ul li a:focus {
  color:#00cbd8;
}

/***************** Blog Widget Style*******************/

.widget{
	position:relative;
	margin-bottom:50px;
}
.widget h4,
.widget h2,
.widget .wp-block-search__label{
	margin-bottom: 25px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	color: #292a2e;
	font-size:20px;
}

.widget ul, .widget ol {
	position:relative;
	padding:0px;
	margin:0px
}
.widget ul li, .widget ol li{
 	margin-bottom:15px;
	line-height:1.4;
	padding-bottom:15px;
	font-weight: 600;
    color:#969696;
    border-bottom: 1px solid #eaeaea;
}

.widget ol li article{
	display:inline-block;
}
.widget ul li:before, .widget ol li:before {
  content: "\f105";
  padding-right: 12px;
  font-family: 'FontAwesome';
}
.widget ul li:last-child, .widget ol li:last-child{
	margin-bottom:0px;
	border-bottom:none;
	padding-bottom:0px;
}
.widget ul li ul, .widget ol li ol{
	margin-bottom:0px;
	border-bottom:none;
	padding-bottom:0px;
	margin-top:15px;
	margin-left:15px;
	padding-top:15px;
	border-top:1px solid #eaeaea;
	
}
.widget ul li a, .widget ol li a {
  font-weight: 600;
  color:#969696;
  display: inline-block;
}

.widget ul li a:hover, .widget ol li a:hover {
  color:#25292f;
}

.widget .tagcloud{
	position:relative;	
}
.widget .tagcloud a{
	display: inline-block;
    margin: 0 5px 10px 0;
	line-height: 33px;
    color:#a5a5a5;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 0 12px;
	font-size: 15px !important;
	font-family: 'Open Sans', sans-serif;
}

.widget .tagcloud a:hover{
	background: #00cbd8;
    border:1px solid #00cbd8;
    color:#fff;
}


.spinseo-comment-item .spinseo-comment-item{
	margin-left:80px;
}

.single_comment .author-image-spin{
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
}
.single_comment .spinseo-content{
	position:relative;
	padding-left:100px;	
}

.blog_details .share_option ul li a{
	border-radius: 50%;
}

.we_are_spin_style_two .single_info .icon .ficon:before{
	font-size: 52px !important;
}

.some_facts .single_facts .icon i:before{
	font-size: 65px;
    color: #fff;
}

.mapAddress .contactUs_address .single_address .icon i:before{
	line-height: 60px;
    font-size: 34px;
    color: #fff;
}
.project_details_page .text p{
	width:auto;
	margin-bottom:25px;	
}

.case_study .single_study .img_holder img{
	width: 100%;
}

@media (min-width: 667px) and (max-width: 736px) {
	#mixitup_list.gallery_item_wrapper .mix img{
		width:100%;
	}	
}

@media (min-width: 634px) and (max-width: 768px) {
	.proj-image{
		width: 100%;
	}
}



.d-flex{
    display:flex;
}

.justify-content-between{
    justify-content:space-between;
}

.align-items-center{
    align-items:center;
}
.mr-top{
	margin-top:25px;
	display:inline-block;	
}
.blog_details .share_option{
	margin-bottom:0px;	
}
.blog_details .comments_area{
	position:relative;
	margin-top:80px;	
}
.blog_details .leave_reply{
	margin-top:80px;	
}
.blog_details .leave_reply h3{
	position:relative;
	margin-bottom:8px;
	padding-bottom:0px;
	border-bottom:0px;	
}
p.logged-in-as{
	margin-bottom:8px;	
}

.blog_details .share_option>i>a {
    color: #292a2e;
    font-weight: 300;
}
.blog_details .comments_area > .spinseo-comment-item:last-child .single_comment{
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.blog_details .leave_reply h3 small a{
	position:relative;
	color: #292a2e;
	font-size: 20px;	
	font-weight:700;
}
.blog_details .comments_area .spinseo-comment-item .single_comment .leave_reply{
	margin:50px 0px;
}
.inner_banner .overlay ul li{
	font-size: 16px;
    font-weight: normal;
    color: #00c5dc;	
}
.inner_banner .overlay ul li a{
	position:relative;
	margin-right:10px;
	padding-right:10px;	
	font-size: 16px;
    font-weight: normal;
    color: #6f6f6f;
}
.inner_banner .overlay ul li a:before{
	content:'/';
	position:absolute;
	right:-3px;
	top:0px;
	font-size:16px;
	color: #6f6f6f;
}
.inner_banner .overlay ul li:last-child a:before{
	display:none;	
}
.service-details-page__main-img{
	position:relative;
	margin-bottom:30px;	
}
.service-details__content .text-box1{
	margin-top:20px;	
}
.service-details__content .quote{
	margin:45px 0px 55px;	
}
.project_details_page {
    margin-top: 140px;
    margin-bottom: 130px;
}
.service-details-page__main-img img{
	width:100%;	
}
.we_are_spin:before{
	display:none;	
}
footer .footer_logo ul li a {
	border-radius:50px;	
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pagination-wrapper .pagination{
	margin:0px;
	display:flex;
	align-items:center;
	gap:10px;
}

.pagination-wrapper .pagination li{
	margin:0px;
}

.m-b30{
	margin-bottom:30px;
}

.m-t30{
	margin-top:30px;
}

.wp-calendar-nav{
	margin-top:10px;
}

.widget .wp-block-latest-comments li,
.widget.widget_recent_comments ul li{
	padding-left:30px;
	position:relative;
}

.widget .wp-block-latest-comments li:before,
.widget.widget_recent_comments ul li:before{
	position:absolute;
	left:0px;
	top:0px;
	content:'\f086';
}

.widget h4 a,
.footer-widget h5 a{
	color:inherit;
}

.footer-widget{
	margin-bottom:40px;
}

.footer-widget ul,
.footer-widget ol{
	position:relative;
	padding:0px;
	margin:0px;
}

.footer-widget ul li,
.footer-widget ol li{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #9fa7af;
	margin-bottom:10px;
	display:block;
}

.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0;
}

.footer-widget ul li ul,
.footer-widget ol li ol{
	margin-bottom:0;
	margin-top:10px;
	margin-left:15px;
}

.footer-widget ul li a,
.footer-widget ol li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #9fa7af;
	display:inline-block;
}

.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #00cbd8;
}

.widget_recent_comments.footer-widget ul li{
	line-height:1.8;
}

.mb-4{
	margin-bottom:2rem;
}