/*
  Struqta Core Styles
*/

/*  ==========================================================================
    Table of Content
    ==========================================================================

    1.0 Section Heading
    2.0 Columns
    3.0 Social Share
    4.0 Subscribe Form
    5.0 Widgets
        5.1 About
        5.2 Address
        5.3 MailChimp

    ==========================================================================
    Struqta Core
    ========================================================================== */

/* ==========================================================================
   1.0 Section Heading
   ========================================================================== */
.section-heading .heading{
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    color: #222;
}
.section-heading .desc{
    margin-bottom: 0;
}
/* Global Transition */
a,
a:hover{
    transition: all 0.2s ease-in-out;
}
.elementor-text-editor p{ margin: 0; }
/* This class can be replaced using options */
.hover-in{
	transition: .3s ease-out;
}
.hover-out{
	transition: .3s ease-in;
}

/* Button Style */
.wt-btn{
    font-family: "Work Sans",sans-serif;
    letter-spacing: 1px;
    background-color: #000000;
    color: #fff;
    line-height: 60px;
    display: inline-block;
    padding: 0 50px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.wt-align-justify .wt-btn{ display: block; }
.wt-btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.2);
    -webkit-transform-origin: right center;
       -moz-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0, 1);
       -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
         -o-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
       -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.wt-btn:hover{
    color: #fff;
}
.wt-btn:hover:before{
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
}

/* ==========================================================================
   2.0 Columns
   ========================================================================== */
.wt-row{
    display: block;
    margin: 0 -10px;
}
.wt-row .wt-col{
   float: left;
   display: block;
   padding: 0 10px;
}
.wt-row.wt-column-desktop-1 .wt-col{ width: 100%; }
.wt-row.wt-column-desktop-2 .wt-col{ width: 50%; }
.wt-row.wt-column-desktop-3 .wt-col{ width: 33.33%; }
.wt-row.wt-column-desktop-4 .wt-col{ width: 25%; }
.wt-row.wt-column-desktop-5 .wt-col{ width: 20%; }
.wt-row.wt-column-desktop-6 .wt-col{ width: 16.66%; }

@media (max-width: 992px) {
    .wt-row.wt-column-tablet-1 .wt-col{ width: 100%; }
    .wt-row.wt-column-tablet-2 .wt-col{ width: 50%; }
    .wt-row.wt-column-tablet-3 .wt-col{ width: 33.33%; }
    .wt-row.wt-column-tablet-4 .wt-col{ width: 25%; }
    .wt-row.wt-column-tablet-5 .wt-col{ width: 20%; }
    .wt-row.wt-column-tablet-6 .wt-col{ width: 16.66%; }
    .dl-project-items{
        margin-right: 0!important;
        margin-left: 0!important;
    }
}
@media (max-width: 480px) {
    .wt-row.wt-column-mobile-1 .wt-col{ width: 100%; }
    .wt-row.wt-column-mobile-2 .wt-col{ width: 50%; }
    .wt-row.wt-column-mobile-3 .wt-col{ width: 33.33%; }
    .wt-row.wt-column-mobile-4 .wt-col{ width: 25%; }
    .wt-row.wt-column-mobile-5 .wt-col{ width: 20%; }
    .wt-row.wt-column-mobile-6 .wt-col{ width: 16.66%; }
}

/* ==========================================================================
   3.0 Social Share
   ========================================================================== */
.social-share-wrap{
    display: inline-block;
    margin-right: 10px;
}
.social-share {
    display: block;
    margin: 0;
}
.social-share span{
    margin-right: 10px;
}
.social-share a{
    color: #555;
    font-size: 11px;
    margin-right: 10px;
}
.social-share a:hover{
    color: #444;
}

/* Social Icons */
.wt-social-icons{
    display: block;
    margin: 0!important;
}
.wt-social-icons.left{
    text-align: left;
}
.wt-social-icons.left li:not(:last-of-type){
    margin-right: 20px;
}
.wt-social-icons.center{
    text-align: center;
}
.wt-social-icons.center li{
    margin: 0 10px;
}
.wt-social-icons.right{
    text-align: right;
}
.wt-social-icons.right li:not(:first-of-type){
    margin-left: 20px;
}
.wt-social-icons li{
    display: inline-block;
}
.wt-social-icons li a{
    color: #ddd;
    font-size: 12px;
}
.wt-social-icons li a:hover{
    color: #fff;
    opacity: 0.7;
}
.widget ul.wt-social-icons li a{
    color: #999;
}
.widget ul.wt-social-icons li a:hover{
    color: #313335;
    opacity: 1;
}

