@media (max-width: 480px){
body {
    font-size: 14px !important;
}}

b, strong {
    font-weight: 600;
}

/*title-style-001*/
.title-style-001 h2 {
    background: #ffd929;
    padding: 15px 0px;
    z-index: 2;
    color: #fff;
}
.title-style-z-index-001 {
    z-index: -1 !important;
}

/*flip-box-style-001*/
.flip-box-style-001 .sppb-flipbox-front.flip-box .flip-box-inner, .flip-box-style-002 .sppb-flipbox-front.flip-box .flip-box-inner {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    padding-top: 100px;
}
@media(Max-width:991px){
.flip-box-style-001 .sppb-flipbox-front.flip-box .flip-box-inner, .flip-box-style-002 .sppb-flipbox-front.flip-box .flip-box-inner {
    font-size: 24px;
    padding-top: 100px;
}
.flip-box-style-001 .sppb-flipbox-panel, .flip-box-style-002 .sppb-flipbox-panel {
    height: 210px !important;
}
.flip-box-style-001 .sppb-flipbox-front.flip-box .flip-box-inner:before {
    position: absolute;
    content:'';
    width: 90px !important;
    height: 90px !important;
    background: url(/images/0_agnes/about/icon07.png) no-repeat scroll center center / cover;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
}
.flip-box-style-002 .sppb-flipbox-front.flip-box .flip-box-inner:before {
    position: absolute;
    content:'';
    width: 90px !important;
    height: 90px !important;
    background: url(/images/0_agnes/about/icon08.png) no-repeat scroll center center / cover;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
}
}

.flip-box-style-001 .sppb-flipbox-front.flip-box .flip-box-inner:before {
    position: absolute;
    content:'';
    width: 100px;
    height: 100px;
    background: url(/images/0_agnes/about/icon07.png) no-repeat scroll center center / cover;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
}
.flip-box-style-002 .sppb-flipbox-front.flip-box .flip-box-inner:before {
    position: absolute;
    content:'';
    width: 100px;
    height: 100px;
    background: url(/images/0_agnes/about/icon08.png) no-repeat scroll center center / cover;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
}
.flip-box-style-001 .sppb-flipbox-panel, .flip-box-style-002 .sppb-flipbox-panel {
    height: 250px;
}

/*hover-style-001*/
.hover-style-001 {
    background: #fff;
    box-shadow: 0px 0px 5px #00000030 !important;
    transition: 0.3s;
}
.hover-style-001:hover {
    box-shadow: 0px 0px 10px #00000030 !important;
}
.hover-style-001 h4 strong{
  	color: #ffd929;
  	font-size: 48px;
  	text-shadow: 1px 1px 2px #000;
}
.hover-style-001:hover{
    background: #ffd929 !important;
    color: #232323 !important;
}
.hover-style-001:hover h4 strong{
    color: #ffffff !important;
}

.slide-desc-text-default .slide-title {
    font-size: 14px !Important;
}

/*cta*/

.cta-title-001 h3, .cta-title-001 .sppb-addon-content {
    text-shadow: 1px 1px 8px #000;
}

/*icon-style-001*/
.icon-style-001 img {
    width: 90px;
    transition: 0.3s;
}
.pattern:hover .icon-style-001 img {
    transform: scale(1.1);
}
.pattern:hover {
    border-bottom: 25px solid #232323;
}
.icon-style-001 {
    transition: 0.3s;
    position: relative;
    background: #fff;
    padding: 20px 10px;
}
.pattern:before {
    position: absolute;
    content:'';
    width: 100%;
    height: 110%;
    left: 0;
    top: 0;
    z-index: 999 !Important;
}
.pattern {background: #fff;padding: 0px 10px !important;}

/*testimonial*/
.sppb-testimonial-carousel-message {
    font-size: 16px !important;
    min-height: 130px;
    line-height: 1.5 !important;
}
.sppb-testimonial-carousel-item-content {
    padding: 30px 15px !important;
}
/*form*/
@media(Max-width:991px){
.form-group {
    margin-bottom: 0;
}}
/*backtotop*/
.sp-scroll-up {
    bottom: 100px !Important;
    right: 22px;
}
a#gototop {
    display: none !important;
}

@media(max-width:500px){
.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100px !important;
}
.rc-anchor-normal .rc-anchor-content {
    width: 180px !important;
}

div#rc-anchor-container {
    width: 270px !important;
}
.rc-anchor-normal .rc-anchor-pt{
    width: 180px!important;
    right: 25px !important;
  }}

/*home-map*/
/*.map-bg {
    position: relative;
}

.map-bg:before {
    position: absolute;
    content: '';
    width: 5000px;
    height: 100%;
    background: #a7bedc;
    top: 0;
    left: -1000px;
    margin: auto;
    box-shadow: 3px 3px 10px #000000a6;
}*/