/*
Theme Name:     Maxbizz Child
Theme URI:      http://wpdemo.archiwp.com/maxbizz/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       maxbizz
*/

@import url("../maxbizz/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
a#whatsapp {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 100000000;
}
.whatsaap {
    -webkit-animation: bounce 3.75s infinite!important;
}
.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 5px!important;
}
.ot-flip-box .overlay {
    z-index: 1;
    opacity: 1;
    text-align: center;
	padding: 5px 5px!important;}

.box-s2 .icon-box-2 .content-box {
    margin: 0;
	min-height: 190px!important;}
.ot-flip-box .number-title {
    padding: 5px 15px 6px 43px !important;
    text-align: center !important;
}
.ot-image-box .content-box {
    padding: 10px 30px 10px!important;
    background: #fff;
    min-height: 140px!important;
}
.elementor-106 .elementor-element.elementor-element-3ea33c9 .search-form .search-submit {
    background: #f57f20!important;
}
.page-header .breadcrumbs li {
    display: inline-block;
    color: #d36f22!important;
}
.page-header .breadcrumbs li a {
    color: rgb(20 20 20)!important;
}
span.percent {
    color: #ffffff!important;
}
.circle-progress .inner-bar > span .percent {
    display: block;
	background: #f57f20!important;}
.elementor-1921 .elementor-element.elementor-element-17135fd .elementor-icon-box-description {
    color: #C0C1C2;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase!important;
}
.contact-uspage .content-box {
    margin: 0;
    min-height: 227px !important;
}
.page-header .breadcrumbs {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(32 73 130) 35%, rgb(32 73 130) 100%)!important;
    padding: 14px!important;
}

/* ******image********* */
.elementor-1023 .elementor-element.elementor-element-ee0bd16 > .elementor-widget-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
svg.e-font-icon-svg.e-eicon-chevron-left {
    fill: hsl(26.76deg 91.42% 54.31%) !important;
    height: 1em;
    width: 1em;
    background-color: #bfcad9 !important;
}
svg.e-font-icon-svg.e-eicon-chevron-right {fill: hsl(26.76deg 91.42% 54.31%) !important;
    height: 1em;
    width: 1em;
    background-color: #bfcad9 !important;
}