/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - GENERAL SETTINGS SECTION  */
/*   02 - TYPOGRAPHY SECTION  */
/*   03 - HEADER SECTION  */
/*   04 - NAVIGATION SECTION */
/*   05 - ABOUT SECTION */
/*   06 - SKILLS SECTION */
/*   07 - PORTFOLIO SECTION */
/*   08 - ITEM ONE SECTION */
/*   09 - ITEM TWO SECTION */
/*   10 - ITEM THREE SECTION */
/*   11 - ITEM FOUR SECTION */
/*   12 - ITEM FIVE SECTION */
/*   13 - TESTIMONIALS SECTION */
/*   14 - CONTACT SECTION */
/*   15 - FOOTER SECTION */
/*   16 - SINGLE-PROJECT ONE SECTION */
/*   17 - SINGLE-PROJECT TWO SECTION */
/*   18 - SINGLE-PROJECT THREE SECTION */
/*   19 - SINGLE-PROJECT FOUR SECTION */
/*   20 - RESPONSIVE SECTION */




/******** GENERAL SETTINGS SECTION START ********/

html,
body {
    height: 100%;
    width: 100%;
}

#particles {
    width: 100%;
    height: 100%;
    padding: 0;
}

.no-padding {
    padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 4px;
}

.preloader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0C0C0C;
    z-index: 6;
    overflow: hidden;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin: -30px 0 0 -40px;
}

.preloader .lines {
    width: 80px;
    height: 40px;
    position: absolute;
}

.preloader .lines .line {
    width: 90px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    clip: rect(0,0,20px,0);
}

.preloader .lines .line.line-1 {
    top: 0;
    animation: slide 2s ease 0.1s infinite;
}

.preloader .lines .line.line-2 {
    top: 15px;
    animation: slide 2s ease .25s infinite;
}

.preloader .lines .line.line-3 {
    top: 30px;
    animation: slide 2s ease .5s infinite;
}

.preloader .loading-text {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 1px;
    line-height: 10px;
    height: 10px;
    text-transform: uppercase;
}

