.admin-bar .sticky-header,
.admin-bar .header-style-three.fixed-header,
.admin-bar .header-style-one.fixed-header .header-lower{
	top:32px;	
}
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
}
.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
	padding:0px 0px 0px 0px;	
}
.pagination{
	position:relative;
	display: block;
	text-align:center;
	margin-top:50px;
}
.pagination li{
	position: relative;
    margin: 0px 15px 6px 0px;
    display: inline-block !important;
	list-style-type:none !important;
}

.pagination li a, .pagination li span{
	position: relative;
    display: inline-block;
    line-height: 46px;
    height: 50px;
    font-size: 18px;
    min-width: 48px;
    color: #222222;
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    border: 1px solid #bfbfbf;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.pagination li a:hover, 
.pagination li span:hover, 
.pagination li span.current{
	color: #ffffff;
    border-color: #fe982f;
    background-color: #fe982f;
}
.pagination li a.prev,
.pagination li a.next {
    color: #ffffff;
    border-radius: 0px;
    background-color: #333333;
    border-color: #333333;
}


.sidebar-info-contents .content-inner .social-box li.social-share{
	position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
	display:block;
}
.quote-section .map-column .inner-column .map-boxed iframe{
	max-width:inherit;	
}
.breadcrumb-item+.breadcrumb-item::before{
	display:none;	
}


/******************** Blog Widget Style *****************/

.widget,
.sidebar-widget.widget_block,
.sidebar-widget.widget_block form{
	position:relative;
	padding:35px 30px;
	background-color:#f4f5f6;
	border-radius:5px;
}
.sidebar-widget.widget_block form{
	padding: 0px;
	border:0px;
}
.sidebar-widget.widget_block h4,
.sidebar-widget.widget_block .wp-block-search__label,
.sidebar-widget .wp-block-group__inner-container h2,
.sidebar-page-container .content-side .search-notfound h4{
	position: relative;
    color: #222222;
    font-weight: 800;
    line-height: 1.3em;
    padding-bottom: 15px;
    text-transform: capitalize;
	margin-bottom: 25px;
	font-size:20px;
}
.sidebar-widget.widget_block h4:before,
.sidebar-widget.widget_block .wp-block-search__label:before,
.sidebar-widget .wp-block-group__inner-container h2:before,
.sidebar-page-container .content-side .search-notfound h4:before{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 2px;
    background-color: #fe982f;
}
.sidebar-widget.widget_block h4:after,
.sidebar-widget.widget_block .wp-block-search__label:after,
.sidebar-widget .wp-block-group__inner-container h2:after,
.sidebar-page-container .content-side .search-notfound h4:after{
	position: absolute;
    content: '';
    left: 48px;
    bottom: -1px;
    width: 5px;
    height: 4px;
    background-color: #222222;
}

.widget ul,
.widget ol,
.widget_block ul,
.widget_block .wp-block-latest-comments{
	position:relative;
	margin-bottom:0px;	
}
.widget ul li,
.widget_block ul li,
.sidebar .widget_block .wp-block-latest-comments li{
	position: relative;
	margin-bottom:12px;
	padding-bottom:12px;
	padding-left:20px;
    border-bottom: 1px dashed #e8e8e8;	
	font-size: 16px;
	color: #555555;
}
.sidebar .widget_block .wp-block-latest-comments li{
  line-height:30px;
  color: #555555; 
  font-size: 16px;
}

.widget ul li ul li,
.widget_block ul li ul li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-top:12px;
	padding-top:12px;
	border-top:1px dashed #e8e8e8;;
}
.widget ul li:before,
.widget_block ul li:before,
.sidebar .widget_block .wp-block-latest-comments li:before{
	content: '\f101';
	position: absolute;
    left: 0px;
	top:0px;
	color: #555555;
	font-size: 16px;
	font-family: 'FontAwesome';
}
.sidebar .widget_block .wp-block-latest-comments li,
.widget_recent_comments ul li{
	padding:0px 0px 12px 30px !important;	
}
.sidebar .widget_block .wp-block-latest-comments li:before,
.widget_recent_comments ul li:before,
.footer-widget ul li.recentcomments:before{
	content: '\f086';
}
.footer-widget ul li.recentcomments:before{
	color:#ffffff;
}
.widget ul li:last-child,
.widget_block ul li:last-child,
.sidebar .widget_block .wp-block-latest-comments li:last-child,
.sidebar .widget_block .wp-block-latest-comments li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.sidebar .widget_block .wp-block-latest-comments li a{
  display:inline-block;
  color: #555555; 
}
.widget ul li a,
.widget_block ul li a{
	position:relative;
    color: #555555;
    font-size: 16px;
    display: inline-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;		
}
.widget ul li a:hover,
.widget_block ul li a:hover,
.sidebar .widget_block .wp-block-latest-comments li a:hover{
	color: #fd5d14;	
}

