*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    width: 100%;
    height: 100vh;
}

.clearfix::after{
    content: "";
    display: table;
    clear: both;
}

.nopadding{
    padding: 0 !important;
    margin: 0 !important;
}

html,body{
    height: 100%;
}

body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

h3{
    text-transform: uppercase;
}

/* ============ General Parallax =========== */
.bg-parallax{
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	background-attachment: fixed;
}

/* ============= Generic Buttons =========== */
.btn-general{
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white{
    border-color: #fff;
    color: #fff;
    transition: all 0.5s ease-in;
}

.btn-white:hover, .btn-white:focus{
    background-color: #fff;
    color: #000;
}

.btn-yellow{
    border-color: #ffda00;
    color: #ffda00;
    transition: all 0.5s ease-in;
}

.btn-yellow:hover, .btn-yellow:focus{
    background-color: #ffda00;
    color: #000;
    transition: all 0.5s ease-in;
}

.btn-back-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    font-weight: bolder;
    padding: 3px 15px;
    display: none;
}

/* =============== General Elements ==================== */

.content-box{
	padding: 60px 0 60px 0;
}

.content-title h3{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px 0;
}

.content-title-left h3{
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	margin: 0 0 30px 0;
}

.content-title-white h3{
	color: #fff;
}

.content-title-underline{
	width: 40px;
	height: 3px;
	background-color: #ffda00;
	margin: 0 auto 30px auto;
}

.content-title-underline-left{
	width: 50px;
	height: 3px;
	background-color: #000;
	margin: 0 auto 30px 0;
}
/* =============== General Elements Ends ==================== */


/* ============= ANIMATE for Header =============== */
#home-cover{
    animation-delay: .1s;
    animation-duration: .5s;
}

#home-heading{
    animation-delay: .5s;
    animation-duration: .5s;
}

#home-btn{
    animation-delay: 1s;
    animation-duration: .5s;
}
/* ============= ANIMATE for Header =============== */

/* ============= Header Background Begins =============== */
#home{
    height: 100%;
}

#home-cover{
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-home1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#home-content-box{
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#home-heading h1{
    color: #fff;
    font-size: 75px;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

.animating-text h2{
    color: #ffda00;
}

.cta-button{
    margin-top: 50px;
}

.social-networks a.fa{
    border: 1px solid white;
    padding: 9px;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    margin-right: 5px;
    transition: all 0.5s ease-in;
    margin-top: 20px;
}

.social-networks a.fa:hover{
    text-decoration: none;
    background-color: #fff;
    color: #000;
}

/* -------------- Who we are Section ----------------- */
.wig_text {
    margin-top: 32px;
    border-left: 1px solid #E4E3E3;
    padding-left: 25px;
    margin-left: 25px;
    position: relative;
}

.wig_text.first {
    border-left: 0px;
}

.wig_text h2{
    font-weight: 500;
    font-size: 30px;
}

.we_are .wig h2 {
    color: #333;
    font-size: 18px;
    margin-top: 0px;
    padding-bottom: 12px;
    font-weight: 700;
}

.we_are .wig p {
    color: #7a7a7a;
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
}

.wig:hover div.wig_text:before {
    opacity: 1
}

.wig .icon{
    margin-left: 90px;
}

.section_content{
    padding: 30px 0;
}

@media(max-width: 991px) {
    .wig {
        padding-bottom: 0px;
    }
    .wig_text {
        border-left: 0px solid #000;
    }
}
/* -------------- Who we are Section Ends ----------------- */

/*---------------- OUR HISTORY -----------------------------*/
.history {
    text-align: left;
    padding-top: 50px ;
}

.history .section_header {
    padding-bottom: 45px;
}

.his_img {
    padding-top: 25px;
    text-align: right;
}

.history .crafty_btn {
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 100px;
}

.history p b {
    color: #7a7a7a;
}

.type_two{
    background-image: url("../img/Yellow-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
/*---------------- OUR HISTORY ENDS --------------------------*/

/* =====================================================
                     OUR SERVICES
===================================================== */
.service_item_text {
    margin-top: 32px;
    padding-left: 25px;
    margin-left: 25px;
    position: relative;
}

.wig_text.first {
    border-left: 0px;
}

.service_item_text h2{
    font-weight: 500;
    font-size: 30px;
}

#Our_services .service_item h2 {
    color: #333;
    font-size: 18px;
    margin-top: 0px;
    padding-bottom: 12px;
    font-weight: 700;
    text-align: center;
}

#Our_services .service_item p {
    color: #7a7a7a;
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

.service_item img{
    position: relative;
    margin-left: 39%;
}
/* =====================================================
              OUR SERVICES ENDS
===================================================== */

/* =====================================================
                 PORTFOLIO 
===================================================== */
#portfolio{
    padding-bottom: 50px;
}

