.nav-container {
    display: flex;
    justify-content: space-between;
    max-width: 1315px;
    margin: 0 auto;
    align-items: center;
    gap: 0 25px;
    padding: 0 35px;
}
.webalive-navbar-brand img {
    max-width: 155px;
}


.first-footer{
    border-top:1px solid #e6e6e6;
    padding:26px 0px;
}
.last-footer .container,
.first-footer .container{
    max-width:1315px;
    margin:0 auto;
    width:100%;
    padding:0 35px;
}
.first-footer .container img{
    max-width:140px !important;
}
.menu-footer-menu-container ul{
    display:flex;
    justify-content:right;
    gap:0 15px;
}
.menu-footer-menu-container ul li{
   list-style-type:none;
   margin: 0;
   position:relative;
}
.footer-menu-list{
    display: flex;
    align-items: center;
     justify-content: right;
}
.last-footer .widget,
.first-footer .widget {
    margin: 0;
}
.menu-footer-menu-container ul li a{
    color:#777777;
    font-size:13px;
    text-decoration:none;
}
.menu-footer-menu-container ul li a:hover{
    color:#ff2813;
}
.menu-footer-menu-container ul li:before{
    content: '';
    width: 1px;
    height: 12px;
    background-color: #777777;
    position: absolute;
    left: -8px;
    top: 10px;
}
.menu-footer-menu-container ul li:first-child:before{
    display:none;
}
.last-footer{
    background-color: #eeeeee;
    padding:24px 0px;
}

.menu-footer-social-icon-container ul{
    display:flex;
    gap:0 10px;
    justify-content: right;
    gap: 0 20px;
}
.menu-footer-social-icon-container ul li{
    list-style-type:none;
    margin:0;
}
.menu-footer-social-icon-container ul li a{
    color: #777777;
    font-size: 19px;
}
.menu-footer-social-icon-container ul li a:hover{
    color: #ff2813;
}
.copy-right p{
    margin:0;
    color: #777777;
    font-size:13px;
}
.work-button a{
  text-decoration:none !important;
}

.thumnail-box-info{
    position:relative;
}
.thumnail-box-info .thum-content-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0;
    transition: opacity 0.5s ease-out;
}
.thumnail-box-info:hover .thum-content-box{
    opacity:100;
    transition: opacity 0.5s ease-out;
    
}
.thumnail-box-info:hover .thum-content-box .thum-title{
   position:relative;
}
.thumnail-box-info:hover .thum-content-box .thum-title:before{
   Content:'';
   position:absolute;
   width:25px;
   height:2px;
   background-color:#ffffff;
   bottom:-10px;
   left: 50%;
   transform: translateX(-50%);
 }
.thumnail-box-info:hover .thum-content-box a{
    text-decoration:none;
}
.thumnail-box-info:hover .thum-content-box a:before{
   display:none;
}
.thumnail-box-info .image-box-content a{
    position:relative;
    display:block;
}
.thumnail-box-info .image-box-content a:before{
   content:'';
   background-color:rgba(255, 51, 0, 0.9);
   width:100%;
   height:100%;
   position:absolute;
   opacity:0;
   transition: opacity 0.5s ease-out;
}
.thumnail-box-info:hover a:before{
    content:'';
    background-color:rgba(255, 51, 0, 0.9);
    width:100%;
    height:100%;
    position:absolute;
    opacity:100;
    transition: opacity 0.5s ease-out;
 }
.thumnail-box-info-two .image-box-content a:before{
    content:'';
    background-color:rgba(30, 52, 73, 0.9);
    width:100%;
    height:100%;
    position:absolute;
 }

/*Top home slider banner*/

 .elementor-widget-home-hero-slider .slider-item-container{
    position:relative;
 }
 .elementor-widget-home-hero-slider .text-container {
    top:245px;
    left: 334px;
    position: absolute;
}
.elementor-widget-home-hero-slider .upper-text{
    font-weight:600;
    color:#ffffff;
    font-size:14px;
}
.elementor-widget-home-hero-slider .upper-text2{
    font-weight:400;
    color:#ffffff;
    font-size:14px;
}
.elementor-widget-home-hero-slider .title-text{
    font-size: 52px;
    line-height: 1.2em;
    border-left:1px solid rgba(255,255,255,0.3);
    color:#ffffff;
    margin-top:0px;
    padding-top:150px;
    padding-bottom:40px;
    padding-left:25px;
    max-width:520px;
    font-weight:700;
    margin-top:14px;
    padding-right:15px;
}

.elementor-widget-home-hero-slider .owl-nav {
    position: absolute;
    top:50%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    width:100%;
}

