﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');


body {
   
    background:url(images/galaxy.gif);
    margin: 0;
    background-color: black;
    background-size: cover;
    padding: 60px 0;
}


section {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}






h2 {
    color: #d3ae87;
    text-align: center;
    font-weight: 600;

    font-size: 1.825rem;
    margin: 1.3rem 0;
}

.section-lead {
    color:#fff;
    max-width: 600px;
    margin: 1rem auto 1.5rem;
}


/* services here*/
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}
/*-----------service------------*/
.service-section {

  
    padding-bottom: 50px;
    padding-top: 50px;
}

    .service-section:before {
        position: absolute;
        top: -100px;
        left: 0;
        content: " ";
        background-size: 100% 100px;
        width: 100%;
        height: 100px;
        float: left;
        z-index: 99;
    }

.service-block {
    position: relative;
    color: #fff;
}

    .service-block .inner-box {
        position: relative;
        overflow: hidden;
    }

        .service-block .inner-box .image {
            position: relative;
        }

            .service-block .inner-box .image .read-more {
                position: absolute;
                right: 0px;
                bottom: 26px;
                left: 60%;
                color: #252525;
                font-size: 16px;
                opacity: 0;
                visibility: hidden;
                padding: 15px 25px;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                background-color: rgba(255,255,255,0.80);
            }

        .service-block .inner-box:hover .image .read-more {
            left: 40%;
            opacity: 1;
            visibility: visible;
        }

        .service-block .inner-box .image .read-more a {
            position: relative;
            color: #252525;
            font-weight: 700;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .service-block .inner-box .image .read-more a .icon {
                position: relative;
                top: 1px;
                margin-left: 5px;
                font-size: 16px;
                display: inline-block;
            }

            .service-block .inner-box .image .read-more a:hover {
                color: #d7a449;
            }

        .service-block .inner-box .image img {
            position: relative;
            width: 100%;
            display: block;
        }

        .service-block .inner-box .lower-content {
            position: relative;
            padding-top: 30px;
            margin-bottom: 40px;
        }

            .service-block .inner-box .lower-content h3 {
                position: relative;
                color: #ffffff;
                font-size: 17px;
                font-weight: 700;
                margin-bottom: 10px;
                text-transform: uppercase;
            }

                .service-block .inner-box .lower-content h3 a {
                    position: relative;
                    color: #ffffff;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

.service-section .btn {
    text-align: center;
    background: #ffffff;
    color: #3e3d3d;
    padding: 13px 30px;
    display: block;
    max-width: 190px;
    margin: auto;
    border: 1px solid white;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(122px) translateZ(0);
}

    .service-section .btn:hover {
        background: #79b82d;
        color: #ffffff;
        border: 1px solid #79b82d;
    }

    .service-section .btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #79b82d;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border: 2px solid #79b82d;
    }

    .service-section .btn:hover:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
.service-section a {
    text-decoration: none !important;
    color: #d3ae87!important;
}


/* backgrounf picture*/