#portfolio-holder{
    margin: .5vw;
    font-size: 0;
    display: -ms-flexbox;
    -ms-flexbox-wrap: wrap;
    -ms-flexbox-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
}

#portfolio-holder .portfolio_img{
    -webkit-box-flex:auto;
    -ms-flex: auto;
    flex:auto;
    width: 300px;
    margin: .5vw;
    position: relative;
    overflow: hidden;
}

#portfolio-holder .portfolio_img img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 400px){
    #portfolio-holder .portfolio_img{
        margin: 0;
        z-index: 99;
    }

    #portfolio-holder{
        padding: 0;
        z-index: 99;
    }
}


#portfolio-holder .portfolio_img img{
    max-width: 100%;
    transition: transform 2s;
}

#portfolio-holder .portfolio_img:hover img{
    transform:scale(1.2); 
}

#portfolio-holder .portfolio_img .details{
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background: rgba(255,255,255,.95);
    transform: translateY(0px);
    opacity: 0;
    transition: all .5s;
}

#portfolio-holder .portfolio_img:hover .details{
    transform: translateY(0px);
    opacity: 1;
}

#portfolio-holder .portfolio_img .details .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    color: #fff;
}

#portfolio-holder .portfolio_img .details .content h6{
    margin: 0 0 0 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

#portfolio-holder .portfolio_img .content .icons{
    padding-left: 23%;
    padding-top: 10px;
}

#portfolio-holder .portfolio_img .details .content .icons i.fa{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid #111;
    color: #fff;
    background-color: #111;
    transition: all 0.5s ease-in;
    font-size: 13px;
    margin-right: 8px;
}

#portfolio-holder .portfolio_img .details .content .icons i.fa:hover{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    color: #111;
    border: 1px solid #111;
    background-color: #fff;
    transition: all 0.5s ease-in;
    font-size: 13px;
}

.content:nth-of-type(12){
    padding-left: 150px;
}

/* ------ Testimonial Section ---------- */
.img-circle{
    border-radius: 50%;
}

#testimonial-cover{
    background-image: url("../img/bg-testimonial.jpg");
}

#testimonials .content-box{
    background-color: rgba(0, 0, 0, 0.1);
}

#customers-testimonials{
    padding: 50px 0;
}

.testimonials img{
    max-width: 150px;
    margin: 0 auto 0 auto;
}

.testimonials blockquote{
    border: 0;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-family: 'Montserrat', sans-serif;
    /* font-style: italic; */
    color: #fff;
    
    padding: 17px 150px;
    position: relative;
}

.testimonials blockquote::before, 
.testimonials blockquote::after{
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    width: 30px;
    height: 30px;
    position:absolute;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic; 
}


.testimonials blockquote::before{
    content: "\201C";
    top: 0;
    left: 80px;
}

.testimonials blockquote::after{
    content: "\201D";
    bottom: 0;
    right: 60px;
}

.testimonial-author p{
    color: #fff;
    opacity: .7;
    font-family: 17px;
}

.testimonial-author p strong{
    display: block;
    opacity: .7;
}


/* --------------- Stats Section ---------------- */
#Stats{
    padding: 50px 0;
}

.stats-item{
    padding: 80px 0 5px 0;
}

.stats-item i{
    color: #000;
}

.stats-item h2{
    font-size: 38px;
    color: #000;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 1px;
}

.stats-item p{
    /* font-weight: 300; */
    color: #000;
    margin-top: 0;
    text-transform: uppercase;
}

/*========================================
		 Contact Section BEgins
==========================================*/


.contact-infos{
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom:-30px;
	padding-top: 35px;
    padding-bottom: 35px;
}

/* .contact-infos .fa{
	color: white;
	font-size: 26px;
	border: 1px solid white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
} */

.contact-infos a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.float_contact_infos .fa {
	color: #fff;
	font-size: 26px;
    border: 1px solid white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
    line-height: 50px;
    transition: all .8s; 
}

.float_contact_infos:hover .fa {
	color: #000;
	font-size: 26px;
    border: 1px solid white;
    background: #fff;
}


.contact-infos p{
	color: white;
	margin-top: 15px;
}

.contact-us-bg{
    background-image:url(../img/bg-contact.jpg);
    width: 100%;
}

.float_contact_infos{
    float: left;
}



/* ---------- Footer ------------ */
footer {
    background: #000;
    padding: 30px;
    color: #fff;
    text-align: center !important;
}