.elementor-widget-home-hero-slider .owl-nav button {
    display: block;
    color: #fff;
    height: 60px;
    width: 50px;
    background-color: rgba(0,0,0,0.4) !important;
    border-radius: 0 4px 4px 0 !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
    transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    outline:0;
    color:#ffffff;
    display:flex;
    align-items: center;
    justify-content:space-between;
    padding:0 20px !important;
    overflow:hidden;
    -webkit-transition: 0.3s;
}
.elementor-widget-home-hero-slider .owl-nav button:hover {
     width:100px;
     transition:  0.2s linear;
     -webkit-transition: 0.2s linear;
     -webkit-transition: 0.3s;
}
.elementor-widget-home-hero-slider .owl-nav button span{
    color:#ffffff;
    font-size:50px;
    margin-left:15px;
    margin-top:-10px;
}
.elementor-widget-home-hero-slider span.owl-counter.owl-counter-prev {
   margin-right:15px;
}
.elementor-widget-home-hero-slider span.owl-counter.owl-counter-next {
    letter-spacing: 7px;
    transform: rotate(35deg);
    margin-right: -10px;
}
.elementor-widget-home-hero-slider span.owl-counter.owl-counter-prev {
    transform: rotate(35deg);
    letter-spacing: 7px;
}
.elementor-widget-home-hero-slider button.owl-prev {
    border-radius: 0 4px 4px 0 !important;
}
.elementor-widget-home-hero-slider button.owl-next {
    flex-direction: row-reverse;
    border-radius: 4px 0px 0px 4px !important;
}
.elementor-widget-home-hero-slider button.owl-next span{
   margin-right:15px;
}
.elementor-widget-home-hero-slider span.owl-counter {
    font-size:15px !important;
    margin-top:2px !important;
    opacity:0;
}
.elementor-widget-home-hero-slider .owl-nav button:hover .owl-counter {
 opacity:100 !important;
}
.top-banner-slider{
    margin-top:-104px !important;
}
.top-banner-slider .image-container img {
    height:100%;
    width: 100%;
    object-fit: cover;
}
.top-banner-slider .image-container,
.top-banner-slider .slider-item-container.item,
.top-banner-slider .owl-item{
    height:100vh !important;
}
.elementor-widget-home-hero-slider .owl-dots {
    position: absolute;
}
/*Top home slider banner end*/

