.fab:before{
    font-family:'Font Awesome 5 Brands';	
}
.admin-bar .sticky-header{
    top:32px;	
}
.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
    padding:0px 0px 0px 0px;	
}
.single-whatwe-do-box .icon .icon{
    padding:0px;	
}

.page-title{
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0px 50px;
    background-color: #141d38;
}
.pagination{
    position:relative;
    display: block;
    text-align:center;
    padding:0px !important;
    margin:0px;	
}
.pagination li{
    position: relative;
    display: inline-block;
    margin: 7px 5px;
}
.pagination li a, .pagination li span{
    position: relative;
    width: 50px;
    height: 50px;
    color: #777777;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
    color: #ffffff;
    border-color: #141d38;
    background-color: #141d38;
}

.pagination li a.prev, .pagination li a.next{
    border-color: #0060ff;
    background:	#0060ff;
    color:#fff;
}

.breadcrumb-item+.breadcrumb-item::before{
    display:none !important;    
}
.sidebar-page-container.service-page .sidebar-side .sidebar-inner{
    padding:0px; 
    box-shadow: none;
}
.sidebar-widget:last-child{
    margin-bottom:0px;   
}
.sidebar .popular-posts .post .text a{
    font-weight:600;   
}
/************ Blog Widget Style *************/
.widget ul{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.widget ul li{
    position:relative;
    color:#555555;
    font-size:16px;
    padding:18px 0px 18px 23px;
    font-weight:600;
    display:block;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    border-bottom:1px solid #dddddd;
}
.widget ul li:before{
    position: absolute;
    content: '\f1c1';
    left: 1px;
    top: 23px;
    color: #555555;
    font-size: 14px;
    line-height: 1em;
    font-family: 'FontAwesome';
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.widget ul li:last-child{
    border-bottom:0px;
    padding-bottom:0px;
}
.widget ul li a{
    position:relative;
    color:#555555;
    font-size:16px;
    display:block;
    font-weight:600;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.widget ul li a:hover,
.widget ul li:hover:before{
    color:#141d38;
}

.widget ul li:last-child a{
    border-bottom:0px;
}


/* Popular Tags */

.widget .tagcloud a{
    position:relative;
    display:inline-block;
    line-height:24px;
    padding:8px 20px 8px;
    margin:0px 6px 10px 0px;
    color:#555555;
    text-align:center;
    font-size:14px !important;
    background:none;
    font-weight:400;
    border-radius:5px;
    border:1px solid #dddddd;
    text-transform:capitalize;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
}

.widget .tagcloud a:hover{
    border-color:#0060ff;
    background-color:#0060ff;
    color:#ffffff;
}

/********* Footer Widget *********/
.footer-widget ul{
    position:relative;
}

.footer-widget ul li{
    position:relative;
    margin-bottom:-6px;
    color:#ffffff;
    padding-left:15px;
    font-weight:500;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.footer-widget ul li a{
    position:relative;
    color:#ffffff;
    font-size:15px;
    font-weight:500;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.footer-widget ul li a:hover:after{
    left: 0;
}
.footer-widget ul li a{
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
.footer-widget ul li a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: left .8s;
}

.footer-widget ul li:before{
    position:absolute;
    content: "\f101";
    left:0px;
    top:-2px;
    font-family: 'FontAwesome';
}
.emailed-form button{
    width:150px;   
}
.shop-sidebar .widget:last-child{
    margin-bottom:0px;   
}
.woocommerce ul.products li.product:hover .post-content{
    background:#f6f3ee;
    border-color:#f6f3ee;
    border-radius:0px;
}
.woocommerce ul.products li.product:hover .product-media, .woocommerce-page ul.products li.product:hover .product-media{
    border-radius:5px 5px 0px 0px;
}
.woocommerce ul.products li.product:hover .price,
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title a,
.woocommerce ul.products li.product:hover .price .woocommerce-Price-amount,
.woocommerce ul.products li.product:hover .price del, 
.woocommerce-page ul.products li.product:hover .price del .woocommerce-Price-amount{
    color:#333333 !important;
    opacity:1 !important;
}
.woocommerce ul.products li.product .post-content .cart{
    position: absolute;
    right: -15px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #0060ff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    -khtml-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products li.product:hover .post-content .cart{
    color: #0060ff;
    background-color: #FFFFFF;
}

.main-footer.style-three .subscribe-widget .social-box li a:hover{
    background:#fff;
    color:#141d38;
}
.main-footer .subscribe-widget .social-box li{
    width:auto !important;
}   
.main-footer.style-three .footer-widget ul li{
    position:relative;
    width:49%;
    display:inline-block;
}
.fixed-header .sticky-header.not-sticky {
    display: none;
}
.main-footer .news-widget .post .thumb,
.sidebar .popular-posts .post .post-thumb{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.globex-comment-box:last-child .comment-box{
    border-bottom: 0px;
}
.call-to-action-section-two{
    background-color: #0060ff;   
}
.news-block-three.style-two{
    margin-bottom:60px;   
}
.sidebar-page-container .group-title h3{
    margin-bottom:40px;   
}
.sidebar-page-container .group-title h3 small a{
    position:relative;
    display:block;
    font-size:inherit;
    color:inherit;
    color: #222222;
    font-weight: 700;
}
.globex-comment-box .comment-form{
    margin-bottom:60px;
    margin-top:30px;
}
.info-section .logo-column .logo a >img {
    height: 70px;   
}
.service-widget{
    margin-bottom:50px;   
}
.woocommerce .blockUI.blockOverlay::before, .woocommerce .loader::before{
    display:none;	
}

.about-section .content-column .text{
    margin-bottom:30px;   
}
.about-section .content-column .text.style-two{
    margin-bottom:30px;   
}
.about-section .content-column .blocks-outer .feature-block ul{
    position:relative;   
}
.about-section .content-column .blocks-outer .feature-block ul li{
    position:relative;
    padding-left: 30px;
    color: #222222;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
    text-align: left;
}
.about-section .content-column .blocks-outer .feature-block ul li:before{
    position: absolute;
    content: '\f00c';
    left: 0px;
    top: 0px;
    color: #000000;
    font-family: 'FontAwesome';
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.about-section .content-column .blocks-outer{
    margin-bottom: 35px;
}

/************* Update Testimonial Section Style****************/

/*** 

====================================================================
        Testimonial Section
====================================================================

***/

.update-testimonial-section{
    position:relative;
    padding:90px 0px;
}

.update-testimonial-section .owl-dots,
.update-testimonial-section .owl-nav{
    display:none;
}

.update-testimonial-section .owl-carousel .owl-stage-outer{
    padding:0px 0px 25px;
}

.update-testimonial-section .owl-theme .testimonial-block{
    padding:0px 30px;
}

.update-testimonial-section .owl-carousel{
    margin:0px -30px;
    width:auto;
}

.update-testimonial-section .inner-container{
    position:relative;
}

.update-testimonial-section .inner-container .pattern-image{
    position:absolute;
    left:-50px;
    top:-40px;
    width:279px;
    height:275px;
    background-repeat:no-repeat;
}

.update-testimonial-section .inner-container .pattern-image-three{
    position:absolute;
    left:50%;
    top:0px;
    width:139px;
    height:161px;
    margin-left:-120px;
    background-repeat:no-repeat;
}

.update-testimonial-section .owl-theme .update-testimonial-block {
    padding: 0px 30px;
}

/* Testimonial Block */

.update-testimonial-block{
    position:relative;
    z-index:1;
}

.update-testimonial-block .inner-box{
    position:relative;
    padding:0px 40px 20px;
}

.update-testimonial-block .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:60px;
    right:0px;
    bottom:0px;
    border-radius:8px;
    background-color:#ffffff;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.update-testimonial-block .inner-box .author-image{
    position:relative;
    border-radius:50%;
    overflow:hidden;
    width:112px;
    height:112px;
    margin-bottom:22px;
}

.update-testimonial-block .inner-box .quote-icon{
    position:relative;
    color:#dddddd;
    font-size:20px;
}

.update-testimonial-block .inner-box .text{
    position:relative;
    color:#333333;
    font-size:16px;
    line-height:1.7em;
    margin-top:15px;
}

.update-testimonial-block .inner-box .lower-box{
    position:relative;
    padding-top:22px;
    margin-top:20px;
    background: hsl(0,0%,97%);
    padding: 20px;
}

.update-testimonial-block .inner-box .lower-box .author-name{
    position:relative;
}

.update-testimonial-block .inner-box .lower-box .designation{
    position:relative;
    color:#333333;
    font-size:15px;
    font-weight:600;
    margin-top:4px;
}

.update-testimonial-block .inner-box .lower-box .rating{
    position:relative;
    margin-top:12px;
}

.update-testimonial-block .inner-box .lower-box .rating .fa{
    position:relative;
    color:#0060ff;
    font-size:16px;
    margin-left:4px;
}

.update-testimonial-block .inner-box .lower-box .rating .fa.light{
    color:#0e0e0e;
}
.coming-soon .content .content-inner .logo{
    width: 200px;
    height: 80px;
    display: inline-block;
}
.services-section.style-two{
    padding:110px 0px;
}

/*** 

====================================================================
        Subscribe Section
====================================================================

***/

.subscribe-section{
    position:relative;
    padding:46px 0px;
    overflow:hidden;
    background-color:#0060ff;
}

.subscribe-section:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:50%;
    height:100%;
    display:block;
    background-color:#333333;
}

.subscribe-section .title-column .icon-box{
    position:absolute;
    content:'';
    right:-55px;
    top:-22px;
    width:140px;
    height:140px;
    z-index:1;
    text-align:center;
}

.subscribe-section .title-column .icon-box .icon{
    position:relative;
    color:#ffffff;
    line-height:105px;
    font-size:50px;
    margin-left:28px;
}

.subscribe-section .title-column .icon-box:before{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    width:110px;
    height:110px;
    transform:rotate(-45deg);
    background-color:#222222;
    transition:all 2000ms ease;
    -moz-transition:all 2000ms ease;
    -webkit-transition:all 2000ms ease;
    -ms-transition:all 2000ms ease;
    -o-transition:all 2000ms ease;
    box-shadow:0px 0px 5px rgba(0,0,0,0.80);
}

.subscribe-section:hover .title-column .icon-box:before{
    transform:rotate(135deg);
}

.subscribe-section h2{
    position:relative;
    color:#ffffff;
    font-size:30px;
    font-weight:700;
    line-height:1.2em;
}

.subscribe-section .text{
    position:relative;
    color:#ffffff;
    z-index:9;
    margin-top:5px;
    font-size:15px;
}

.subscribe-section .form-column{
    position:relative;
}

.subscribe-section .form-column .inner-column{
    position:relative;
    padding-left:80px;
}

.subscribe-form .form-group{
    position:relative;
    display:block;
    margin:0px;
    width:100%;
    z-index:1;
    margin-top:8px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:28px;
    height:50px;
    font-size:14px;
    color:#777777;
    font-weight:400;
    background:#ffffff;
    padding:10px 50px 10px 20px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button{
    position:absolute;
    right:0px;
    top:0px;
    height:50px;
    line-height:40px;
    color:#ffffff;
    font-size:14px;
    text-align:center;
    font-weight:700;
    padding:0px 28px;
    background:#333333;
    letter-spacing:1px;
    text-transform:uppercase;
}
.rtl .subscribe-section{
    direction: initial !important;   
}
.rtl .subscribe-section .title-column{
    text-align:right;
    padding-right:100px;

}
.rtl .subscribe-form .form-group input[type="email"]{
    text-align:right;
    padding-right:15px;
}
.rtl .subscribe-form button {
    left: 0px;
    right: auto;
}

.pad-table{
    padding: 5px;
}

.pad-table small{
    font-weight: 700;
}