/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.custom-shape:before {
    background-image: radial-gradient(#dfe0e0 16%,transparent 22%);
    background-size: 20px 20px;
    content: "";
    position: absolute;
    width: 204px;
    height: 180px;
    top: -36px;
    z-index: -1;
    left: -60px;
}

.custom-shape{
	z-index: 1;
}


.app-image:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    transition: 0.3s;
    opacity: 0;
}

.services-box:hover .app-image:before{
	opacity: 0.4;
}

.services-smallbox .hidehover {
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}

.services-smallbox:hover .hidehover {
    opacity: 1;
}

.leadership:before {
    content: "";
    position: absolute;
    top: unset;
    bottom: 100%;
    left: unset;
    right: 0px;
    width: 100.4%;
    height: 10%;
    transform: rotate(-4deg);
    transform-origin: right bottom;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0.125rem;
    background: rgb(255, 255, 255);
}

.leadership:after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 0px;
    left: 0px;
    right: unset;
    width: 100.5%;
    height: 10%;
    transform: rotate(4deg);
    transform-origin: left top;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    background: rgb(255, 255, 255);
}

.leadership-down:before {
    content: "";
    position: absolute;
    top: unset;
    bottom: 100%;
    left: 0px;
    right: unset;
    width: 100.4%;
    height: 10%;
    transform: rotate(4deg);
    transform-origin: left bottom;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0.125rem;
    background: rgb(255, 255, 255);
}

.leadership-down:after {
    content: "";
    position: absolute;
    top: unset;
    bottom: unset;
    left: 0px;
    right: unset;
    width: 100.5%;
    height: 10%;
    transform: rotate(-4deg);
    transform-origin: left top;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    background: rgb(255, 255, 255);
}
.link-dec a{
    text-decoration: underline !important;
}

.link-border a{
    border-bottom: 2px solid #0955a4;
}

.link-border-white a{
    border-bottom: 2px solid #fff;
}

.application li:hover .ha-icon.icon {
    opacity: 1;
    width: auto;
    margin-right: 15px;
    padding: 8px;
    transition: 0.4s;
}

.application .ha-icon.icon {
    opacity: 0;
    width: 0;
    margin: 0;
    padding: 0;
    transition: padding linear 1s, border-width linear 1s;
}


.list-dash li span:before {
    content: "— ";
}

.list-dash li span{
    display: inline-flex;
}


.application-sub li:hover .ha-icon.icon {
    opacity: 1;
    width: auto;
    margin-right: 15px;
    padding: 8px;
    transition: 0.4s;
}

.application-sub .ha-icon.icon {
    opacity: 0;
    width: 0;
    margin: 0;
    padding: 0;
    transition: padding linear 1s, border-width linear 1s;
}

@media only screen and (min-width:800px) and (max-width: 4000px){

ul.sub-menu:before {
    position: absolute;
    top: -20px;
    z-index: 0;
    width: 40px;
    height: 40px;
    margin-left: 4px;
    background-color: #fff;
    -webkit-transform: translate(36px,11px) rotate(45deg);
    -ms-transform: translate(36px,11px) rotate(45deg);
    transform: translate(36px,11px) rotate(45deg);
    content: '';
}

.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 12px;
    padding-right: 12px;
}

}


.breadcumbs li:first-child a span {
    color: #8b8b92 !important;
    font-weight: 400 !important;
}


.breadcumbs li:first-child a:hover span {
    color: #fc8a00 !important;
    text-decoration: underline;
}

.breadcumbs .elementor-icon-list-item:after{
    transform: skewX(-20deg) !important;
    top: 0 !important;
}


.btn-down .elementor-align-icon-right {
    margin-left: 15px;
    height: 100%;
    max-height: none;
    width: 65px;
    position: absolute;
    display: block;
    line-height: 65px;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.1);
}

.design-bg > .elementor-container:first-child:before {
    content: '';
    background-color: #f4f4f4;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 75%;
}