body {
    padding: 0px;
    margin: 0px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    background-color: #dddddd;
    color: #534d4c;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;

}

.mt-50{
    margin-top:50px;
}

.top-space{
    padding-top:170px;
}

.box-top-space-right{
    padding-top:80px;
}

@media(max-width:479px){
   .top-space{
    padding-top:70px;
}

.box-top-space-right{
    padding-top:40px;
} 
}

[class*="col"] {
    overflow: hidden;
}

.title h2 {
    position: absolute;
  text-transform: uppercase;
    z-index: 1;
    color: #ffffffb8;
    word-break: break-all;

}
.title-glg h2{
     font-size: 4.5rem;
    max-width: 181px;
    line-height: .9;
    right: 0;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.title-gSm h2{
font-size: 2.5rem;
    max-width: 92px;
    line-height: .9;
    left: 10px;
        color: #00000094;
}
.title-gMd h2{
     font-size: 3.5rem;
    max-width: 137px;
    line-height: .9;
    right: 10px;
      color: #00000078;
     
}
.title-g220 h2{
    font-size: 2.5rem;
    max-width: 92px;
    line-height: .9;
    left: 10px;
    bottom: 10px;
        color: #00000094;
}
.title h2:hover ~ .gridItem {
    filter: blur(40px);
}

.mainGrid .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.gridItem {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
    filter: grayscale(100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}

.gridItem:hover {
    filter: none;
    transform: scale(1.1);
}

.gridItem h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #ccc;

    word-break: break-all;
}

.gSm {
    height: 216px;
}

.gLg {
    height: 440px;
}

.gMd {
    height: 440px;
}

.g220 {
    height: 220px;
}


/*header*/

header {
    overflow: hidden;
    position: fixed;
    z-index: 999;
    background-color: #01a89e;
    top: 30px;
    left: 0;
}

.mobile-menu .navbar {
    padding: 0px;
    background: #01a89e;
}

.navbar-brand {
    padding: 0px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.png);
}

.navbar-light .navbar-toggler {
    border: 0px;
    outline: none;
}

.menu-background {
    background-color: #000000c2;
    color: #ffff;
}

.menu-background ul li a {
    color: #ffff !important;
}

.mobile-menu {
    display: none;
}

.nav-wrap {
    margin: 0 auto;
    display: flex;
}

.logo {
    display: flex;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 92px;
    width: 195px;
    background-image: url(../images/logo.png);
    background-size: cover;
}

.nav-wrap li:first-child {
    font-size: 20px;
    font-weight: 200;
    padding-left: 40px;
    padding-right: 45px;
    color: #ffff;
}

.nav-wrap li:first-child {
    box-sizing: border-box;
    margin-right: 20px;
    margin-top: 15px;
    display: block;
}

.nav-menu li {
    position: relative;
    padding-left: 15px;
    padding-top: 15px;
    float: left;
    color: #ffff;
    font-family: Helvetica, Arial, sans-serif;
        margin-top: 15px;
}

.nav-menu li a {
   font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
}

.nav-menu li a:hover {
    text-decoration: none;
}

.nav-menu li:last-child {
    padding-right: 50px;
}

.side-menu {
    position: absolute;
    width: 33px;
}

.x {
    width: 33px;
    position: absolute;
}

