﻿@charset "UTF-8";

@import url('mo-grid.css');
@import url('fonts.css');

body{
--mo--color--white: #ffffff;
--mo--color--black: #000000;
--mo--color--green: #76B72A;
}


.mt{ margin-top:20px;}
.mtt{ margin-top:40px!important;}
.mttt{ margin-top:60px;}
.mttt{ margin-top:100px;}
.mtttt{ margin-top:130px;}

.mb{ margin-bottom:20px;}
.mbb{ margin-bottom:40px;}
.mbbb{ margin-bottom:60px;}
.mbbbb{ margin-bottom:100px;}
.mbbbbb{ margin-bottom:130px;}

.mtb{margin:20px 0 20px 0;}
.mtb-xl{margin:40px 0 40px 0;}
.mtb-xxl{margin:40px 0 60px 0;}
.mtb-xxxl{margin:60px 0 60px 0;}
.mtb-xxxxl{margin:80px 0 80px 0;}

.mttbb{ margin:40px 0 40px 0;}

.tmbbb{ margin-bottom:60px;}

@media only screen and (max-width:768px){
	.mt-xs{ margin-top:20px;}
	.mtt-xs{ margin-top:40px!important;}
	.mttt-xs{ margin-top:60px;}
	.mttt-xs{ margin-top:100px;}
	.mtttt-xs{ margin-top:130px;}
	
	.mb-xs{ margin-bottom:20px;}
	.mbb-xs{ margin-bottom:40px;}
	.mbbb-xs{ margin-bottom:60px;}
	.tmbbb{ margin-bottom:40px;}	
	.mbbbb-xs{ margin-bottom:100px;}
	.mbbbbb-xs{ margin-bottom:130px;}
	
	.mtb-xs{margin:20px 0 20px 0;}
	.mtb-xl-xs{margin:40px 0 40px 0;}
	.mtb-xxl-xs{margin:40px 0 60px 0;}
	.mtb-xxxl-xs{margin:60px 0 60px 0;}
	.mtb-xxxxl-xs{margin:80px 0 80px 0;}

}
/* tablets portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait) { 
	.mb-sm{ margin-bottom:20px;}
	.mbb-sm{ margin-bottom:40px;}
}

.img-left{
	float:left;
	padding:0 12px 0px 0;
}
.img-right{
	float:right;
	padding:0 0px 0px 12px;
}
.img-center{
	float: none;
	text-align:center;
	padding:0 0px 12px 0px;
}
.img-standart{
	width:100%;
	height:auto;
}
.bord_1{
	display:inline-block;
	width:100%;
	height:1px;
	background:#038FD6;
}

body{
	margin:0;
	padding:0;
}
body {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.643;
	font-family: Raleway, sans-serif;
	letter-spacing: 0px;
	text-align: left;
	color: #464646;
}
h1,
.h1-style {
	font-style: normal;
	font-weight: 800;
	font-size: 2em;
	line-height: 1.4;
	margin-bottom:12px;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0px;
	text-align: inherit;
	color: #515151;
	margin-bottom:15px;
}
h2,
.h2-style {
	font-style: normal;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1.375;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0px;
	text-align: inherit;
	color: #515151;
	margin-bottom:15px;	
}
h3,
.h3-style {
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.6;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0px;
	text-align: inherit;
	color: #515151;
}
h4,
.h4-style {
	font-style: normal;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.44;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0px;
	text-align: inherit;
}
h5,
.h5-style {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.44;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0px;
	text-align: inherit;
	color: #515151;
}
h6,
.h6-style {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.643;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0px;
	text-align: inherit;
	color: #515151;
}
@media (min-width: 1200px) {
 h1,
 .h1-style {
	 font-size: 30px;
 }
 h2,
 .h2-style {
	font-size: 24px;
 }
 h3,
 .h3-style {
	font-size: 24px;
 }
}
.green h1, .green h2, .green h3, .green h4, .green h5, .green h6{
	color: #ffffff!important;
}
img{
	width:100%;
	height:auto;
}
.p-relative{
	position:relative;
}
b,strong{
	font-weight:600;
}
p{
	margin-bottom:15px;
	line-height:1.3;
}

.p-relative{
	position:relative;
}
.table-cell {
	position:relative;
	height: 80vh;
	width: 100vw;
	display: table-cell;
	vertical-align: middle;
	background-color: #000000;
	background-position: bottom;
}
.head{
	position: absolute;
	width:100%;
	top:30px;
	z-index:30;
}
.logo{
	text-align:right;
}
.logo img{
	max-width:200px;
	height:auto;
}
.overlay-bg2 {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
  	background: linear-gradient(90deg, black, transparent);
	transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}
.caption {
	position: relative;
	text-align: left;
	border-left: 1px solid #76B72A;
	padding-left: 40px;
}

.caption h1 {
	position:relative;
	font-size: 57px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	visibility: visible;
	font-family: 'Anton', sans-serif;
	z-index:2;
}
.caption h1 span{
	content: '';
	width:105px;
	height:70px;
	padding:0px 0 3px 5px;
	margin:0px 5px -2px 0;
	display:inline-block;
	background:#76B72A;
	z-index:1;
}
.caption h3 {
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	margin-bottom:12px;
	opacity: 1;
	visibility: visible;
	font-family: 'Anton', sans-serif;
}
.caption h2 {
	display:none;
}

.caption p {
	color: #fff;
	font-size:20px;
	font-weight: 500;
	margin: 10px 0 15px 0;
	opacity: 1;
}

.caption p {
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
	opacity: 1;
	animation: fadeInRight .8s;
}

.caption .button {
	color: #000000;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border: none;
	border-radius: 4px;  
	background-color: #ffffff;   
}
.main-text {
	color: #fff;
	margin-top: 80px;
	width: auto;
	display: inline-block;
	position: absolute;
	right: 0px;
	z-index: 1;
}
.headerText{
	position: relative;
	font-family: "Delicious Handrawn", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 3em;
	font-weight: 400;
	text-transform: capitalize;
	text-shadow: -1px 0px 2px #000;
	color: #f6f6f6;
	transform: rotate(30deg);
}
@media only screen and (max-width: 480px){
	.logo {
	text-align: center;
	}
	.caption h1 {
	font-size: 30px;
	}
	.caption h1 span {
	width: 58px;
	height: 33px;
	}
	.caption h3 {
	font-size: 30px;
	}
	.main-text {
	top: 20vh;
	right:50px;
	}
	.headerText {
	font-size:2em;
	}
}
/* Blog Tags
 ============================================================ */
