/*
Theme Name: Custom Theme
Theme URI: http://wordpress.org/themes/twentythirteen
Author: John Dev
Author URI: http://johndev.com/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.spacing{
	padding:100px 0;
}
.wrapper {
    overflow: hidden;
}

.main-footer{
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.footer-widget h5{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.footer-widget h5::after{
    content: "";
    width: 30px;
    height: 2px;
    background: var(--primary);
    position: absolute;
    left: 0;
    bottom: -8px;
}

.footer-widget p,
.footer-widget li{
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.footer-widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li{
    margin-bottom: 8px;
}

.footer-widget ul li a{
    color: var(--c2);
    position: relative;
    padding-left: 15px;
    line-height: 1px;
}

.newsletter-form input{
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    padding: 0 15px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.newsletter-form button{
    width: 100%;
    height: 50px;
    border: none;
    background: var(--primary);
    color: var(--c2);
    font-weight: 600;
    border-radius: 5px;
}

.footer-bottom{
    margin-top: 60px;
    padding: 15px 0;
    border-top: 1px solid;
}
.main-footer:before {
    position: absolute;
    content: '';
    background: #0000006b;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.social-icons{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.project-prev, .project-next {
    font-size: 30px;
}
.social-icons a{
    width: 40px;
    height: 40px;
    background: var(--primary);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.contact-item a {
    display: block !important;
}

.contact-item a {
    font-size: 14px;
    color: var(--c2);
    line-break: anywhere;
}

.contact-item {
    margin-bottom: 10px;
}
.footer-para p {
    margin: 0;
}
.footer-widget ul li a:before {
    position: absolute;
    content: '';
    background: var(--c2);
    width: 6px;
    height: 1.5px;
    left: 0;
}
.sub-title span {
    font-size: 18px;
    color: var(--primary);
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.web-title h2 {
    font-size: 50px;
    color: var(--secondary);
    text-transform: capitalize;
    font-weight: 600;
}


/* blogs */
.blog-card{
    background: var(--c2);
    border: 1px solid #DCE1E4;
    transition:0.4s;
    position:relative;
    cursor: pointer;
}

.blog-image{
    position:relative;
    overflow:hidden;
}

.blog-image img{
    width:100%;
    object-fit:cover;
    transition:0.6s ease;
    display:block;
}

/* Image Zoom Hover */
.blog-card:hover .blog-image img{
    transform:scale(1.1);
}

.date-box{
    position:absolute;
    top: -60px;
    left:30px;
    width:80px;
    background: var(--c2);
    text-align:center;
    padding:12px 0;
    z-index: 9999;
}

.date-box::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:4px;
    background:#d99a00;
}

.date-box .day{
    display:block;
    font-size:28px;
    font-weight:700;
    color:#0c3a47;
    line-height:1;
}

.date-box .month{
    font-size:16px;
    color:#666;
    font-weight:500;
}

.blog-content{
    padding:45px 30px 30px;
    position: relative;
}

.blog-meta{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom: 10px;
    color:#666;
    font-size:15px;
}

.blog-meta i{
    color:#0c3a47;
    margin-right:5px;
}

.blog-content h3{
    margin-bottom:30px;
}

.blog-content h3 a{
    font-size: 24px;
    line-height: 32.4px;
    color: var(--secondary);
    font-weight:700;
    transition:.3s;
}

.blog-card:hover h3 a{
    color: var(--primary);
}

.blog-title.web-title {
    margin-bottom: 40px;
}
.blog-card .web-btn a {
    border-radius: 0px;
}
.blog-image a {
    display: block !important;
}
.blog-card .web-btn {
    margin-bottom: -53px;
}
.why-choose-content{
    max-width: 550px;
}

.why-choose-content .sub-title{
    margin-bottom: 40px;
}

.choose-item{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:30px;
}

.choose-icon{
    flex:0 0 70px;
}

.choose-icon img{
    width:70px;
    height:70px;
    object-fit:contain;
}

.choose-info h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
    color:#083d4a;
}

