/* ***********************
Make by https://xdmedia.es
 */

:root {
/*	--coorp: #57a848;*/
	--coorp: #00ac56;
	--dark: #232323;
	--gray: #9e9e9e;
	--black: #000000;

}
body {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: var(--black);
	background: white;
	margin: 0;
	padding: 0;  
	font-weight: 500;

}
html {
	overflow-y: scroll;
}
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
h1, h2, h3, h4 {
    font-weight: 600;
    margin: 6px 0;
    color: var(--black);
}
p {
    margin: 12px 0;
}
a {
    text-decoration: none;
    color: var(--black);
    outline: none;
    user-select: none;
    -moz-user-select: none;
}
a:hover {
    cursor: pointer;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.container {
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 24px;
}
.container-s {
    max-width: 1200px !important;
}
.row {
    margin: 0 -16px 0 -16px;
    overflow: hidden;
    display: flex;
/*    flex-wrap: nowrap;*/
    flex-wrap: wrap;  
}
.col {
    float: left;
    padding: 16px;
    width: 100%;
}
.d-flex {
    display: flex;
}
.d-block {
    display: block;
}
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-1 {
    margin-right: 1rem !important;
}
.mr-2 {
    margin-right: 2rem !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-1 {
    margin-left: 1rem !important;
}
.ml-2 {
    margin-left: 2rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pt-2 {
    padding-top: 2rem !important;
}
.pl-3 {
    padding-left: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
.pb-2 {
    padding-bottom: 2rem !important;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.pointer {
    cursor: pointer;
}
.ta-c {
    text-align: center;
}
.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 72px; 
}
.top {
    background: black;
    color: white;
    position: fixed;
    z-index: 99;
    bottom: 1%;
    right: 1%;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 2px;
    border: 1px solid #292929;
    cursor: pointer;
}
.header {
    position: fixed;
    z-index: 4;
    left: 0;
    right: 0;
    top: 0;
    padding: 12px 0;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-mini {
    background: #000000e8;
    padding: 0; 
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.logo {
	float: left;
    padding: 16px 0;
}
.logo img {
	float: left;
	width: 115px;
}
.navbar {
	float: right;
}
.navbar ul {
	padding: 0;
    margin-right: 12px;
}
.navbar ul li {
	display: inline-block;
}
.navbar ul li a {
    display: inline-block;
    font-weight: 800;
    color: white;
    font-size: 11px;
    margin: 21px 12px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.navbar ul li a:hover {
    border-color: #00aa3e4f;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.navbar ul li.current-menu-item a {
	border-color: var(--coorp);
}
.header .social {
	float: right;
}
.header .social ul {
    padding: 13px 0;
    padding-right: 2px;
}
.header .social ul li {
	display: inline-block;
}
.header .social ul li a {
    display: inline-block;
    font-size: 15px;
    padding: 4px;
    color: white;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header .social ul li a:hover {
    color: var(--coorp);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header .social ul li a i {
	
}
.home {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.home img,
.home video {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.home.page {
    height: 73vh;
}
.home.page img,
.home.page video {
    height: 73vh;
}
.home .center {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 100%;
    color: white;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 24px;
}
.home .center hr {
    max-width: 128px;
    border: none;
    border-top: 1px solid var(--coorp);
    background: transparent;
}
.home .center h1 {
    color: white;
    font-size: 28px;
    line-height: 49px;
    text-transform: uppercase;
}
.home .center h1 span {
    font-size: 65px;
    line-height: 62px;
    display: block;
    /* text-transform: initial; */
    font-weight: 600;
    letter-spacing: 1px;
}
.home.post .center h1 span {
    max-width: 630px;
    display: inline-block;
    font-size: 51px;
    line-height: 53px;
}
.home .center p {
	margin: 25px 0;
}
.home span.back {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: .7;
    z-index: 2;
}
.home .bottom {
    position: absolute;
    z-index: 4;
    transform: translateY(-50%);
    top: 50%;
    right: 80px;
    left: 80px;
}
.home .bottom a {
    background: var(--gray);
    color: #7b7b7b;
    font-size: 41px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    position: absolute;
    border: 1px solid #ececec;
}
.home .bottom a:hover {
    background: var(--black);
    color: white;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.home .bottom a.prev {
    left: 0;
    transform: translate(-50%, -50%);
}
.home .bottom a.next {
    right: 0;
    transform: translate(50%, -50%);
}
.home .bottom i {

}
.btn-custom {
    background: var(--coorp);
    padding: 18px;
    display: inline-block;
    min-width: 170px;
    line-height: 1rem;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    text-align: center;
    color: white;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.btn-custom:hover {
/*    border-color: var(--coorp);
    background: var(--coorp);
    color: white;
	transition: all .2s linear;
    -moz-transition: all .2s linear;*/
}
.btn-custom.large {
    padding: 24px;
    min-width: 198px;
    font-size: 12px;
}
.btn-custom.small {
    padding: 12px;
    min-width: 132px;
    font-size: 10px;
}
.btn-custom.dark {
    background: var(--dark);
}
.btn-custom i {
    font-weight: bold;
    margin: 0 0 0 2px;
    display: inline-block;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.btn-custom:hover > i {
    margin-left: 8px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
/*.container img {
    width: 100%;
    float: left;
}*/
.fade {
    opacity: 0;
}
.simple {
    padding: 100px 0;   
}
.simple strong {
    font-weight: normal;
    color: var(--gray);
    font-style: italic;
    text-align: center;
    display: block;
    line-height: 25px;
}
.simple h2 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    opacity: .8;
}
.simple .simple-block {
    margin: 20px auto;
    text-align: center;
    color: var(--gray);
    font-size: 15px;
    display: block; 
    max-width: 80%;
}
.simple hr {
    border: none;
    border-top: 1px dashed #000000;
    width: 51%;
    margin: 60px auto 50px auto;
    opacity: .2;
    display: block;
}
.simple .items h4 {
    text-transform: uppercase;
    margin-bottom: 12px;
}
.simple .items h4 i {
    color: var(--coorp);
    margin: -3px 18px 0 0;
    font-size: 26px;
    float: left;
}
.simple .items p {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    margin: 9px 0;
    padding-bottom: 24px;
    padding-right: 52px;
    color: var(--gray)
}
.simple.dark {
    background: var(--dark) 
}
.simple.dark .items h4 {
    color: white;
}
.simple.dark .items p {
    color: var(--gray);
}
.parallax {
    background-image: url(img/home.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden; 
}
.parallax .center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.parallax .one {
    min-height: 638px;
    background: #00964bd9;
    color: white;
    position: relative;
}
.parallax .one .separator {

}
.parallax .one h4 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.parallax .one h4 i {
    margin: 0px 18px 0 0;
    font-size: 22px;
    float: left;
    margin-top: 0;
}
.parallax .one p {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    margin: 9px 0;
    padding-bottom: 44px;
}
.parallax .one .separator:last-child p {
    padding-bottom: 0;
}
.parallax .two {
    background: #000000c7;
    color: white;
    position: relative;
}
.parallax .one .center {
    right: 0;
    max-width: 450px;
    padding-right: 80px;
}
.parallax .two .center {
    max-width: 700px;
    padding-left: 80px;
}
.parallax .two strong {
    font-weight: normal;
    color: var(--gray);
    font-style: italic;
    text-align: left;
    display: block;
    line-height: 25px;
}
.parallax .two h3 {
    text-align: left;
    font-size: 40px;
    line-height: 47px;
    margin: 0;
    font-weight: 600;
    color: white;
}
.parallax .two hr {
    width: 200px;
    float: left;
    display: block;
    margin: 20px 0 0 0;
    border: none;
    border-top: 1px solid var(--coorp);
    margin-bottom: 3px;
}
.parallax .two p {
    margin: 20px auto 0 auto;
    text-align: left;
    font-size: 15px;
    display: block;
    float: left;
}
.parallax .two p:last-child {
    margin-bottom: 0;
}
.white {
    background: white;
    min-height: 400px;
}
.duo {
    padding: 160px 0;
}
.duo .row {
    padding: 0;
}
.duo .row .col {
    padding: 0;
    position: relative; 
}
.duo .row .col.left {
    margin-left: -4px;
}
.duo .row .col.green {
    background: var(--coorp); 
}
.duo .row .col.dark {
    background: var(--dark); 
}
/*.duo .row .col .back {
    background: var(--coorp);
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    display: none;
}*/
.duo img {
   float: left;
   width: 100%;
   height: 380px;
   object-fit: cover; 
}
.duo .row .col:first-child img {
    border-right: 4px solid var(--coorp);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.duo .row .col:last-child img {
    border-left: 4px solid var(--coorp);
/*    margin-left: -4px;*/
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.duo .row .col:first-child img:hover,
.duo .row .col:last-child img:hover {
    opacity: .7;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.duo strong {
    font-weight: normal;
    color: var(--gray);
    font-style: italic;
    text-align: left;
    display: block;
    line-height: 25px;
}
.duo i {
    /*color: var(--gray);*/
    color: white;
    text-align: left;
    line-height: 25px;
    font-style: normal;
    font-weight: 600;
}
.duo h3 {
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    opacity: .8; 
    margin-top: -6px;
}
.duo p {
    float: left;
    margin: 20px auto;
    color: var(--gray);
    font-size: 15px;
    display: block;
}
.duo hr {
    border: none;
    border-top: 2px solid #000000;
    width: 20%;
    opacity: .6;
    display: block;
    float: left;
    margin-bottom: -3px;
}
.duo .btn-custom {
    margin-top: 12px;
}
.duo .center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.duo .center.one {
    padding-left: 60px;
    padding-right: 4px; 
}
.duo .center.two {
    padding-right: 60px;
    padding-left: 4px;
}
.duo h4 {
    font-size: 32px;
    margin: 0;
    opacity: .8;
}
.duo .ta-c {
    margin-top: 80px;
}
.group.homepage .one {
    background-image: url(img/group10.jpg) !important;
}
.group.homepage.two .one {
    background-image: url(img/group11.jpg) !important;
}
.group {
    position: relative;
    overflow: hidden; 
}
.group .center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.group .two {
    min-height: 538px;
    background: var(--dark);
    color: white;
    position: relative;
}
.group .one {
    background-image: url(img/group1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden; 
}
.group.two .one {
    background-image: url(img/group2.jpg);
}
.group.two.three .one {
    background-image: url(img/group3.jpg);
}
.group .two .center {
    max-width: 700px;
    padding-left: 80px;
}
.group .two strong {
    font-weight: normal;
    color: var(--gray);
    font-style: italic;
    text-align: left;
    display: block;
    line-height: 25px;
}
.group .two h3 {
    text-align: left;
    font-size: 40px;
    line-height: 47px;
    margin: 0;
    font-weight: 600;
    color: white;
}
.group .two hr {
    width: 200px;
    float: left;
    display: block;
    margin: 20px 0 0 0;
    border: none;
    border-top: 1px solid var(--coorp);
    margin-bottom: 3px;
}
.group .two p {
    margin: 20px auto 0 auto;
    text-align: left;
    font-size: 15px;
    display: block;
    float: left;
    color: var(--gray);
}
.group .two p:last-child {
    margin-bottom: 0;
}
.group.two .two p {
    color: white;
}
.duo.two .row .col:first-child img,
.duo.two .row .col:last-child img {
    border-color: var(--dark);
}
.group.two .two {
    background: #009249; 
}
.group.two .two strong {
    color: white;
}
.group.two .two hr {
    border-top: 1px solid white;
}
.duo.two hr {
    border-top: 2px solid var(--coorp);
    opacity: 1;
}
.comment {
    background-image: url(img/pa2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 550px;
}
.comment2 {
    background-image: url(img/pa3.jpg);
}
.comment .center {
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}
.comment .center h3 {
    font-size: 40px;
    line-height: 47px;
    margin: 0;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}
.comment .center p {
    margin: 20px auto 0 auto;
    font-size: 15px;
    display: block;
    float: left;
}
.comment span.back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: .8;
    z-index: 1;
}
.comment hr {
    width: 200px;
    float: none;
    display: block;
    margin: 20px auto 0 auto;
    border: none;
    border-top: 1px solid var(--coorp);
    margin-bottom: 3px;
}
.simple.posts {
    background: #f3f3f3; 
}
.simple.posts hr {
    margin-top: 26px;
}
.simple.posts .row {
    /*flex-wrap: nowrap;*/
}
.simple.posts .col {
/*    margin: 16px;*/
    padding: 0;
} 
.simple.posts .col .margin {
    margin: 16px;
        background: white;
}
.simple.posts a {
    float: left;
}
.simple.posts a img {
    float: left;
    width: 100%;
    object-fit: cover;
    height: 265px;
}
.simple.posts h3 {
    padding: 0 20px;
    padding-top: 30px;
    float: left;
    width: 100%;
    font-size: 24px;
    opacity: .8;
    margin-top: 0;
}
.simple.posts p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin: 9px 0;
    color: var(--gray);
    padding: 0 20px;
    padding-bottom: 30px;
    clear: both;
}
.simple.posts p a {
    display: none;
}
.simple.posts .date {
    margin: 0 20px;
    border-top: 1px dashed #0000001c;
    padding: 20px 0;
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: var(--gray);
    font-weight: 600;
}
.simple.posts .date span {
    display: inline-block;
    float: left;
}
.simple.posts .date a {
    display: inline-block;
    float: right;
}
.simple.posts .date a i {
    float: right;
    margin: 4px 0 0 5px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.simple.posts .date a:hover i {
    margin: 4px 0 0 8px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
footer {
    background: black;
    padding: 60px 8px;
    color: #5f5f5f;
    font-size: 15px;
}
footer h4 {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
}
footer p {
    max-width: 240px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
    margin-top: 13px;
}
footer ul li {
    display: block;
}
footer ul li a {
    display: block;
    color: #5f5f5f;
}
footer .subfooter {
    border-top: 1px solid #1b1b1b;
    text-align: center;
    margin-top: 64px;
}
footer .subfooter .social {
    padding: 16px 0;
}
footer .subfooter .social a {
    color: white;
    font-size: 17px;
    border-bottom: 1px solid white;
}
footer .subfooter .make {
    margin: 23px 0;
    font-size: 13px;
    margin-bottom: 0;
}
footer .subfooter .make a {
    color: var(--gray);
}
.r-left,
.r-right,
.r-top {
visibility: hidden;
}
.group.white .two {
    background: white;
}
.group.white .two h3 {
    color: black;
    opacity: .8;
}
.group.white .two p {
    color: var(--gray);
}
.logos {
    /*margin: 50px 0;*/ 
}
.logos .row {
    max-width: 1100px;
    margin: 0 auto;
}
.logos .col {
    text-align: center;
}
.logos img {
    max-width: 271px;
}
.description {
    margin: 100px 0;
}
.description .container {
    max-width: 1100px;
}
.description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.description ul li {
    display: inline-block;
    background: #e8e8e8;
    color: var(--gray);
    text-transform: uppercase;
}
.description ul li [title="open"] {
    background: #f3f3f3;
    /*background: #fafafa;*/
    color: var(--dark);
    cursor: default;
}
.description ul li a {
    display: inline-block;
    color: var(--gray);
    padding: 10px 30px;
    font-size: 15px;
    cursor: pointer;
    opacity: 1;
    user-select: none;
    font-weight: 600;
    -moz-user-select: none;
}
.description .content {
    background: #f3f3f3;
    padding: 48px 24px;
}
.description .text[title="open"] {
    display: block;
}
.description .text {
        display: none;
    color: var(--gray);
    font-size: 15px;
}
.top {
    background: black;
    color: white;
    position: fixed;
    z-index: 99;
    bottom: 1%;
    right: 1%;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    cursor: pointer;
}
.simple.posts hr {
    width: 20%;
}
.contact form.form {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
form.form .group-per {
    display: flex;
}
form.form .group-per input:first-child {
    border-right: none;
    margin-right: 6px;
}
form.form .group-per input:last-child {
    border-right: none;
    margin-left: 6px;
}
form.form input[type="text"], form.form input[type="email"] {
    outline: none;
    padding: 18px 24px;
    width: 100%;
    border: none;
    border-bottom: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
form.form .form-group {
    margin-bottom: 12px;
    clear: both;
    float: left;
    width: 100%;
}
form.form .group-per input {
    width: 50% !important;
    float: left;
}
form.form textarea {
    outline: none;
    padding: 18px 24px;
    width: 100%;
    border: none;
    resize: vertical;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    min-height: 200px;
}
form.form input[type="submit"], .btn-contact {
    background: var(--dark);
    color: white;
    border: 1px solid transparent;
    display: inline-block;
    text-transform: uppercase;
    padding: 17px;
    outline: none;
    font-weight: bold;
    border-radius: 2px;
    text-decoration: none;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    font-size: 13px;
    width: 100%;
    cursor: pointer;
}
form.form input[type="submit"]:hover {
    opacity: .8;
    transition: all .1s linear;
    -moz-transition: all .1s linear;

}
.map {
    background: #f3f3f3; 
    padding-top: 20px;
}
p i {
    color: var(--gray) !important;
}
.menu {
    display: none !important;
}
.posts.single h1 {
    text-align: left;
}
.posts.single h2 {
    text-align: left;
    margin: 8px 0;
}
.posts.single h3 {
    text-align: left;
    margin: 8px 0;
    padding: 0;
    line-height: 28px;
}
.posts.single {
    color: #717171;
    font-size: 15px;
}
.posts.single img {
    display: block;
    margin: 16px 0;
}
.posts.single ul {
    margin: 24px 22px;
    padding-left: 20px;
    list-style: disc;
}
.posts.single ul li {
    
}
.posts.single a {
    font-weight: 600;
    font-size: 15px;
}
.wpcf7 {
    width: 100%;
}
span.wpcf7-list-item {

    margin: 0 !important;
}
.no-float {
    float: none !important;
}
div.wpcf7-response-output {
    margin: 0 !important;
    float: left;
    width: 100%;
}
























/* Firefox */
@-moz-document url-prefix() {

}

/* Explorer */
@supports (display:-ms-grid) { 

}

/* Responsive Medium */
@media all and (max-width: 1400px) {
    .container {
        max-width: 100%;
    }
    .parallax .two .center {
    width: 80%;
    }
    .duo .row {
    padding: 0 16px;
}
.parallax .one .center {
    padding-left: 8px;
}
.parallax .one p {
    padding-bottom: 22px;
}
.group .two .center {
    width: 80%;
}

}


/* Responsive Small */
@media all and (max-width: 800px) {



.menu {
    display: inline-block !important;
    margin: -2px 0 0 6px;
    float: right;
}
.menu a:hover {
    color: white !important;
}
.menu a i {
    font-size: 28px;
}




.navbar ul {
    display: none;
    background: black;
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99;
    height: 100vh;
    padding-top: 100px;
}
.navbar ul li {
    display: block;
    text-align: center;
}
.navbar ul li a {
    margin: 0;
    padding: 9px 0;
}

.navbar {
    position: unset !important;
}
.logo,
.header .social {
    position: relative;
    z-index: 999;
}
.top {
    z-index: 9;
}



.home .center h1 span {
    font-size: 44px;
    line-height: 50px;
}
.btn-custom {
    padding: 13px;
    min-width: 155px;
}
.simple {
    padding: 70px 0;
}
.simple h2 {
    font-size: 27px;
    line-height: 33px;
}
.simple .simple-block {
    max-width: 100%;
}
.simple hr {
    margin: 30px auto;
}
.simple .items p {
    padding-right: 0;
 /*   text-align: center;*/
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
}
.parallax .center {
    position: relative;
    padding-right: 20px !important;
    padding-left: 20px !important;
    width: 100% !important;
    top: unset;
    transform: unset !important;
}
.parallax .one,
.parallax .two {
    min-height: unset;
    padding: 80px 24px;
}
.parallax .two h3 {
    font-size: 36px;
    line-height: 39px;
}
.duo {
    padding: 100px 0;
}
.duo .center {
    position: relative;
    top: unset !important;
    transform: unset !important;
}
.duo .center.one {
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
}
.duo .center.two {
    padding-right: 0;
    padding-left: 0;
}
.duo .row .col:last-child img {
    margin-top: 50px;
}
.duo h3,
.group .two h3 {
    font-size: 27px;
    line-height: 33px;
    margin-top: 4px;
}
.comment .center h3 {
    font-size: 32px;
    line-height: 39px;
}
.group .center {
    position: relative;
    top: unset !important;
    transform: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.group .two {
    min-height: unset !important;
    background: var(--dark);
    color: white;
    position: relative;
    padding: 60px 44px;
}
.group .one {
    display: none;
}
.comment .center {
    max-width: 100% !important;
    position: relative;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
}
.comment {
    padding-top: 70px;
    padding-bottom: 90px;
    padding-left: 24px;
    padding-right: 24px;
    min-height: unset;
}
footer .pl-3 {
    padding-left: 16px !important;
}
footer ul {
    margin-top: 4px;
}
footer .col {
    padding: 4px 14px;
}
.duo img {
    height: 300px;
}
.description ul li a {
    padding: 10px;
    font-size: 12px;
}
.description {
    margin: 80px 0;
}
.comment hr {
    width: 140px;
}
.contact form.form {
    padding: 0 16px;
}
form.form .group-per input {
    width: 100% !important;
}
.home.post .center h1 span {
    max-width: 630px;
    display: block;
    font-size: 38px;
    line-height: 42px;
}
.posts.single img {
    width: 100%;
}
.posts.single  {
    background: white;
    padding-left: 16px;
    padding-right: 16px;
}


}


/* Columns responsive */
@media all and (min-width: 800px) {

.col-m-12 {
    width: 100%;
}
.col-m-11 {
    width: 91.66666667%;
}
.col-m-10 {
    width: 83.33333333%;
}
.col-m-9 {
    width: 75%;
}
.col-m-8 {
    width: 66.66666667%;
}
.col-m-7 {
    width: 58.33333333%;
}
.col-m-6 {
    width: 50%;
}
.col-m-5 {
    width: 41.66666667%;
}
.col-m-4 {
    width: 33.33333333%;
}
.col-m-3 {
    width: 25%;
}
.col-m-2 {
    width: 16.66666667%;
}
.col-m-1 {
    width: 8.33333333%;
}
}
@media all and (min-width: 1120px) {
.col-l-12 {
    width: 100%;
}
.col-l-11 {
    width: 91.66666667%;
}
.col-l-10 {
    width: 83.33333333%;
}
.col-l-9 {
    width: 75%;
}
.col-l-8 {
    width: 66.66666667%;
}
.col-l-7 {
    width: 58.33333333%;
}
.col-l-6 {
    width: 50%;
}
.col-l-5 {
    width: 41.66666667%;
}
.col-l-4 {
    width: 33.33333333%;
}
.col-l-3 {
    width: 25%;
}
.col-l-2 {
    width: 16.66666667%;
}
.col-l-1 {
    width: 8.33333333%;
}
}