footer p{
    padding-left: 32%;
    /* text-align: center; */
}
/* ---------- Footer Ends ------------ */


/* ------------- Navigation ----------- */
nav{
    padding: 8px;
    /* margin: 0 50px; */
    position: fixed;
    width: 100%;
    z-index: 999;
    
}

.logo{
    float: left;
    padding: 8px;
    margin-left: 96px;
    margin-top: 8px;
}

.logo a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0px;
    text-decoration: none;
}

nav ul{
    float: right;
    margin-top: 16px;
    margin-right: 96px;
    overflow: hidden;
    background: rgba(0,0,0,0);
    transition: 1s;
}

nav ul li{
    display: inline-block;
    /* float: left; */
}

nav ul li:not(:first-child){
    margin-left: 48px;
}

nav ul li:last-child{
    margin-right: 24px; 
}

nav ul li a{
    display: inline-block;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1.2px;
    font-weight: 600;
}

nav ul li a:hover{
    display: inline-block;
    outline: none;
    color: #ffda00;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1.2px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

nav ul li a:focus{
    display: inline-block;
    outline: none;
    color: #ffda00;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1.2px;
    font-weight: 600;
}

nav.black{
    background: #000;
    -webkit-box-shadow: -4px 18px 101px -27px rgba(0,0,0,0.43);
    -moz-box-shadow: -4px 18px 101px -27px rgba(0,0,0,0.43);
    box-shadow: -4px 18px 101px -27px rgba(0,0,0,0.43);
}


/* .beks-top-nav ul.nav-wrapper .navigation-spy > li.active > a{
    color: #ffda00;
} */

li.active a{
    color: #ffda00;
}

.nav-wrapper ul li{
    z-index: 9999;
}


@media screen and (max-width: 1199px){
    .logo{
        padding: 0;
        margin-left: 16px;
    }

    nav{
        padding: 8px;
        margin: 0px;
    }

    .nav-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #fff;
        opacity: 1;
        transition: all 0.2s ease;
    }

    .nav-wrapper ul{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    .nav-wrapper ul li{
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .nav-wrapper ul li:nth-child(1) a{
        transition-delay: 0.2s
    }

    .nav-wrapper ul li:nth-child(2) a{
        transition-delay: 0.3s
    }

    .nav-wrapper ul li:nth-child(3) a{
        transition-delay: 0.4s
    }

    .nav-wrapper ul li:nth-child(4) a{
        transition-delay: 0.5s
    }

    .nav-wrapper ul li:nth-child(5) a{
        transition-delay: 0.6s
    }

    .nav-wrapper ul li:nth-child(6) a{
        transition-delay: 0.7s
    }

    .nav-wrapper ul li:not(:first-child){
        margin-left: 0;
    }

    .nav-wrapper ul li a{
        padding:10px 24px;
        opacity: 1;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1.2px;
        transform: translateX(0px);
        transition: all 0.2s ease;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-btn{
        position: fixed;
        right: 10px;
        top: 10px;
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
        border-radius: 50%;
        z-index: 9999;
        transform: rotate(45deg);
    }

    .nav-btn i{
        display: block;
        width: 25px;
        height: 2px;
        background: #000;
        border-radius: 2px;
        margin-left: 14px;
    }

    .nav-btn i:nth-child(1){
        margin-top: 16px;
        transform:  translateY(6px) rotate(180deg);
    }

    .nav-btn i:nth-child(2){
        margin-top: 4px;
        opacity: 0;
    }

    .nav-btn i:nth-child(3){
        margin-top: 4px;
        transform:  translateY(-6px) rotate(90deg);
    }

    #nav:checked + .nav-btn{
        transform: rotate(0deg);
    }
    
    #nav:checked + .nav-btn i{
        background: #fff;
        transition: transform 0.2s ease;
        
    }
    
    #nav:checked + .nav-btn i:nth-child(1){
        transform:  translateY(0px) rotate(180deg);
         margin-top: 16px;    
    }
    
    #nav:checked + .nav-btn i:nth-child(2){
        transform:  translateY(0px) rotate(180deg);
        opacity: 1;
    }
    
    #nav:checked + .nav-btn i:nth-child(3){
        transform:  translateY(0px) rotate(0deg);
    }
    
    #nav:checked ~ .nav-wrapper{
        z-index: 2;
        opacity: 0;
    }
    
    #nav:checked ~ .nav-wrapper ul li a{
        opacity: 0;
        transform: translateX(-20px);
        z-index: -99999999;
    }

    .displayoff{
        display: none;
    }
}


.hidden{
    display: none;
}


/* ------------- Navigation Ends----------- */