/* ==========================================================================
   4.0 Subscribe Form
   ========================================================================== */
.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}
.subscribe_form input.input{
    display: block;
    background-color: #333;
    color: #fff;
    border: none;
    font-size: 12px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    border-radius: 0;
    width: 70%;
    transition: all 0.5s ease-in-out;
}
.subscribe_form input.input:focus{
    color: #fff;
}
.subscribe_form .submit{
    background-color: #9e8a78;
    color: #fff;
    font-family: "Work Sans", serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 30%;
    border-radius: 0;
    letter-spacing: 1;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
    background-color: #897666;
    transition: all 0.5s ease-in-out;
}
.subscribe_form input::-webkit-input-placeholder{
   color: #ddd !important;
}
.subscribe_form input:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;
}
.subscribe_form input::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;
}
.subscribe_form input:-ms-input-placeholder{
   color: #ddd !important;
}
.mc4wp-form-submitted .mc4wp-error{
    margin-top: 50px;
}
.mc4wp-form-submitted .mc4wp-error p{
    color: #ddd;
}
.mc4wp-form-submitted .mc4wp-error p a{
    color: #ddd;
}

/*Widget About*/
.widget-about{}
.widget-about .widget-brand{
    display: block;
    margin-bottom: 20px;
}
.widget-about .widget-brand img{ max-width: 60%; }
.widget-about-info{
    display: block;
    color: #999;
    font-size: 15px;
    font-family: "Work Sans", serif;
    line-height: 1.73;
    letter-spacing: .2px;
}
.widget-about-info span{
    font-family: 'Work Sans', serif;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}
.widget .widget-about-info span{
    color: #313335;
}
.widget-about .wt-social-icons{
    margin-top: 20px!important;
}
.widget-about .wt-social-icons li{
    padding: 0;
}
.widget-about .wt-social-icons li:before{
    display: none;
}
@media (max-width: 520px){
    .widget-about .widget-brand img{ max-width: 150px; }
}

/* ==========================================================================
   5.0 Widgets
   ========================================================================== */
/* 5.1 About */
.widget-about p{
    color: #263a4f;
}
.widget-about .wt-social-icons{}
.widget-about .wt-social-icons li{ display: inline-block; }
.widget-about .wt-social-icons li:not(:last-of-type) { margin-right: 5px; }
.widget-about .wt-social-icons li > a {
    color: #999;
    font-size: 13px;
    text-decoration: none;
    background-color: #34383c;
    width: 35px;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
}
.widget-about .wt-social-icons li > a:hover{
    color: #fff!important;
    opacity: 0.9!important;
}
.widget-about .wt-social-icons li.facebook a{
    background-color: #3b5998;
    color: #fff;
}
.widget-about .wt-social-icons li.twitter a{
    background-color: #1da1f2;
    color: #fff;
}
.widget-about .wt-social-icons li.instagram a{
    background-color: #e1306c;
    color: #fff;
}
.widget-about .wt-social-icons li.linkedin a{
    background-color: #0e76a8;
    color: #fff;
}
.widget-about .wt-social-icons li.pinterest a{
    background-color: #bd081c;
    color: #fff;
}
.widget-about .wt-social-icons li.whatsapp a{
    background-color: #25d366;
    color: #fff;
}

/* 5.2 Company Info */
.widget .widget-comp-contact{}
.widget .widget-comp-contact li{
    font-size: 15px;
    padding-bottom: 0!important;
    border-bottom: 0px solid #000!important;
}
.widget .widget-comp-contact li:not(:last-of-type){
    margin-bottom: 15px;
}
.widget .widget-comp-contact li i{
    margin-right: 10px;
    color: #FE5A0E;
}

/* 5.3 MailChimp */
.widget-mailchimp{}
.widget-mailchimp .wt-subscribe-wrap{}
.widget-mailchimp .wt-subscribe-wrap form{
    position: relative;
    margin: 15px 0;
}
.widget-mailchimp .wt-subscribe-wrap form input{
    display: block;
    background-color: transparent;
    border: 1px solid #FE5A0E;
    color: #ddd;
    border-radius: 0;
    padding: 15px 13px;
    padding-right: 83px;
}
.widget-mailchimp.dark .wt-subscribe-wrap form input{
    border: 2px solid #ddd;
    color: #555;
}
.widget-mailchimp .wt-subscribe-wrap form input::-webkit-input-placeholder{
   color: #888 !important;
}

.widget-mailchimp .wt-subscribe-wrap form input:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;
}

.widget-mailchimp .wt-subscribe-wrap form input::-moz-placeholderr{  /* Firefox 19+ */
   color: #888 !important;
}