/*latest blog start*/
.latest-blog-container{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 30px;
}
.wa-blog-card {
    border-left: 1px solid #ddd;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
}
.wa-blog-card__meta a,
.wa-blog-card__meta{
    color: #999;
    font-weight: 400;
    font-size:14px;
}
.wa-blog-card__title{
    font-size: 18px;
    line-height: 23px;
    font-weight:700;
    margin: 13px 0 12px 0;
    padding: 0;
  
}
.wa-blog-card__title a{
    color:#1e3449;
    text-decoration:none !important;
}
.wa-blog-desc-container p{
    font-size:16px;
    color:#1e3449;
    font-weight:400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin:0 0 15px 0;
    padding:0;
}
.wa-blog-button{
    color:#ff2813;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #ff2813;
    text-decoration:none !important;
    position:relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.wa-blog-button:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    display:inline-block;
    margin-left:8px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.wa-blog-button:hover:after {
    margin-left:14px;
}
/*latest blog end*/
/*search box start*/
.search-box i{
    color:#ffffff !important;
    cursor:pointer;
    cursor:pointer;
}
.search-box svg{
    cursor: pointer;
    transition: all ease-in-out .2s;
}
.search-box svg:hover path{
    fill:#ff2813;
    stroke: #0a2041;
    transition: all ease-in-out .2s;
}
/*search box end*/


/*bottom to top Start*/
.bottom-to-top a{
    display: block;
    position: fixed;
    text-align: center;
    line-height: 31px;
    right: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
    height: 29px;
    width: 29px;
    background-color: rgba(0, 0, 0, 0.25);
    transition:0.1s linear;
    -webkit-transition: 0.1s linear;
    bottom:20px;
}
.bottom-to-top a:hover{
    background-color: #ff2813;
    color:#ffffff;
}
/*bottom to top end*/


/*inner left content start*/
.left-inner-content-section ul{
    margin:0;
    padding:0;
}
.left-inner-content-section ul li{
    list-style-type:none;
    position:relative;
    color: #1E3449;
    font-size: 16px;
    padding-left: 14px;
    line-height: 26px;
}
.left-inner-content-section ul li:before {
    content: "›" !important;
    font-weight: 500 !important;
    position:absolute;
    top:-2px;
    left:0;
    
}
/*inner left content end*/

/*inner right content box*/
.right-sidebar-menu-box ul{
    margin:0;
    padding:0;
}
.right-sidebar-menu-box ul li:before{
   display:none;
}
.right-sidebar-menu-box ul li{
    list-style-type:none;
    margin:0;
    padding-left:0px !important;
}
.right-sidebar-menu-box ul li a{
    border-bottom:1px solid #dddddd;
    display:block;
    width:100%;
    padding:4px 0px;
    text-decoration:none !important;
    transition: all 0.1s linear;
    font-size: 14px;
    color: #1e3449;
    
}
.right-sidebar-menu-box ul li.active a{
    font-weight: 600;
}
.right-sidebar-menu-box ul li a:hover {
    transition: all 0.1s linear;
    background-color: #eee !important;
    padding-left:10px;
    font-weight: 600;
}
.right-sidebar-sticky{
     position:sticky !important;
     top: 166px;
}
.contact-btn a{
    text-decoration:none !important;
}
.contact-btn a .elementor-button-icon{
    background-image: url(../img/envelop-icon.svg);
    filter: invert(92%) sepia(100%) saturate(0%) hue-rotate(334deg) brightness(104%) contrast(103%);
    width: 21px;
    height: 15px;
    background-repeat: no-repeat;
}
.contact-btn a svg {
    height: 1em;
    opacity: 0;
}
.contact-btn a .elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
/*inner right content box*/


.inner-header-title {
    position:relative;
    padding-bottom:100px !important;
}
.inner-header-title:after{
    content: '';
    max-width:400px;
    height: 18px;
    background-color: #ff2813;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
}

.left-inner-content-section h2{
    color: #ff2813;
    font-size: 19px;
    margin: 30px 0 15px 0;
    line-height: 27px;
}

span.mb-toggle.js-show-mb-nav {
    display: none;
}

/*search start*/
.search-form-box-full{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 222222;
    top: 0;
}
.top-main-search{
    min-height: 105px;
    padding: 0px 0px 25px;
    background-color: #ffffff;
}


.search-form-box-full .close-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.search-form-box-full .close-icon a {
    position: absolute;
    right: 0;
    top: 24px;
    display: block;
    width: 24px;
    height: 17px;
    line-height: 22px;
    z-index: 10;
}
.search-form-box-full .close-icon .close-wrap {
    -webkit-font-smoothing: subpixel-antialiased;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    -webkit-transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
    transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease;
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease, -webkit-transform .2s ease 1s;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
}
span.close-line.close-line2 {
    transform: translateY(0px) translateX(0px) rotate(-45deg);
}
span.close-line.close-line1 {
    transform: translateY(0px) translateX(0px) rotate(45deg);
}
.search-form-box-full .close-icon a .close-line {
    background-color: #000;
    height: 100%;
    width: 2px;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity 0.2s ease, background-color 0.2s ease;
}

.search-form-box-full .close-icon a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.05);
}
.search-container {
    max-width: 1245px;
    margin: 0 auto;
    position: relative;
}
.search-form-box-full label {
    display: block;
}
.search-form-box-full input.search-field {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height:100px;
    border-bottom:4px solid #ff2813 !important;
    border:0px;
    outline:0;
    font-size:32px;
    font-weight:400;
    color:#1E3449;
    padding-right:80px;
    background-color: transparent !important;
    box-shadow: none !important;
    padding-left: 0;
}
.search-form-box-full input.search-submit {
    display: none;
}

.search-form-box-full input.search-field::-webkit-input-placeholder { 
    color: #1E3449;
  }
.search-form-box-full input.search-field::-moz-placeholder { 
    color: #1E3449;
  }
.search-form-box-full input.search-field:-ms-input-placeholder { 
    color: #1E3449;
  }
 .search-form-box-full input.search-field:-moz-placeholder { 
    color: #1E3449;
  }

.hit-test{
    font-size:12px;
}

