
/******** GENERAL SETTINGS SECTION START ********/

html,
body {
    height: 100%;
    width: 100%;
}
 

.no-padding {
    padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 4px;
}

/******** TYPOGRAPHY SECTION START ********/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1pt;
}


p {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    line-height: 25px;
    color: #1e2024;
}


/******** HEADER SECTION START ********/

.header {
  background-color: #1b1b1b;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  width: 100%;
  height: 450px;
  position: relative;
}

.header-wrapper {  
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.header-wrapper .sm-title {
    margin: 0;
}

.header-wrapper h1 {
    font-size: 16pt;
    letter-spacing: 4pt;
    line-height: 40pt;
    font-weight: 300;
    color: #fff;
}

.header-wrapper img {
    width: 5%;
    margin: 0 auto;
}

.header-wrapper .links {
    margin-top: 20px;
    padding: 0px; 
}

.header-wrapper ul li {
    display: inline-block;
}

.header-wrapper ul li .fa {
    font-size: 14pt;
    color: #fff;
    margin-right: 15px;
    margin-left: 15px; 
}

/******** COLOR LINK SECTION START ********/

.color-link {
    padding-top: 150px;
}

.color-link h5 {
    padding: 16px 8px;
    background-color: #1b1b1b;
    color: #fff;
    font-weight: 700;
    font-size: 10pt;
    letter-spacing: 1pt;
}

.color-link a {
    text-decoration: none;
} 

.color-link h2 {
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 3pt;
}

.item a {
    text-decoration: none;
    
}

.item h2 {
    color: #1b1b1b;
    font-size: 14pt;
    letter-spacing: 2pt;
    padding-top: 20px;
}

.four {
    margin-top: 50px;
}

.four img {
    margin-top: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1);
    transition: transform 0.5s, opacity 0.5s;
}

.four img:hover {
    opacity: 1s; 
    transform: scale(1.01);
}

.four h4 {
    margin-top: 100px;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 3pt;
}

.one {
    margin-top: 50px;
}

.one img {
    margin-top: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1);
    transition: transform 0.5s, opacity 0.5s;
}

.one img:hover {
    opacity: 1s; 
    transform: scale(1.01);
}

.one h4 {
    margin-top: 100px;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 3pt;
}

.two {
    margin-top: 0px;
}

.two img {
    margin-top: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1);
    transition: transform 0.5s, opacity 0.5s;
}

.two img:hover {
    opacity: 1s; 
    transform: scale(1.01);
}

.two h4 {
    margin-top: 100px;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 3pt;
}

.three {
    margin-top: 0px;
}

.three img {
    margin-top: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1);
    transition: transform 0.5s, opacity 0.5s;
}

.three img:hover {
    opacity: 1s; 
    transform: scale(1.01);
}

.three h4 {
    margin-top: 100px;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 3pt;
}

.inner {
    margin-top: 0px;
}

.inner img {
    width: 80%;
    margin-top: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1);
    transition: transform 0.5s, opacity 0.5s;
}

.inner img:hover {
    opacity: 1s; 
    transform: scale(1.01);
}

.inner h4 {
    margin-top: 100px;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 3pt;
}

/******** ABOUT SECTION START ********/
 
.about {
    margin-top: 100px;
}

.about h4 {
    font-size: 24pt;
    font-weight: 700;
    letter-spacing: 3pt;
}

.about .line {
    margin: 30px auto;
    width: 25px;
    height: 1px;
    background-color: #dcdcdc;
}

.about .main-text {
    margin: 20px auto;
    font-size: 16pt;
    font-weight: 400;
    letter-spacing: 2px;
    max-width: 700px;
    color: #898989;
    line-height: 22pt;
}

.about .divider {
    margin-top: 100px;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
} 

/******** PROTFOLIO SECTION START ********/

.work {
    margin-top: 0px;
}

.work .main-text {
    height: auto;
    background-color: #fff;
    margin-bottom: 250px;
    margin-left: 90px;
    margin-right: 90px;
    text-align: justify;
}

.work h3 {
    margin: 0 auto;
    padding-top: 260px;
    color: #1b1b1b;
    font-size: 24pt;
    letter-spacing: 3pt;
}