.widget .tagcloud{
	position:relative;
}
.widget .tagcloud a{
	position: relative;
    display: inline-block;
    font-size: 16px !important;
	margin-bottom: 8px;
    margin-right: 4px;
    line-height: 20px;
    color: #222222;
    font-weight: 800;
    padding: 9px 25px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;	
}
.widget .tagcloud a:hover{
	background-color: #fe982f;
    border-color: #fe982f;
	color:#fff;
}

.sidebar-widget .wp-block-search .wp-block-search__input{
	padding:12px 10px;
	background: #ebebeb;
	border-radius: 0px;
	border: 1px solid #ccc;
}   
.wp-block-search .wp-block-search__button{
	background: #fe982f;
    border: 1px solid #fe982f;
	color:#ffffff;
	padding:12px 10px;
}

.pageloader{
	display:none !important;	
}
.sidebar .search-box .form-group input[type="search"]{
	background:#fff;
	border-radius:5px;	
}
.sidebar .popular-posts .post .post-thumb{
	height:90px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;	
}
.sidebar .popular-posts .post .text{
	font-size:16px;	
}
.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}
.gallery-widget .gallery-outer .image{
	position: relative;
    float: left;
    width: 32.333333333%;
    padding-right: 5px;
    border: 1px solid #fff;
    margin-right: 3px;
    margin-bottom: 4px;
    overflow: hidden;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.blog-author-box .author-inner{
	padding-top:40px;	
}
.blog-author-box{
	min-height:223px;	
}
.sidebar-page-container .comment-form .group-title{
	margin-bottom: 15px;	
}
.builderexpert_theme .builderexpert_theme{
	margin-left:80px;	
}
.service-detail .inner-box .lower-content p{
	margin-bottom: 20px;	
}
/*************** Services Sidebar Menu Style ****************/
.service-widget .menu{
	position:relative;
	margin:0px;	
}
.service-widget .menu li{
	position: relative;
    margin-bottom: 8px;
}
.service-widget .menu li a{
	position: relative;
    color: #222222;
    font-size: 18px;
    padding: 22px 30px;
    display: block;
    z-index: 1;
    font-weight: 700;
    background-color: #f5f5f5;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service-widget .menu li a:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    border-radius: 0px 30px 0px 0px;
    border-left: 4px solid #000000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #fe982f;	
}
.service-widget .menu li a:after{
	position: absolute;
    content: '\f105';
    right: 20px;
    top: 18px;
    color: #222222;
    font-size: 20px;
    font-family: 'FontAwesome';
}
.service-widget .menu li:hover a,
.service-widget .menu li.current-menu-item a{
	color: #ffffff;
    border-radius: 0px 30px 0px 0px;	
}
.service-widget .menu li:hover a:before,
.service-widget .menu li.current-menu-item a:before{
	width: 100%;
    opacity: 1;
}


/************* Footer Widget Style *************/
.footer-widget .wp-block-group__inner-container h2{
	position: relative;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 12px;
    text-transform: capitalize;
	font-size: 24px;
}
.footer-widget .wp-block-group__inner-container h2:before{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 35px;
    background-color: #fd5d14;
}
.footer-widget .wp-block-group__inner-container h2:after{
	position: absolute;
    content: '';
    left: 38px;
    bottom: 0px;
    height: 2px;
    width: 3px;
    background-color: #fd5d14;
}

.footer-widget{
	position:relative;	
}
.footer-widget ul,
.footer-widget ol{
	position:relative;	
	margin:0px;
	padding:0px;
}
.footer-widget ul li,
.footer-widget ol li{
	position:relative;
    margin-bottom: 15px;
	display:block;
	color: #ffffff;
    font-size: 15px;
    padding-left: 15px;
    font-weight: 500;
	border-bottom: 0px;
    padding-bottom: 0px;	
}
.footer-widget ul li:before,
.footer-widget ol li:before{
	position: absolute;
    content: "\f101";
    left: 0px;
    top: -2px;
    font-family: 'FontAwesome';	
	color:#fff;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom: 0px;	
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom: 0px;	
	margin-top:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
	position: relative;
	display:inline-block;
    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:hover a,
.footer-widget ol li:hover a,
.footer-widget ul li:hover:before,
.footer-widget ol li:hover:before{
	color: #fd5d14;	
}
.main-footer .news-widget .post .thumb{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
}
.main-footer .contact-widget ul li:before{
	display:none !important;	
}
.header-style-three .header-info-box .info-list li:last-child,
.header-top-three .info-list li:last-child{
	padding-left:30px;	
}
.main-footer.style-three .footer-widget ul li a,
.main-footer.style-three .footer-widget ol li a{
	color: #222222;	
}

/***

====================================================================
	Team Single Section
====================================================================

***/

.team-single-section{
	position:relative;
	padding:100px 0px 70px;
}

.team-single-section .team-detail{
	position:relative;
	margin-bottom:30px;
}
.team-single-section .team-detail .text{
	position:relative;
	margin-top:40px;
}
.team-single-section .team-detail .text p{
	position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;	
}
.team-single-section .team-detail .content-column{
	position:relative;
}

.team-single-section .team-detail .content-column .inner-box{
	position:relative;
}

.team-single-section .team-detail .content-column .inner-box h2{
	position:relative;
	color:#222222;
	font-size:26px;
	font-weight:700;
	text-transform:uppercase;
}

.team-single-section .team-detail .content-column .inner-box .title{
	position:relative;
	color:#777777;
	font-size:18px;
	margin-bottom:30px;
	padding-bottom:15px;
	text-transform:uppercase;
}

.team-single-section .team-detail .content-column .inner-box .title:after{
	position:absolute;
	left:0px;
	bottom:0px;
	content:'';
	width:30px;
	height:1px;
	background-color:#fd5d14;
}

.team-single-section .content-column .inner-box .social-icon-two li{
	display:inline-block;
	margin-right:5px;
}
.team-single-section .team-detail .social-icon-three li{
     position:relative;
     display:inline-block;
     margin-right:10px;
}
.team-single-section .team-detail .social-icon-three li a{
    position: relative;
    width: 36px;
    height: 36px;
    color: #fd5d14 !important;
    z-index: 1;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffffff !important;
    border:2px solid #fd5d14 !important;
    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;
}
.team-single-section .team-detail .social-icon-three li a:hover{
    background-color: #fd5d14 !important;
    border-color:#fd5d14 !important;
    color: #ffffff !important;
}
/*Skill Box*/

.skills-box{
	position:relative;
	margin-top:30px;
}

.skills-box h3{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:700;
	padding-bottom:12px;
	margin-bottom:30px;
	text-transform:uppercase;
}

.skills-box h3:before{
	position:absolute;
	left:0px;
	bottom:0px;
	content:'';
	width:30px;
	height:1px;
	background-color:#fd5d14;
}
.skills .skill-item{
	position:relative;
	margin-bottom:15px;
}

.skills .skill-item:last-child{
	margin-bottom:0px;
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
	height:5px;
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	height:5px;
	background:#fd5d14;
}

.skills .skill-item .skill-bar .bar-inner .bar:before{
	position:absolute;
	content:'';
	right:-6px;
	top:-4px;
	width:12px;
	height:12px;
	border:1px solid #ffffff;
	background-color:#0e0a31;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:5px;
	width:0px;
	border-bottom:5px solid #0e0a31;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills .skill-item .skill-header{
	position:relative;
	margin-bottom:7px;
}

.skills .skill-item .skill-header .skill-title{
	position:relative;
	float:left;
	color:#333;
	font-size:16px;
	font-weight:800;
	line-height:1.4em;
	text-transform:capitalize;
}

.skills .skill-item .skill-header .skill-percentage{
	position:relative;
	float:right;
	font-weight:800;
	color:#333;
	font-size:16px;
	text-transform:uppercase;
}

/***

====================================================================
	Progress Levels Section
====================================================================

 ***/

.progress-levels{
	position:relative;
	margin-bottom:30px;
}

.normal-section .column .progress-levels{
	padding-left:15px;
}

.progress-levels .progress-box{
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	padding-right: 210px;
	padding-top: 4px;
    padding-bottom: 4px;
}

.progress-levels .progress-box:last-child{
	margin-bottom:0px;
}

.progress-levels .progress-box .box-title{
    position: absolute;
    font-size: 15px;
    color: #777777;
    font-weight: 400;
    top: -4px;
    right: 0px;
	text-transform:capitalize;
}

.progress-levels .progress-box .bar{
	 position:relative;
	 height:12px;
}

.progress-levels .progress-box .bar .bar-innner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:12px;
	border-radius:5px;
	background-color:#f4f4f4;
}

.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	left:-100%;
	top:0px;
	width:0px;
	height:12px;
	background:#fd5d14;
	border-radius:5px;
	-moz-transition:all 2000ms ease 300ms;
	-webkit-transition:all 2000ms ease 300ms;
	-ms-transition:all 2000ms ease 300ms;
	-o-transition:all 2000ms ease 300ms;
	transition:all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill{
	left:0px;
}

.progress-levels .progress-box.animated .percent{
	opacity:1;
}


.shop-item {
	position: relative;
	margin-bottom: 65px;
}

.shop-item .inner-box{
	position: relative;
}

.shop-item .image{
	position: relative;
}

.shop-item .image img{
	display: block;
	width: 100%;
}

.shop-item .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,.80);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.shop-item:hover .overlay-box{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.shop-item .overlay-box .icon-box{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -25px;
	text-align: center;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);

}