/*search animation start*/
.top-main-search {
    padding-bottom: 0;
    transition: all ease-in-out .4s;
}
.search-form-box-full.active .top-main-search {
    padding-bottom: 25px; 
}
.search-form-box-full .close-icon a .close-line.close-line2 {
    transform: translateY(-18px) translateX(-18px) rotate(-45deg);
    transition: all ease-in-out .3s;
    transition-delay: 0s;
}
.search-form-box-full .close-icon a .close-line.close-line1 {
transform: translateY(-18px) translateX(18px) rotate(45deg);
    transition: all ease-in-out .2s;
    transition-delay: 0s;
}
.search-form-box-full.active .close-icon a .close-line.close-line2  { 
 transform: translateY(0px) translateX(0px) rotate(-45deg);
    -webkit-animation-delay: .29s;
    animation-delay: .29s;
}
.search-form-box-full.active .close-icon a .close-line.close-line1  { 
transform: translateY(0px) translateX(0px) rotate(45deg);
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
/*search animation end*/




/*search end*/

.contact-box-left-content .elementor-heading-title{
   margin:0;
   padding:0;
}
.left-inner-content-section .contact-box-left-content .elementor-widget-text-editor a {
   color:#1E3449;
   text-decoration:none !important;
}
.left-inner-content-section .contact-box-left-content .elementor-widget-text-editor a:hover {
    color:#FF2813;
 }
.inner-content-heeader {
    position:relative;
    padding-bottom:30px !important;
}
.inner-content-heeader:after{
    content: '';
    max-width:400px;
    height: 18px;
    background-color: #ff2813;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
}
.inner-body-content h2{
    color:#ff2813;
    font-size: 19px;
    line-height: 1.4em;
}
.inner-body-content h3{
    font-size: 17px;
    line-height: 1.5em;
}


.project-des-list ul li.elementor-icon-list-item{
    border-bottom: 1px solid #d0d0d0;
}

.project-des-list ul li.elementor-icon-list-item:last-child{
    border-bottom: 1px solid #d0d0d0;
    padding-bottom:7px;
}
/*project details start*/
.project-des-list strong{
    font-weight:700;
}

/*image Slider Start*/
.elementor-widget-image-slider button{
   outline:0 !important;
}
.elementor-widget-image-slider .owl-dot{
    margin:0 5px;
}
.elementor-widget-image-slider .owl-dot span{
   width:30px;
   height:4px;
   background-color:#d0d0d0;
   display:block;
}
.elementor-widget-image-slider .image-container img{
    width:100%;
    object-fit:cover;
    height:425px;
}
.elementor-widget-image-slider .owl-dot.active span{
    background-color:#1e3449;
}
.elementor-widget-image-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 21px;
}
/*image slider end*/
.next-pre-button-section a{ 
    text-decoration:none !important;
}

.back-to-all-button a{
    width: .3em;
    height: .3em;
    display: block;
    border-radius: 0;
    transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
    font-size: 20px;
    left: 18px;
    top: 22px;
    background-color: #888;
    box-shadow: -.5em 0 #888, -.5em .5em #888, .5em 0 #888, .5em -.5em #888, 0 -.5em #888, -.5em -.5em #888, 0 .5em #888, .5em .5em #888 !important;
    cursor:pointer;
}
.back-to-all-button a svg{
    display:none;
}

.back-to-all-button a:hover{
    box-shadow: -.6em 0 #ff2813, -.6em .6em #ff2813, .6em 0 #ff2813, .6em -.6em #ff2813, 0 -.6em #ff2813, -.6em -.6em #ff2813, 0 .6em #ff2813, .6em .6em #ff2813 !important;
}

/*project details end*/

/*blog details start*/
.blog-details{
    max-width:1315px;
    padding:100px 0px;
    margin:0 auto;
    padding: 76px 35px;
}
.blog-details .container{
    max-width:100%;
    padding:0;
}
.blog-details .entry-title{
    border-left: 6px solid #ff2813;
    max-width: 880px;
    text-align: left;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    margin:0;
    margin-bottom: 25px;
    color:#1e3449;
    font-weight:700;
}
.blog-details .blog-left-content {
    padding-right: 100px;
    border-right: 1px solid #ddd;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
}
.blog-details .blog-right-content {
    padding-left: 45px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    padding-right: 0px;
    padding-left:50px;
}
.blog-details header.entry-header {
    margin-bottom:28px;
}
.blog-details-date{
    font-size:14px;
    font-weight:400;
    color:#1E3449;
}

.blog-details .blog-right-content label.wp-block-search__label {
    display: none;
}
.blog-details .blog-right-content .wp-block-heading{
   font-size:14px;
   color:#1E3449;
   font-weight:700;
   margin-bottom: 25px;
}
.blog-details .blog-right-content .widget_search {
    margin-bottom: 58px;
}
 .blog-details .blog-right-content li{
    list-style-type:none;
    position:relative;
    color: #1E3449;
    font-size: 16px;
    padding-left: 14px;
    line-height: 26px;
    margin-bottom: 13px;
}
.blog-details .blog-right-content li a{
    text-decoration:none;
    color:#1e3449;
}
.blog-details .blog-right-content li a:hover{
   color:#FF2813;
}
 .blog-details .blog-right-content ul li:before {
    content: "›" !important;
    font-weight: 500 !important;
    position:absolute;
    top:-2px;
    left:0;
    
}
.blog-details .blog-right-content .wp-block-search__input {
    height: 48px;
    background-color: #f5f5f5;
    outline:0;
    padding:0 20px;
    border:0;
    padding-right:45px;
    font-size:14px;
}
.blog-details .blog-right-content .wp-block-search__input:focus {
   border:2px solid #ff2813;
}
.blog-details .blog-right-content .wp-block-search__button{
    top: 15px;
    background-image: url(../img/search-icon.svg);
    position: absolute;
    right: -14px;
    background-repeat: no-repeat;
    width: 28px;
    font-size: 0px;
    height: 24px;
    background-color: transparent;
    border: 0px;
    background-size: 40%;
    outline:0;
}