.work h5 {
    margin: 0 auto;
    padding-top: 30px;
    color: #1b1b1b;
    font-size: 12pt;
    letter-spacing: 3pt;
}

.work p {
    font-size: 12pt;
    letter-spacing: 1pt;
    line-height: 20pt;
    margin: 0 auto;
    padding-top: 30px;
    color: #3B3B3B;
}

 /******** ITEM ONE SECTION START ********/

.item-one .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-one .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-one .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-one .overlay:hover {
    opacity: 0.7;
}

.item-one .overlay a {
    text-decoration: none;
}

.work .item-one {
    background: url('../img/placeholder.png') no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** ITEM TWO SECTION START ********/

.item-two .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-two .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-two .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-two .overlay:hover {
    opacity: 0.7;
}

.item-two .overlay a {
    text-decoration: none;
}

.work .item-two {
    background: url('../img/placeholder.png') no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** ITEM THREE SECTION START ********/

.item-three .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-three .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-three .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-three .overlay:hover {
    opacity: 0.7;
}

.item-three .overlay a {
    text-decoration: none;
}

.work .item-three {
    background: url('../img/placeholder.png') no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** ITEM FOUR SECTION START ********/

.item-four .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-four .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-four .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-four .overlay:hover {
    opacity: 0.7;
}

.item-four .overlay a {
    text-decoration: none;
}

.work .item-four {
    background: url('../img/placeholder.png') no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** ITEM FIVE SECTION START ********/

.item-five .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-five .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-five .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-five .overlay:hover {
    opacity: 0.7;
}

.item-five .overlay a {
    text-decoration: none;
}

.work .item-five {
    background: url('../img/placeholder.png') no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** TESTIMONIALS SECTION START ********/

.work .owl-item img {
    border-radius: 360px;
    width: 15%;
    margin: 0 auto;
}

.work .review .item {
    margin-bottom: 10px;
}

.work {
    margin-top: 0px;
}

.work .item {
    margin-top: 220px;
    margin-left: 90px;
    margin-right: 90px;
}

/******** CONTACT SECTION START ********/

.contact {
    margin-top: 0px;
}

.contact .main-text {
    height: 700px;
    background-color: #fff;
}

.contact h3 {
    margin: 0 auto;
    margin-left: 90px;
    padding-top: 150px;
    color: #1b1b1b;
    font-size: 24pt;
    letter-spacing: 3pt;
}

.contact h4 {
    margin-left: 50px;
    margin-bottom: 14px;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.contact p {
    font-size: 11pt;
    letter-spacing: 2pt;
    line-height: 16pt;
    text-align: justify;
    margin: 0;
    margin-left: 50px;
    color: #3B3B3B;
}

.contact a {
    text-decoration: none;
}

.contact .contact-wrap {
    margin-top: 70px;
    margin-left: 90px;
    margin-right: 70px;
}

.contact .contact-wrap .fa {
    font-size: 20pt;
    float: left;
}

.contact .image-bg {
    background: url('../img/placeholder.png') no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** FOOTER SECTION START ********/

footer {
    background-color: #000000;
    margin-top: 170px;
}

footer h4 {
    font-size: 7pt;
    letter-spacing: 2pt;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer .link {
    padding: 50px 0;
}

/******** SINGLE-PROJECT ONE SECTION START ********/

.head {
    width: auto;
    min-height: 600px;
    background-color: #fff;
}

.head h2 {
    font-size: 14pt;
    font-weight: 400;
    text-align: center;
    margin-top: 270px;
    letter-spacing: 8pt;
    color: #1b1b1b;
}

.text h4 {
    font-size: 12pt;
    letter-spacing: 2pt;
}

.text {
    margin: 280px 100px;
}

.text span {
    font-weight: 700;
}

.text p {
    font-size: 12pt;
    letter-spacing: 1pt;
    line-height: 20pt;
    text-align: justify;
}

.button {
    margin-top: 0px;
}

.button h3 {
    
    font-size: 12pt;
    letter-spacing: 2pt;
    color: #fff;
}

.button a {
    text-decoration: none;
}

.button .home, .next {
    width: auto;
    height: auto;
     
}


/******** SINGLE-PROJECT TWO SECTION START ********/

.head-two {
    background: url('../img/placeholderbg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.head-two .headline {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.head-two h2 {
    font-size: 14pt;
    letter-spacing: 8pt;
    color: #fff;
}

.info-two .client-info {
    margin-top: 200px;
}

.info-two .client-info span {
    font-weight: 700;
}

.info-text {
    margin-top: 60px;
    margin-bottom: 200px;
}

.text-two span {
    font-weight: 700;
}

.text-two p {
    font-size: 11pt;
    letter-spacing: 1pt;
    line-height: 18pt;
    text-align: justify;
}

.items {
    margin: 0;
}

.img-wrap-two {
    margin: 0 auto;
}

.item-wrap {
    margin-top: 0px;
    width: auto;
    height: auto;
    background-color: #1b1b1b; 
}

.item-wrap .title {
    font-size: 12pt;
    letter-spacing: 4pt;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #fff;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/******** SINGLE-PROJECT THREE SECTION START ********/

.head-three {
    background: url('../img/placeholderbg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.head-three .headline {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.head-three h2 {
    font-size: 14pt;
    letter-spacing: 8pt;
    color: #fff;
}

.info-three {
    margin-top: 180px;
    margin-bottom: 180px;
}

.info-three .fa {
    font-size: 28pt;
    margin-top: 10px;
    color: #455a64;
}

.info-three h4 {
    font-size: 10pt;
    letter-spacing: 1pt;
    margin-top: 20px; 
}

.info-three p {
     margin-top: 10px;
     font-size: 10pt;
     font-weight: 300;
     color: #455a64;
     letter-spacing: 1px;
     line-height: 15pt;
}

.img-wrap-three {
    background: #de6161; 
    background: -webkit-linear-gradient(to right, #2657eb, #de6161); 
    background: linear-gradient(to right, #2657eb, #de6161);
    padding-top: 100px;
    padding-bottom: 100px;
     
}

.visit-btn .btn-default {
    border-radius: 0px;
    padding: 25px 50px;
    border: 0px;
    background-color: #1b1b1b; 
    color: #fff;
    text-transform: uppercase;
    font-size: 12pt;
    letter-spacing: 4pt;
    margin-top: 100px;
    margin-bottom: 200px;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2);
}

.gallery .col-md-4 {
    margin-top: 30px;
}

img {
    width: 100%;
}

.project {
    margin-top: 180px;
    margin-bottom: 180px;
}

.project h4 {
    font-size: 14pt;
    letter-spacing: 2pt;
    font-weight: 700; 
}

.project p {
     margin-top: 10px;
     font-size: 12pt;
     font-weight: 300;
     color: #455a64;
     letter-spacing: 1px;
     line-height: 15pt;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.home, .next {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #111111;
}

.button h3 {
    font-size: 10pt;
    letter-spacing: 2pt;
    color: #fff;
}

.button a {
    text-decoration: none;
}

.button .home, .next {
    width: auto;
    height: auto;
}

.ft-project {
    margin-top: 0px;
}

/******** RESPONSIVE SECTION START ********/

    @media only screen and (min-width : 1920px) {
    
        .work h3,
        .contact h3 {
            font-size: 34pt;
            margin-top: 50px;
        }
        .work .item {
            margin-top: 280px; 
        }
        .about p {
            font-size: 14pt;
            line-height: 22pt;
        }
        .work p {
            font-size: 14pt;
            line-height: 22pt;
        }
        .about .text-wrapper {
            padding: 230px 120px;
        }
        .about .image-bg, 
        .service .image-bg,
        .work .item-one,
        .work .item-two,
        .work .item-three,
        .work .item-four,
        .contact .image-bg {
            height: 900px;
        }
        .set {
            padding: 30px 50px;
        }
        .set h2 {
            margin-top: 90px;
        }
        .service .main-text {
            padding: 30px 50px;
        }
        .contact .main-text {
            margin-top: 20px;
            margin-left: 70px;
            margin-right: 70px;
        }
    }

    @media only screen and (max-width : 1200px) {
        .img-wrap-three .col-xs-12 {
            margin-bottom: 40px;
        }
        .info-three .col-xs-12 {
            margin-bottom: 40px;
        }
        .service h3 {
            padding-top: 60px;
        }
        .review .main-text {
            margin-bottom: 60px;
        }
        .set {
            padding-top: 10px;
        }
    }

    @media only screen and (max-width : 1024px) {
        .about .image-bg, 
        .service .image-bg,
        .work .item-one,
        .work .item-two,
        .work .item-three,
        .work .item-four,
        .contact .image-bg {
            height: 800px;
        }
        .about .text-wrapper {
            margin: 250px 150px;
        }
        .set {
            padding-top: 80px;
        }
    }

    @media only screen and (max-width : 768px) {
        .navbar .navbar-nav>li>a {
            margin-left: 30px;
            margin-bottom: 15px;
        }
        .navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
            border-bottom: 2px solid #fff;
            width: 15px;
            padding-bottom: 20px;
        }
        .inbody {
            padding-bottom: 10px;
        }
        .service .main-text {
            margin-top: 70px;
        }
        .about .text-wrapper {
            margin-left: 60px;
            margin-right: 60px;
            padding: 165px 35px;
        }
        .work .main-text {
            margin-left: 90px;
            margin-right: 90px;
        }
        .work .col-md-4 {
            margin-top: 30px;
        }
        .photos .col-md-4 {
            padding-right: 35px;
        }
        .text {
            margin: 180px 20px;   
        }
        .set {
            padding-top: 90px;
        }
        .work .owl-item img {
            width: 20%;
        }
        .contact .main-text {
            margin-top: 120px;
        }
    }

    @media only screen and (max-width : 480px) {
        .navbar .navbar-nav>li>a {
            margin-left: 30px;
            margin-bottom: 15px;
        }
        .navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
            border-bottom: 2px solid #fff;
            width: 15px;
            padding-bottom: 20px; 
        }
        .inbody {
            padding-bottom: 10px;
        }
        .navbar-brand {
            padding-left: 15px;
        }
        .navbar-toggler {

        }
        .about .image-bg, 
        .service .image-bg,
        .work .item-one,
        .work .item-two,
        .work .item-three,
        .work .item-four,
        .contact .image-bg {
            height: 800px;
        }
        .about .text-wrapper {
            margin: 20px 150px;
        }
        .set h3 {
            margin-top: 80px;
        }
        .main-text h3 {
            margin-top: 50px;
        }
        .main-text h3, .review h3, .work h3, .contact h3 {
            margin-left: 30px;
        }
        .set, .service .service-wrap, .work p, .review .user-wrap, .contact .contact-wrap {
            margin-left: 30px;
            margin-right: 30px;
        }
        .about .text-wrapper {
            margin-left: 30px;
            margin-right: 30px;
            padding: 165px 15px;
        }
        .work .main-text {
            margin-right: 20px;
            margin-left: 20px;
        }
        .work .main-text h5 {
            margin-left: 30px;
        }
        .work .col-md-4 {
            margin-top: 30px;
        }
        .photos .col-md-4 {
            padding-right: 15px;
        }
        .work .owl-item img {
            width: 40%;
        }
        .work .item {
            margin-left: 15px;
            margin-right: 15px;
        }
        .text {
            margin: 180px 20px;   
        }
        .set {
            padding-top: 30px;
        }
        .contact .main-text {
            margin-top: 100px;
            margin-bottom: 100px;
            margin-right: 20px;
            margin-left: 20px
        }
    }
 
    @media only screen and (max-width : 320px) {
        .navbar .navbar-nav>li>a {
            margin-left: 30px;
        }
        .navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
            width: 80px;
            padding-bottom: 10px; 
        }
        .navbar-brand {
            padding-left: 15px;
        }
        .about .image-bg, 
        .service .image-bg,
        .work .item-one,
        .work .item-two,
        .work .item-three,
        .work .item-four,
        .contact .image-bg {
            height: 700px;
        }
        .about h3, .service h3, .review h3, .work h3, .contact h3 {
            margin-left: 30px;
        }
        .set, .service .service-wrap, .work p, .review .user-wrap, .contact .contact-wrap {
            margin-left: 30px;
            margin-right: 30px;
        }
        .work .col-md-4 {
            margin-top: 30px;
        }
        .text {
            margin: 180px 20px;    
        }
        .set {
            padding-top: 80px;
        }
        .contact .main-text {
            margin-top: 100px;
        }
    }