.shop-item:hover .overlay-box .icon-box{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.shop-item .overlay-box .cart-btn{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 25px;
	background-color: #222222;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.shop-item .overlay-box .cart-btn i{
	margin-right: 10px;
}

.shop-item .overlay-box .cart-btn:hover{
	background-color: #fd5d14;
}

.shop-item .lower-content{
	position: relative;
	padding: 30px 0px 0;
	text-align: center;
}

.shop-item .lower-content h3{
	position: relative;
	font-size: 20px;
	color: #36404b;
	line-height: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	top: -5px;
	margin-bottom: 10px;
}

.shop-item .lower-content h3 a{
	color: #36404b;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .lower-content h3 a:hover{
	color: #fd5d14;
}

.shop-item .lower-content .price{
	position: relative;
	display: block;
	font-size: 16px;
	color: #36404b;
	line-height: 25px;
	margin-bottom: 15px;
}

.shop-item .lower-content .rating {
	position: relative;
	font-size: 13px;
	line-height: 20px;
	color: #fd5d14;
	font-weight: 900;
}

.shop-item .lower-content .price{
	font-size: 16px;
	line-height: 20px;
	color: #36404b;
	font-weight: 500;
	margin-bottom: 20px;
}

.shop-item .lower-content .price del{
	color: #888888;
	text-decoration: line-through;
	margin-right: 10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    padding-left: 21px;
    padding-bottom: 12px;
}


.main-header .main-menu .navigation > li.dropdown > a:before,
.sticky-header .main-menu .navigation > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 12px;
    color: #002155;
    font-size: 15px;
    line-height: 32px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sticky-header .main-menu .navigation > li > a{
	padding: 20px 30px 20px 15px;	
}
.main-header.header-style-one .navigation > li.current.dropdown > a:before,
.main-header.header-style-one .navigation > li.dropdown:hover > a:before,
.sticky-header .main-menu .navigation > li.dropdown:hover > a:before{
	color: #ffffff;
}
.main-header.header-style-two .main-menu .navigation > li.dropdown > a:before,
.sticky-header .main-menu .navigation > li.dropdown > a:before{
	right: 16px;
}
.main-header.header-style-four .main-menu .navigation > li.dropdown > a:before{
	right:-17px;	
}
.news-section-two .news-block-three .inner-box{
	min-height:230px;	
}


/************** Cursor Style *************/
.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid #fd5d14;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cursor1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cursor1 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cursor1 {
    display: none;
  }
}
.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #fd5d14;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cursor2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cursor2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cursor2 {
    display: none;
  }
}
.rtl .main-slider,
.rtl .service-section-two,
.rtl .testimonial-section,
.rtl .team-section,
.rtl .news-section,
.rtl .service-block .inner-box .text,
.rtl .service-block-two .inner-box .image .overlay-box .text,
.rtl .testimonial-block .inner-box .text,
.rtl .news-block .inner-box .lower-content .text,
.rtl .project-section-two{
	direction:ltr !important;	
}

