@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=latin-ext");   * {
color: #2a2a2a; }
html {
scroll-behavior: smooth;
width: 100vw;
overflow-x: hidden; }
body {
color: #2a2a2a;
width: 100vw;
overflow-x: hidden;
background: #F7F7F7; }
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans Condensed", sans-serif; }
p, a, ul, li, span {
font-family: "Montserrat", sans-serif;
font-size: 18px; }
.wrapper {
max-width: 1600px;
margin: auto; }
.separator {
width: 30px;
height: 30px;
background-color: #eb721d;
display: grid;
margin: 0 auto 30px auto; }
.separator:before {
content: '';
width: 100px;
height: 2px;
background: #2a2a2a;
display: flex;
margin-left: -115px;
margin-top: 15px; }
.separator:after {
content: '';
width: 100px;
height: 2px;
background: #2a2a2a;
display: flex;
margin-left: 45px;
margin-top: -9px; }
.orange {
font-family: "Open Sans Condensed", sans-serif;
color: #eb721d; }
.gutenberg {
padding-top: 80px; } header {
height: 160px; }
header .top-header {
height: 100px;
background-color: #fff;
position: relative;
z-index: 10; }
header .top-header .top-header-wrapper {
display: flex;
justify-content: space-between;
height: 100%; }
header .top-header .top-header-wrapper ul {
display: flex;
padding-left: 0;
width: 100%;
justify-content: flex-end;
height: 100%;
align-items: center; }
header .top-header .top-header-wrapper ul li {
list-style: none;
display: flex;
margin-right: 20px;
height: 100%;
align-items: center; }
header .top-header .top-header-wrapper ul li img {
width: 32px;
height: 32px;
display: flex;
margin-right: 10px;
border: 1px solid rgba(0, 0, 0, 0.07);
padding: 10px;
box-sizing: content-box; }
header .top-header .top-header-wrapper ul li a {
color: #000; }
header .top-header .top-header-wrapper ul li p {
margin-bottom: 0; }
header .top-header .top-header-wrapper .navbar-brand {
width: 170px;
height: auto; }
header .top-header .top-header-wrapper .navbar-brand img {
object-fit: contain; }
header .navbar {
background-color: #2a2a2a;
padding: 0;
position: relative;
z-index: 3;
top: -96px;
height: 60px;
width: 100%;
margin-top: 100px; }
header .navbar .main-navbar {
justify-content: center; }
header .navbar .main-navbar .navbar-nav li {
border-left: 1px solid rgba(255, 255, 255, 0.07);
padding: 10px 15px; }
header .navbar .main-navbar .navbar-nav li:last-child {
border-right: 1px solid rgba(255, 255, 255, 0.07); }
header .navbar .main-navbar .navbar-nav li .nav-link {
text-transform: uppercase; }
header .navbar .main-navbar .navbar-nav li .nav-link.active {
color: #eb721d; }
header .navbar .main-navbar .navbar-nav li .dropdown-menu {
border-radius: 0;
border-top: 4px solid #eb721d;
top: 58px;
padding-top: 0;
padding-bottom: 0; }
header .navbar .main-navbar .navbar-nav li .dropdown-menu .dropdown-item {
border-bottom: 1px solid #eee;
color: #2a2a2a;
padding-top: 10px;
padding-bottom: 10px; }
header .navbar .main-navbar .navbar-nav li .dropdown-menu .dropdown-item.active {
background: #eb721d; }
header .affix {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 10;
height: 60px;
display: block;
margin-top: 0; } .slider {
width: 100%;
position: relative;
height: 100vh;
margin-top: -100px; }
.slider .img-box img {
height: 100vh; }
.slider .img-box .gradient-slider {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 3;
height: 100vh;
background-color: rgba(0, 0, 0, 0.4); }
.slider .slider-text {
position: absolute;
width: 100%;
z-index: 4;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 20px; }
.slider .slider-text h4 {
font-size: 36px;
padding: 5px 10px;
background: #eb721d;
color: #fff;
text-align: center;
margin-top: 50px; }
.slider .slider-text h2 {
font-family: "Montserrat", sans-serif;
font-size: 50px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
text-align: center; }
.slider .slider-text p {
font-size: 20px;
color: #fff;
text-align: center; }
.slider a {
font-size: 18px;
width: 220px;
height: 50px;
padding: 10px;
background-color: #eb721d;
color: #fff;
text-transform: uppercase;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
width: 300px;
height: 80px; }
.slider a:hover {
text-decoration: none;
opacity: .8;
transition-duration: .5s; } .about {
margin-bottom: 40px; }
.about .about-text {
background: #fff;
padding: 80px;
border-top: 10px solid #eb721d; }
.about .about-text h3 {
font-size: 32px;
color: #eb721d;
margin-bottom: 0; }
.about .about-text h1 {
font-size: 60px;
font-weight: bold; }
.about .about-text .about-btn {
font-size: 18px;
width: 220px;
height: 50px;
padding: 10px;
background-color: #eb721d;
color: #fff;
text-transform: uppercase;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
width: 300px; }
.about .about-text .about-btn:hover {
text-decoration: none;
opacity: .8;
transition-duration: .5s; }
.about img {
padding-top: 80px;
padding-left: 80px;
width: 100%;
height: 500px;
display: flex;
object-fit: cover;
margin-left: 65px;
position: relative;
z-index: 2; } .stage {
padding-top: 80px;
padding-bottom: 80px;
color: #fff;
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
.stage h3 {
font-size: 46px;
color: #fff; }
.stage p {
color: #fff; }
.stage ul li {
color: #fff; }
.stage .stage-box {
height: 320px;
background: #000;
border-bottom: 5px solid #eb721d;
position: relative;
padding: 30px;
margin-bottom: 50px; }
.stage .stage-box img {
display: flex;
width: 64px;
height: 64px;
margin: 30px auto; }
.stage .stage-box h4 {
font-size: 27px;
text-align: center;
color: #fff; }
.stage .stage-box .number {
font-size: 38px;
color: #fff;
width: 90px;
height: 90px;
background-color: #eb721d;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: -35px;
left: calc(50% - 45px); } .offer {
padding-top: 80px;
padding-bottom: 40px;
background: #fff; }
.offer h3 {
font-size: 60px;
text-align: center; }
.offer h3 .orange {
font-size: 60px; }
.offer .offer-box {
-webkit-box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.1);
-moz-box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.1);
box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.1);
margin-bottom: 30px;
height: 400px; }
.offer .offer-box .img-box {
height: 230px;
overflow: hidden; }
.offer .offer-box .img-box img {
height: 230px;
object-fit: cover; }
.offer .offer-box h4 {
font-family: "Montserrat", sans-serif;
font-size: 19px;
text-align: center;
font-weight: bold;
width: 80%;
margin: 20px auto 30px auto;
padding-bottom: 30px;
border-bottom: 1px dashed #eb721d; }
.offer .offer-box a {
background: #eb721d;
color: #fff;
width: 100px;
height: 35px;
display: flex;
justify-content: center;
align-items: center;
margin: auto; }
.offer .offer-box:hover img {
transform: scale(1.2);
transition-duration: .5s; }
.offer .offer-box:hover a {
background-color: #2a2a2a;
text-decoration: none; }
.page-id-24 .services h4 {
display: none; }
.page-id-24 .services .logo {
display: none; } .services {
background: #fff;
padding-top: 100px; }
.services .services-wrapper {
background: #fff;
padding: 20px;
margin-right: 0;
margin-left: 0; }
.services .services-wrapper h3 {
font-size: 60px;
font-weight: bold;
text-align: center; }
.services .services-wrapper h2 {
font-family: "Montserrat", sans-serif;
font-weight: bold; }
.services .services-wrapper img {
height: 400px;
object-fit: cover;
width: 100%; }
.services .services-wrapper .owl-nav {
display: flex;
justify-content: center;
margin-top: -10px; }
.services .services-wrapper .owl-nav button {
outline: none; }
.services .services-wrapper .owl-nav button span {
font-size: 40px;
margin: 10px; }
.services .services-wrapper .logo img {
height: 100px;
object-fit: contain; }
.services-2 .services-slider img {
height: 300px;
object-fit: contain; } #gallery-single {
padding-top: 60px; }
#gallery-single h3 {
font-weight: bold;
font-size: 40px;
text-align: center; }
#gallery-single img {
height: 250px;
object-fit: cover;
margin-bottom: 20px;
width: 100%;
border-radius: 3px;
border: 1px solid #eee; }
#gallery-single #gallery-cpt h2 {
font-size: 40px;
font-weight: bold;
text-align: center;
margin-bottom: 30px; }
#gallery-single #gallery-cpt .gallery-box {
height: 300px;
margin-bottom: 30px;
background-position: center;
background-size: cover;
position: relative; }
#gallery-single #gallery-cpt .gallery-box .box-info {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
background: rgba(0, 0, 0, 0.8); }
#gallery-single #gallery-cpt .gallery-box .box-info p {
text-align: center;
color: #eb721d;
margin-top: 16px; }
#gallery-single #gallery-cpt .gallery-box:hover {
opacity: .9;
transition-duration: .5s; } .contact {
background: #fff;
padding-top: 100px;
padding-bottom: 60px; }
.contact h3 {
font-size: 40px;
font-weight: bold;
text-align: center;
margin-bottom: 30px;
text-transform: uppercase; }
.contact .form-wrapper {
background: #f7f7f7;
padding: 0 25px; }
.contact .form-wrapper label {
display: block;
height: 60px; }
.contact .form-wrapper label input {
display: block;
background-color: #fff;
color: #000;
padding: 10px;
width: 100%;
border: 1px solid lightgray;
outline: none; }
.contact .form-wrapper label input::placeholder {
font-size: 14px; }
.contact .form-wrapper label textarea {
display: block;
background-color: #fff;
color: #000;
padding: 10px;
width: 100%;
border: 1px solid lightgray;
outline: none;
height: 120px; }
.contact .form-wrapper label textarea::placeholder {
font-size: 14px; }
.contact .form-wrapper label input[type=submit] {
background: #2a2a2a;
color: #fff;
padding: 5px 10px;
display: flex;
width: 100px;
justify-content: center;
text-transform: capitalize;
margin-top: 20px; }
.contact .form-wrapper .rodo {
margin-top: 120px; }
.contact .form-wrapper .rodo span {
font-size: 10px;
text-align: justify; }
.contact .form-wrapper .rodo span a {
font-size: 10px;
color: #eb721d; } .contact-bar {
background: #f7f7f7;
padding: 25px; }
.contact-bar .contact-bar-wrapper {
background: #fff;
height: 112px;
padding: 20px;
display: flex; }
.contact-bar .contact-bar-wrapper img {
width: 32px;
height: 32px;
background: #2a2a2a;
padding: 20px;
box-sizing: content-box;
margin-right: 10px; }
.contact-bar .contact-bar-wrapper .contact-bar-box p {
font-size: 15px;
color: #2a2a2a;
margin-bottom: 5px; }
.contact-bar .contact-bar-wrapper .contact-bar-box p strong {
font-size: 18px;
color: #2a2a2a; }
.contact-bar .contact-bar-wrapper .contact-bar-box a {
font-size: 15px;
color: #2a2a2a; } footer {
background-color: #2a2a2a; }
footer .footer-wrapper {
padding-top: 90px; }
footer .footer-wrapper .footer-menu-box .navbar-nav .nav-item {
display: flex;
border-bottom: 1px solid rgba(255, 255, 255, 0.04); }
footer .footer-wrapper .footer-menu-box .navbar-nav .nav-item .nav-link {
font-family: "Open Sans Condensed", sans-serif;
color: #7d8890;
display: flex; }
footer .footer-wrapper .footer-menu-box .navbar-nav .nav-item .nav-link:before {
content: '';
background: #eb721d;
width: 4px;
height: 4px;
display: flex;
margin-right: 10px;
margin-top: 12px; }
footer .footer-wrapper .footer-menu-box .navbar-nav .nav-item .nav-link:hover {
color: #eb721d; }
footer h5 {
font-family: "Montserrat", sans-serif;
font-size: 26px;
color: #fff;
display: flex; }
footer h5:after {
content: '';
background: #eb721d;
width: 10px;
height: 10px;
display: flex;
margin-left: 5px; }
footer ul {
padding-left: 0; }
footer ul li {
list-style-type: none; }
footer ul li a {
font-family: "Open Sans Condensed", sans-serif;
color: #7d8890;
display: flex;
padding-bottom: 8px; }
footer ul li a:hover {
color: #eb721d;
text-decoration: none; }
footer ul li p {
font-family: "Open Sans Condensed", sans-serif;
color: #7d8890; }
footer .footer-copyright {
background-color: #232323;
padding-top: 30px;
padding-bottom: 30px;
margin-top: 30px; }
footer .footer-copyright .footer-copyright-wrapper {
display: flex;
justify-content: space-between; }
footer .footer-copyright .footer-copyright-wrapper ul {
padding-left: 0;
display: flex;
margin-bottom: 0;
align-items: center; }
footer .footer-copyright .footer-copyright-wrapper ul li {
font-size: 12px;
list-style-type: none;
color: #6c7175;
padding-right: 2px; }
footer .footer-copyright .footer-copyright-wrapper ul li img {
margin-right: 10px;
width: 80px; }
footer .footer-copyright .footer-copyright-wrapper ul li a {
font-size: 12px;
color: #6c7175; }
footer .footer-copyright .footer-copyright-wrapper p {
font-size: 12px;
color: #6c7175;
margin-bottom: 0;
display: flex;
align-items: center; }
footer .olx img {
width: 80px;
height: auto; } @media (max-width: 991px) {
main {
padding-top: 40px; }
header {
height: auto; }
header .top-header {
position: fixed;
width: 100%; }
.navbar-toggler {
background: #000;
height: 50px;
margin-top: 25px; }
header .navbar {
top: 100px;
height: auto;
top: 100px;
margin-top: 0; }
header .top-header .top-header-wrapper ul {
display: none; }
.slider {
margin-top: 0; }
.slider .slider-text h2 {
font-size: 30px;
padding: 10px; }
.slider .slider-text h4 {
font-size: 26px; }
.slider .slider-text p {
font-size: 18px; }
.slider .slider-text a {
font-size: 16px;
width: 280px;
height: 70px; }
.about .about-text {
padding: 20px; }
.about img {
margin-left: auto;
padding-left: 0; }
#gallery-single {
padding-top: 90px; }
.contact-bar {
padding: 10px 0; }
.contact-bar .contact-bar-wrapper {
margin-bottom: 10px; }
.services {
padding-top: 140px; }
.footer-copyright-wrapper {
display: flex;
flex-direction: column; }
.footer-copyright-wrapper ul {
justify-content: center;
margin-bottom: 15px; }
.footer-copyright-wrapper .copyright {
justify-content: center; } }
@media (max-width: 320px) {
.slider .slider-text {
padding-top: 80px; }
.slider .slider-text h2 {
font-size: 24px; } }