@keyframes slide {
    0% {
        clip: rect(0,0,20px,0);
    }

    30% {
        clip: rect(0,80px,20px,0);
    }

    50% {
        clip: rect(0,80px,20px,0);
    }

    80% {
        clip: rect(0,80px,20px,80px);
    }

    100% {
        clip: rect(0,80px,20px,80px);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/******** 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: url('../img/placeholderbg.jpg') no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  width: 100%;
  height: 100%;
  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;
    color: #9E9E9E;
    font-size: 10pt;
    letter-spacing: 2pt;
}

.header-wrapper h1 {
    font-size: 26pt;
    letter-spacing: 1pt;
    line-height: 40pt;
    font-weight: 300;
    color: #fff;
}

/******** NAVIGATION SECTION START ********/
 
.navbar {
    z-index: 5;
    padding: 20px 0;
    transition: all .5s ease-out;
}

.navbar-brand {
    font-family: 'Bruno Ace SC';
    font-weight: 400;
    font-size: 52pt;
    color: #fff;
    z-index: 10;
    text-align: center;
   
} 

.navbar-brand::first-letter{
    color: hotpink;
}
 
.navbar-toggler-icon {
    background: none;
}

.fa.fa-navicon {
    font-size: 17pt;
    color: white;
}

button:focus {
    outline: none;
}

.navbar-nav .dropdown-menu {
    background-color: #1b1b1b;
    border-radius: 0px;
} 

.navbar-nav .dropdown-menu a {
    font-size: 8pt;
    letter-spacing: 2pt;
    color: #fff;
}

.dropdown .dropdown-menu a:hover {
    color: #869791;
    background-color: transparent;
}

.inbody {
    background-color: #1b1b1b;
    padding-top: 15px;
    padding-bottom: 0px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
} 

.navbar .navbar-nav>li>a {
    color: #fff;
    font-size: 12pt;
    letter-spacing: 2pt;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}


.navbar-nav .active > .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show > .nav-link {
    border-bottom: 3px solid #fff;
    padding-bottom: 12px;
    color: #fff;
}
 

.header .navbar .navbar-brand:hover {
    color: #fff;
}




/******** ABOUT SECTION START ********/

.about {
    padding-top: 180px;
}

.about h4 {
    font-size: 12pt;
    font-weight: 700;
    letter-spacing: 1pt;
    margin-top: 20px; 
}

.about .main-text {
    margin: 20px auto;
    font-size: 24pt;
    font-weight: 300;
    letter-spacing: 2px;
    width: 600px;
    color: #898989;
    line-height: 28pt;
}


/******** SERVICES SECTION START ********/

.services {
    margin-top: 40px;
    margin-bottom: 250px;
}

.services .service-wrap {
    padding: 30px 30px;
    border: 1px solid #898989;
}

.services .fa {
    font-size: 22pt;
    margin-top: 10px;
}

.services h4 {
    font-size: 12pt;
    font-weight: 700;
    letter-spacing: 0.5pt;
    margin-top: 20px; 
}

.services p {
     margin-top: 10px;
     font-size: 11pt;
     font-weight: 400;
     color: #898989;
     letter-spacing: 1px;
     line-height: 19pt;
} 

/******** PROTFOLIO SECTION START ********/

.work {
    margin-top: 0px;
}

.work .portfolio-item a {
    position: relative;
    display: block;
}
 
.work .portfolio-item a .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #1b1b1b;
    text-align: center;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}    

.work .portfolio-item a .overlay:hover {
    opacity: 0.7;
}
 
.work .portfolio-item a .overlay .overlay-title {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding: 20px 30px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease 0.1s;
}

.work .portfolio-item:hover  a .overlay .overlay-title {
    top: 40%;
}
 
.work h3 {
    font-size: 20pt;
    letter-spacing: 1pt;
    text-transform: uppercase;
}

.work h5 {
    font-size: 11pt;
    font-weight: 400;
    letter-spacing: 1pt;
}

.work .item-one {
    background: url('../img/work-one.png') no-repeat center center;
    background-size: cover;
    height: 800px;
}

.work .item-two {
    background: url('../img/placeholder.png') no-repeat center center;
    background-size: cover;
    height: 800px;
}

.work .item-three {
    background: url('../img/placeholder.png') no-repeat center center;
    background-size: cover;
    height: 800px;
}

.work .item-four {
    background: url('../img/placeholder.png') no-repeat center center;
    background-size: cover;
    height: 800px;
}

.work .item-five {
    background: url('../img/placeholder.png') no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** TESTIMONIALS SECTION START ********/

.swiper {
    max-width: 600px;
    height: auto;
}

.swiper-slide {
    margin-top: 170px;
    padding: 50px 0px;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper img {
    width: 100px;
    border-radius: 180px;
    margin: 0 auto;
    margin-top: 30px;
}

.swiper-wrapper .review-wrap {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 600ms ease;
    -webkit-transition: -webkit-filter 600ms ease
}

.swiper-wrapper .review-wrap:hover {
    cursor: pointer;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.swiper-wrapper .review-text {
    padding: 15px 0; 
    font-size: 11pt;
    font-weight: 300;
    letter-spacing: 1pt;
    color: #3B3B3B;
    line-height: 19pt;
}

.swiper-wrapper h4 {
    margin-top: 15px;
    margin-bottom: 80px;
    font-size: 12pt;
    font-weight: 300;
    letter-spacing: 1pt;
    color: #1b1b1b;
}

/******** 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: 22pt;
    letter-spacing: 1pt;
}

.contact h4 {
    margin-left: 50px;
    margin-bottom: 14px;
    font-size: 12pt;
    letter-spacing: 1pt;
}

.contact p {
    font-size: 12pt;
    letter-spacing: 1pt;
    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 .form-bg {
    background-color: #1b1b1b;
    background-size: cover;
    height: 800px;
}

#form {
    padding: 200px 100px;
}

.form-bg .name {
    width: 100%;
    height: 40px;
    padding: 15px 15px;
    border: 0;
    font-size: 10pt;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.form-bg .name:focus {
    transition: border .6s;
    -webkit-transition: border .6s;
    outline: none;
    border-bottom: 1px solid #bdbdbd;
}

.form-bg .email {
    margin-top: 30px;
    width: 100%;
    height: 40px;
    padding: 15px 15px;
    border: 0;
    font-size: 10pt;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.form-bg .email:focus {
    transition: border .6s;
    -webkit-transition: border .6s;
    outline: none;
    border-bottom: 1px solid #bdbdbd;
}

.form-bg .msg {
    margin-top: 30px;
    width: 100%;
    height: 130px;
    padding: 15px 15px;
    border: 0;
    font-size: 10pt;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.form-bg .msg:focus {
    transition: border .6s;
    -webkit-transition: border .6s;
    outline: none;
    border-bottom: 1px solid #bdbdbd;
}

.form-bg .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10pt;
    letter-spacing: 2pt;
    color: #1b1b1b;
    background-color: #fff;
    border-radius: 0px;
    padding: 15px 40px;
    margin-top: 50px;
}

/******** FOOTER SECTION START ********/

footer {
    background-color: #000000;
}

footer h4 {
    font-size: 7pt;
    font-weight: 400;
    letter-spacing: 2pt;
    margin: 50px auto;
    color: #fff;
}

footer .links {
    margin-top: 50px;
    padding: 0px; 
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    font-size: 10pt;
    letter-spacing: 1pt;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin: 0px 25px;
}

.borderFade {
    padding-bottom: 10px;
    color: #fff;
    position: relative;
}

.borderFade::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(3px);
    background: #fff;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.borderFade:hover::after {
    opacity: 1;
    transform: translateY(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;
    -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;
    -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: 12pt;
    font-weight: 600;
    letter-spacing: 1pt;
    margin-top: 20px; 
}

.info-three p {
     margin-top: 10px;
     font-size: 12pt;
     font-weight: 300;
     color: #455a64;
     letter-spacing: 1px;
     line-height: 18pt;
}

.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;
     
}

/******** SINGLE PROJECT FOUR START ********/

.head-four {
  background: url('../img/placeholderbg.jpg') no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  width: 100%;
  height: 100%; /* For at least Firefox */
  position: relative;
}

.head-wrapper {  
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.head-wrapper h3 {
    font-size: 22pt;
    letter-spacing: 8pt;
    line-height: 30pt;
    font-weight: 700;
    color: #fff;
}

.head-wrapper p {
    font-size: 14pt;
    font-weight: 400;
    letter-spacing: 6pt;
    color: #B68E52;
}

.fact {
    margin-top: 100px;
    width: auto;
    height: auto; 
}

.fact h4 {
    margin-top: 110px;
    font-size: 30pt;
    letter-spacing: 2pt;
    color: #1b1b1b;
}

.fact p {
    color: #1b1b1b;
    font-size: 10pt;
    letter-spacing: 2pt;
    margin-top: -40px;
    margin-bottom: 100px;
}

.visit-btn .btn-default {
    border-radius: 0px;
    padding: 14px 36px;
    border: 0px;
    background-color: #1b1b1b; 
    color: #fff;
    text-transform: uppercase;
    font-size: 8pt;
    letter-spacing: 1.5pt;
    margin-top: 85px;
    margin-bottom: 85px;
    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;
}

/******** SINGLE PROJECT FIVE START ********/

.head-five {
    background: url('../img/placeholderbg.jpg') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.head-five .headline {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.head-five h2 {
    font-size: 14pt;
    letter-spacing: 8pt;
    color: #fff;
}

.info-five {
    padding-top: 170px;
}

.info-five h4 {
    font-size: 14pt;
    font-weight: 400;
    letter-spacing: 4pt;
}

.info-five p {
    font-size: 11pt;
    letter-spacing: 0.4pt;
} 

.info-text .fa {
    font-size: 20pt;
}

.info-text p {
    font-size: 11pt;
    letter-spacing: 0.4pt;
} 
 
.item-wrap {
    margin-top: 0px;
    width: auto;
    height: auto;
    background-color: #1b1b1b; 
}

.item-wrap .margin {
    margin-bottom: 130px;
}

.item-wrap .title {
    font-size: 12pt;
    letter-spacing: 4pt;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 70px;
    color: #fff;
}

.item-wrap .portfolio-thumb {
  position: relative;
  padding: 0;
}

.item-wrap .portfolio-thumb .portfolio-overlay {
  position: absolute;
  background: #1b1b1b;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.item-wrap .portfolio-item {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

.item-wrap .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.7;
}

/* 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;
}

/******** 404 PAGE START ********/

.header-fullscreen {
    background-color: #1f1f1f;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.header-fullscreen .headline {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.header-fullscreen h1 {
    color: #fff;
    font-size: 160pt;
    letter-spacing: 2pt;
    margin: 0;
    text-shadow: #000000 20px 20px;
}

.header-fullscreen p {
    color: #dcdcdc;
    font-size: 14pt;
    font-weight: 400;
    letter-spacing: 0pt;
}

.btn-pulse {
    margin-top: 20px;
    padding: 12px 24px;
    border-radius: 60px;
    font-size: 8pt;
    letter-spacing: 2pt;
    background-color: #fff;
    color: #1b1b1b;
    box-shadow: 0 0 0 0 rgba(230, 237, 255, 0.7);
    animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}

.btn-pulse:hover {
    background-color: #dcdcdc;
    color: #1b1b1b;
}

@keyframes pulse {
    to {
      box-shadow: 0 0 0 30px rgba(230, 237, 255, 0);
    }
}

/******** 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 {
            margin: 350px 300px;
        }
        .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;
        }
        .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: 10px;
        }
        .inbody {
            padding-bottom: 10px;
        }
    }

    @media only screen and (max-width : 768px) {
         
        .header-wrapper img {
            width: 50%;
        }
        .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;
        }
        .about .main-text {
            width: 450px;
        }
        .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) {
        
        .header-wrapper img {
            width: 50%;
        }
        .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 .main-text {
            width: 330px;
        }
        .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
        }
        #form {
            padding: 200px 30px;
        }
    }
 
    @media only screen and (max-width : 320px) {
        .header-wrapper img {
            width: 50%;
        }
        .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 .main-text {
            width: 230px;
        }
        .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;
        }
        #form {
            padding: 200px 30px;
        }
        .header-fullscreen h1 {
            font-size: 70pt;
        }
    }