
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
html, body, div, span, applet, object, iframe,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
    overflow-x: hidden;
	font-family: 'Roboto Condensed', sans-serif;
}

html {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5;
}

/* ===================================== 
	2. TYPOGRAPHY. 
   ===================================== */
h1, h2, h3, h4, h5, h6, p, ul,ol{
  margin-top: 0;
  margin-bottom: initial;
}
li{
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: initial;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  color: #4d4d4d;
}

h3, .h3 {
  font-size: 0.85rem;
  color: #4d4d4d;
}

h4, .h4 {
  font-size: 0.80rem;
}

h5, .h5 {
  font-size: 0.70rem;
}

h6, .h6 {
  font-size: 0.66rem;
}

p {
  font-size: 15px;
  color: #999999;
}

.sitetekst {
  font-size: 18px;
  color: #999999;
}

@media (max-width: 900px) {
html {
    font-size: 20px;
}
}
@media (max-width: 480px) {
html {
    font-size: 18px;
}
    
p {
  font-size: 14px;
}
    
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
.pt-120 {
	padding-top: 120px;
}
.pb-120 {
	padding-bottom: 120px;
}

/* =====================================
	3. BUTTOMS. 
   ===================================== */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.4rem 1.5rem;
  font-size: 0.70rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 2px solid #098aed;
  border-radius: 30px;
  letter-spacing: 1px;
}
.bg-1 {
    background: #fffafa59;
}
.btn-custom {
  color: #FFF;
  background-color: #098aed;
  transition: 0.3s;
}

.btn-custom:hover {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

.btn-custom:focus, .btn-custom.focus {
  box-shadow: none;
}

.btn-custom.disabled, .btn-custom:disabled {
  color: #fff;
  background-color: #098aed;
  border-color: #098aed;
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
  color: #fff;
  background-color: #098aed;
  border-color: #098aed;
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-custom-small {
  padding: 0.3rem 1.125rem;
  font-size: 0.54rem;  
  line-height: 2;
}

.btn-tags {
  color: #FFF;
  background-color: #098aed;
  transition: 0.3s;
  padding: 0.20rem 0.60rem;
  font-size: 0.5rem;
  line-height: 1.5;
}

/* =====================================
   	4. SPACE AND ALIGMENT.
   ===================================== */

/* ==========================================================================
   	5. TEMPLATE SECTIONS.
   ========================================================================== */

/* ========= 5.1 HEADER ========= */

/* navbar Start here */
.navbar {
	background-color: transparent;
	display: block;
	padding: 15px 0px;
	position: fixed;
	width: 100%;
	z-index: 999;
	transition: top all 0.5s ease-in-out;
}
.menu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	transition: all 0.9s;
 background: black;
}
.navbar .navbar-brand {
	color: white;
}
.navbar .nav-link {
	color: white;
	margin-left: 30px;
	font-size:16px;
	font-weight: 600;
	text-transform: uppercase;
}
.logo-brand {
	width: 200px;
	transition: 0.5s;
	position: relative;
	margin-top: 10px;
}

.logo-brand img {
	width: 100%;
}
.navbar .navbar-toggler {
	color: transparent;
	background-color: white;
}
.navbar .nav-icon {
	color: black;
}
.navbar .dropdown-menu {
	position: absolute;
	background-color: #fff;
	top: 50px;
	left: -60px;
	width: 250px;
	padding: 0;
	border-radius: 5px;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s ease-in-out;
}
.navbar .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.navbar .dropdown-menu .dropdown-item {
	color: #098aed;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #4a4a43;
	transition: 0.6s;
	font-size: 16px;
	font-weight: 600;
	background: #080807;
}
@media screen and (max-width: 991px) {
	.navbar .nav-link {
		margin: 10px auto !important;
		text-align: center;
	}
	.navbar .dropdown-menu {
		background-color: #fff;
		top: 50px;
		left: 0px !important;
		width: 100% !important;
	}
	.navbar .dropdown-menu .dropdown-item {
		background: #fff;
    }
        .navbar-nav{
            max-height: calc(100vh - 130px);
            overflow-y: auto;
        }
        .ms-auto {
            margin-left: auto!important;
            background: #000;
            width: 100%;
            overflow:auto;
        }
}

/* navbar End here */





  
  /*----Menu Header Start-----*/






/*-----swiper-----*/
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    display: none;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    display: none;
}
/*-----swiper-----*/

.top-header .container{
    margin-top: 20px;
}

.top-header{
    background: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    color: #FFF;
}

.top-header p{
    font-size: 14px;
    margin-bottom: 0.4rem;
}

.leftside{
    float: left;
}

.rightside{
    float: right;
}

.email-top, .phone-top, .address-top{
    display: inline-block;
    margin-right: 10px;
}

.email-top p{
    position: relative;
    color: #FFF;
}

.email-top p:before{
    content: "\f0e0";
    font-family: FontAwesome;   
    margin-right: 10px;
}

.address-top p{
    position: relative;
    color: #FFF;
}

.address-top p:before{
    content: "\f041";
    font-family: FontAwesome;   
    margin-right: 10px;
}

.phone-top p{
    position: relative;
    color: #FFF;
}

.phone-top p:before{
    content: "\f098";
    font-family: FontAwesome;   
    margin-right: 10px;
}

.social-items{
	display: inline-block;
	margin-right: 10px;
}

.rightside .social-items .fa{
	transition: 0.3s;
    color: #FFF;
    font-size: 16px;
}

.rightside .social-items .fa:hover{
	color: #FED134;
}

