body{
    font-family: 'Roboto', sans-serif;
}
.pxlt-equal .elementor-col-33 .elementor-element {
    height: 100%;
}
.pxlt-equal .elementor-col-33 .elementor-element .elementor-widget-container {
    height: 100%;
}
#work-together .elementor-widget-wrap{
        display: flex;
        width: 100%;
        align-items: baseline;
}
#work-together .elementor-widget-heading{
    width: 50%;
    margin: 0;
}
#work-together .elementor-widget-button{
        width: 50%;
        text-align: end;
}
#basic-plan .elementor-icon-list-items li:before {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    background: #01c9f5;
    border-radius: 50%;
    margin-right: 15px;
}
#plan-prices .plan .elementor-column-gap-default .elementor-column .elementor-element-populated {
    display: flex;
    width: 100%;
    align-items: flex-end;
    padding: 0;
    margin-bottom: 10px;
}
#plan-prices .plan .elementor-column-gap-default .elementor-column .elementor-element-populated .elementor-widget-heading {
    width: 40%;
        text-align: end;
}
#plan-prices .plan .elementor-column-gap-default .elementor-column .elementor-element-populated .elementor-widget-text-editor {
    width: 60%;
    text-align: left;
}
/* .elementor-section .elementor-container{
    max-width: 1320px;
} */
/* navbar */

#wrapper-navbar #main-nav .container {
    max-width: 100%;
	width: 1440px;
    margin: auto;
}
#wrapper-navbar #main-nav {
    background: #fff;
    padding: 15px 0px;
}
.top-header{
    background: #01c9f5;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
}
.top-header ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.top-header ul li {
    display: inline-flex;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1rem;
    font-family: 'Roboto', sans-serif;
    align-items: center;
}
.top-header ul li a{
    text-decoration: none;
    color: #fff;
}

.top-header .header-contact .fa-envelope:before, .fa-phone:before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    margin-right: 8px;
    font-size: 15px;
}
#navbarNavDropdown #main-menu li{
    padding: 0 10px;
} 
#navbarNavDropdown li .nav-link {
    font-size: 17px;
    transition: all .3s;
    font-weight: 500;
    color: #293043;
    position: relative;
    font-family: 'Roboto';
}
.custom-btn {
    background: #3180fc;
    border: 0;
    color: #fff;
    font-weight: 500;
    padding: 10px 17px;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Roboto';
    letter-spacing: 0.3px;
    text-transform: capitalize;
    text-decoration: none;
    transform: 0.3s;
}