.entry-content .wp-block-button a{
    padding: 7px 16px;
    font-size: 15px;
    border-radius: 0;
    color: #ffffff;
    background-color: #ff2813;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
}
.entry-content .wp-block-button a:hover{
    background-color: #1E3449;
}
.entry-content .wp-block-button a:hover{
    color: #ffffff;
}

/*blog details end*/

/*news start*/
#wa-masonry-1 .wa-card {
    overflow: hidden;
    border-radius: 0 !important;
    box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
}
#wa-masonry-1 .wa-content {
    padding: 20px 28px 15px !important;
}
#wa-masonry-1 .wa-excerpt {
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wa-content a{
    text-decoration:none;
}
.wa-card a {
    overflow: hidden;
    transition: all .5s ease-in !important;
    display:block;
    text-decoration:none !important;
    color:#1e3449;
}
.wa-card img{
    transition: all .5s ease-in !important;
}
.wa-card:hover img {
    transform: scale(1.1) !important;
    transition: all .5s ease-in !important;
}
.wa-masonry-item {
    margin-bottom:35px !important;
    padding: 0 8px;
}
/*news end*/

/*category start*/
.category .page-header{
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    max-width: 1245px;
    margin: 0 auto;
}
.category .page-header .page-title{
    color:#1e3449;
    font-weight:400;
    font-size:20px;
}
.category .webalive-content-area {
    min-height: 320px;
    margin-top: 68px;
    margin-bottom: 65px;
}
.category .page-header .page-title span{
    display:block;
    font-size:36px;
    font-weight:500;
    margin-top: 18px;
}
.category .webalive-site-content{
     max-width:1370px;
     margin:0 auto;
     padding:0 35px;
}
.category .webalive-site-content .container{
    width:100%;
    max-width:100%;
}
.category .wa-card {
    overflow: hidden;
    border-radius: 0 !important;
    box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
}
.category .wa-card a{
    text-decoration:none !important;
}
.category .wa-content {
    padding: 20px 28px 15px !important;
}
.category .wa-title {
    font-size: 18px;
    margin: 0 0 8px;
    line-height: 1.3;
}
/*category end*/

/*error page start*/
.webalive-content-area{
    min-height:320px;
}
section.error-404.not-found {
    text-align: center;
    padding:190px 0px 190px 0px;
}
section.error-404.not-found .page-title {
    color: #ff2813;
    font-size: 19px;
    line-height: 30px;
}
section.error-404.not-found h1 {
    font-size:36px;
    color: #1e3449;
    font-weight: 500;
    line-height: 38px;
}
.back-home a{
    font-size: 14px;
    padding:16px 37px;
    background-color:#ff2813;
    color:#ffffff !important;
    font-weight:600;
    text-decoration:none !important;
}
.back-home a:hover{
   background-color:#0a2041;
}
.back-home a svg{
   width:14px;
   fill: #fff;
   margin-left:10px;
}
.error-404.not-found .back-home {
    margin-top: 63px;
}
/*error page end*/


.wpcf7 form .wpcf7-response-output {
    margin:0;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    font-size: 14px;
    color: #1E3449;
}
.wpcf7-spinner {
    margin: -7px 24px;
}
.wpcf7-form-control-wrap {
    position: relative;
    margin-top: 8px;
    display: block;
}
/*search page design start*/
.search-header-container{
    background-color: #f4f4f4;
}
.search-header-container .page-header{
    padding:88px 30px;
}
.search-header-container .page-title{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color:#000000;
    text-transform: capitalize;
}
.search-header-container .search-count {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color:#000000;
}
.search-news-container .wa-card{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    padding: 0;
    border: 1px solid #e7e7e7;
    transition: all .7s cubic-bezier(.2, 1, .22, 1);

}

