﻿@charset "UTF-8";

@import url('mo-grid.css');
@import url('fonts.css');
@import url('menu.css');
@import url('module.css');
@import url('animate.min.css');
@import url('swiper-bundle.min.css');
@import url('mo-lightbox-gallery.css');

;

:root {
  --sw-color: #ffffff;
}  
:root.bg-color-1 {
  --sw-color-1: #000000;
} 
:root.bg-color-2,
:root.bg-color-3 {
  --sw-color-1: #ffffff;
} 



*{ margin:0;}
html,
body {
	scroll-behavior: smooth;
}

.no-768{
	display:none;
}
.no-767{
	display: block;
}

@media (max-width: 767px){
	.no-768{
	display: block;
	}
	.no-767{
	display:none;
	}
}

.mr-50{
	margin-right:50px;
}

/* GENERAL STYLE
 ================================================================ */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #333333;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color: #333333;
	font-weight: 600;
	line-height:1.3;
	margin-bottom:15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}
h1 {
    font-size:40px;
}
h2 {
    font-size: 35px;
	
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}

p {
    font-weight: 400;
	font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
}
a{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{
	 color: #080202;
	 text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
strong{
	font-weight:bold;
}
.relative{
	position:relative;
}
.text-italic {
  font-style: italic;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.right-side {
  float: right;
}
.bord-bod{
	padding:5px 0 5px 0;
	margin-bottom:8px;
	display: inline-block;
	width: 100%;
	border-bottom:1px #d9d9d9 solid;
}
a[href*="tel"], a[href*="mailto"] {
  white-space: nowrap;
}


.contact-info {
  color: #212121;
}
.text-start {
  text-align: left !important;
}
.contact-info .icon {
  color: #9b9b9b;
}
.contact-info .icon {
  font-size: 20px;
  margin-right: 11px;
  line-height: 1;
  vertical-align: middle;
}
p a:hover, .p a:hover, .list a:hover {
  text-decoration: underline;
}
.logo-big{
	padding:0 0 15px 0;
}

/* Footer
 ====================================================================== */
.footer {
	padding:50px 0;
	color: #fff;
	background-color: #333333;
}
.footer a{
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover{
	color:#c30000;
}
.footer-list li{
	list-style-type:none;
}
.footer-list li span{
	margin:6px 10px 0 0;
}
.footer-list2 li {
  position: relative;
  list-style: none;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: 2em;
}
.footer-list2 li::before {
  content: "\f105";
  font-family:FontAwesome;
  font-size: 20px;
  color: #c30000;
  position: absolute;
  left: -1.8em;
  top: 0em;
  /*transform: rotateY(180deg);*/
}

.footer-bottom {
  padding: 20px 0 0px 0;
  background:#2C2C2C;
}
.footer-bottom p {
  float: left;
  margin-top: 7px;
  color: #fff;
  font-weight: 300;
}
.footer-bottom p a {
  color: #ffffff;
  text-decoration: none;
}
.footer-bottom p a:hover {
  color:#c30000;
}
.footer-bottom .inline-list {
  float: right;
}
@media (max-width: 479px) {
.footer-bottom p {
    float: none;
  }
.footer-bottom .inline-list {
    margin-top: 14px;
    float: none;
  }
}
@media (max-width: 767px){
	ul.footer-list{
	margin:12px 0 12px 0;
	}
	ul.footer-list2{
	margin:0 0 12px 0;
	}
}
.footer-bottom .inline-list li {
  display: inline-block;
}
.footer-bottom .inline-list li + li {
  margin-left: 5px;
}
.footer-bottom .inline-list a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  color: #333333;
  background-color: #9f9f9f;
}
@media (max-width: 979px) {
  .footer-bottom .inline-list a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 19px;
  }
}
.footer-bottom .inline-list a:hover {
  color: #fff;
  background-color: #4aa2d1;
}
.design {
  color: #888c94;
  text-align: right;
}
.design a {
  width: 100%;
  color: #888c94;
  text-align: right;
  text-decoration:none;
}

/* Back to Top
 ========================================================================== */
#back-top{
    display: none;
    text-decoration: none;
    position: fixed;
    right: 90px;
    bottom: 80px;
    overflow: hidden;
    width:60px;
    height:60px;
    border: 1px solid #fff;
    border-radius:4px;
    background: url(../images/totop.png) no-repeat center center rgba(195,0,0,0.9);
    z-index:99;
}
#back-top:hover {
    /*outline: none;*/
    background: url(../images/totop.png) no-repeat center center rgba(0,0,0,0.9);
}
@media only screen and (max-width: 1199px) {
    #back-top {
        display: none !important;
    }
}