hr.top{
    border-top: solid 1px #FFF;
    margin: 70px 15px 0px 15px;
    clear: both;
}
.footer-about ul li {
    color: #fff;
    font-size: 15px;
}
/* ========= 5.2 CAROUSEL ========= */
.carousel-inner {
    height: 900px;

}

.carousel-caption{
    position: absolute;
    top: 42%;
	max-width: 750px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
}
.carousel-caption.style-two{
    top: 35%;
    max-width: 750px;
    margin: 0 auto;
}
.carousel-caption h5{
    text-transform: uppercase;
    margin: 30px 0px;
}

.carousel,
.carousel-item,
.active {
    height: 100%;
}

.carousel-img-1 {
    background-image:url('../../assets/img/slider3.jpg');
    width: 100%;
    height: 100%;
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-img-2 {
    background-image:url('../../assets/img/slider2.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-img-3 {
    background-image:url('../../assets/img/slider1.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-img-5 {
    background-image:url('../../assets/img/slider4.jpg');
    width: 100%;
    height: 100%;
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-img-4 {
    background-image:url('../../assets/img/slider5.jpg');
    width: 100%;
    height: 100%;
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-img-6 {
    background-image:url('../../assets/img/slider6.jpg');
    width: 100%;
    height: 100%;
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-img-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.6;
}

.carousel-img-2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.6;
}

.carousel-img-3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.6;
}
.carousel-img-4:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.6;
  }
  
  .carousel-img-5:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.6;
  }
  
  .carousel-img-6:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.6;
  }
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  display: none;
}
.carousel-caption h1 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
    color: #098aed;
}
.inner-btn{
    display: inline-block;
    margin-right: 10px;
}

/* ========= home-page-two ========== */
.video-thump img {
    width: 100%;
}
.video-content h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.video-content p {
    margin-bottom: 20px;
}
.video-thump {
    position: relative;
}
.video-icon {
    position: absolute;
    top: 46%;
    left: 48%;
}
.video-icon i{
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
}
.video-icon a{
    color: #000;
}

@media screen and (max-width: 991px){
    .video-content {
        margin-top: initial;
    }
    .video-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .video-content p {
        margin-bottom: 15px;
        font-size: 13px;
    }
}
@media screen and (max-width: 767px){
    .video-content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 400px){
    .video-icon {
        top: 42%;
        left: 40%;
    }
    .video-icon i {
        width: 55px;
        height: 55px;
        background: #fff;
        text-align: center;
        line-height: 55px;
        border-radius: 100%;
    }
}

/* ========= home-page-two ========== */


/* ========= 5.3 FOOTER ========== */
footer{
    height: 100%;
    background: #1a1a1a;
}

footer .container{
    margin-bottom: 0px;
    padding: 100px 15px 70px 15px;
}

figure.footer-logo{
    width: 200px;
    margin-bottom: 25px;  
}

figure.footer-logo img{
    width: 100%;
}

.footer-about{
    padding-right: 10px;
}

.footer-about p{
    margin-bottom: 15px;
    color: #FFF;
    line-height: 25px;
}

hr.footer{
    border-top: solid 2px #808080;
    margin: 30px 10px 30px 0px;
    clear: both;
}
.left-side p {
    margin-bottom: 10px;
}
.right-side p {
    margin-bottom: 10px;
}
.social-footer .social-items .fa{
	transition: 0.3s;
    color: #FFF;
    font-size: 18px;
}

.social-footer .social-items .fa:hover{
	color: #FED134;
}

.popular-sites h4{
    color: #FFF;
    margin-bottom: 40px;
}

.popular-sites a:link {
    text-decoration: none;
    color: #FFF;
    transition: 0.3s;
}

.popular-sites a:visited {
    text-decoration: none;
    color: #FFF;
}

.popular-sites a:hover {
    text-decoration: none;
    color: #098aed;
}

.popular-sites a:active {
    text-decoration: none;
    color: #FFF;
}

.left-side{
    float: left;
    margin-right: 30px;
}

.grid-bottom-gallery h4{
    color: #FFF;
    margin-bottom: 40px;
}

.grid-bottom-gallery .row{
    padding-left: 15px;
    padding-right: 15px;
}

.grid-thumb{
    padding: 3px;
}

.grid-thumb img{
    width: 100%;
}

.bottom-footer{
    height: 70px;
    background: #000;
    padding: 25px 0px;
}