.custom-btn:hover {
    background: #fff;
    color: #000;
}
.custom-btn:after {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-left: 6px;
}
div.wpforms-container-full .wpforms-form button[type=submit]{
    background-color: #3180fc;
    border: 1px solid #3180fc;
    padding: 12px 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover{
    background: #2c2c2c;
}
.btn-design{
    background: #3180fc;
    border: 0;
    color: #fff;
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Roboto';
    letter-spacing: 0.3px;
    text-decoration: none;
}
.btn-design:after {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 12px;
    padding-left: 6px;
}
.btn-design:hover{
    color: #2c2c2c;
    background: #fff;
}
.dropdown-menu .nav-item .dropdown-item{
    font-size: 16px;
    font-weight: 500;
}
.dropdown-toggle:before {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 13px;
    position: absolute;
    right: -8px;
    top: 12px;
}
.dropdown-toggle::after{
    display: none;
}
.absolute-pos {
    position: absolute !important;
    top: -40px !important;
}
.company-statistics .project-img .col-md-4 {
    margin-bottom: 25px;
}
.project-img .image-wrap img {
    width: 100%;
    height: 279px;
    object-fit: cover;
}

/* footer */
.footer-wrapper{
    background: #0e1c39;
    text-align: center;
    color: #fff;
    background-image: url(../image/front-hero-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-wrapper .footer-content{
    border-bottom: 1px solid #cccccc59;
    margin: 0 20px;
    padding:100px 20px;
}
.footer-wrapper .footer-content h2{
    font-size: 43px;
    font-weight: 600;
    line-height: 1.2em;  
    font-family: "Merriweather";      
}
.footer-wrapper .footer-content p{
    max-width: 690px;
    line-height: 1.8;
    margin: 30px auto;
}
.footer{
    padding: 40px 0;
}
.footer ul{
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}
.footer ul li{
    padding: 0 14px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
}
.footer ul li a{
    text-decoration: none;
    color: #FFFFFF99;
}
.footer .copyright p{
        color: #FFFFFF99;
        margin: 0; 
}
.page-title-area {
    padding: 160px 0;
    background-color: #f7f9fd;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: 0 7px 15px 0 #00000012;
}
.page-title-area:before {
    content: "";
    position: absolute;
    left: -175px;
    bottom: 80px;
    width: 700px;
    height: 700px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -2;
}
.page-title-area .page-title h1 {
    font-size: 54px;
    line-height: 1.3;
    letter-spacing: -1px;
    margin: 0 auto;
    padding: 0 0 10px;
    max-width: 80%;
    font-family: 'Merriweather', serif;
}
.page-title-area .breadcrumb {
    color: #293043;
    justify-content: center; 
    line-height: 1.4;
    font-size: 18px;
    margin: 15px auto 0;
    max-width: 90%;
    text-transform: capitalize;
}
.fa-angles-right:before {
    padding: 0 15px;
    font-size: 13px;
}
.page-title-area .breadcrumb a {
    color: #293043bf;
    text-decoration: none;
    font-weight: 500;
}
.page-title-area .breadcrumb a:hover{
    color: #3180fc;
}
.page-title-area .breadcrumb .active-link{
    color: #3180fc;
}
.carousel-wrap{
    margin: 60px 0;
}

.carousel-wrap img{
    width: 100%;
}


.project-info{
    margin: 60px 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 50px;
}
.project-info h2{
    font-size: 24px;
    margin: 0 0 15px;
    font-family: 'Merriweather', serif;
    color: #293043;
}
.project-info p{
    font-size: 18px;
    line-height: 1.7;
    color: #696e7b;
    /* max-width: 130px; */
}
.project-info span{
    font-size: 18px;
    line-height: 1.7;
    color: #696e7b;
    margin-bottom: 10px;
    display: block;
}
.related-portfolio{
    margin: 60px 0;
    text-align: center;
}
.related-portfolio h6{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    color: #3180fc;
}
.related-portfolio h2{
    margin: 10px 0 35px;
    font-size: 45px;
    line-height: 1.2;
    font-family: 'Merriweather', serif;
    color: #293043;
    font-weight: 700;
}
.image-wrap{
    position: relative;
    margin-bottom: 15px;
}
.image-wrap img{
    height: 100%;
    width: 100%;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    background-color: #00000047;
    cursor: pointer;
}
.slick-slide{
    padding: 0 10px;
}
.slick-dots li button:before {
    font-size: 12px !important;
}
.image-wrap:hover .overlay{
    opacity: 0.9;
}
/* .overlay-icon{
    background: #fff;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: absolute;
    left: 160px;
    top: 96px;
} */
.overlay-icon {
    background: #fff;
    height: 65px;
    width: 75px;
    position: absolute;
    bottom: 0;
}
.overlay-icon a{
    padding: 22px 26px;
    font-size: 22px;
    text-align: center;
    line-height: 3.2;
}
@media screen and (max-width: 1115px) {
    #plan-prices .elementor-element-populated {
        padding: 30px 45px 40px 45px;
    }
}
@media screen and (max-width: 991px) {
    .custom-btn{
        display: none;
    }
    .mx-auto {
        margin-right: inherit !important;
    }
    .footer ul li {
        padding: 0 12px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .top-header ul li{
        padding: 0 6px;
    }
    .top-header .header-contact .fa-envelope:before, .fa-phone:before {
        margin-right: 0;
    }
    .navbar .navbar-collapse {
        position: fixed;
        background: #fff;
        height: 100vh;
        left: -270px;
        width: 270px;
        transition: .3s;
        top: 0px;
        z-index: 15;
        padding: 30px 0px;
        overflow-y: auto;
    }
    .navbar .show {
        left: 0;
    }
    body.nav-active {
        overflow: hidden;
    }
    body.nav-active:after {
        visibility: visible;
        opacity: 1;
    }
    body:after {
        content: "";
        display: block;
        height: 100%;
        width: 100vw;
        background: rgba(0,0,0,.54);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        transition: .3s;
        visibility: hidden;
        opacity: 0;
    }
    .navbar-toggler {
        z-index: 99999;
        border: 0;
    }
    .navbar-toggler[aria-expanded=false]{
        background-color: #fff;
    }
    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXgiPjxsaW5lIHgxPSIxOCIgeTE9IjYiIHgyPSI2IiB5Mj0iMTgiPjwvbGluZT48bGluZSB4MT0iNiIgeTE9IjYiIHgyPSIxOCIgeTI9IjE4Ij48L2xpbmU+PC9zdmc+);
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    #navbarNavDropdown #main-menu .nav-item {
        padding: 0;
        border-bottom: 1px solid #cccccc4f;
    }
    #main-nav #navbarNavDropdown li .nav-link{
        padding: 12px 20px;
        color: #000 !important;
    }
    #navbarNavDropdown li .nav-link:hover {
        background: #e7e7e7;
    }   
    .navbar-nav .dropdown-menu {
        position: static;
        border: 0;
        border-radius: 0;
        padding: 0;
    } 
    .dropdown-menu .nav-item .dropdown-item{
        padding: 12px 35px;
        font-size: 16px;
        font-weight: 500;
    }
    .dropdown-toggle:before {
        right: 20px;
        top: 15px;
    }
    .footer ul{
        display: block;
    }
    .footer ul li {
        padding: 10px 0;
    }
    .footer .copyright p{
        font-size: 14px;
    }
    .footer-wrapper .footer-content {
        padding: 40px 0;
    }
    .footer-wrapper .footer-content h2 {
        font-size: 30px;
    }  
    .footer-wrapper .footer-content p {
        max-width: 455px;
        line-height: 1.5;
        margin: 20px auto;
        font-size: 16px;
    }  
    .btn-design{
        padding: 10px 20px;
        font-size: 14px;
    }
    .related-portfolio h2 {
        font-size: 30px;
    }
    .page-title-area .page-title h1 {
        font-size: 35px;
    }    
    .page-title-area {
        padding: 117px 0;
    }
}
@media screen and (min-width: 768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        border: 0;
        border-radius: 0;
        box-shadow: 0 0 2px 0 #00000040;
    }
}

