﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #fff;
}

li {
    list-style: none;
}

a, a:hover, a:focus, a:active {
    text-decoration: none !important;
}

h1, h2 {
    font-family: 'Open Sans', sans-serif !important;
}

#toTop{
    position:fixed;
    bottom:20px;
    right:20px;
    background-color:#ffcd03;
    padding:15px;
    display:none;
    cursor:pointer;
    z-index:1500;

}
#toTop i {
   color:#000;
   font-size:24px;


}
.bg-page {
    margin-top: 20px;
}

.logo-header {
    padding-top: 6px;
}

.nav li a {
    font-size: 16px;
    padding: 0 25px;
    line-height: 45px;
    color: #000 !important;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

nav li {
    overflow: hidden;
}

:focus {
    outline: #ffcd03 auto 5px;
}

.nav li a::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    color: #ffcd03;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.nav li:hover a {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle {
    border: 0;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 1px;
        background-color: #000 !important;
    }

.home-bg {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*position:relative;*/
    padding-top: 14em;
    padding-bottom: 14em;
}

.head-section h3 {
    font-size: 28px;
    font-weight: 100;
    margin: 0;
    color: #3b1814;
    font-family: 'Open Sans', sans-serif !important;
}

.head-section h1 {
    margin-top: 0 !important;
    font-size: 85px;
    font-weight: 100;
    color: #3b1814;
}


.home-contents p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 100;
}



@media (max-width:500px) and (min-width:380px) {

    .home-bg {
        padding-top: 18em;
    }
}