.portfolioSection {
    padding-top: 10%;
    padding-bottom: 100px;
}
.about{
    background-color: #eae9e9;
    color:#fff;
    
}
.services{
    color:#9d9ea1;
    width:100%; 
    background-color: #eae9e9;
    background-image: url("../images/logo-bg.png");
    background-repeat: no-repeat;
    background-position: 100% 85%;
    background-size: 290px;
    padding-bottom: 100px;
}
.services p{
    color: #737171;
    font-size: 15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 22px;
}
.services h4{
    font-size:15px;
    margin-bottom:10px;
    margin-top:20px;
    font-weight: 900;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.services-list li{
     display: inline-block;
     font-size:14px;
      font-family: 'Barlow Semi Condensed', sans-serif;
}
.services-list li i{
    font-size:8px;
    padding-right:10px;
    padding-left:10px;
}

.service-image img{
    width:100%;
}
@media(max-width:767px){
    .services{
    color:#9d9ea1;
    width:100%; 
    background-color: #eae9e9;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 290px;
}
}
.contact{
    background-color: #2e2f34;
    color:#fff;
}
.paddingTopBottom{
    padding-top:10%;
    padding-bottom: 5rem
}
h2.pageTitle{
    position: relative;
     color: #9d9ea1;
    font-size: 50px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-bottom: 2rem;
    padding-bottom:10px;
}

h2.pageTitle::after{
    content: "";
    position: absolute;
    bottom:2%;
    left:0;
    width: 100%;
    height: 4px ;
    background-color: #01a89e;
   
}
address p{
    color:#fff;
    margin-bottom: 0;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
address a{
    color:#15ded2;
    margin-bottom: 1rem;
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

@media(max-width:767px) {
    .nav-wrap {
        display: none;
    }

    .mobile-menu {
        display: block;

    }

    .mobile-menu-open {
        background-color: #01a89e;
        color: #ffff;
        position: absolute;
        top: 0px;
        right: 0px;
    }
}
}

/*End header*/

/*Footer*/
footer {
    width: 100%;
    background-color: #000;
}

.footer-contant {
    width: 100%;
    background-color: #24272a;
}

.footer-menu {
    width: 100%;
    height: auto;
    padding: 26px 0px;
}

.footer-menu ul {
    margin: 0px;
    padding: 5px 0px;
}

.footer-menu ul li {
    padding-left: 15px;
    display: inline-block;
}

.footer-menu ul li a {
    font-size: 14px;
    color: #ffff;
    font-family: Helvetica, Arial, sans-serif;
}

.footer-menu ul li a:hover {
    text-decoration: none;
}

.newsletter {
    width: 100%;
    height: auto;
    padding: 26px 0px;
}

form input {
    margin: 0 0 0.5em 0;
    border: none;
    padding: 6px 10px;
    color: #fff;
    font-size: 1em;
    letter-spacing: 0.5px;
    width: 250px;
}

.newsletter-space {
    padding: 0px !important;
}

.newsletter .news-letter-contant label {
    color: #ffff;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 9px;
    margin-bottom: 25px;
}

.newsletter .news-letter-contant .form-control {
    float: left;
    background-color: #121316;
    border: none;
    height: 40px;
    padding: 10px;
    outline: none;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    border-radius: 0px;
    color: #ffff;
}

.btn-outline-secondary {
    background-image: url(../images/arrow-btn.png);
    background-size: cover;
    background-color: #f07c17;
    outline: none;
    border-radius: 0 3px 0 3px;
    border: none;
    color: #fff;
    height: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 0px;
}

.btn-outline-secondary:hover {
    background-color: #f07c17;
    color: #fff;
}

.sub-contant {
    padding-right: 40px;
}

.sub-contant span {
    color: #666;
}

.sub-contant span i {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
}

.footer-title {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background-color: #000;
}

.footer-title p {
    margin: 0px;
    color: #ffff;
    font-family: Helvetica, Arial, sans-serif;
}

/*End Footer*/


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


/*About-us*/

.about-box{
    width:100%; 
    background-color: #eae9e9;
    background-image: url("../images/logo-bg.png");
    background-repeat: no-repeat;
    background-position: 100% 80%;
    background-size: 290px;
    
}
.row-df {
    display: flex;
    flex-wrap: wrap;
    width:780px;
    margin: 0px auto;
}
.about-col-left{
    margin-top:20%;
    width:50%;
    padding: 0px 20px 50px;
}
.about-col-right{
    margin-top:48%;
    width:50%;
    padding: 0px 20px 50px;
}
.about-text-left{
    padding: 110px 10px 0px;
}
.about-text-left h2{
    color:#9d9ea1;
    font-size: 50px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.text-left-line{
    padding-left: 87px;
    position: relative;
}
.text-left-line h2::before{
    content: 'for your';
    position: absolute;
    left: 0px;
    top: 0px;
    color:#9d9ea1;
    font-size: 22px;
    font-weight: 700;
}
.text-left-line h2::after{
    content: '';
    position: absolute;
    right:20px;
    bottom: 0px;
    width: 220px;
    height: 4px;
    background-color: #01a89e;
}
.about-left-text{
    color:#737171;
    font-size:15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 22px;
    padding:20px 0px 20px 87px ;
}
.about-text-right{
    padding: 10px;
}

.about-text-right .about-right-text{
    color:#737171;
    font-size:15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 22px;
    padding:20px 10px 0px;
    margin:0px;
}

.about-text-right .about-right-text-next{
    color:#737171;
    font-size:15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 22px;
    padding:15px 10px 0px;
    margin:0px;
}

@media(max-width:767px){
    .about-box{
    width:100%; 
    background-color: #eae9e9;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 100% 80%;
    background-size: 290px;
    
}
}

@media(max-width:419px) {
   /*.about-box{
    width:100%; 
    background-color: #eae9e9;
    background-image: url("../images/logo-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 41%;
    background-size:180px;
    
}*/
.row-df {
    display: flex;
    flex-wrap: wrap;
    width:360px;
    margin: 0px auto;
}
.about-col-left{
    margin-top:20%;
    width:100%;
    padding: 0px 20px 20px;
}
.about-col-right{
    margin-top:0%;
    width:100%;
    padding: 0px 20px 20px;
} 
    .about-text-left{
    padding: 0px 20px 0px;
}
.about-text-left h2{
    color:#9d9ea1;
    font-size: 35px;
    font-family:serif;
    font-weight: 500;
}
.text-left-line{
    padding-left: 87px;
    position: relative;
}
.text-left-line h2::before{
    content: 'for your';
    position: absolute;
    left: 0px;
    top: 0px;
    color:#9d9ea1;
    font-size: 22px;
    font-weight: 700;
}
.text-left-line h2::after{
    content: '';
    position: absolute;
    right:35px;
    bottom: 0px;
    width: 155px;
    height: 4px;
    background-color: #01a89e;
}
.about-left-text{
    color:#737171;
    font-size:15px;
    line-height: 22px;
    padding:20px;
}
.about-text-right{
    padding: 10px;
}
.about-text-right .about-right-text{
    color:#737171;
    font-size:15px;
    line-height: 22px;
    padding:20px 10px 0px;
    margin:0px;
}

.about-text-right .about-right-text-next{
    color:#737171;
    font-size:15px;
    line-height: 22px;
    padding:15px 10px 0px;
    margin:0px;
}

}
@media(max-width:360px) {
   /*.about-box{
    width:100%; 
    background-color: #eae9e9;
    background-image: url("../images/logo-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 41%;
    background-size:180px;
    
}*/
.row-df {
    display: flex;
    flex-wrap: wrap;
    width:360px;
    margin: 0px auto;
}
.about-col-left{
    margin-top:20%;
    width:100%;
    padding: 0px 20px 20px;
}
.about-col-right{
    margin-top:0%;
    width:100%;
    padding: 0px 20px 20px;
} 
    .about-text-left{
    padding: 0px 20px 0px;
}
.about-text-left h2{
    color:#9d9ea1;
    font-size: 35px;
    font-family:serif;
    font-weight: 500;
}
.text-left-line{
    padding-left: 87px;
    position: relative;
}
.text-left-line h2::before{
    content: 'for your';
    position: absolute;
    left: 0px;
    top: 0px;
    color:#9d9ea1;
    font-size: 22px;
    font-weight: 700;
}
.text-left-line h2::after{
    content: '';
    position: absolute;
    right:35px;
    bottom: 0px;
    width: 155px;
    height: 4px;
    background-color: #01a89e;
}
.about-left-text{
    color:#737171;
    font-size:15px;
    line-height: 22px;
    padding:20px;
}
.about-text-right{
    padding: 10px;
}
.about-text-right .about-right-text{
    color:#737171;
    font-size:15px;
    line-height: 22px;
    padding:20px 10px 0px;
    margin:0px;
}

.about-text-right .about-right-text-next{
    color:#737171;
    font-size:15px;
    line-height: 22px;
    padding:15px 10px 0px;
    margin:0px;
}

}

/*End About-us*/