/*
Theme Name: UonCorp
Theme URI: http://uoncorp.themezinho.net/
Author: Themezinho
Author URI: https://themezinho.net
Description: Business Solutions Consulting Companies Theme 
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.5.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uoncorp
Tags: blog, custom-logo, custom-menu, editor-style, featured-images, sticky-post, theme-options
*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
body{padding: 0;}
img{height: auto; max-width: 100%;}
iframe{ width: 100%; max-width: 100%;}
body{overflow:inherit !important;}


/* RTL SUPPORT*/
.rtl{text-align: right;}
.rtl input[type=checkbox]{float: right; margin-right: 0; margin-left: 7px;}
.rtl .select-box select{direction: rtl;}
.rtl .select-box i{left: 15px; right: auto;}
.rtl .sandwich-menu{ left: auto; right: -100%;}
.rtl .sandwich-menu.open {left: auto; right: 0;}
.rtl .navbar .container .logo{ margin-left: auto; margin-right: 0;}
.rtl .topbar .container .phone img{ margin-left: 7px; margin-right: 0;}
.rtl .topbar .container .phone span{ display: inline-block;}
.rtl .topbar .container .phone b{float: right; margin-left: 6px;}
.rtl .navbar .container .search-btn{border-left:none; border-right: 1px solid #eaebee; padding-left: 0; padding-right: 20px; margin-left: 0; margin-right: 10px;}
.rtl .navbar .container .sandwich-btn{ margin-right: auto; margin-left: 0;}
.rtl .navbar .container .language li{float: right;}
.rtl .navbar .container .menu-horizontal li{float: right;}
.rtl .navbar .container .menu-horizontal li .dropdown{left: auto; right: -10px;}
.rtl .page-header .print{float: left;}
.rtl .accordion .card .card-header a:before{float: right; margin-left: 8px; margin-right: 0;}
.rtl .map{ margin-left: 50px; margin-right: 0;}
.rtl .vc_col-sm-offset-3{margin: 0;}
.rtl .col-md-8{margin-left: auto;}
.rtl .vc_col-sm-12.vc_col-md-5{float: right;}
.rtl .counter li span{float: right;}
.rtl .projects-carousel .vc_col-sm-12.vc_col-md-4{float: right;}
.rtl .swiper-carousel .swiper-button-prev img{transform: rotate(-180deg);}
.rtl .swiper-carousel .swiper-button-next img{transform: rotate(-180deg);}
.rtl .swiper-testimonials .swiper-button-prev img{transform: rotate(-180deg);}
.rtl .swiper-testimonials .swiper-button-next img{transform: rotate(-180deg);}
.rtl .vc_custom_1585202749794 .vc_col-sm-12.vc_col-md-5{float: right;}
.rtl .footer .footer-menu li a{float: right;}



.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float:right; margin-left:1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.screen-reader-text{
    display: block;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.bypostauthor{
	display: block;
}

section.icon-content-block{
	overflow: visible;
}

.wp-block-cover, .wp-block-cover-image {
	height:auto; 
}
.blog-post .post-content .more-link{
	display: inline-block;
}
.section-title h2 {
    display: block;
    font-weight: 700;
    font-family: 'Poppins';
    color: #182641;
    margin-bottom: 20px;
}
.label-text-box h3 {
    display: block;
    font-family: 'Poppins';
    font-weight: 700;
    color: #F18500;
    font-size: 25px;
    margin-bottom: 15px;
}
.label-text-box span {
    width: 10px;
    height: 26px;
    display: inline-block;
    background: #F18500;
    transform: translateY(-20px);
    position: relative;
}
.section-title.light h2 {
    color: #fff;
    font-family: Poppins;
}
.section-title.light h6 {
    color: #F18500;
}
.sect-8.section-title.light h6 {
    color: #e0dedb!important;
}
.sub-widgets .content-wrapper .container h3 {
    display: block;
    font-family: 'POPPINS';
    font-weight: 700;
    color: #F18500;
    font-size: 20px;
    margin-bottom: 15px;

}
/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.topbar {
    width: 100%;
    background-color: #F18500;
    color: #fff;
}
/*--------------------------------------------------------------
## main slider
--------------------------------------------------------------*/
.slider .swiper-slide a:hover {
    color: #F18500;
    text-decoration: none;
    border-color: #F18500;
}

.recent-news .news-box h4 {
    display: block;
    font-weight: 600;
    font-family: Poppins;
    font-size: 17px;
    line-height: 28px;
    color: #F18500;
}
.recent-news .news-box small {
    display: block;
    margin-bottom: 20px;
    color: #182641;
    font-weight: 600;
    font-family: poppins;
}
.recent-news .news-box a {
   
    display: inline-block;
    border: 0 ;
  
}
/*--------------------------------------------------------------
## Menu principal
--------------------------------------------------------------*/
.navbar .container .menu-horizontal li a {
    float: left;
    padding: 0 15px;
    height: 100px;
    line-height: 100px;
    color: #182641;
    font-weight: 600;
    position: relative;
}

element.style {
}
.navbar .container .menu-horizontal li a:hover {
    text-decoration: none;
    color: #F18500;
    background: none;
}
.navbar .container .menu-horizontal li a:hover:before {
    width: 100%;
    background: #F18500;
    transition: width .25s ease;
}
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: fixed;
    z-index: 8;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #F18500;
}
.sub-widgets:before {
    content: "";
    width: 100%;
    height: calc(100% - 55px);
    background: #182641;
    position: absolute;
    left: 0;
    bottom: 0;
}
.slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #094E6D;
    text-align: right;
}
.navbar .container .sandwich-btn {
    margin-right: -7px;
    margin-left: auto;
    order: 2;
}
.page-header {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 0;
    margin-top: -76px;
    padding-top: 130px;
    padding-bottom: 50px;
    background: #182641;
}
#mega-menu-wrap-header {
    clear: both;
    margin: 0px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item {
    margin: 0px 9px 0px 3px!important;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
.form-group p {
	color:white!important;
}