.sec-title .separater.style-two{
	border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.sec-title .separater.style-two:before{
	background-color: #ffffff;
}


/* #Mega Menu */
.main-menu ul li.mega-menu-links > ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  .main-menu ul li.mega-menu-links > ul > li {
    padding-left: 0px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    text-transform: uppercase; }
    .main-menu ul li.mega-menu-links > ul > li:hover ~ li {
      z-index: 0; }
    .main-menu ul li.mega-menu-links > ul > li.hide-mega-headings > a {
      display: none; }
    .main-menu ul li.mega-menu-links > ul > li > a {
      position: relative;
      padding-top: 13px;
      padding-bottom: 13px; }
      .main-menu ul li.mega-menu-links > ul > li > a:after {
        display: none; }

.main-menu ul li.mega-menu-links.mega-columns-1col > ul > li {
  width: 100%; }

.main-menu ul li.mega-menu-links.mega-columns-2col > ul > li {
  width: 50%; }

.main-menu ul li.mega-menu-links.mega-columns-3col > ul > li {
  width: 33.33333%; }

.main-menu ul li.mega-menu-links.mega-columns-4col > ul > li {
  width: 25%; }

.main-menu ul li.mega-menu-links.mega-columns-5col > ul > li {
  width: 20%; }

.main-menu ul li.mega-menu-links > ul.mega-menu > li > ul {
  position: relative;
  left: 0 !important;
  right: auto !important;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0;
  opacity: 0;
  min-width: auto;
  visibility: hidden;
  margin-top: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .main-menu ul li.mega-menu-links > ul.mega-menu > li > ul > li {
    padding-left: 0;
    padding-right: 0;
    text-transform: none; }
    .main-menu ul li.mega-menu-links > ul.mega-menu > li > ul > li ul {
      left: 100% !important;
      right: auto !important; }

/* Mega Menu Categories */
.main-menu ul li.mega-menu.mega-cat > ul.mega-menu {
  width: 1170px; }
  .main-menu ul li.mega-menu.mega-cat > ul.mega-menu.sub-menu-columns-item {
    width: 100%; }
  .main-menu ul li.mega-menu.mega-cat > ul.mega-menu > li > ul {
    position: relative;
    left: 0 !important;
    right: auto !important;
    top: 0;
    opacity: 0;
    min-width: auto;
    visibility: hidden;
    margin-top: 0; }

.main-menu ul li.mega-menu.mega-cat.mega-columns-1col .ajax_menu .item {
  width: 100%; }

.main-menu ul li.mega-menu.mega-cat.mega-columns-2col .ajax_menu .item {
  width: 50%; }

.main-menu ul li.mega-menu.mega-cat.mega-columns-3col .ajax_menu .item {
  width: 33.33333%; }

.main-menu ul li.mega-menu.mega-cat.mega-columns-4col .ajax_menu .item {
  width: 25%; }

.main-menu ul li.mega-menu.mega-cat.mega-columns-5col .ajax_menu .item {
  width: 20%; }

.main-menu ul li.mega-menu.mega-cat .ajax_menu .item {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.main-menu ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts {
  float: left;
  width: 80%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts .preloader_type {
    width: 80%;
    margin-left: 20%; }

.main-menu ul li.mega-menu.mega-cat div.mega-menu-container {
  overflow: hidden;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, -webkit-transform .6s ease;
    transition: opacity .4s ease, -webkit-transform .6s ease;
    -o-transition: opacity .4s ease, -o-transform .6s ease;
    -moz-transition: transform .6s ease, opacity .4s ease, -moz-transform .6s ease;
    transition: transform .6s ease, opacity .4s ease;
    transition: transform .6s ease, opacity .4s ease, -webkit-transform .6s ease, -moz-transform .6s ease, -o-transform .6s ease; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(5) {
      -webkit-transition-delay: .4s;
      -moz-transition-delay: .4s;
      -o-transition-delay: .4s;
      transition-delay: .4s; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(4) {
      -webkit-transition-delay: .3s;
      -moz-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(3) {
      -webkit-transition-delay: .2s;
      -moz-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(2) {
      -webkit-transition-delay: .1s;
      -moz-transition-delay: .1s;
      -o-transition-delay: .1s;
      transition-delay: .1s; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(1) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu.fadeIn-menu .item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu {
    /* Categories Vertical */
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical {
      width: 20%;
      padding: 0;
      background: rgba(0, 0, 0, 0.04);
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 0;
      margin: 0;
      padding-bottom: 1500px;
      margin-bottom: -1500px;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding-top: 19px; }
      .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item {
        -webkit-transition: background .4s, color .3s, border-color .4s;
        -o-transition: background .4s, color .3s, border-color .4s;
        -moz-transition: background .4s, color .3s, border-color .4s;
        transition: background .4s, color .3s, border-color .4s;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        padding: 0; }
        .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item > a {
          padding: 10px 28px 10px 28px; }
      .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.is-active {
        background: #fff;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal {
      /* Categories Horizontal */
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding: 20px;
      background: transparent; }
      .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal:after {
        display: block;
        content: '';
        height: 0;
        clear: both; }
      .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li {
        float: left;
        padding: 0;
        margin-right: 10px; }
        .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li:last-child {
          margin-right: 0; }
        .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li.is-active > a {
          color: #fff; }
        .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li > a {
          display: block;
          padding: 3px 13px;
          font-size: 14px;
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: background .3s, color .3s;
          -o-transition: background .3s, color .3s;
          -moz-transition: background .3s, color .3s;
          transition: background .3s, color .3s; }
  .main-menu ul li.mega-menu.mega-cat div.mega-menu-container > .mega-cat-content.horizontal-posts {
    padding: 0 10px; }

/* Mega menu preloader */
.mega_menu_wrapper_overlay {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.mega_menu_wrapper_preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px; }

.preloader_type {
  width: 100%;
  height: 100%;
  position: relative; }

.mega_menu_wrapper_preloader span {
  height: 16px;
  width: 16px;
  background-color: #999;
  -webkit-animation: experts_circle 1.4s infinite ease-in-out both;
  -moz-animation: experts_circle 1.4s infinite ease-in-out both;
  -o-animation: experts_circle 1.4s infinite ease-in-out both;
  animation: experts_circle 1.4s infinite ease-in-out both;
  position: absolute;
  top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.mega_menu_wrapper_preloader span:first-of-type {
  left: -22px;
  -webkit-animation-delay: -.32s;
  -moz-animation-delay: -.32s;
  -o-animation-delay: -.32s;
  animation-delay: -.32s; }

.mega_menu_wrapper_preloader span:nth-of-type(2) {
  -webkit-animation-delay: -.16s;
  -moz-animation-delay: -.16s;
  -o-animation-delay: -.16s;
  animation-delay: -.16s; }

.mega_menu_wrapper_preloader span:last-of-type {
  left: 22px; }

@-webkit-keyframes experts_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes experts_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-o-keyframes experts_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes experts_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
	
.default-form.comment-form{
	margin-top:80px;	
}

.builder-testimonial-carousel.owl-nav-style .owl-nav.disabled,
.builder-testimonial-carousel.owl-dots-none .owl-dots.disabled,
.four-item-carousel.owl-nav-style .owl-nav.disabled,
.four-item-carousel.owl-dots-none .owl-dots.disabled,
.news-carousel.owl-nav-style .owl-nav.disabled,
.news-carousel.owl-dots-none .owl-dots.disabled,
.sponsors-carousel-two.owl-nav-style .owl-nav.disabled,
.sponsors-carousel-two.owl-dots-none .owl-dots.disabled,
.main-slider-three .owl-nav-style .owl-nav.disabled,
.main-slider-three .owl-dots-none .owl-dots.disabled,
.project-section-two .owl-nav-style .owl-nav.disabled,
.project-section-two .owl-dots-none .owl-dots.disabled,
.service-carousel.owl-nav-style .owl-nav.disabled,
.service-carousel.owl-dots-none .owl-dots.disabled,
.gallery-carousel-two.owl-nav-style .owl-nav.disabled,
.gallery-carousel-two.owl-dots-none .owl-dots.disabled,
.builder-service-carousel.owl-nav-style .owl-nav.disabled,
.builder-service-carousel.owl-dots-none .owl-dots.disabled {
	display:block !important;	
}
.main-slider .owl-nav-style .owl-nav.disabled,
.main-slider .owl-dots,
.testimonial-section .owl-dots,
.team-section .owl-dots,
.main-slider-two .owl-nav.disabled,
.main-slider-two .owl-dots,
.clients-section-two .owl-dots
{
	display:block !important;
	opacity:1 !important
}
.main-slider .owl-dots .owl-dot,
.testimonial-section .owl-dots .owl-dot,
.team-section .owl-dots .owl-dot,
.main-slider-two .owl-dots .owl-dot,
.clients-section-two .owl-dots .owl-dot
{
	display:inline-block;	
	margin:0px 3px;
}
.customize-partial-edit-shortcut button, 
.widget .customize-partial-edit-shortcut button{
	display:none;	
}