.widget-mailchimp .wt-subscribe-wrap form input:-ms-input-placeholder{
   color: #888 !important;
}
.widget-mailchimp .wt-subscribe-wrap form button{
    background-color: #FE5A0E;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 45px;
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.widget-mailchimp .wt-subscribe-wrap form button:focus{
    outline: none;
}
.widget-mailchimp .wt-subscribe-wrap form button:hover{
    opacity: 0.9;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.widget-mailchimp p.muted{
    color: #ddd;
    margin-bottom: 0;
}
.widget-mailchimp .subscribe-result p{
    margin: 15px 0 0;
    padding: 15px;
    display: none;
}
.widget-mailchimp .subscribe-result.subs-success p.subscription-success{
    display: block;
}
.widget-mailchimp .subscribe-result.subs-error p.subscription-error{
    display: block;
}
.widget-mailchimp .subscribe-result p.subscription-success{ border: 1px solid #5ecc62; }
.widget-mailchimp .subscribe-result p.subscription-error{ border: 1px solid #ff4c4c; }

/* ==========================================================================
   6.0 Projects
   ========================================================================== */
.dl-project-items{}
.dl-project-box{
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.dl-project-box .overlay{
    background: linear-gradient(to bottom,rgba(99,92,92,0) 0%,rgb(6, 27, 73) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50%);
}
.dl-project-box:hover .overlay{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.dl-project-box .project-thumb{
    position: relative;
    transition: all 0.2s ease-in-out;
}
.dl-project-box .project-thumb img{
    width: 100%;
}
.dl-project-box .project-lightbox{
    position: absolute;
    right: -100%;
    top: 20px;
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    transition: all 600ms ease;
    opacity: 0;
    visibility: hidden;
}
.dl-project-box .project-lightbox:hover{
    background-color: rgba(255,255,255,0.35);
}
.dl-project-box:hover .project-lightbox{
    right: 20px;
    opacity: 1;
    visibility: visible;
    transition: all 400ms ease;
}
.dl-project-box .project-content{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 35px;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}
.dl-project-box:hover .project-thumb{
    transform: scale(1.05);
}
.dl-project-box .project-content h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.dl-project-box .project-content h3 a{
    color: #fff;
    text-decoration: none;
}
.dl-project-box .project-content h3 a:hover{
    color: #fff;
    text-decoration: underline;
}
.dl-project-box .project-content span{
    background-color: #000000;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}

/* 6.1 Project Filter */
.dl-filter-wrap{
    margin: 0 0 40px;
    display: block;
}
.dl-filter-wrap .dl-project-filter{
    list-style: none;
    display: inline-block;
    padding: 0;
}
.dl-filter-wrap .dl-project-filter li{
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    color: #333;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.dl-filter-wrap.center .dl-project-filter li{
    margin: 0 5px;
}
.dl-filter-wrap.left .dl-project-filter li{
    margin-left: 10px;
}
.dl-filter-wrap .dl-project-filter li:hover,
.dl-filter-wrap .dl-project-filter li.active{
    color: #000000;
    transition: all 0.3s ease-in-out;
}

/* 6.2 Project Carousel Control */
.dl-project-carousel{ overflow: hidden; }
.dl-project-nav{}
.dl-project-nav .owl-nav{}
.dl-project-nav .owl-nav div{
    background-color: rgba(255,255,255,0.1);
    display: block;
    text-align: center;
    color: #fff;
    line-height: calc(45px - 2px);
    border: 1px solid transparent;
    font-size: 12px;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -100px;
    top: calc(50% - 20px);
    transition: all 0.5s linear;
}
.dl-project-nav .owl-nav div.owl-next{
    left: auto;
    right: -100px;
}
.dl-project-nav .owl-nav div:hover{
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.dl-project-nav:hover .owl-nav div{
    left: 20px;
    transition: all 0.5s linear;
}
.dl-project-nav:hover .owl-nav div.owl-next{
    left: auto;
    right: 20px;
}
.dl-project-nav .owl-dots{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -60px;
}
.dl-project-nav .owl-dots div{
    background-color: #999;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
}
.dl-project-nav .owl-dots div.active{
    background-color: rgba(61, 100, 244,1);
}

/* ===== FAQ ===== */
.dl-faq-con .dl-single-faq {
    position: relative;
    overflow: hidden;
}
.dl-faq-con .dl-single-faq .dl-faq-title {
    font-size: 15px;
    margin-bottom: 0px;
}
.dl-faq-con .dl-single-faq .dl-faq-header {
    background-color: #f5f5f5;
    padding-top: 21px;
    padding-bottom: 21px;
}