.search-news-container article:hover .wa-card{
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.search-news-container .container{
    max-width:1330px;
    padding:100px 35px;
}
.search-news-container .wa-content {
    padding: 25px;
}
.search-news-container .wa-title {
    font-size:19px;
    font-weight:700;
    margin:0;
    padding:0;
}
.search-news-container .wa-title a{
   color:#ff2813;
}
.search-news-container .search-type{
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
    color: #999;
    margin-top:10px;
}


/*search masonry start*/
.search-news-container .wa-masonry-item {
    padding: 0px 8px;
}
.masonry-grid {
    display: flex;
    width: auto;
    margin: 0 auto;
}
.search-news-container .grid-sizer,
.search-news-container .grid-item {
    width: 25%;
}
.grid-sizer,
.grid-item {
    width: 33.333%;
}
.grid-item {
    float: left;
}
.search-results .webalive-site-content .col-md-12,
.search-results .row,
.category .webalive-site-content .col-md-12,
.category  .row {
    padding: 0px;
}
.search-news-container .webalive-site-content .container,
.category .webalive-site-content .container{
  padding:0 30px;
}
.search-results .wa-masonry-item,
.category .wa-masonry-item {
    margin-bottom: 35px !important;
    padding: 0 15px;
}
/*search masonry end*/
/*search page design start*/


.down-arrow-animation {
    animation: bounce 1500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
  }
@keyframes bounce {
    50% {
        transform: translateY(-10px);
      }
    }


    .e-blog-sh svg {
        position: relative;
        z-index: 222;
        width:18px;
        fill: #fff;
    }
    .nectar-social {
        position:fixed;
        right:34px;
        bottom:34px;
        height:50px;
        width:50px;
        z-index:1;
     }
     .nectar-social >a {
        height:50px;
         width:50px;
         line-height:52px;
         text-align:center;
         display:block;
         position:absolute;
         bottom:0;
         left:0;
         z-index:10;
     }
     .nectar-social >a:before{
        display:block;
         content:'';
         position:absolute;
         top:0;
         left:0;
         width:100%;
         transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
         -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
         height:100%;
         transform: translateZ(0);
         backface-visibility:hidden;
         border-radius:50%
     }
     .nectar-social:hover >a:before{
        box-shadow:0 7px 15px rgba(0,0,0,0.2)
     }
     
     .nectar-social >a >[class^="icon-"].icon-default-style{
        font-size:16px;
        height: 50px;
        width: 50px;
        line-height: 50px;
         color:#fff;
         left:-1px;
         top: 0;
         z-index: 10;
         position: relative;
     }
     
     .nectar-social .nectar-social-inner {
        position:absolute;
        height:50px;
        width:50px;
        bottom:0;
        left:0;
        z-index:1;
        text-align:center
     }
     .nectar-social .nectar-social-inner a{
        display:block;
        line-height:36px;
        height:36px;
        padding:0;
        margin:0;
        width:36px;
        left:7px;
        position:absolute;
        opacity:0;
        border:none;
        top:0;
        box-shadow:0 7px 15px rgba(0,0,0,0.2);
        border-radius:50%;
        -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
        transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
        background-color: #ff2813;
     }
     .nectar-social >a:after, 
     .nectar-social .nectar-social-inner a:after{
        background-color:#fff;
         position:absolute;
         width:100%;
         height:100%;
         top:0;
         left:0;
         opacity:0;
         content:'';
         display:block;
         border-radius:50%
     }
     .nectar-social a:after{
        -webkit-transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1);
         transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1)
     }
     @keyframes socialButtonFlash{
        0%{
            opacity:0;
             transform:scale(1)
        }
         25%{
            opacity:0.22;
             transform:scale(1.1115)
        }
         100%{
            opacity:0;
             transform:scale(1.23)
        }
     }
     .nectar-social:hover >a:after{
        -webkit-animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;
         animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards
     }
     .nectar-social a:hover:after{
        opacity:0.2
     }
     .nectar-social:hover >a:before{
        -webkit-transform:scale(1.23) translateZ(0);
         transform:scale(1.23) translateZ(0)
     }
     .nectar-social .nectar-social-inner a:nth-child(1){
        transform:translateY(0px) scale(0);
         -webkit-transform:translateY(0px) scale(0)
     }
     .nectar-social .nectar-social-inner a:nth-child(2){
        -webkit-transform:translateY(-36px) scale(0);
         transform:translateY(-36px) scale(0)
     }
     .nectar-social .nectar-social-inner a:nth-child(3){
        -webkit-transform:translateY(-86px) scale(0);
         transform:translateY(-86px) scale(0)
     }
     .nectar-social .nectar-social-inner a:nth-child(4){
        -webkit-transform:translateY(-136px) scale(0);
        transform:translateY(-136px) scale(0);
     }
     .nectar-social .nectar-social-inner a:nth-child(5){
        -webkit-transform:translateY(-186px) scale(0);
         transform:translateY(-186px) scale(0)
     }
     .nectar-social:hover .nectar-social-inner a:nth-child(1){
        -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
        -webkit-transform:translateY(-56px) scale(1);
        transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
        transform:translateY(-56px) scale(1);
        opacity:1
     }
     .nectar-social:hover .nectar-social-inner a:nth-child(2){
        -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
         -webkit-transform:translateY(-106px) scale(1);
         transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
         transform:translateY(-106px) scale(1);
         opacity:1
     }
     .nectar-social:hover .nectar-social-inner a:nth-child(3){
        -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
         -webkit-transform:translateY(-156px) scale(1);
         transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
         transform:translateY(-156px) scale(1);
         opacity:1
     }
     .nectar-social:hover .nectar-social-inner a:nth-child(4){
        -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
         -webkit-transform:translateY(-206px) scale(1);
         transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
         transform:translateY(-206px) scale(1);
         opacity:1
     }
     .nectar-social:hover .nectar-social-inner a:nth-child(5){
        -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
         -webkit-transform:translateY(-256px) scale(1);
         transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
         transform:translateY(-256px) scale(1);
         opacity:1
     }
     .nectar-social:hover{
        height:340px;
     }
     body .nectar-social a i,
     #ajax-content-wrap .nectar-social a i{
        color:#fff;
         font-size:14px;
         top: 0;
         padding-right:0;
         display: block;
     }
     
     body .nectar-social .nectar-social-inner a i,
     #ajax-content-wrap .nectar-social .nectar-social-inner a i {
       height:36px;
       line-height:36px;
       width:36px;
     }
     
     .nectar-social .google-plus-share i{
         font-size:12px
     }

     .sharing-default-minimal .nectar-love.loved, 
     body .nectar-social > a:before, 
     body .nectar-social .nectar-social-inner a, 
     .sharing-default-minimal .nectar-social .nectar-social-inner a:hover {
        background-color: #ff2813;
    }
    

    /*slider animation start*/
    .elementor-widget-home-hero-slider .text-container {
        opacity: 0;
        pointer-events: none;
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        transition: all ease-in-out .3s;
        transition-delay: 0s;
    }
     
    .elementor-widget-home-hero-slider .text-container.slide-in {
        pointer-events: auto;
        opacity: 1;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        transition-delay: 0.07s;
    }
    /*slider animation end*/

    .single-post .bottom-to-top{
        display:none;
    }

    .category .wa-meta ul{
        display:flex;
        gap: 10px;
        margin: 0 0 5px 0;
        padding:0;
    }
    .category .wa-meta ul li{
       list-style-type: none;
    }
    .category .wa-meta ul li a{
       color:#ff2813;
       text-decoration:none;
       font-size: 14px;
       line-height: 19px;
       font-weight:600;
       position:relative;
       overflow: inherit;
    }
  
    .category .wa-meta ul li a:before{
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: -3px;
        left: 0;
        content: '';
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: transform 0.37s 
    cubic-bezier(0.52, 0.01, 0.16, 1);
        transition: transform 0.37s 
    cubic-bezier(0.52, 0.01, 0.16, 1);
    background-color:#ff2813;
    }
    .category .wa-meta ul li a:hover:before{
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .elementor-button{
        font-family: "Roboto", sans-serif !important;
    }
    .inner-header-title h1{
        font-weight:bold !important;
    }


    select {
        appearance: none;
        background: url(../img/select-arrow.svg) no-repeat right;
        background-position-x: 0;
        background-position-y: 0;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: calc(100% - 9px);
        padding-right: 38px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: inherit;
    }
    .wpcf7-not-valid-tip {
        color: red;
        font-size: 1em;
        font-weight: normal;
        display: block;
        padding-top: 6px;
    }


    /*pagination start*/
.wa-pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.wa-pagination span,
.wa-pagination a {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-color: #333333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin:0 4px;
    text-decoration: none !important;
    font-size: 15px;
}
.wa-pagination a{
    color: #ffffff !important;
}
.wa-pagination span:hover,
.wa-pagination a:hover {
    background-color: #ff2813;
    color:#ffffff;
}
span.page-numbers.current {
    background-color: #ff2813;
    color:#ffffff;
}
.wa-pagination .prev {
    background-image: url("../img/portfolio-arrows.png");
    background-position: 13px 12px;
    background-repeat: no-repeat;
    font-size:0;
}
 .wa-pagination .next{
    background-image: url("../img/portfolio-arrows.png");
    background-position: -20px 12px;
    background-repeat: no-repeat;
    font-size:0;
    }
    /*pagination end*/

    .ue-post-pagination-btn-label-txt,
    .project-des-list ul li.elementor-icon-list-item .elementor-icon-list-text{
            font-family: "Roboto", Sans-serif !important;
    }
    .ue-post-navigation a{
        overflow:hidden;
    }
    .ue-post-navigation a i{
        position:relative;
    }
 #uc_next_prev_post_elementor_2975dadc.ue-post-navigation a i:after,
    .ue-post-navigation a i:after {
        display: block;
        content: ' ';
        position: absolute;
        width: 24px;
        height: 2px;
        background-color:#FF2813;
        top: 7px;
        opacity: 0;
        left: -4px;
        cursor: pointer;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
        transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
    }
    .ue-post-navigation a:hover i:after {
        opacity: 1;
        -webkit-transform: translateX(7px);
        transform: translateX(7px);
    }
 #uc_next_prev_post_elementor_2975dadc.ue-post-navigation a i:after,
    .ue-post-navigation a i:after {
        left:-9px;
    }
 #uc_next_prev_post_elementor_2975dadc.ue-post-navigation a:hover i:after{
    opacity: 1;
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}
    #uc_next_prev_post_elementor_2975dadc.ue-post-navigation a:hover i {
        padding-left: 15px;
    }
    .ue-post-navigation a:hover i {
        padding-left:15px;
    }
    .ue-post-navigation a:first-child  i:after {
        -webkit-transform: translateX(12px);
        transform: translateX(12px);
        left:0px;
    }
    .ue-post-navigation a:first-child:hover i {
        padding-right:15px;
        padding-left: 0px;
    }

    .ue-post-navigation a:first-child:hover i:after {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
   .location-item-box{
    position:relative;
   }
    .location-content p {
        font-size: 14px;
        margin: 0 0 6px 0;
    }
    .location-content p a{
        color:#1E3449;
        margin-bottom:10px;
        text-decoration:none !important;
    }
    .location-content p a:hover{
        color:#FF2813;
    }
    .location-content p strong{
       font-weight:500;
    }
    .location-item-box:after{
        content: '';
        width: 70px;
        height: 1px;
        background-color: #1E3449;
        bottom: -7px;
        position: absolute;
    }
.location-content .location-item-box:last-child:after{
       display:none;
}

.service-section a{
    text-decoration:none !important;
}
.service-section .elementor-heading-title a:hover{
  color:#FF2813 !important;
}


/*project css start*/
.facetwp-checkbox{
    color:#1E3449;
    font-weight:300;
    font-size:14px;
}
.fwpl-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}


