/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - GENERAL SETTINGS SECTION  */
/*   02 - TYPOGRAPHY SECTION  */
/*   03 - HEADER SECTION  */
/*   04 - NAVIGATION SECTION */
/*   05 - ABOUT SECTION */
/*   07 - SKILLS SECTION */
/*   08 - SERVICES SECTION */
/*   09 - PORTFOLIO SECTION */
/*   10 - ITEM ONE SECTION */
/*   11 - ITEM TWO SECTION */
/*   12 - ITEM THREE SECTION */
/*   13 - ITEM FOUR SECTION */
/*   14 - TESTIMONIALS SECTION */
/*   15 - CONTACT SECTION */
/*   16 - FOOTER SECTION */
/*   17 - CONTACT SECTION */
/*   18 - SINGLE-PROJECT SECTION */
/*   19 - RESPONSIVE SECTION */




/******** GENERAL SETTINGS SECTION START ********/

html,
body {
    height: 100%;
    width: 100%;
}

.main-wrapper {
    border: 20px solid #1e2024;
}

.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: 'Julius Sans One', sans-serif;
    letter-spacing: 1pt;
}


p {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    line-height: 25px;
    color: #1e2024;
}


/******** HEADER SECTION START ********/

.header {
  background: url('../img/img1.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;
}

.header-wrapper h1 {
    font-size: 30pt;
    letter-spacing: 8pt;
    line-height: 40pt;
    font-weight: 300;
    color: #fff;
}

.header-wrapper p {
    font-size: 12pt;
    font-weight: 400;
    letter-spacing: 8pt;
    color: #fff;
}

/******** NAVIGATION SECTION START ********/
 
.navbar {
    padding: 30px 0;
    transition: all .5s ease-out;
} 

.navbar-brand {
    font-family: 'Julius Sans One', sans-serif;
    font-weight: 700;
    font-size: 16pt;
    letter-spacing: 4pt;
    color: #fff;
    padding-bottom: 15px;
} 
 
.navbar-toggler {
    margin-right: 15px;
}

.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: 9pt;
    letter-spacing: 2pt;
    color: #fff;
}

.inbody {
    background-color: #1b1b1b;
    padding-top: 15px;
    padding-bottom: 0px;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.3);
} 

.navbar .navbar-nav>li>a {
    color: #fff;
    font-size: 8pt;
    letter-spacing: 3pt;
}

.navbar-light .navbar-nav .nav-link {
    color: #1b1b1b;
}

.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;
    padding-bottom: 23px;
}
 

.header .navbar .navbar-brand:hover {
    color: #fff;
}

/******** ABOUT SECTION START ********/

.about {
    margin-top: 0px;
}

.about .text-wrapper {
    padding: 165px 90px;
}  

.about h3 {
    margin-top: 30px;
    font-size: 26pt;
    font-weight: 400;
    letter-spacing: 2pt;
    color: #000000;
}

.about h5 {
    font-size: 12pt;
    letter-spacing: 1pt;
}

.about p {
    font-size: 12pt;
    letter-spacing: 1pt;
    line-height: 20pt;
    text-align: justify;
    margin: 0 auto;
    padding-top: 10px;
    color: #3B3B3B;
}


.about .text-wrapper .owl-theme .owl-dots .owl-dot {
    float: left;
    margin-top: 20px;
}

/******** SKILLS SECTION START ********/

.about .set {
    margin-top: 60px;
    margin-bottom: 60px;
}

.about .exp-wrap p {
    font-size: 12pt;
    font-weight: 400;
    letter-spacing: 1pt;
}

.about .exp-wrap .line {
    width: 20px;
    height: 1px;
    background-color: #000;
    margin-top: 20px;
}

.about .single_progress_bar .progress {
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #d5d5d5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.about .single_progress_bar .progress-bar {
    background-color: #000;
}

.about .single_progress_bar h2{
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2pt;
    margin-top: 35px;
    margin-bottom: 10px;
}

.about .image-bg {
    background: url('../img/avat.jpg') no-repeat center center;
    position: relative;
    background-size: cover;
    height: 800px;
}

/******** SERVICES SECTION START ********/

.service {
    margin-top: 0px;
}

.service .main-text {
    height: auto;
    background-color: #fff;
    padding: 10px 20px;
}

.service h3 {
    margin: 0 auto;
    margin-left: 70px;
    padding-top: 130px;
    color: #1b1b1b;
    font-size: 24pt;
    letter-spacing: 3pt;
}

.service h4 {
    margin-left: 50px;  
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: 1pt;
}

.service .service-wrap {
    margin-top: 70px;
    margin-left: 70px;
    margin-right: 70px;
}

.service .service-wrap .fa {
    float: left; 
    font-size: 20pt;
    color: #455a64;
}

.service p {
    margin-left: 50px;
    font-size: 11pt;
    letter-spacing: 1pt;
    line-height: 17pt;
    text-align: justify;
    color: #3B3B3B;
}

.service .image-bg {
    background: url('../img/serv.jpg') no-repeat center center;
    position: relative;
    background-size: cover;
    background-color: #fbf9f4;
    height: 800px;
}

/******** SKILLS SECTION START ********/

.set {
    padding: 10px 20px;
    margin-left: 70px;
    margin-right: 70px;
}

.set h3 {
    margin: 0 auto;
    color: #fff;
    font-size: 24pt;
    letter-spacing: 3pt;
}

.single_progress_bar .progress {
    height: 2px;
    overflow: hidden;
    background-color: #9e9e9e;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.single_progress_bar .progress-bar {
    background-color: #fff;
}

.single_progress_bar h2{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1pt;
    margin-top: 80px;
    margin-bottom: 10px;
    margin-left: 0px;
}

/******** 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/project5.jpg') 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/project1.jpg') 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/project4.jpg') 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/project3.jpg') 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;
    font-size: 12pt;
    letter-spacing: 1pt;
}

.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/back.jpg') no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** FOOTER SECTION START ********/

footer {
    background-color: #000000;
}

footer h4 {
    font-size: 8pt;
    letter-spacing: 2pt;
    margin: 50px auto;
    color: #fff;
}

/******** PROJECT SECTION START ********/

.header-two {
  background: url('../img/project.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;
}

.header-wrapper-two {  
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.header-wrapper-two h3 {
    font-size: 22pt;
    letter-spacing: 8pt;
    line-height: 30pt;
    font-weight: 700;
    color: #fff;
}

.header-wrapper-two 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;
    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 {
    margin-top: 100px;
}

.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;
        }
        .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: 20px;
        }
        .inbody {
            padding-bottom: 10px;
        }
    }

    @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;
            margin-bottom: 50px;
            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;
            padding-bottom: 5px;
        }
        .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;
        }
        .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;
        }
    }