
/******** GENERAL SETTINGS SECTION START ********/

html,
body {
    height: 100%;
    width: 100%;
}
 
#particles {
    width: 100%;
    height: 100%;
    padding: 0;
} 

.padding {
    padding: 35px;
}

.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: url('../img/ .jpg') no-repeat center center;  
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #fff;
}

.header-wrapper {  
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.header-wrapper .sm-title {
    margin: 0;
}

.header .arrow-down{
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 29px;
  background: url('../img/arrow-down.png') no-repeat center center;
  display: block;
  z-index: 2;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}

.header-wrapper h1 {
    font-size: 22pt;
    letter-spacing: 0pt;
    line-height: 40pt;
    font-weight: 700;
    color: #1b1b1b;
}

.header-wrapper img {
     
    width: 11%;
    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; 
}

.six 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;
}

.six img:hover {
    opacity: 1s; 
    transform: scale(1.01);
}

.six h4 {
    margin-top: 60px;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 3pt;
}

 
.five 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;
}

.five img:hover {
    opacity: 1s; 
    transform: scale(1.01);
}

.five h4 {
    margin-top: 60px;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 3pt;
}
 

.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: 80px;
    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: 50px;
    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: 50px;
    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: 50px;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 3pt;
}

.inner {
    margin-top: 0px;
}

.inner img {
    width: 80%;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1);
    transition: transform 0.5s, opacity 0.5s;
}

.inner img:hover {
    opacity: 1s; 
    transform: scale(1.01);
}

.inner h4 {
    margin-top: 100px;
    margin-bottom: 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;
}

 

/******** FOOTER SECTION START ********/

footer {
    background-color: #000000;
}

footer h4 {
    font-size: 8pt;
    letter-spacing: 2pt;
    color: #fff;
}

footer a {
    color: #fff;
}

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;
        }
    }