/* ../../../wp-content/uploads/2022/01/gbim_logo.png */

.btn-animation,
.et_pb_contact_submit, 
.btn_submit{
    position: relative;
    background-size: 60px;
    background-position: 0%;
    background-repeat: repeat;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 5px 5px 10px hsl(0deg 0% 0% / 0%);
}
.btn-animation:hover,
.et_pb_contact_submit:hover,
.btn_submit:hover{
    background: url('../../../wp-content/uploads/2021/03/gbim_logo.png');
    background-size: 30px;
    background-position: 97%;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 10px hsl(0deg 0% 0% / 60%);
    transition: all 0.8s ease-in-out 0s;
}
.home-about-info ul h3:after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 440' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220,421.99531205786536C258.03968572146084,423.8400382742608,292.73287614873453,403.60468371876163,325.16014851687487,383.63238511886567C358.1160938038914,363.3344712998541,389.6813797250522,339.92449157732113,408.3238954314151,306.00464129311655C427.7933748460463,270.5801397259655,439.94247729763197,229.14339535688237,431.8325845967536,189.54307237413295C423.8938282987581,150.77840247314796,390.94159816068833,124.23578558992202,364.98281800940345,94.37167306085874C339.06703451973704,64.55702576604236,318.5973756939018,24.24104079560416,280.17350659499954,15.06785647019176C241.9609798857089,5.945127310829671,205.61345094313987,32.44260388010846,169.40210550422333,47.67939640106852C137.18799047812422,61.23425830828463,105.39059657026912,74.59238374228033,80.47103489118535,99.09746350058313C54.0350442620326,125.09374975953759,28.354481901439442,154.98789602010496,22.974049357056813,191.6719449438198C17.588280416710106,228.39237767292713,33.82728528259766,264.3116117164215,51.44843980995799,296.97491834656216C68.20299092498047,328.0318527642597,92.8540040328975,352.7186099350663,121.19652133963966,373.7412137511517C151.2433860350991,396.02798967764664,182.63382703607925,420.1832476949355,220,421.99531205786536' fill='%23B91216' /%3E%3C/svg%3E") !important;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    animation: countshape 6s ease-in-out infinite;
    
}

.home-thinking-sec:after {
    background: url('../../../wp-content/uploads/2022/03/logo-line.png');
    content: "";
    position: absolute;
    /* width: 100%;
    height: 100%; */
    width: 114px;
    height: 477px;
    right: 0;
    top: -25em;
    background-position: right top;
    background-repeat: no-repeat;
}

.gbim-marketing-sec .gbim-marketing-stap:hover .et_pb_image_wrap img,
.gbim-marketing-sec .et_pb_image img {
    animation: iconbounce 1s infinite ease-in-out !important;
}
 
@keyframes countshape {
    from { 
        transform:  rotate(180deg); 
    }
    65%  { 
        transform:  rotate(90deg); 
    }
    to   { 
        transform:  rotate(0deg); 
    }
}

@keyframes iconbounce {
    from { 
        transform: translate(0,  0px); 
        opacity: 1 !important;
    }
    65%  { 
        transform: translate(0px, -5px); 
        opacity: 1 !important;
    }
    to   { 
        transform: translate(0, 0px); 
        opacity: 1 !important;
    }
}



#rmp_menu_trigger-246813:not(.is-active) {
    width: auto !important;
    height: 30px !important;
    top: calc(20px + (30px / 2) + 5px) !important;
    right: 20px !important;
    background: transparent !important;
    transform: rotate(180deg);
}
#rmp_menu_trigger-246813.menu_trigger_fixed:not(.is-active) {
	top: calc(10px + (30px / 2) + 4px) !important;
}
#rmp_menu_trigger-246813:not(.is-active) .responsive-menu-pro-inner {
    width: 15px !important;
}
#rmp_menu_trigger-246813:not(.is-active) .responsive-menu-pro-inner::before{
    width: 35px !important;
}
#rmp_menu_trigger-246813:not(.is-active) .responsive-menu-pro-inner::after {
    width: 9px !important;
}

#rmp_menu_trigger-246813:not(.is-active) .responsive-menu-pro-inner, 
#rmp_menu_trigger-246813:not(.is-active) .responsive-menu-pro-inner::before, 
#rmp_menu_trigger-246813:not(.is-active) .responsive-menu-pro-inner::after {
    background-color: #fff !important;
}

#rmp_menu_trigger-246813.menu_trigger_fixed:not(.is-active) .responsive-menu-pro-inner, 
#rmp_menu_trigger-246813.menu_trigger_fixed:not(.is-active) .responsive-menu-pro-inner::before, 
#rmp_menu_trigger-246813.menu_trigger_fixed:not(.is-active) .responsive-menu-pro-inner::after {
	background-color: #b91216 !important;
}

@media (max-width: 767px) {
	.btn-animation:hover, .et_pb_contact_submit:hover,.btn_submit:hover {
		background-size: 20px;
	}
	#rmp_menu_trigger-246813:not(.is-active) {
		top: 30px !important;
	}
	#rmp_menu_trigger-246813.menu_trigger_fixed:not(.is-active) {
		top: 20px !important;
	}
}