.g5plus-icon-box .icon-wrap {
width: 82px;
height: 82px;
text-align: center;
border-radius: 50%;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.g5plus-icon-box .icon-wrap a {
display: block;
}
.g5plus-icon-box .icon-wrap i {
font-size: 38px;
line-height: 78px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
padding-left: 2px;
}
.g5plus-icon-box h6 {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
}
.g5plus-icon-box p {
font-size: 13px;
line-height: 21px;
}
.g5plus-icon-box.layout-left .icon-wrap {
float: left;
margin-right: 24px;
}
.g5plus-icon-box.layout-left .info-wrap {
position: relative;
overflow: hidden;
}
.g5plus-icon-box.layout-right .icon-wrap {
float: right;
margin-left: 24px;
}
.g5plus-icon-box.layout-right .info-wrap {
text-align: right;
position: relative;
overflow: hidden;
}
.g5plus-icon-box.layout-center {
text-align: center;
}
.g5plus-icon-box.layout-center .icon-wrap {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.g5plus-icon-box.shape-circle .icon-wrap i {
color: #fff;
}
.g5plus-icon-box.shape-circle:hover .icon-wrap {
background: #fff;
}
.g5plus-icon-box.shape-bg-white-outline-circle .icon-wrap {
background: #fff;
}
.g5plus-icon-box.shape-bg-white-outline-circle:hover .icon-wrap i {
color: #fff;
}
.g5plus-icon-box.shape-outline-circle:hover .icon-wrap {
background-color: #fff;
}
.g5plus-icon-box.shape-outline-circle.color-dark:hover .icon-wrap i {
color: #fff;
}
.g5plus-icon-box.color-light h6, .g5plus-icon-box.color-light p, .g5plus-icon-box.color-light h6 a, .g5plus-icon-box.color-light .icon-wrap i {
color: #fff;
}
.g5plus-icon-box.color-light .icon-wrap {
border-color: #fff;
}
.g5plus-icon-box + .g5plus-icon-box {
margin-top: 32px;
}.vc_row-background-overlay-wrap {
position: relative;
}
.vc_row-background-overlay{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom:0;
background-repeat: repeat;
} .vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{
padding-top: 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li,.vc_tta-container{
margin-bottom: 0;
}
.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9{
min-height: 0;
}
.vc_row-no-padding {
margin-left: 0;
margin-right: 0
}
.vc_row[data-vc-full-width] {
position: relative;
}
.vc_separator .vc_sep_holder .vc_sep_line {
top: 0;
}
.wpb_start_animation {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
opacity:1;
filter:alpha(opacity=100);
} .wpb_start_animation.wpb_top-to-bottom {
-webkit-animation: wpb_ttb 1s;
-o-animation: wpb_ttb 1s;
animation: wpb_ttb 1s;
opacity: 1;
filter: alpha(opacity=100);
}
@-webkit-keyframes wpb_ttb {
0% {
-webkit-transform: translate3d(0, -100px, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_ttb {
0% {
-moz-transform: translate3d(0, -100px, 0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-o-keyframes wpb_ttb {
0% {
-o-transform: translate3d(0, -100px, 0);
opacity: 0;
}
100% {
-o-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes wpb_ttb {
0% {
transform: translate3d(0, -100px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
} .wpb_start_animation.wpb_bottom-to-top {
-webkit-animation: wpb_btt 1s;
-o-animation: wpb_btt 1s;
animation: wpb_btt 1s;
opacity: 1;
filter: alpha(opacity=100);
}
@-webkit-keyframes wpb_btt {
0% {
-webkit-transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_btt {
0% {
-moz-transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-o-keyframes wpb_btt {
0% {
-o-transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
-o-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes wpb_btt {
0% {
transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
} .wpb_start_animation.wpb_left-to-right {
-webkit-animation: wpb_ltr 1s;
-o-animation: wpb_ltr 1s;
animation: wpb_ltr 1s;
opacity: 1;
filter: alpha(opacity=100);
}
@-webkit-keyframes wpb_ltr {
0% {
-webkit-transform: translate3d(-100px, 0, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_ltr {
0% {
-moz-transform: translate3d(-100px, 0, 0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 0,0);
opacity: 1;
}
}
@-o-keyframes wpb_ltr {
0% {
-o-transform: translate3d(-100px, 0,0);
opacity: 0;
}
100% {
-o-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes wpb_ltr {
0% {
transform: translate3d(-100px, 0, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
} .wpb_start_animation.wpb_right-to-left {
-webkit-animation: wpb_rtl 1s;
-o-animation: wpb_rtl 1s;
animation: wpb_rtl 1s;
opacity: 1;
filter: alpha(opacity=100);
}
@-webkit-keyframes wpb_rtl {
0% {
-webkit-transform: translate3d(100px, 0, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_rtl {
0% {
-moz-transform: translate3d(100px, 0, 0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-o-keyframes wpb_rtl {
0% {
-o-transform: translate3d(100px, 0, 0);
opacity: 0;
}
100% {
-o-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes wpb_rtl {
0% {
transform: translate3d(100px, 0, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
} .wpb_start_animation.wpb_appear {
-webkit-animation: wpb_appear 1s;
-o-animation: wpb_appear 1s;
animation: wpb_appear 1s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100)
}
@-webkit-keyframes wpb_appear {
0% {
-webkit-transform: scale(0.5);
opacity: 0.1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes wpb_appear {
0% {
-moz-transform: scale(0.5);
opacity: 0.1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes wpb_appear {
0% {
-o-transform: scale(0.5);
opacity: 0.1;
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes wpb_appear {
0% {
transform: scale(0.5);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes wpb_appear {
0% {
-webkit-transform: scale(.5);
opacity: .1;
filter: alpha(opacity=10)
}
100% {
-webkit-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-moz-keyframes wpb_appear {
0% {
-moz-transform: scale(.5);
opacity: .1;
filter: alpha(opacity=10)
}
100% {
-moz-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-o-keyframes wpb_appear {
0% {
-o-transform: scale(.5);
opacity: .1;
filter: alpha(opacity=10)
}
100% {
-o-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100)
}
}
@keyframes wpb_appear {
0% {
-webkit-transform: scale(.5);
-ms-transform: scale(.5);
-o-transform: scale(.5);
transform: scale(.5);
opacity: .1;
filter: alpha(opacity=10)
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100)
}
}
.wpb_start_animation.wpb_top-to-bottom,
.wpb_start_animation.wpb_bottom-to-top,
.wpb_start_animation.wpb_left-to-right,
.wpb_start_animation.wpb_right-to-left,
.wpb_start_animation.wpb_appear {
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;
animation-fill-mode: forwards;
} body[class*='post-type'] #g5plus-framework-popup-icon-wrapper {
display: none;
}
@media screen and (min-width: 992px){
.rtl .x-nav-menu > .x-menu-item + .x-menu-item {
margin-right: 45px;
margin-left: 0;
}
}