@media (max-width:500px) {

    .home-bg {
        background: url(../images/mobile_bg.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        max-height: 560px;
        padding-bottom: 10em;
    }

    .head-section {
        position: relative;
        top: 100px;
    }

        .head-section h1 {
            font-size: 45px;
            font-weight: 400;
        }

        .head-section p {
            font-size: 14px;
            line-height: 26px;
            font-weight: 100;
        }


        .head-section h3 {
            font-size: 15px;
        }
}


@media (min-width:500px) and (max-width:600px) {

    .home-bg {
        background: linear-gradient( to bottom, rgba(0,0,0, 0), rgba(0,0,0, .8) ), url(../images/mobile_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .head-section {
        position: relative;
        top: 140px;
    }

        .head-section h1, .head-section p, .head-section h3 {
            color: #fff;
        }

        .head-section h1 {
            font-size: 50px;
            font-weight: 400;
        }

        .head-section p {
            font-size: 16px;
            line-height: 26px;
            font-weight: 100;
        }


        .head-section h3 {
            font-size: 18px;
        }
}

@media (min-width:992px) and (max-width:1200px) {

    .head-section h1 {
        font-size: 75px;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .home-bg {
        background: url(../images/bg.jpg);
        background-position: right;
        background-position-x: 68%;
    }

    .head-section h1, .head-section p, .head-section h3 {
        color: #fff;
    }
}






@media (min-width:320px) and (max-width:600px) {



    .home-contents {
        text-align: center;
    }

    .head-section {
        color: #000 !important;
    }
}


.about-section p {
    line-height: 35px;
    font-size: 16px;
    padding-top: 10px;
}


.about-info {
    padding-top: 8em;
    padding-bottom: 8em;
}

.icon-info {
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-icons {
    text-align: center;
    border: 2px dashed #ffcd03;
    padding: 40px 10px;
}

.service-bg {
    background-image: url(../images/image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 8em;
    padding-bottom: 8em;
}

.service-section {
    color: #fff;
    text-align: center;
}

    .service-section p {
        line-height: 38px;
        padding-bottom: 20px;
        padding-top: 20px;
        font-weight: 100;
        font-size: 18px;
        width: 85%;
        margin: 0 auto;
    }

.head {
    font-size: 50px;
    font-weight: 300;
    margin: 0;
    text-transform:uppercase;
}

.read-icon {
    border: 1px solid #fff;
    padding: 10px 25px;
    color: #fff;
    margin-top: 20px;
    transition: 0.5s;
    display: inline-block;
    text-transform: uppercase;
}

    .read-icon:hover {
        color: #ffcd03;
        border-color: #ffcd03;
        /*background-color: #f9f0c9;*/
    }

.collection-section {
    padding-top: 5em;
    padding-bottom: 5em;
}



.collection-head {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.collection-section .read-icon {
    color: #000;
    border-color: #000;
}

.button-veiw {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.client-info {
    margin: 0;
}

.client-quotes {
    text-align: center;
    position: relative;
    padding-top: 20%;
    width: 75%;
    margin: 0 auto;
}

    .client-quotes p {
        font-size: 16px;
        line-height: 33px;
    }

    .client-quotes h3 {
        font-size: 20px;
        font-weight: 600;
        color: #a58349;
        font-family: sans-serif;
        margin: 0;
        margin-top: 10px;
    }

    .client-quotes span {
        font-size: 14px;
        font-style: italic;
        padding-top: 5px;
        display: block;
        padding-bottom: 15px;
    }

.our-product {
    padding-top: 8em;
    padding-bottom: 8em;
}

.product-info {
    margin: 0;
}

.product-head h1 {
    text-align: center;
}

.blog-bg {
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 2em;
    padding-bottom: 10em;
}

.blog-head {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 0;
}

.information {
    text-align: center;
    padding-top: 5em;
    padding-bottom: 5em;
}

.sosial-section ul {
    list-style: none;
    display: inline-flex;
}

.footer-info {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}

.sosial-section i {
    width: 37px;
    height: 37px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    color: #fff;
    transition: 0.5s;
    font-size: 17px;
}

.sosial-section span {
    padding-left: 5px;
    font-family: 'open sans';
}

.sosial-section li {
    padding: 5px;
}

.footer-section {
    background-color: #e5e5e5;
}

.navbar-default {
    border-color: unset !important;
}

.navbar {
    border: none !important;
    background-color: #fff;
}

.grid {
    padding: 20px 20px 100px 20px;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

    .grid li {
        float: left;
        width: 25%;
        margin: 0;
        padding: 20px;
        text-align: left;
        position: relative;
    }


@media (max-width:1200px) and (min-width:950px) {
    .grid {
        max-width: 70%;
    }

        .grid li {
            width: 50%;
        }
}

@media (max-width:950px) and (min-width:850px) {
    .grid {
        max-width: 80%;
    }

        .grid li {
            width: 50%;
        }
}

@media (max-width:850px) and (min-width:700px) {
    .grid {
        max-width: 100%;
    }

        .grid li {
            width: 50%;
        }
}

@media (max-width:700px) and (min-width:600px) {
    .grid {
        max-width: 60%;
    }

        .grid li {
            width: 100%;
        }
}

@media (max-width:600px) and (min-width:500px) {
    .grid {
        max-width: 80%;
    }

        .grid li {
            width: 100%;
        }
}

@media (max-width:500px) and (min-width:400px) {
    .grid {
        max-width: 85%;
    }

        .grid li {
            width: 100%;
        }
}

@media (max-width:400px) {
    .grid {
        max-width: 100%;
        padding: 5px;
    }

        .grid li {
            width: 100%;
        }
}





grid figure {
    margin: 0;
    position: relative;
}

.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #2c3f52;
    color: #ffcd03;
}

    .grid figcaption h3 {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 18px;
    }


    .grid figcaption a {
        text-align: center;
        padding: 5px 15px;
        border-radius: 2px;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        font-weight: 100;
        border: 1px solid;
    }


.cs-style-4 li {
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}

.cs-style-4 figure {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .cs-style-4 figure > div {
        overflow: hidden;
    }

    .cs-style-4 figure img {
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .no-touch .cs-style-4 figure:hover img,
    .cs-style-4 figure.cs-hover img {
        -webkit-transform: translateX(25%);
        -moz-transform: translateX(25%);
        -ms-transform: translateX(25%);
        transform: translateX(25%);
    }

.cs-style-4 figcaption {
    height: 100%;
    width: 60%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


.information h3 {
    font-family: 'Open Sans', sans-serif !important;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
}

.contact a {
    padding: 10px 25px 10px 25px;
}

    .contact a:hover .form {
        opacity: 1;
    }

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #38A1F3;
}

.google-plus {
    background-color: #dd4b39;
}

.linkedin {
    background-color: #0077B5;
}



.collection-info {
    padding: 5px;
}

.owl-prev i {
    border: 2px solid;
    padding: 11px 12px 11px 12px;
}

.owl-next i {
    border: 2px solid;
    padding: 11px 12px 11px 12px;
    border-left: none;
}

.owl-nav :hover {
    background-color: #0a0800;
    color: #fbf9f9;
    transition: 0.5s;
    border-color: #080808;
    border-left: #0a0800;
}

.owl-nav {
    position: absolute;
    /*top: 400px;*/
    right: 0;
    left: 0;
}

.owl-prev {
    margin: 0 !important;
}

    .owl-prev :hover {
        background-color: #0a0800;
        color: #fbf9f9;
        transition: 0.5s;
        border: 2px solid #080808;
    }

.owl-next {
    margin: 0 !important;
}

    .owl-next :hover {
        background-color: #0a0800;
        color: #fbf9f9;
        transition: 0.5s;
        border: 2px solid #080808;
        border-left: 0;
    }

.collection-box {
    overflow: hidden;
}
    /*.collection-box img {
        transition:0.5s;
        transform: scale(0.9);
    }*/
    .collection-box:hover .overlay-collection {
        opacity: 1;
    }

.about-icons img {
    transition: 0.5s;
    transform: scale(0.9);
}

.about-icons:hover img {
    transform: scale(1.1);
}

.sosial-section i:hover.facebook {
    background-color: #fff;
    color: #3b5998;
}

.sosial-section i:hover.twitter {
    background-color: #fff;
    color: #38A1F3;
}

.sosial-section i:hover.google-plus {
    background-color: #fff;
    color: #dd4b39;
}

.sosial-section i:hover.linkedin {
    background-color: #fff;
    color: #0077B5;
}

.read-icon:hover {
    color: #ffcd03;
    border-color: #ffcd03;
    /*background-color: #f9f0c9;*/
    transition: 0.5s;
}


/*About*/


.main-banner {
    background-image: url(../images/about_bg.jpg);
    padding: 5em 0;
    color: #fff;
}


.main-banner-content ul li {
    display: inline-block;
}

    .main-banner-content ul li:after {
        content: "\f105";
        font-family: FontAwesome;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-banner-content ul li:last-child::after {
        content: none;
    }

.main-banner-content h1 {
    font-size: 36px;
    font-weight: bolder;
    margin-bottom: 15px;
    margin-top: 10px;
}

.head-border {
    width: 50px;
    border-top: 6px solid #fff;
    border-radius: 50px;
    margin: 0;
}

.about-main {
    padding-top: 6em;
    padding-bottom: 6em;
}

    .about-main p {
        font-size: 16px;
        line-height: 36px;
    }

    .about-main .well {
        border-left: 5px solid #ffcd03;
        border-radius: 0;
        font-size: 16px;
        font-style: italic;
        background-color: #f3eff1;
        line-height: 26px;
        padding: 32px 20px;
    }

.about-special {
    background-image: url(../images/about-special.jpg);
    padding-top: 7em;
    padding-bottom: 7em;
}

    .about-special h1 {
        color: #fff;
        text-transform: uppercase;
    }

.about-special-row {
    padding-top: 30px;
}

    .about-special-row [class*="col-"] {
        padding: 8px;
    }

.about-special-boxes {
    border: 1px solid #ffcd03;
    padding: 50px 0;
}

    .about-special-boxes img {
        margin: 0 auto;
        transition: .4s;
    }

    .about-special-boxes p {
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        padding-top: 10px;
        transition: .4s;
    }

    .about-special-boxes:hover p {
        letter-spacing: 5px;
    }

    .about-special-boxes:hover img {
        transform: scale(1.1);
    }

.our-facts {
    background-color: #eee;
    padding-top: 5em;
    padding-bottom: 5em;
    color: #000;
}

.facts-boxes img {
    margin: 0 auto;
}

.facts-boxes h1 {
    font-size: 55px;
    font-weight: 100;
}

.facts-boxes p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.our-facts [class*="col-"] {
    border-right: 2px solid #d4d4d4;
}

    .our-facts [class*="col-"]:last-child {
        border: none;
    }

.about-sub {
    padding-top: 5em;
    padding-bottom: 5em;
}

    .about-sub p {
        font-size: 16px;
        line-height: 36px;
        padding-bottom: 5px;
        font-weight: 600;
        color: #555;
    }

 /*Products*/

 .products-head{
     padding-top:6em;
     padding-bottom:6em;
 }
.products-head p{
    font-size:18px;
    font-weight:100;
    line-height:28px;
    width:95%;
    margin:0 auto;
 }

.parallax-window {
    background: transparent;
    padding-top:10em;
    padding-bottom:10em;
    margin-bottom:10px;
    
}
    .parallax-window, .parallax-window a {
        color: #fff;
    } 

.parallax-window h1{
    font-size:50px;
    font-weight:400;
    text-transform:uppercase;
    margin-top:0;

}
.parallax-window p{
    font-size:22px;
    font-weight:200;
    width:70%;
    margin:0 auto;
    line-height:40px;

}

.parallax-window a {
       border:2px solid #fff;
       font-size:16px;
       text-transform:uppercase;
       padding:10px 50px;
       display:inline-block;
       margin-top:20px;
       letter-spacing:1px;
    } 

   /*Contact*/

   .contact-us{
       padding-top:8em;
       padding-bottom:8em;
   }
   .contact-us p{
       font-size:16px;
       line-height:32px;
   }
    .contact-us h2 {
        font-size: 30px;
        text-transform:uppercase;
        font-weight:700;
        letter-spacing:2px;
        margin-top:0;
       border-bottom:2px solid #000;
       display:inline-block;
       padding-bottom:5px;
    }
    .contact-us li {
        font-size: 18px;
        font-weight: 600;
        line-height: 35px;
    }

    .contact-us span {
        font-size: 18px;
        font-weight: 700;
        
    }
    .contact-us span:nth-child(2){
        content:"|";

    }

    .mail{
        padding-top:10px;
       
    }
     .mail  a{
         text-decoration:underline !important;
     }

























@media (max-width:768px) {
    .logo-header img {
        padding-left: 15px;
    }
    .parallax-window h1 {
        font-size: 30px;
       
    }
    .parallax-window p {
        font-size: 18px;
        width: 70%;
        line-height: 32px;
    }


}




.button-veiw a:hover {
    background-color: #ffcd03;
    color: #000;
    border-color: #ffcd03;
    transition: 0.5s;
}

.about-icons p {
    letter-spacing: 2px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

.collection-box {
    position: relative;
}

.overlay-collection {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: #fff;
    font-size: 21px;
    padding: 15px;
    text-align: center;
    font-weight: 600;
}

.blog-data {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent, #000 90%);
}

    .blog-data p {
        color: #ccc;
        padding: 0px 50px 0px 50px;
        font-size: 16px;
    }

.blog-pic {
    position: relative;
}

.blog-data a h3 {
    font-weight: 600;
    font-size: 27px;
    color: #fff;
}

.client-p {
    position: relative;
    padding: 7px;
}

    .client-p p:before {
        content: "\f10d";
        font-family: fontawesome;
        position: absolute;
        left: 0;
        top: -20px;
        font-size: 30px;
    }

    .client-p p:after {
        content: "\f10e";
        font-family: fontawesome;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 30px;
    }

@media (max-width:600px) {
    .about-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-section h1 {
        text-align: center;
    }

    .about-section p {
        line-height: 35px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }

    .cl-1 {
        border-right: none;
    }

    .service-section p {
        line-height: 35px;
        padding-bottom: 25px;
        padding-top: 25px;
        font-size: 15px;
    }

    .owl-nav {
        bottom: 24px;
    }

    .client-quotes {
        padding-bottom: 20%;
    }

    .service-bg {
        padding-top: 5em;
        padding-bottom: 5em;
    }

    .collection-section {
        padding-top: 5em;
        padding-bottom: 5em;
    }

    .head {
        font-size: 38px !important;
    }

    .our-product {
        padding-top: 2em;
        padding-bottom: 5em;
    }

    .blog-bg {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    /*.sosial-section i {
            width: 78px;
        }*/

    .head-section {
        padding: 0;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .owl-nav {
        bottom: 30px;
    }

    .client-quotes {
        padding-bottom: 20%;
    }
}

.client-img {
    padding-left: 0;
    padding-right: 0;
}

.carousel-3d-container figure {
    margin: 0;
}

.carousel-3d-container figcaption {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0;
    position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 12px;
    min-width: 100%;
    box-sizing: border-box;
}

@media (min-width:300px) and (max-width:991px) {
    .head-section {
        color: #fff;
    }
}

@media (max-width:560px) {
    .bg-page {
        padding-top: 5px;
        padding-bottom: 3px;
        margin-top: 0;
    }

    .navbar {
        margin-bottom: 5px !important;
    }
}

.client-section {
    background-color: #ececed;
}

.footer-info p {
    color: #5e5e5e;
    font-weight: 600;
}

.footer-info span a {
    color: unset !important;
}

.contact {
    border: 1px solid;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    border-color: #000;
    text-decoration: unset;
    transition: 0.5s;
    border-radius: unset !important;
    font-weight: 500;
}

    .contact:hover {
        background-color: #ffcd03;
        color: #000;
        border-color: unset;
        transition: 0.5s;
    }

.demo-form {
    background-color: #fff;
}

.content {
    min-height: 0 !important;
}


@media (min-width:600px) and (max-width:991px) {
}

@media (min-width:991px) and (max-width:1050px) {
    .head-section {
        padding-left: 0;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .client-quotes {
        padding-top: 80px;
        width: 95%;
    }

    .client-p p:before, .client-p p:after {
        font-size: 25px;
    }



    .client-quotes p {
        font-size: 15px;
        line-height: 30px;
    }
}

.icon-info [class*="col-"] {
    padding: 6px;
}

@media (max-width:400px) {
    .about-icons p {
        letter-spacing: 1px;
        padding-top: 10px;
        font-size: 14px;
        font-weight: 500;
    }

    .about-icons {
        padding: 25px 10px;
    }
}

@media (min-width:542px) and (max-width:600px) {
    .cl-1 {
        border: 2px dashed #ffcd03;
    }
}

@media (max-width:500px) {
    .about-special-boxes p {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        padding-top: 10px;
        transition: .4s;
    }

    .about-special-boxes:hover p {
        letter-spacing: 2px;
    }
    .logo-header img {
        width:185px;
    }
}
@media (min-width:992px) and (max-width:1400px) {

    .about-sub p {
        font-size: 14px;
        line-height: 28px;
    }

    .main-banner {
        background-position: right;
        background-position-x: 50%;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .facts-boxes h1 {
        font-size: 40px;
        font-weight: 100;
    }

    .main-banner {
        background-position: right;
        background-position-x: 50%;
    }
}

@media (max-width:768px) {
    .hiddenxs{
        display:none;
    }
    .main-banner {
        background-position: right;
        background-position-x: 50%;
    }

    .our-facts [class*="col-"] {
        padding-top:30px;
        padding-bottom:30px;
        border-right: 2px solid #d4d4d4;
        border-bottom: 2px solid #d4d4d4;
    }


        .our-facts [class*="col-"]:nth-child(2) {
            border-right: none;
        }
        .our-facts [class*="col-"]:nth-child(3) {
            border-bottom: none;
        }
        .our-facts [class*="col-"]:last-child {
            border: none;
        } 
        .facts-boxes h1 {
        font-size: 40px;
        font-weight: 100;
    }
}

@media (max-width:1400px) {

    

}
@media (max-width:992px){
    .about-sub p {
        font-size: 15px;
        line-height: 30px;
        padding-top:15px;
    }
}