/*---Page loader-----------------*/

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:999999 ;
	overflow: hidden;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #16a085;
	animation: spin 1.7s linear infinite;
	z-index: 11;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	animation: spin-reverse .6s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	animation: spin 1s linear infinite;
}



#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
	transform: translateX(-100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	transform: translateX(100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.3s 1s ease-out;
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #0a1935;
	z-index: 10;
}

@include keyframes(spin) {
	0% {
		@include transform(rotate(0deg));
	}
	100% {
		@include transform(rotate(360deg));
	}
}

@include keyframes(spin-reverse) {
	0% {
		@include transform(rotate(0deg));
	}
	100% {
		@include transform(rotate(-360deg));
	}
}



/*---End Page loader-----------------*/

.hg-recent-post-list .hrp-post-item{
	margin: 0 0 10px;
	display: flex;
}

.hg-recent-post-list .hrp-post-item a img{
	max-width: 80px;
}

.hg-recent-post-list .hg-media-body{
	margin-left: 12px;
}

.hg-recent-post-list .hg-media-body h4 {
    margin-top: 0;
    font-size: 16px;
    -webkit-line-clamp: 3;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.hg-recent-post-list p.item-meta {
	font-size: 12px;
	margin: 0;
	font-weight: 600;
}

/*item slider*/

.owl-dots button.owl-dot.active {
    width: 30px!important;
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot {
  box-shadow: 0px 0px 0px 3px #ffffff69;
  width: 15px;
  height: 15px;
  background-color:#333 ;
  border: 3px solid #ffffffc4;
  display: inline-block;
  margin: 0 6px;
}

.owl-theme .owl-dots .owl-dot span{
	width: 0!important;
	height: 0!important;
}

.item_slider-owl .owl-nav{
	position: absolute;
	top: 0;
	transform: translate(0%, 40%);
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 30px;
	color: #ffffff;
	opacity: 0;
}

.item_slider-owl .owl-nav button{
	position: absolute;
	box-shadow: none;	   
}
.item_slider-owl .owl-nav button[type=button]:hover{
	background-color: unset;
}

.item_slider-owl .owl-nav .owl-prev{
	left: 20px;
}

.item_slider-owl .owl-nav .owl-next{
	right: 20px;
}

/*single page slider*/

.single-page-slider .owl-nav{
	position: absolute;
	top: 0;
	transform: translate(0%, 40%);
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 30px;
	color: #ffffff;
	opacity: 0;
}

.single-page-slider .owl-nav button{
	position: absolute;
	box-shadow: none;	   
}
.single-page-slider .owl-nav button[type=button]:hover{
	background-color: unset;
}

.single-page-slider .owl-nav .owl-prev{
	left: 20px;
}

.single-page-slider .owl-nav .owl-next{
	right: 20px;
}

.single-page-slider.owl-carousel div.owl-nav{
	display: block;
}


#main-home-shortcode {
	background-size: contain;
	background-position: unset;
}
#main-home-shortcode:after {
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	background-color:#ffffff;
	opacity: 0.7;
	z-index: 1;
	top: 0;
}
#main-home-shortcode .container{
	z-index: 2;
}
#main-home-shortcode:hover {
	background-position: bottom;
}

/*--footer contact weight--*/


.contact-container .contact-list li{
	background-color: #ffffff1c;
	margin:8px 0;
	display: flex;
}

.contact-container .contact-list li span {
    text-align: center;
    margin-right: 9px;
    display: inline-table;
    padding-right: 1px;
    width: 38px;
    border-right: 1px solid #787777;
}

.social-container .social-list li {
    float: left;
}

.social-container .social-list li a {
    color: #fff;
    padding: 0 8px;
    text-align: center;
    display: block;
	border-radius:4px;
	font-size: 20px;
	transition: all 500ms ease;
	margin:4px;
}
.social-container .social-list li a:hover {
	color: var(--theme-color);
}

.social-container ul.social-list {
    margin: 0 -4px;
}


/*--elements animation--*/
.overlay{
	position: relative;
}
.overlay:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 40px 0;
    width: 300px;
    height: 200px;
    z-index: 2;
    background-size: 30%;
    background-image: url(../img/03.png);
	background-repeat: no-repeat;
	-webkit-animation: zoomout 10s ease-in infinite;
	animation: rotate2 10s ease-in infinite;
	transition: all .8s ease-in-out;
	background-position: center;
	opacity: 0.5;
}

.overlay:before {
    content: '';
    display: block;
    position: absolute;
    right: 10%;
    bottom: 0;
    margin: 40px 0;
    width: 200px;
    height: 200px;
	z-index: 2;
    background-size: 30%;
    background-image: url(../img/04.png);
	background-repeat: no-repeat;
    animation-name: rotate; 
    animation-duration: 8s; 
    animation-iteration-count: infinite;
	animation-timing-function: linear;
	background-position: center;
	opacity: 0.5;
}

/* rotate in Keyframes */
  @keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate2 {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}