.slick-next:before, .slick-prev:before{
    color: #000000 !important;
}
.see-all-work-btn a{
    background-color: #3180FC;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px 5px 5px 5px;
    padding: 15px 30px 15px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
.see-all-work-btn{
    margin-top: 40px;
}
.modern-features-img img {
    height: 75px;
    object-fit: contain;
}
.pxlt-blog-wrap .blog-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    height: 300px;
    color: #fff;
}
.pxlt-blog-wrap .blog-img img {
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}
.pxlt-blog-wrap .blog-img:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    opacity: 0.5;
    z-index: 0;
    border-radius: 10px;
}
.pxlt-blog-wrap .blog-wrap {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #0000001f;
    margin-bottom: 20px;
}   
.pxlt-blog-wrap .blog-content {
    padding: 15px 15px 0;
    z-index: 1;
    position: absolute;
    color: #fff;
    bottom: 0;
}
.pxlt-blog-wrap .blog-content .title {
    font-size: 20px;
    color: #fff;
}
.pxlt-blog-wrap .blog-content .title:hover {
    text-decoration: underline;
}
.pxlt-blog-wrap .blog-content p {
    font-size: 14px;
}
.pxlt-blog-single-wrap .title{
    margin-bottom: 15px;
}
.pxlt-blog-single-wrap .blog-img img{
    width: 100%;
    border-radius: 15px;
    height: 350px;
    object-fit: cover;
    object-position: top center;
}
.pxlt-blog-wrap .understrap-read-more-link{
    display: none;
}
header#wrapper-navbar{
    position: sticky;
    top: 0;
    z-index: 5;
}
.see-all-work-btn i {
    margin-left: 6px;
}
.sidebar-blog .blog-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background:#f2f2f2f2;
    padding:10px 20px;
    border-radius:10px;
    box-shadow:0 0 10px 0 #00000030
}

.sidebar-blog .blog-wrap img {
    height: 70px !important;
    width: 70px !important;
    object-fit: cover;
    border-radius: 50%;
}

.sidebar-blog .blog-content {
    margin-left: 15px;
}

.sidebar-blog a.title {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}