* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
}

html {
    font-size: 90%;
}

html,
body {
    width: 100%;
    height: 100%;

}

.open-nav-links.slide {
    display: block;
}

.open-nav-links {
    display: none;
    width: 100%;
    position: absolute;
    top: 200%;
    left: 0;
    text-align: center;
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    border-radius: 20px;
}

.open-nav-links a {
    display: block;
    font-size: 3rem;
    color: white;
    margin: 20px 0;
}

.open-nav-links a:hover {
    color: rgb(208, 2, 27);
}

/*-----------header-------------*/

#header {
    width: 100%;
    opacity: 0.9;
    background-color: whitesmoke;
    z-index: 5;
    height: 120px;
}

.image-back {
    position: relative;
    height: 100vh;
}

.image-back img {
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}

.nav-contact {
    width: 100%;
    position: absolute;
    padding: 10px 50px;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgb(208, 2, 27);
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.top-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.top-contact p,
.top-contact i {
    font-size: 15px;
    color: #000000;
    cursor: pointer;
}
.top-contact p{
    margin-bottom: 0px;
}

.top-social-media i {
    font-size: 25px;
    margin: 0 20px;
    cursor: pointer;
}

.nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 40%;
    left: 0;
    padding: 0 50px;
}

.nav-bar .menu-icon {
    display: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.nav-bar img {
    width: 105px;
    height: 65px;
    margin-top: 33px;
}

.nav-links {
    margin-top: 30px;
}

.nav-links a {
    font-size: 18px;
    margin: 10px 20px;
    color: black;
    transition: 0.5s all ease;
}

.nav-links a:hover {
    color: rgb(208, 2, 27);
    text-decoration: none;
}



.img-back-content {
    position: absolute;
    bottom: 30%;
    left: 10%;
}

.img-back-content h2 {
    font-size: 3rem;
    color: white;
    font-weight: 700;
}

.img-back-content p {
    margin-top: 20px;
    font-size: 1rem;
    color: white;
    font-weight: 200;
}

.img-back-content span {
    color: #5fc7cf;
}

.nav-contact p {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}





/* footer section */

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    background: rgb(240, 6, 6);
    background: -webkit-linear-gradient(to right, #001510, #00bf8f);
    background: linear-gradient(to right, #001510, #242726);
    position: relative;
    z-index: 999;
}

.container-footer {
    width: 100%;
    margin-top: -10%;
}

.container-footer .row {
    color: white;
    overflow: hidden;
    margin: 50px 20px;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 10%;
    gap: 50px;
}

.container-footer .row .col-md-2 {
    width: calc(100% / 5);
    margin-top: 50px;
}

.footer-news {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #fff;
    padding: 2px;
    border-radius: 2px;
}

.footer-news input {
    width: 70%;
    border: none;
    text-align: center;
    color: white;
    font-size: 12px;
    background-color: transparent;
    outline: none;
}

.footer-news button {
    width: 30%;
    border: none;
    background-color: rgb(208, 2, 27);
    color: black;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
}

#last-foot {
    font-size: 12px;
    font-weight: 200;
    margin: 15px 0;
    color: #fff;
}

.container-footer .row .col-md-2 li {
    list-style: none;
    margin: 10px 0;
    font-weight: 200;
    transition: 0.5s all ease;
}

.container-footer .row .col-md-2 li:hover {
    color: rgb(208, 2, 27);
}

.container-footer .row .col-md-2 p {
    font-weight: bold;
    color: rgb(208, 2, 27);
}

.container-footer .row ul {
    padding: 0 !important;
}

.container-footer .col-md-3 h1 {
    font-size: 32px;
    font-weight: 700;
}

.footer-social-media {
    text-align: left;
    margin-top: 20px;
}

.footer-social-media i {
    font-size: 2.5rem;
    transition: 0.5s all ease;
}

.footer-social-media i:hover {
    color: rgb(208, 2, 27);
}

.footer-social i {
    margin-right: 10px;
    transition: 0.5s all ease;
}

.footer-social i:hover {
    color: rgb(208, 2, 27);
}

.container-footer .col-md-2 a {
    text-decoration: none;
    color: white;
}


/*--------Media query---------*/

@media screen and (max-width: 1100px) {
    html {
        font-size: 80%;
    }

    .image-back {
        height: 40vh;
    }

    .nav-links {
        display: none;
    }

    .nav-bar {
        padding: 0 20px;
        top: 35%;
    }

    .nav-bar .menu-icon {
        display: block;
        font-size: 4rem;
        margin-top: 20px;
        color: black;
    }

    .img-back-content {
        top: 15%;
        left: 10%;
    }

    .top-contact p,
    .top-contact i {
        font-size: 10px;
        color: black;
    }

    .container-footer .row .col-md-2 {
        margin-right: 10px;
    }

}



@media screen and (max-width: 980px) {
    html {
        font-size: 80%;
    }

    .image-back {
        height: 40vh;
    }

    .nav-links {
        display: none;
    }

    .nav-bar {
        padding: 0 20px;
        top: 35%;
    }

    .nav-bar .menu-icon {
        display: block;
        font-size: 4rem;
        margin-top: 20px;
        color: black;
    }

    .img-back-content {
        top: 15%;
        left: 10%;
    }

    .top-contact p,
    .top-contact i {
        font-size: 10px;
        color: black;
    }

    .container-footer .row .col-md-2 {
        margin-right: 10px;
    }

}


@media screen and (max-width: 766px) {
    html {
        font-size: 80%;
    }

    .h1 {
        margin: 0;
    }

    .image-back {
        height: 60vh;
    }

    .nav-links {
        display: none;
    }

    .nav-bar {
        padding: 0 10px;
        top: 35%;
    }

    .nav-bar .menu-icon {
        display: block;
        font-size: 4rem;
        margin-top: 20px;
        color: black;
    }

    .img-back-content {
        top: 15%;
        left: 10%;
    }

    .top-social-media {
        display: none;
    }

    .top-contact p,
    .top-contact i {
        font-size: 10px;
        color: black;
    }

    .container-footer .row .col-md-2 {
        width: 100%;
        margin-top: 10px;
    }
}


@media screen and (max-width: 580px) {
    html {
        font-size: 80%;
    }

    .img-back-content p {
        margin: 0;
    }

    .image-back {
        height: 60vh;
    }

    .nav-links {
        display: none;
    }

    .nav-bar {
        padding: 0 10px;
        top: 35%;
    }

    .nav-bar .menu-icon {
        display: block;
        font-size: 3rem;
        margin-top: 20px;
        color: black;
    }

    .img-back-content {
        top: 15%;
        left: 10%;
    }

    .top-contact p,
    .top-contact i {
        font-size: 10px;
        color: black;
    }

    .container-footer .row {
        flex-wrap: wrap;
    }

    .container-footer .row .col-md-2:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .container-footer .row .col-md-2:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .footer-top-jbs p {
        margin: 0 auto;
    }

    .footer-top-xyz .footer-social-media {
        text-align: center;
        margin: 20px 0;
    }

    .container-footer .row .col-md-2 {
        margin-right: 10px;
        width: 35%;
        text-align: center;
        margin-right: 20px;
    }
}

@media screen and (max-width: 420px) {
    html {
        font-size: 80%;
    }

    .image-back {
        height: 60vh;
    }

    .nav-links {
        display: none;
    }

    .nav-bar {
        padding: 0 10px;
        top: 35%;
    }

    .nav-bar .menu-icon {
        display: block;
        font-size: 3rem;
        margin-top: 20px;
        color: black;
    }

    .img-back-content {
        top: 17%;
        left: 10%;
    }

    .top-contact p,
    .top-contact i {
        font-size: 8px;
        color: black;
    }

    .container-footer .row {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .container-footer .row .col-md-2:nth-child(1) {
        width: 100%;
        text-align: left;
    }

    .container-footer .row .col-md-2:nth-child(1) {
        width: 100%;
        text-align: left;
    }

    .footer-top-jbs p {
        margin: 0;
    }

    .footer-top-xyz .footer-social-media {
        text-align: left;
        margin: 20px 0;
    }

    .container-footer .row .col-md-2 {
        margin-right: 10px;
        width: 100%;
        text-align: left;
        margin-right: 20px;
    }
}

@media screen and (max-width: 380px) {
    html {
        font-size: 80%;
    }

    .image-back {
        height: 70vh;
    }

    .nav-bar {
        top: 3%;
    }

    .img-back-content {
        top: 15%;
    }

    .nav-links {
        display: none;
    }

    .nav-bar {
        padding: 0 10px;
        top: 37%;
    }

    .nav-bar .menu-icon {
        display: block;
        font-size: 3rem;
    }

    .img-back-content {
        top: 20%;
        left: 10%;
    }

    .top-contact p,
    .top-contact i {
        font-size: 8px;
        color: #000000;
    }

    .img-content {
        width: 100%;
    }

    .container-footer .row {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .container-footer .row .col-md-2:nth-child(1) {
        width: 100%;
        text-align: left;
    }

    .container-footer .row .col-md-2:nth-child(1) {
        width: 100%;
        text-align: left;
    }

    .footer-top-xyz p {
        margin: 0;
    }

    .footer-top-xyz .footer-social-media {
        text-align: left;
        margin: 20px 0;
    }

    .container-footer .row .col-md-2 {
        margin-right: 10px;
        width: 100%;
        text-align: left;
        margin-right: 20px;
    }

    .company p {
        color: white;
        font-size: 1rem;
    }

    .tilt-span {
        display: none;
    }

    .balcony-span {
        display: none;
    }

    .comp-empt1 {
        height: 100px;
        top: 15%;
    }
}



/*----------------Contact-Us--------------------*/


.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}


input:focus,
textarea:focus,
keygen:focus,
select:focus {
    outline: none;
}

::-moz-placeholder {
    color: #666;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #666;
    font-weight: 300;
}

.container {
    padding: 0 50px 70px;
}

.textcenter {
    text-align: center;
}

.section1 {
    text-align: center;
    display: table;
    width: 100%;
}

.section1 .shtext {
    display: block;
    margin-top: 20px;
}

.section1 .seperator {
    border-bottom: 1px solid #a2a2a2;
    width: 35px;
    display: inline-block;
    margin: 20px;
}

.section1 h1 {
    font-size: 40px;
    color: rgb(138, 137, 137);
    font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}

.section2 .col2 {
    width: 48.71%;
}

.section2 .col2.first {
    float: left;
}

.section2 .col2.last {
    float: right;
}

.section2 .col2.column2 {
    padding: 0 30px;
}

.section2 span.collig {
    color: #a2a2a2;
    margin-right: 10px;
    display: inline-block;
}

.section2 .sec2addr {
    display: block;
    line-height: 26px;
}

.section2 .sec2addr p:first-child {
    margin-bottom: 10px;
}

.section2 .sec2contactform input[type="text"],
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}

.section2 .sec2contactform textarea {
    width: 100%;
    display: block;
    color: #666;
    resize: none;
}

.section2 .sec2contactform input[type="submit"] {
    padding: 15px 40px;
    color: #fff;
    border: 0;
    background: rgb(138, 137, 137);
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}

.section2 .sec2contactform h3 {
    font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: rgb(138, 137, 137);
}

/* @media querries */

@media only screen and (max-width: 1266px) {
    .section2 {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .container {
        padding: 0 30px 70px;
    }

    .section2 .col2 {
        width: 100%;
        display: block;
    }

    .section2 .col2.first {
        margin-bottom: 10px;
    }

    .section2 .col2.column2 {
        padding: 0;
    }

    body .sec2map {
        height: 250px !important;
    }
}

@media only screen and (max-width: 768px) {
    .section2 .sec2addr {
        font-size: 14px;
    }

    .section2 .sec2contactform h3 {
        font-size: 16px;
    }

    .section2 .sec2contactform input[type="text"],
    .section2 .sec2contactform input[type="email"],
    .section2 .sec2contactform textarea {
        padding: 10px;
        margin: 3px 0;
    }

    .section2 .sec2contactform input[type="submit"] {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 420px) {
    .section1 h1 {
        font-size: 28px;
    }
}


/*------------mission-vision-value------------------*/


.flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    margin-top: -5%;
    margin-bottom: 5%;
    background-image: linear-gradient();
}

.flexcard {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 20%;
    align-items: baseline;
    height: 400px;
    border-radius: 20px;
}

.flexcardNumber {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 10px 0px;
    border-radius: 0px 50px 50px 0px;
    font-family: 'Jost', sans-serif;
    color: white;
    text-shadow: 0px 3px 5px black;
    font-weight: 500;
    font-size: 20px;
    position: relative;
}

.flexcardTitle {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
}

.flexcardText {
    font-family: 'Jost', sans-serif;
    text-align: justify;
    font-weight: 300;
    padding: 20px;
}

.flexcardNumber:before {
    content: '';
    width: 34px;
    height: 90px;
    position: absolute;
    left: -33px;
    top: 0px;
    border-radius: 50px 0px 0px 50px;
    z-index: -1;
    /* background: #95B7A2; */
    /* background: -webkit-linear-gradient(bottom, #95B7A2, #AED2BC); */
    background: -moz-linear-gradient(bottom, #95B7A2, #AED2BC);
    /* background: linear-gradient(to top, #95B7A2, #AED2BC); */
    ;
}

.flexcardNumber:after {
    content: '';
    width: 25px;
    height: 40px;
    position: absolute;
    left: -25px;
    bottom: -40px;
    border-radius: 50px 0px 0px 50px;
    z-index: -1;
}

.flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px auto;
}

img.flexcardimgItem {
    width: 50%;
    border: 1px solid black;
    border-radius: 10px;
}

/* GREEN CARD */

.flexcardGreen {
    background: #f9fbfa;
    box-shadow: 4px 4px 4px #AED2BC;
}

.flexcardNumberGreen {
    background: #FCFCFC;
    background: -webkit-linear-gradient(right, #FCFCFC, #AED2BC);
    background: -moz-linear-gradient(right, #FCFCFC, #AED2BC);
    background: linear-gradient(to left, #FCFCFC, #AED2BC);
    box-shadow: 0px 2px 2px #AED2BC;
}

.flexcardNumberGreen:before {
    background: #AED2BC;
}

.flexcardNumberGreen:after {
    background: #95b7a2;
}

/* BLUE CARD */

.flexcardBlue {
    background: #f7ffff;
    box-shadow: 4px 8px 1px #92E8EB;
}

.flexcardNumberBlue {
    background: #FDFFFE;
    background: -webkit-linear-gradient(right, #FDFFFE, #92E8EB);
    background: -moz-linear-gradient(right, #FDFFFE, #92E8EB);
    background: linear-gradient(to left, #FDFFFE, #92E8EB);
    box-shadow: 0px 2px 2px #92E8EB;
}

.flexcardNumberBlue:before {
    background: #92E8EB;
}

.flexcardNumberBlue:after {
    background: #71bdbf;
}

/* ORANGE CARD */

.flexcardOrange {
    background: #fdf8f3;
    box-shadow: 4px -2px 1px #F68404;
}

.flexcardNumberOrange {
    background: #FDFFFE;
    background: -webkit-linear-gradient(right, #FDFFFE, #F68404);
    background: -moz-linear-gradient(right, #FDFFFE, #F68404);
    background: linear-gradient(to left, #FDFFFE, #F68404);
    box-shadow: 0px 2px 2px #F68404;
}

.flexcardNumberOrange:before {
    background: #F68404;
}

.flexcardNumberOrange:after {
    background: #d06f02;
}

/* PİNK CARD */

.flexcardPink {
    background: #fffafd;
    position: relative;
    box-shadow: 2px 2px 1px #F34EAE;
    border-radius: 20px 20px 0px 20px;
}

.flexcardPink:before {
    content: '';
    width: 0px;
    height: 50px;
    /* background: red; */
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 100px solid transparent;
    border-bottom: 90px solid #F34EAE;
}

.flexcardNumberPink {
    background: #FDFFFE;
    background: -webkit-linear-gradient(right, #FDFFFE, #F34EAE);
    background: -moz-linear-gradient(right, #FDFFFE, #F34EAE);
    background: linear-gradient(to left, #FDFFFE, #F34EAE);
    box-shadow: 0px 2px 2px #F34EAE;
}

.flexcardNumberPink:before {
    background: #F34EAE;
}

.flexcardNumberPink:after {
    background: #d24095;
}

/* RESPONSİVE */

@media only screen and (max-width: 800px) {

    .flexcard {
        width: 35%;
        margin-top: 20px;
    }

    img.flexcardimgItem {
        width: 30%;
    }

}

@media only screen and (max-width: 500px) {

    .flexcard {
        width: 70%;
    }


}



/*----------------About-Us Section-------------------*/
.about {
    padding: 100px 0;
    margin-top: 450px;
}

.about .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.about .heading h2 span {
    color: #F24259;
}

.about .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.about h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.about p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 15px;
    padding: 0;
}

.about h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
}

.about h4 i {
    color: #F24259;
    margin-right: 10px;
}
.row {
    align-items:center;
}


/*----------------home-screen------------------------*/
main {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    height: 85vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-top: 117px;
}

.item {
    width: 200px;
    height: 300px;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
    filter: brightness(80%);
    opacity: 0.8;

    &:nth-child(1),
    &:nth-child(2) {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
    }

    &:nth-child(3) {
        left: 50%;
    }

    &:nth-child(4) {
        left: calc(50% + 220px);
    }

    &:nth-child(5) {
        left: calc(50% + 440px);
    }

    &:nth-child(6) {
        left: calc(50% + 660px);
        opacity: 0;
    }
}

.content {
    width: min(30vw, 400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica, sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    filter: brightness(70%);
    opacity: 0;
    display: none;

    & .title {
        font-family: "arial-black";
        text-transform: uppercase;
    }

    & .description {
        line-height: 1.7;
        margin: 1rem 0 1.5rem;
        font-size: 1.1rem;
    }

    & button {
        width: fit-content;
        background-color: rgba(0, 0, 0, 0.1);
        color: white;
        border: 2px solid white;
        border-radius: 0.25rem;
        padding: 0.75rem;
        cursor: pointer;
    }
}

.item:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
    0% {
        filter: blur(5px);
        transform: translateY(calc(-50% + 75px));
    }

    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;

    & .btn {
        background-color: rgba(255, 255, 255, 0.5);
        color: rgba(0, 0, 0, 0.7);
        border: 2px solid rgba(0, 0, 0, 0.6);
        margin: 0 0.25rem;
        padding: 0.75rem;
        border-radius: 50%;
        cursor: pointer;

        &:hover {
            background-color: rgba(255, 255, 255, 0.3);
        }
    }
}

@media (width > 650px) and (width < 900px) {
    .content {
        & .title {
            font-size: 1rem;
        }

        & .description {
            font-size: 0.7rem;
        }

        & button {
            font-size: 0.7rem;
        }
    }

    .item {
        width: 160px;
        height: 270px;

        &:nth-child(3) {
            left: 50%;
        }

        &:nth-child(4) {
            left: calc(50% + 170px);
        }

        &:nth-child(5) {
            left: calc(50% + 340px);
        }

        &:nth-child(6) {
            left: calc(50% + 510px);
            opacity: 0;
        }
    }
}

@media (width < 650px) {
    .content {
        & .title {
            font-size: 1.5rem;
        }

        & .description {
            font-size: 1.0rem;
        }

        & button {
            font-size: 1.1rem;
        }
    }

    .item {
        width: 130px;
        height: 220px;

        &:nth-child(3) {
            left: 50%;
        }

        &:nth-child(4) {
            left: calc(50% + 140px);
        }

        &:nth-child(5) {
            left: calc(50% + 280px);
        }

        &:nth-child(6) {
            left: calc(50% + 420px);
            opacity: 0;
        }
    }

    .about {
        padding: 100px 0;
        margin-top: 600px;
    }
}


/*-----------Our-service-container---------------*/

.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-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 {
    background-image: linear-gradient(rgb(208, 2, 27), black);
    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 Close------------*/