.choose-info p{
    margin:0;
    line-height:1.8;
    color:#666;
}
.choose-icon{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:50%;
    background: var(--secondary);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

.choose-icon::before{
    content:"";
    position:absolute;
    inset:6px;
    border: 7px solid #C1D7FF;
    border-radius:50%;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
}
.why-choose-content .choose-item:last-child .choose-icon{
    background: var(--primary);
}

.why-choose-content .choose-item:last-child .choose-icon::before{
    border-color: #DBA582;
}
.choose-icon img{
    width:32px;
    height:32px;
    object-fit:contain;
    position:relative;
    z-index:2;
}
@media(max-width:767px){

    .choose-item{
        flex-direction:column;
        gap:15px;
    }

    .choose-icon{
        flex:auto;
    }
}
.why-choose-sec .row{
    align-items:stretch;
}

.why-choose-sec-img,
.why-choose-content{
    height:100%;
}

.why-choose-sec-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.why-choose-content {
    padding: 80px 60px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 150%;
    max-width: 120%;
    margin-left: -110px;
    margin-top: 70px;
    padding-right: 230px;
}
.testimonial-heading{
    margin-bottom:60px;
}

.testimonial-box{
    text-align:center;
}

.rating{
    width:120px;
    height:38px;
    background:var(--primary);
    color:#fff;
    margin:0 auto -18px;
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:2px;
    border-radius:3px;
}

.testimonial-box p{
    background:#fff;
    border:1px solid #ececec;
    border-radius:8px;
    padding:45px 30px;
    line-height:1.9;
    position:relative;
    box-shadow: 0px 0px 3px #00000040;
}

.testimonial-box p::after{
    content:'';
    width:22px;
    height:22px;
    background:#fff;
    position:absolute;
    left:50%;
    bottom:-11px;
    transform:translateX(-50%) rotate(45deg);
    border-right:1px solid #ececec;
    border-bottom:1px solid #ececec;
}

.testimonial-user{
    margin-top:35px;
}

.testimonial-user img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    margin:0 auto 10px;
    display:block;
    background:#ddd;
}

.testimonial-user span{
    display:block;
    color:#999;
    font-size:14px;
}

.testimonial-user h4{
    font-size:24px;
    color:var(--secondary);
    margin-top:5px;
}

.testimonial-slider{
    padding-bottom:60px;
}

.testimonial-slider .swiper-pagination-bullet{
    width:25px;
    height:3px;
    border-radius:30px;
}

.testimonial-slider .swiper-pagination-bullet-active{
    background:var(--primary);
}

.projects-section{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.projects-section::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.projects-section .container{
    position: relative;
    z-index: 2;
}

.web-title span{
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

section.projects-section .web-title h2{
    color: var(--c2);
    font-size: 50px;
    margin: 0;
    font-weight: 700;
}

.project-nav{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.project-prev,
.project-next{
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: .4s;
}

.project-prev:hover,
.project-next:hover{
    color: var(--primary);
}

.project-slider .swiper-slide{
    overflow: hidden;
    line-height: 1px;
}

.project-slider .swiper-slide img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: .5s;
}

.project-slider .swiper-slide:hover img{
    transform: scale(1.08);
}

@media(max-width:991px){

    .web-title h2{
        font-size: 38px;
    }

    .project-nav{
        justify-content: flex-start;
        margin-top: 20px;
    }

    .project-slider .swiper-slide img{
        height: 350px;
    }
}

@media(max-width:767px){

    .web-title h2{
        font-size: 30px;
    }

    .project-slider .swiper-slide img{
        height: 280px;
    }
}
.projects-section{
    position: relative;
    overflow: hidden;
}


.project-icon-1 img{
    width: 55px;
    height: auto;
}



.project-icon-2 img{
    width: 55px;
    height: auto;
}

.project-icon-1{
    position: absolute;
    left: 20px;
    top: 55%;
    transform: translateY(-50%);
}

.project-icon-2{
    position: absolute;
    right: 20px;
    bottom: 40px;
}

.estimate-section{
    overflow: hidden;
    background: #f5f5f5;
}

.estimate-image{
    height: 100%;
}

.estimate-image img{
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.estimate-content{
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Experience Box */

.experience-box{
    position: absolute;
    left: -269px;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    height: 250px;
    border-radius: 140px 0px 0px 140px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 5;
    padding-left: 60px;
}

.exp-bg-number{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 210px;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px #e3e3e3;
    z-index: 1;
}

.exp-content{
    position: relative;
    z-index: 2;
    text-align: center;
}

.exp-content span{
    display: block;
    font-size: 45px;
    color: var(--primary);
    line-height: 1;
    font-weight: 600;
    text-align: start;
}

.exp-content h3{
    margin: 0;
    font-size: 44px;
    line-height: .95;
    color: var(--secondary);
    text-align: start;
    font-weight: 600;
}

/* Form */

.estimate-form{
    width: 100%;
    max-width: 420px;
    background: var(--primary);
    padding: 40px;
}

.estimate-form h4{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.estimate-form .form-group{
    margin-bottom: 15px;
}

.estimate-form input,
.estimate-form select,
.estimate-form textarea{
    width: 100%;
    border: 0;
    outline: none;
    background: #fff;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 5px;
}

.estimate-form textarea{
    resize: none;
}

.estimate-btn{
    width: 100%;
    border: 0;
    background: #00384f;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    transition: .3s;
}

.estimate-btn:hover{
    background: #022b3c;
}