.skills{
	padding:80px 0 80px 0;
	margin-top:80px;
	background: #f7f7f7;	
} 
.skills h4{
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.6;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0px;
	color: #515151;
	text-align:center;
	margin-bottom:20px;
}
.list-tags {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -5px;
	margin-right: -5px;
}
.list-tags > * {
	margin-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
}
.list-tags > li {
	display: inline-block;
}
.list-tags a {
	display: block;
	padding: 1em;
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .09em;
	text-transform: none;
	text-decoration:none;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
	background:#ffffff;
}
.list-tags a:hover {
	color: #fff;
	background: #eca62a;
}



/* footer
 ================================================================= */
footer{
	padding:60px 0 0px 0;
	background: #2b2c30;
} 
footer img {
  width: 100%;
  height: auto;
}
footer h3{
	font-size:20px;
	font-weight:500;
	color:#f6f6f6;
	margin-bottom:25px;
}
.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--mo--color--white)!important;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer-contact li a i{
	text-decoration:none!important;
}
.footer-contact li a{
	color: var(--mo--color--white)!important;
	text-decoration:none;
}
.footer-contact li i {
  line-height: 31px;
  text-align: center;
  margin-top:-20px;
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--mo--color--white)!important;
}
.footer-menu{
	position:relative;
}
.footer-menu ul > li {
  display: block;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.footer-menu ul > li i{
  color: #fff;
  margin: 4px 5px 0 3px;
}
.footer-menu ul li::before{
	content: '';
	position: absolute;
	height: 1px;
	width: 8px;
	left: 15px;
	top: 8px;
	background-color: var(--mo--color--white)!important;
}
.footer-menu ul li a {
    color: var(--mo--color--white)!important;
    text-decoration:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-menu ul li a:hover{
	color: #e3322c;
}
.footer-menu ul li {
	transition: .5s;
}

 .footer-bottom {
  padding: 20px 0 0px 0;
  background: #26272B;
}
.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:#68b5c9;
}
.footer-bottom .inline-list {
  float: right;
}
.font-size40 {
  font-size: 40px;
}
.offset-right-10 {
  margin-right: 10px;
}
.font-size30 {
  font-size: 30px;
}
.offset-right-20 {
  margin-right: 20px;
}
@media (max-width: 479px) {
.footer-bottom p {
    float: none;
  }
.footer-bottom .inline-list {
    margin-top: 14px;
    float: none;
  }
}
.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{
font-size: 14px;
color:#5C5C5C;
text-align:right;
}
.design a{
width:100%;
color:#5C5C5C;
text-align:right;
}