.fwpl-layout .fwpl-item img {
    width:100%;
    max-width: 100%;
    height: 218px;
    object-fit:cover;
}
.facetwp-facet.facetwp-facet-search.facetwp-type-autocomplete {
    display: flex;
}
.facetwp-type-autocomplete .facetwp-autocomplete {
    width: 67%;
    height: 36px;
    border: 1px solid rgb(245, 245, 245);
}
.facetwp-autocomplete-update {
    width: 51px;
    height: 36px;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center;
    border-radius: 0 !important;
    background-color: #ff2813 !important;
    text-transform: uppercase;
    padding: 11px 15px !important;
}
.fcomplete-result, 
.fcomplete-status {
    padding: 8px 16px !important;
}
.fcomplete-result {
    cursor: pointer;
    font-size: 13px;
}
.fwpl-layout .fwpl-col.fwpl-col {
    position: relative;
}
.fwpl-layout .fwpl-item a{
    display:block;
    height:100%;
    position:relative;
    width:100%;
 }
 .fwpl-layout .fwpl-item a:after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff2813;
    opacity:0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
 }
 .fwpl-layout .fwpl-col.fwpl-col:hover .fwpl-item a:after{
    opacity:100;
 }
 .fwpl-item.el-7wqes a:after{
   content:'';
   display:none;
 }