.bottom-footer p{
    color: #FFF;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}
.social-items a {
    color: #fff;
}
/* ==========================================================================
   	6. TEMPLATE PAGES.
   ========================================================================== */

/* ======= 6.1 COMMON PAGES STYLES ======== */
.video-content ul li {
    color: #999999;
    font-size: 15px;
    list-style: inside;
}

.video-content ul {
    margin-bottom: 50px;
}
.section-title{
    text-align: center;
    max-width: 850px;
    margin: 0 auto 75px;
}
.section-title h2 {
    margin-bottom: 15px;
	font-weight: 700;
    text-transform: uppercase;
    color: #098aed;
}
.section-title h3{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

hr.center{
    width: 80px;
    border-top: 3px solid #FED134;
    margin: 20px auto 15px auto;
}

.section-header{
    height: 500px;
    position: relative;
}

.pages-header{
    background-color: #000;
    height: 150px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative; 
}

.pages-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.8;
}

.pages-header .container{
    margin: 0px auto 0px auto;
    text-align: center;
    color: #FFF;
    position: relative;
}
.pages-title h1 {
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}
.pages-header .container{
    margin: 0px auto 0px auto;
    text-align: center;
    color: #FFF;
    position: relative;
}

.pages-title{
    padding-top: 280px;
	max-width: 685px;
    text-align: left;
    margin: 0 auto;
}
.breadcrumb-item a{
	color:#098aed;
}
.breadcrumb-item.active{
	color:#fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff;
    content: var(--bs-breadcrumb-divider, "-");
}
.pages-title p{
    font-size: 18px;
    color: #FFF;
}

/* ======== 6.2 HOMEPAGE ======== */

.overlay{
    z-index: 1;
    position: absolute;
    background-color: rgba(255, 51, 0, 0.5);
}
    
.image-hover::after {
	content: '';
	clear: both;
	display: block;
}  
.image-hover .image-box img {
	width: 100%;
    transition: all 0.4s ease-in-out;
}
.caption {
    padding: 30px 20px;
    box-shadow: 0 0 10px rgb(204 204 204 / 60%);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    transition: all 0.3s ease-in-out;
}
.caption .caption-label h4{
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.image-box:hover .caption {
    background: #098aed;
}
.image-box:hover .caption-label h4{
    color: #fff !important;
}
.image-box:hover .caption-label p{
    color: #fff !important;
}
.image-box .caption, .image-box .caption-label, .image-box .caption-label p, .image-box .caption .caption-label h4 {
    transition: all .3s ease-in-out;
}
.image-box:hover img{
    transform: scale(1.3);
}
.caption-label {
    text-align: center;
}
.caption-label p {
    line-height: 25px;
}
.center-pic img{
    width: 100%;
}
.aside-left{
    transition: all 0.3s ease-in-out;
}
.aside-left, .aside-right {
    padding: 45px;
    border: 1px solid #098aed;
    background: #fff;
}
.aside-left:hover{
    box-shadow: 0px 0px 8px #098aed;
    border: 1px solid transparent;
}
.aside-left:hover .icon-text h3{
    color: #098aed;
}
.icon-text h3{
    text-transform: uppercase;
    margin-bottom: 0.2rem;
    margin-top: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.icon-text p{
    margin-bottom: 0px;
    margin-top: 10px;
}

.icon-circle{
    width: 90px;
    height: 90px;
    border: solid 3px #000;
    border-radius: 50%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.icon-center{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.icon-lists {
    text-align: center;
}
.icon-center img{
    width: 100%;
}

.aside-right .icon-circle{
    width: 90px;
    height: 90px;
    border: solid 3px #000;
    border-radius: 50%;
    float: left;
    position: relative;
}

.team-image{
    position: relative;
}
.team-image img {
    width: 100%;
}
.team-effcet {
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    background-color: rgba(117, 190, 75, 0.3);
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
}
.team-effcet:hover{
    opacity: 1;
}
.team-box:hover .figure-caption h4 a{
    color:#098aed ;
}
.team-icon-list{
    top: 60px;
    right: 35px;
    position: absolute;
}
.team-icon {
    width: 45px;
    height: 45px;
    background: #098aed;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.team-icon a {
    color: #fff;
}
.team-box .figure-caption{
    text-align: center;
    padding: 30px 25px;
}
.figure-caption h4 a {
    color: #4d4d4d;
    transition: all 0.3s ease-in-out;
}
.figure-caption h4{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}
.figure-caption h4 a:hover{
    color: #098aed;
}
.team-box{
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    margin-bottom: 35px;
}

.team-social{
    position: absolute;
    right: 30px;
    top: 80px;
    display: none;
    transition: 0.5s;
}


.promotion-parallax{ 
    background-image: url("../img/images/promotion.jpg");
    height: 450px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.promotion-parallax::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
}

.promo-content{
    position: relative;
    transform: translate(-0%, -0%);
    color: #FFF;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.promo-content h2{
    color: #FFF;
    font-weight: 700;
}

.promo-content h4{
    margin: 10px 0px;
    color: #098aed;
}
.promo-content h4 a{
    transition: all 0.3s ease-in-out;
}
.promo-content p{
    margin: 15px 0px;
    line-height: 1.6;
    color: #FFF;
}
.bottom-footer p a {
    color: #098aed;
    font-weight: 500;
}

.blog-preview{
    background: #f9f9f9;
    height: 100%;
}

.thumb-preview img{
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.blog-preview .thumb-preview{
    position: relative;
    transition: .5s ease;
    backface-visibility: hidden;
}
.blog-preview{
    position: relative;
}

.blog-preview .thumb-preview::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
}
.blog-preview:hover .fig-caption h3 a{
    color: #098aed;
}
.blog-preview:hover .thumb-preview img{
    transform: scale(1.3);
}
.fig-caption h3 a{
    font-weight: 600;
    text-transform: uppercase;
}
.blog-preview .fig-caption{
    padding: 30px 25px 70px 25px;
}

.blog-preview .fig-caption p{
    margin: 10px 0px;
}

.blog-preview .fig-caption hr{
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 25px auto 15px auto;
}

.fig-caption a:link {
    text-decoration: none;
    color: #4d4d4d; 
    transition: 0.3s;
}

.fig-caption a:visited {
    text-decoration: none;
    color: #4d4d4d; 
}

.fig-caption a:hover {
    text-decoration: none;
    color: #333; 
}

.fig-caption a:active {
    text-decoration: none;
    color: #4d4d4d; 
}

.preview-post-detalils p{
    font-size: 14px;
}

.post-categorie-left{
    float: left;
}

.post-stats-right{
    float: right;
}

p.categorie{
    position: relative;
    color: #333;
}

p.categorie:before{
    content: "\f007";
    font-family: FontAwesome;   
    margin-right: 5px;
    color: #098aed;
}

p.comment{
    position: relative;
    color: #333;
    display: inline-block;
    padding-right: 10px;
}

p.comment:before{
    content: "\f27b";
    font-family: FontAwesome;   
    margin-right: 5px;
    color: #098aed;
}

p.share{
    position: relative;
    color: #333;
    display: inline-block;
}

p.share:before{
    content: "\f064";
    font-family: FontAwesome;   
    margin-right: 5px;
    color: #098aed;
}

/* ======== 6.2 ABOUT ======== */
.about-us{
    padding: 30px 0px;
}
.about-us h2 {
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.about-us h5{
    margin: 15px 0px;
    text-transform: uppercase;
    font-weight: 500;
    color: #595959;
}
.about-us p{
    margin-bottom: 20px;
    font-size: 16px;
}
.about-pic img{
    width: 100%;
}

/* ======== 6.4 PACKAGES ======== */

.pakges-section{
    overflow: hidden;
}
.pakges-items{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 0px;
    transition: all 0.3s ease-in-out;
}
.pakges-items:hover{
    background: #098aed;
}
.pakges-items:hover .pakges-content p{
    color:#fff;
}
.pakges-items:hover .pakges-content h4{
    color:#fff;
}
.pakges-items:hover ul li a {
    color:#fff;
}
.pakges-items:hover .pakges-btn{
    border: 1px solid #fff;
    color: #fff;
}

.pakges-content p {
    font-size: 22px;
    color: #098aed;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.pakges-content h4 {
    font-size: 30px;
    color: #16120f;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}
.pakges-content {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s ease-in-out;
}
.pakges-items:hover .pakges-content{
    border-bottom: 1px solid #fff;
}
.pakges-area  {
    text-align: center;
    margin-top: 25px;
}
.pakges-list  a{
    font-size: 16px;
    color: #777777;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.pakges-list {
    margin-bottom: 15px;
}
.pakges-btn{
    border-radius: 100px;
    padding: 15px 40px;
    margin-right: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #777777;
    transition: all 0.3s ease-in-out;
}
.pakges-button a{
   text-decoration: none;
}
.pakges-button {
    text-align: center;
    padding: 25px;
}
.pakges-items.style-two {
    background: #098aed;
}
.pakges-content.style-two p {
    color: #fff;
}
.pakges-content.style-two h4 {
    color: #fff;
}
.pakges-list.style-two a {
    color: #fff;
}
.pakges-btn.style-two{
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}
.pakges-btn.style-two:hover{
    color: #fff;
    border: 1px solid #fff;
}
/* ======== 6.5 BLOGS ======== */
.posts-list{
    position: relative;
    margin-bottom: 80px;
}

.post-preview-image{
    position: relative;
}

.post-preview-image img{
    width: 100%;
    transition: all 0.4s;
}
.fig-caption h2 {
    margin: 20px 0px 10px 0px;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}

.posts-list:hover .fig-caption h2 a{
    color: #098aed;
}
.posts-list:hover img {
    transform: scale(1.3);
}
.post-preview-details{
    margin-bottom: 5px;
}
.fig-caption p {
    font-weight: 500;
}
.post-preview-details p{
    color: #333;
    margin: 10px 0px;
}

.inner-sidebar{
    margin-bottom: 30px;
    clear: both;
}

.inner-sidebar h5{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.40rem 0rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 14px;
}

.media-post{
    height: 95px;
    overflow: hidden;
}
.media-post:hover .media-thumb img{
    transform: scale(1.3);
}
.media-thumb{
    float: left;
    margin-right: 10px;
}
.media-thumb img{
    transition: all 0.4s ease-in-out;
}
.media-caption h5{
    margin-bottom: 5px;
    text-transform: none;
    font-size: 16px;
    line-height: 1.3;
}
.media-post:hover .media-caption h5 a{
    color: #098aed;
}
.media-caption h5 a:link {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}
.media-caption h5 a{
    transition: all 0.3s ease-in-out;
}
.media-caption h5 a:visited {
    text-decoration: none;
    color: #333;
}

.media-caption h5 a:hover {
    text-decoration: none;
    color: #808080;
}

.media-caption h5 a:active {
    text-decoration: none;
    color: #333;
}

.media-caption p{
    font-size: 13px;
}

.post-img img{
    width: 100%;
}

.span-posts{
    margin-bottom: 30px;
}

.span-posts .caption{
    margin-top: 20px;
}

.span-posts .caption h3{
    font-weight: 600;
}

.span-posts .caption p{
    margin-top: 15px;
}

.inner-list{
    display: inline-block;
    margin-right: 15px;
}

.list-group-item a:link {
    text-decoration: none;
    color: #808080;
    transition: 0.3s;
    font-weight: 500;
}

.list-group-item a:visited {
    text-decoration: none;
    color: #808080;
}

.list-group-item a:hover {
    text-decoration: none;
    color: #333;
}

.list-group-item a:active {
    text-decoration: none;
    color: #808080;
}

.tags-lists .btn{
    margin: 3px;
}

.pagination-box{
    position: relative;
    height: 47px;
    margin-top: 30px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.33rem 0.45rem;
  margin: 0px 5px 0px 5px;
  line-height: 1.25;
  color: #FFF;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 5%;
  
  font-size: 0.70rem;
}

.page-link:hover {
  z-index: 2;
  color: #FFF;
  text-decoration: none;
  background-color: #098aed;
  border-color: #098aed;
}


.post-caption-image{
    position: relative;
}

.post-caption-image img{
    width: 100%;
}

.post-text p{
    margin: 15px 0px;
    line-height: 1.8;
}

.comments{
    margin-top: 40px;
}

/* ======== 6.6 CLASSES ======== */
.image-hover .classes {
	position: relative;
	padding: 5px;
}

.classes .caption .caption-label h5{
    color: #FFF;
    text-transform: uppercase;
}

/* ======== 6.7 FAQ ======== */
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    color: #333;
    font-size: 16px;
    transition: 0.3s;
}

.panel-title:hover {
    color: #595959;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.panel-body{
    padding: 0px 20px;
}


.panel-title a:link {
    text-decoration: none;
    color: #595959;
}

.panel-title a:visited {
    text-decoration: none;
    color: #595959;
}

.panel-title a:hover {
    text-decoration: none;
    color: #333;
}

.panel-title a:active {
    text-decoration: none;
    color: #595959;
}

/* ======== 6.8 SHOP ======== */

.inner-aside{
    margin-bottom: 30px;
}

.inner-aside h5{
    margin-bottom: 10px;
}

.inner-aside .list-group-item {
  position: relative;
  display: block;
  padding: 0.40rem 0rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
  
  font-size: 14px;
}

.inner-aside .list-group-item  a:link {
    text-decoration: none;
    color: #808080;
    transition: .5s ease;
}

.inner-aside .list-group-item  a:visited {
    text-decoration: none;
    color: #808080;
}

.inner-aside .list-group-item  a:hover {
    color: #333;
}

.inner-aside .list-group-item  a:active {
    color: #333;
}

hr.short{
	width: 70px;
    border-top: 3px solid #F2A81D;
    margin: 15px 0px 30px 0px;
}

.related-product{
    margin-top: 45px;
}

.inner-product{
    clear: both;
    height: 80px;
    margin-bottom: 15px;
    background: #ddd;
}

.inner-product .product-thumb{
    width: 80px;
    float: left;
    margin-right: 10px;
    position: relative;
    transition: .5s ease;
    backface-visibility: hidden;
}

.inner-product .product-thumb:hover{
    opacity: 0.5;
}

.inner-product .product-thumb img{
    width: 100%;
}

.inner-product .product-caption h5{
    font-size: 14px;
    margin: 0px;
    line-height: 1;
}


.inner-product .product-caption a:link {
    text-decoration: none;
    color: #808080;
    transition: .5s ease;
}

.inner-product .product-caption a:visited {
    text-decoration: none;
    color: #808080;
}

.inner-product .product-caption a:hover {
    color: #333;
}

.inner-product .product-caption a:active {
    color: #333;
}

.search-results{
    float: left;
    text-align: left;
}

.sort-box{
    float: right;
}

.sort-label{
    float: left;
    margin-right: 10px;
}

.sort-box{
    float: right;
}

.sort-box h6{
    color: #808080;
}

.form-group {
  margin-bottom: 0px;
}

.sort-box .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
  margin-top: -10px;
  
  font-size: 14px;
  color: #808080;
}

.sort-box .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.shop-grid{
    clear: both;
    padding: 15px 0px;
}

.shop-grid .items-list{
    padding: 15px 0px;
}

.item-pic img{
    width: 100%;
}

.item-caption{
    padding-top: 15px;
}

.item-caption h6{
    line-height: 2;
    margin-bottom: 5px;
}

.item-pic-container figure.item-pic{
    position: relative;
    transition: .5s ease;
    backface-visibility: hidden;
}

.item-pic-container:hover figure.item-pic{
  opacity: 0.5;
}

.pagination-box{
    position: relative;
    height: 47px;
    margin-top: 30px;
}

.product-container{
    margin-bottom: 60px;
}

.product-photo-gallery{
    width: 430px;
    float: left;
    margin-right: 20px;
}

.product-leftside .carousel .carousel-inner .item{
    width: 430px;
}

.product-leftside .carousel .carousel-inner .item img{
    width: 100%;
}


/* ======== 6.9 TRAINERS ======== */
.bottom-cars{
    margin-top: 40px;
}

/* ======== 6.10 404 ERROR PAGE ======== */
.error-page{
    background-image: url("../../assets/img/images/coming-soon.bg.jpg");
    height: 900px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative; 
}
.error-page::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgb(0, 0, 0,0.4);
}
.no-margin-top{
    margin-top: 0px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.middle p {
    margin-bottom: 20px;
}
.middle h1{
    font-size: 8rem;
    color: #FFF;
}

.middle p{
    font-size: 0.75rem;
    color: #FFF;
}

/* ======== 6.11 CONTACT ======== */
.contact-box{
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    text-align: center;
    padding: 30px 15px;
    transition: all 0.3s ease-in-out;
}
.contact-box h3{
    font-size: 18x;
}

.contact-box p{
    margin-bottom: 0px;
    line-height: 2.5;
    font-size: 13px;
}
.contact-box h3 {
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.contact-box h6{
    font-size: 14px;
}
.contact-box:hover{
    box-shadow: 2px 2px 40px #098aed;
}
.contact-box:hover h3{
    color:#098aed ;
}
.contact-icon{
    width: 50px;
    margin: 0px auto 15px;;
}

.contact-icon img{
    width: 100%;
}

hr.center{
    width: 60px;
    border-top: 3px solid #000;
    margin: 15px auto 10px auto;
}

.contact-form{
    width: 60%;
    margin: auto;
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border: solid 1px #002343;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}
.form-controls {
    display: block;
    width: 100%;
    padding: 10px 10px 80px;
    font-size: 15px;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border: solid 1px #002343;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    
    margin-bottom: 20px;
    outline: none;
  }
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: #C7A95C;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.alert-success {
  color: #FFF;
  background-color: #098aed;
  border-color: #098aed;
  
  font-size: 15px;
  line-height: 1.5;
}

.close {
  float: right;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 1;
}

.maps{
    height: 500px;
}

.btn-send{
    margin-top: 20px;
    text-align: center;
}

/* ==========================================================================
   	7. LOADER.
   ========================================================================== */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
    
}

.loader {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border: 3px solid #FED134;
  border-top: 3px solid #098aed;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@-webkit-keyframes spin {
  to {
    border-top-color: #ec407a;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    border-top-color: #ec407a;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ==========================================================================
   	9. COUNTER.
   ========================================================================== */

.parallax{ 
    background-image: url("../../assets/img/images/img14.jpg");
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
}
.inner-parallax {
    max-width: 700px;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}

.inner-parallax h5{
    color: #d9d9d9;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}

.inner-parallax h2{
    color: #FFF;
    margin-bottom: 10px;
    font-weight: 700;
}

.inner-parallax p{
    color: #d9d9d9;
    font-weight: 500;
}


.counter-facts{
    margin-top: 30px;
}

.inner-facts {
    width: 200px;
    height: 80px;
    display: inline-block;
    margin-right: -45px;
}

figure.counter-icon{
    float: left;
    margin-right: 15px;
    width: 50px;
}

figure.counter-icon img{
    width: 100%;
}

.inner-facts .counter{
    margin: 0px;
    padding: 0px;
    color: #FFF;
    font-weight: 600;
    font-size: 40px;
}

.inner-facts p{
    margin-top: 5px;
    font-weight: 500;
}





/* ==========================================================================
   	12. TESTIMONIALS.
   ========================================================================== */
.main-gallery{
    margin-bottom: 15px;
}

.gallery-cell {
  width: 100%;
}

.testimonial-section{
    min-height: 200px;
	max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.author-avatar {
  width: 100px;
  height: 100px;
  margin: auto;
}

.author-avatar img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-quote{
    margin: 15px  100px 5px 100px;
}

p.quote{
    text-align: center;
    font-size: 15px;
    color: #999999;
    font-weight: normal;
    margin: 10px 0px 40px 0px;
    padding: 0px 150px;
    line-height: 1.6;
    font-style: italic;
}

h3.autor{
    text-align: center;
    margin-top: 20px;
}

h5.testimonial-title{
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    margin-top: 10px;
}

.flickity-page-dots .dot.is-selected {
  background: #098aed;
  border: solid 2px #098aed;
}

.testimonials{
  padding: 20px 15px 20px 15px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.testimonials-services{
  margin: -50px auto 20px auto;
}

.flickity-enabled{
    position: relative;
}

.flickity-enabled:focus{
    outline: 0;
}

.flickity-viewport{
    overflow: hidden; 
    position: relative; 
    height: 100%;
}

.flickity-slider{
    position: absolute; 
    width: 100%; 
    height: 100%;
}

.flickity-enabled.is-draggable{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport{
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-prev-next-button{
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 0%;
    background: #fff;
    background: hsla(0,0%,100%,.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover{
    background: #fff;
}

.flickity-prev-next-button:focus{
    outline: 0;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active{
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.flickity-prev-next-button.previous{
    left: 10px;
}

.flickity-prev-next-button.next{
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous{
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next{
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled{
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg{
    position:absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow{
    fill: #333;
}

.flickity-prev-next-button.no-svg{
    color: #333;
    font-size: 26px;
}

.flickity-page-dots{
    position: absolute;
    width: 100%;
    bottom: -5px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots{
    direction:rtl;
}

.flickity-page-dots .dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: #FFF; 
    border: solid 2px #808080;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected{
    filter:alpha(opacity=100);
    opacity:1;
}
.nav-pills > li. active > a, .nav-pills > li. active > a:focus, .nav-pills >li .active > a:hover {
    color: #fff;
    text-align: center;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.nav-pills a {
    border: solid 2px #098aed;
    padding: 8px 20px;
    border-radius: 30px;
}

.nav-pills a {
    color: #000;
    margin-right: 10px;
    font-weight: 500;
    font-size: 15px;  
    transition: 0.3s;
    border: solid 2px #098aed;
    padding: 8px 20px;
    border-radius: 30px;
}

.nav >li > a:focus, .nav> li > a:hover {
    background: #098aed;
    color: #fff;
}
/* ==========================================================================
   	13. MEDIA QUERIES.
   ========================================================================== */

/* ========== 4.1. TYPOGRAPHY BREAKPOINTS VIEW ========== */

@media (max-width:1200px) { 
.container {
    max-width: 90%;
}
    
.testimonials-parallax{ 
    padding: 4% 0px 4% 0px;
}
    
.testimonial-quote{
    width: 70%;
}
    
.aside-left, .aside-right{
    padding: 30px 0px;
}
    
.icon-lists {
    padding: 20px 30px;
    height: 100%;
    clear: both;
}
    
.icon-text{
    float: none;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
}

.icon-circle{
    width: 70px;
    height: 70px;
    margin: auto;
    float: none;
}
    
.icon-center{
    width: 40px;
    height: 40px;
} 
    
.aside-right .icon-text{
    float: none;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
}

.aside-right .icon-circle{
    width: 70px;
    height: 70px;
    margin: auto;
    float: none;
}
    
.aside-right .icon-center{
    width: 40px;
    height: 40px;
}
    
.promo-content{
    width: 70%;
    padding-right: 15%;
}
    
}   
.icon-circle{
    width:  65px;
    height: 65px;
}
    
.icon-center{
    width: 40px;
    height: 40px;
}
    
    
.aside-right .icon-circle{
    width: 60px;
    height: 60px;
}
    
.aside-right .icon-center{
    width: 40px;
    height: 40px;
}    
    


@media (max-width:992px) { 
    
 header, .carousel, .carousel-inner {
    height: 768px;
}
    
footer .container{
    margin-bottom: 0px;
    padding: 50px 15px 50px 15px;
}
    
figure.footer-logo{
    width: 180px;
    margin-bottom: 20px;  
}
    
.footer-center-col{
    margin: 30px 0px;
}
    
.icon-circle{
    width: 60px;
    height: 60px;
}
    
.icon-center{
    width: 35px;
    height: 35px;
} 
    
.image-hover {
	margin: 0px;
}
    
.inner-color{
   padding: 0px;
}
    
}  
    
  
.aside-right .icon-circle{
    width: 60px;
    height: 60px;
}
    
.aside-right .icon-center{
    width: 35px;
    height: 35px;
} 
    
    
.center-pic{
    margin: 30px 0px;
}   
.center-box{
    margin: 30px 0px;
}
    
.bottom-cars{
    margin-top: 30px;
}
    
.team-social{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 100px;
}
    
.circle-icon{
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 5px 0px;
}
    
 
.center-fa .fa{
    font-size: 30px;
    color: #FFF;
} 
    
.grid-bottom-gallery h4{
    margin-bottom: 30px;
}

.popular-sites h4{
    margin-bottom: 30px;
}
    
.pages-title p{
    font-size: 16px;
    font-weight: 500;
}
   
.about-us{
    padding: 0px;
    margin-bottom: 30px;
}
    
.blog-left-side{
    margin-bottom: 40px;
}
    
.blogs-right-side{
    margin-top: 10px;
}
    
.comments{
    margin: 40px 0px;
}
    
.faq-side{
    margin-top: 40px;
}
    
.middle h1{
    font-size: 6rem;
}
    
.contact-col{
    padding: 15px;
}
    
.contact-form{
    width: 80%;
}

@media (max-width:768px) { 
    
.top-header{
    display: none;
}  
    
.container {
    max-width: 768px;
}
    
hr.top{
    display: none;
}
    
.pages-header{
    height: 300px; 
}
    
.section-header{
    height: 300px; 
}
    
.pages-title{
    padding-top: 140px;
}
    
.pages-title p{
    font-size: 18px;
    line-height: 1.4;
}

.inner-parallax{
    max-width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    color: #FFF;
    padding: 105px 30px;
    text-align: center;
}
    
figure.counter-icon{
    float: none;
    margin-right: 0px;
    width: 40px;
    margin: auto;
}

.inner-facts .counter{
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
}
    
.inner-facts{
    text-align: center;
    width: 140px;
}
    
.inner-facts p{
    margin-top: 0px;
}

p.quote{
    padding: 0px 70px;
}   
    
.promo-content{
    width: 70%;
    padding-right: 0%;
}
    
.team-social{
    position: absolute;
    margin: auto;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 100px;
}
    
.center-table{
    margin: 20px 0px;
}
    
.middle {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
    
.middle h1{
    font-size: 4rem;
}  
    
.middle p{
    font-size: 0.75rem;
}
    
.contact-form{
    width: 90%;
}
 
}
@media (max-width:768px){
    .carousel-caption h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .carousel-caption h5 {
        font-size: 13px;
    }
    .pages-title h1 {
        font-size: 30px;
    }
    .pages-title p {
        font-size: 13px;
    }
    .fig-caption h2 {
        font-size: 30px;
    }
}
@media (max-width:576px) { 
  
header, .carousel, .carousel-inner {
    height: 600px;
}

.section-title{
    padding: 0px 15px;
}
    
.section-title p{
    line-height: 1.6;
    font-size: 13px;
}
    
hr.center{
    width: 60px;
    margin: 15px auto 15px auto;
}
    
.parallax{ 
    background-image: url("../../assets/img/images/img14-responsive.jpg");
    height: 700px; 
}
    
.inner-parallax{
    padding: 90px 30px;
}
    
.inner-facts{
    text-align: center;
    width: 140px;
    height: 100px;
    margin: 25px auto 25px auto;
    display: block;
}
    
.inner-facts .counter{
    font-size: 23px;
}
    
.inner-parallax p{
    line-height: 1.6;
    font-size: 13px;
}
    
p.quote{
    padding: 0px 15px;
    font-size: 13px;
} 
    
.promotion-parallax{ 
    background-image: url("../img/images/promotion-responsive.jpg");
}
    
.promotion-parallax:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.5;
}
    
.promo-content{    
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
    
.team-social{
    top: 5%;
    width: 160px;
}
    
.circle-icon{
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 5px 0px;
}
    
.center-fa .fa{
    font-size: 25px;
    color: #FFF;
    line-height: 30px;
} 
}

@media (max-width:480px) { 
    
.carousel-caption {
  position: absolute;
  right: 5%;
  left: 5%;
  padding-top: 0px;
  padding-bottom: 0px;

}
    
.blog-preview .fig-caption h3{
    text-transform: uppercase;
}
    
.carousel-caption h5{
    margin: 20px 0px;
}
    
.pages-title p{
    font-size: 14px;
}
    
.nav-pills a {
    padding: 8px 15px;
    border-radius: 30px;
    line-height: 3;
    margin: 5px;
    font-size: 14px;
}
    
figure.footer-logo{
    width: 160px;
}
    
.bottom-footer{
    height: 100%;
}

.bottom-footer p{
    font-size: 13px;
}  
    
.media-caption h5{
    font-size: 15px;
}
    
.panel-title {
    font-size: 14px;
}
}

/*-------blog-single----------**/
.admin-items {
    margin-top: 50px;
    padding: 30px 30px 30px 0px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%); 
}
.admin-thump img {
    border-radius: 100%;
    width: 160px;
    height: 160px;
}
.admin-content h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color:#098aed ;
    margin-bottom: 10px;
}
.admin-content p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.admin-wrapper {
    display: flex;
    align-items: center;
}
.admin-left {
    margin-right: 20px;
    margin-left: 20px;
}
.admin-content a {
    margin-right: 15px;
}
.admin-content .fa-brands.fa-facebook-f {
    color:#4267B2;
    font-size: 20px;
}
.admin-content .fa-brands.fa-twitter {
    color: #4db2ec;
    font-size: 20px;
}
.admin-content .fa-brands.fa-linkedin-in{
    color: #0072b1;
    font-size: 20px;
}
.admin-content .fa-brands.fa-instagram{
    color: #e8505b;
    font-size: 20px;
}
.two-comment{
    border-bottom: 1px solid #f1f1f1;
}
.two-comment h3{
    color:#098aed;
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px 0px 30px 30px;
}
.admin-items-two{
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%); 
    margin-top: 30px;
}
.admin-wrapper-two{
    padding: 30px 30px 30px 0px;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
}
.admin-thump.style-two img {
    width: 110px;
    height: 110px;
}
.admin-wrapper-two.three {
    border-bottom: initial;
}
.q-from.contact-f {
    padding: 30px;
}
@media screen and (max-width: 768px){
    .admin-content p {
        font-size: 14px;
    }
    .admin-content h5 {
        font-size: 18px;
    }
}
@media screen and (max-width: 500px){
    .admin-content {
        margin-left: 25px;
        text-align: center;
        margin-top: 20px;
    }
    .admin-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .admin-content p {
        margin-bottom: 15px;
    }
    .admin-content h5 {
        margin-bottom: 15px;
    }
    .admin-wrapper-two {
        flex-wrap: wrap;
        justify-content: center;
    }
    .admin-left {
        margin-right: initial;
        margin-left: 25px;
    }
}
/*-------blog-single----------**/


/*------home-page-two-about----------**/
@media screen and (max-width: 1199px){
    .about-us p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .about-us h5 {
        margin: 10px 0px;
    }
    .about-us h2 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px){
    .about-us {
        margin-top: 30px;
    }
}
/*------home-page-two-about----------**/



/* ==========================================================================
   	11. FILTER GALLERY .
   ========================================================================== */
   .portfolio-section{
    overflow: hidden;
}
.gallery-section img{
    width: 100%;
}
.button-group.filters-button-group {
    margin-bottom: 30px;
    text-align: center;
}
.button.is-checked {
    background-color: #098aed;
    color: #fff !important;
}
.portfolio-filter{
    margin-bottom: 30px;
}
.swiper-pagination-bullet-active{
	background-color: #098aed;
}
.button {
    color: #000;
    margin-right: 10px;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
    border: solid 2px #098aed;
    padding: 8px 20px;
    border-radius: 30px;
    background: #fff;
}
.portfolio-item {
    margin: 0px;
    padding: 5px;
}

.portfolio-item img {
    width: 100%;
}
figure {
    margin: 0;
    overflow: hidden;
}

@media screen and (max-width: 506px){
    .button {
        margin-bottom: 15px;
    }
}






.navbar .nav-links {
    color: white;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-item.style-two {
    text-align: center;
    padding: 10px;
}

.product-section{
    overflow: hidden;
}
.product-thumb img{
    width: 100%;
}
.product-content{
    text-align: center;
    padding: 30px 20px;
}
.product-content a{
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
}
.product-content a:hover{
    color: #098aed;
}
.pruct-tittle h6{
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 600;
    margin-bottom: 5px;
}
.pruct-tittle del{
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 600;
}
.product-items {
    box-shadow: 0px 0px 18px 0px rgb(0 12 32 / 5%);
}
.pruct-tittle{
    margin-top: 10px;
}

.rating{
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}
.rating li{
    margin-right: 10px;
}
.rating i{
    font-size: 18px;
    color: #098aed;
}
@media screen and (max-width:768px) {
    .product-content a{
        font-size: 20px;
    }
    .pruct-tittle h6{
        font-size: 16px;
    }
    .pruct-tittle del{
        font-size: 16px;
    }
    .rating i{
        font-size: 15px;
    }
}

.buttons .effcet-btn{
    text-decoration: none;
    color: #fff;
    padding: 0 2rem;
    line-height: 46px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.9375rem;
    transform-origin: right;
    transition: all 0.3s ease;
    background: #098aed;
    font-weight: 500;
    padding: 15px 30px;
    text-transform: capitalize;
    border-radius:5px ;
}
.buttons .effcet-btn:hover{
    background: #fff;
    color:#098aed ;
}
.product-thumb{
    position: relative;
}
.product-effcet{
    position: absolute;
    background-color: rgba(117, 190, 75, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.product-effcet:hover{
    opacity: 1;
}
  .product-effcet .buttons{
    margin-top: 50%;
    text-align: center;
  }
#gmap_canvas {
    width: 100%;
    height: 500px;
}
section.footer-section.one-page {
    background: #000;
    padding: 35px 0px;
}
.social-footer.one-page {
    float: right;
}

.social-items.one-page {
    margin-right: 30px;
}

.social-items.one-page:last-child {
    margin-right: 0;
}
.footer-text p {
    color: #fff;
    margin-top: 10px;
}

.footer-text a {
    color: #fff;
    transition: all .3s ease-in-out;
}

.footer-text a:hover {
    color: #098aed;
}
.social-items.one-page a{
	transition: all .3s ease-in-out;
}
.social-items.one-page a:hover {
    color: #098aed;
}
@media screen and (max-width: 768px){
	.social-footer.one-page {
		text-align: center;
		float:none;
	}
	.footer-text {
		text-align: center;
		margin-bottom: 20px;
	}
}
.text-left {
	text-align: left !important;
}
.space-20 {
	height: 20px;
}