.fwpl-layout .fwpl-col.fwpl-col:hover .fwpl-item.el-7wqes {
    opacity: 1;
}
.fwpl-layout .fwpl-col.fwpl-col:hover .fwpl-item.el-7wqes a {
    margin-top: 0;
}
.fwpl-item.el-7wqes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    opacity:0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fwpl-item.el-7wqes a {
    color: #fff;
    font-size: 20px;
    line-height: 1.3em;
    text-align: left;
    padding-left: 15px;
    margin-left: 25px;
    margin-right: 25px;
    border-left: 4px solid rgba(255,255,255,1);
    display: block;
    margin-top: -25px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration:none !important;
    font-weight:700;
}
.facetwp-facet {
    margin-bottom: 30px !important;
}

.facetwp-checkbox {
    background: none !important;
    padding-left: 0 !important;
}
.facetwp-checkbox.checked:before {
    background: #ff2813;
}
.facetwp-checkbox:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(30,52,73,.2);
    margin-right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .2s linear !important;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
.facetwp-checkbox:hover:before {
    border: 1px solid rgba(30,52,73,1);
}

.pro-filter-button .elementor-button{
    text-decoration: none !important;
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.pro-filter-button span.elementor-button-content-wrapper {
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.clearfilter-button a{
   text-decoration:none !important;
}
.facetwp-counter {
    display: none;
}
/*project css end*/

.elementor-editor-active #wa-masonry-1 {
    display: flex;
    flex-wrap: wrap;
}
.elementor-editor-active #wa-masonry-1 .wa-thumb img {
    display: block;
    width: 100%;
    height: 213px;
    object-fit: cover;
}