/*zoom*/
.overlay-holder {
    position: relative;
}

.overlay-holder .vc_single_image-wrapper {
    overflow: hidden;
}

.overlay-holder .vc_single_image-wrapper img {
    transition: transform 0.5s;
}

.overlay-holder:hover .vc_single_image-wrapper img {
    transform: scale(1.2);
}

.over-lay {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    padding: 20px 20px 30px 20px;
    margin: 0px;
}

/*zoom*/

.hover-custom-box.holder {
    position: relative;
}

.hover-custom-box .holder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 5px;
    background: #ff7f1e;
    width: 0%;
    transition: width 0.5s;
}

.hover-custom-box .holder:hover:after {
    width: 100%;
    background: #ff7f1e;
}

.hover-custom-box .holder:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 5px;
    background: #eee;
    width: 100%;
}

.rt-portfolio-box.element-seven[data-portfolio-box-align="center"] .rt-portfolio-box-item > .holder > .pic > .data {
    text-align: left !important;
}

.left-border2 {
    position: relative;
}

.left-border2::after {
    position: absolute;
    height: 63%;
    width: 3px;
    background: #dadada;
    content: "";
    right: 16%;
    top: 0;
}

.hamburger_menu > .nav > [class*="menu-"] > ul.menu > li:hover > a,
.hamburger_menu > .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a,
.hamburger_menu > .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a,
.hamburger_menu > .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a,
.hamburger_menu > .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a,
.hamburger_menu > .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a,
.hamburger_menu > .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a,
.hamburger_menu > .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a,
.hamburger_menu > .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a {
    color: #aab7b8 !important;
}

.hamburger_menu > .nav:before {
    background-color: #aab7b8;
}

/*contact*/
.contact-info-custom ul li i {
    color: #aab7b8;
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 13px;
}

input.wpcf7-form-control.wpcf7-submit.custom-btn-submit2 {
    width: 100%;
}

.contact-info-custom ul li {
    position: relative;
    padding-left: 24px !important;
    margin-bottom: 15px;
}

.text-center {
    text-align: center !important;
}

input.wpcf7-form-control.wpcf7-submit.custom-btn-submit {
    padding: 15px 70px !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.radiant-contact-form .form-row input[type="text"],
.radiant-contact-form .form-row input[type="email"],
.radiant-contact-form .form-row input[type="url"],
.radiant-contact-form .form-row input[type="tel"],
.radiant-contact-form .form-row input[type="number"],
.radiant-contact-form .form-row input[type="password"],
.radiant-contact-form .form-row input[type="date"],
.radiant-contact-form .form-row input[type="time"],
.radiant-contact-form .form-row select {
    height: 50px !important;
}

.box-shadow-contact {
    box-shadow: 0px 2px 57px #e2e2e2;
    position: relative;
    z-index: 10;
}

.under-line .vc_column-inner {
    position: relative;
}

.under-line .vc_column-inner :after {
    content: "";
    width: 70px;
    height: 1px;
    background: #c9c9c9;
    left: 14px;
    bottom: -21px !important;
    position: absolute;
}

/*contact*/

.default-page blockquote {
    background-color: #ebebeb !important;
    font-size: 18px !important;
    color: #424242 !important;
}

.default-page blockquote:before,
.comment-content blockquote:before {
    width: 7px !important;
}

/*sidebar*/
.heading-under-line {
    position: relative;
}

.heading-under-line:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background: #ff7f1e;
    left: 0px;
    bottom: -13px;
}

/*sidebar*/
.over-image img {
    position: relative;
    z-index: 50;
}

.full-width {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-search-form .form-row button[type="submit"] {
    background-color: #ff7f1e !important;
}

.radiantthemes-search-form .form-row input[type="search"]:focus {
    border-color: #ff7f1e !important;
}

.post-read-more .btn:before {
    display: none !important;
}

.post-read-more .btn {
    background-color: #ff7f1e !important;
    border: none !important;
    color: #fff !important;
}

.post-read-more .btn:hover {
    color: #fff;
    background-color: #1e1e1e !important;
}

/*404page*/
.error_main .btn:before {
    transition: none !important;
    -webkit-transition: none !important;
    display: none !important;
}

.error_main .btn:hover {
    border: none;
    background-color: #ff7f1e !important;
}

.error_main .btn {
    border: none;
}

.rt-button2.element-two.hover-style-one .rt-button2-main > .overlay {
    transition: none !important;
    -webkit-transition: none !important;
}

/*404page*/

.rt-button2.element-two .rt-button2-main > .placeholder {
    position: relative;
    transition: none !important;
    -webkit-transition: none !important;
}

.footer_main_item p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.footer_main_item input[type="submit"],
.footer_main_item input[type="button"],
.footer_main_item button[type="submit"],
.footer_main_item button[type="button"] {
    width: auto;
    height: auto;
    padding: 6px 50px 8px 50px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 2px;
    border-radius: 50px;
    background: #ff7f1e;
}

.footer_main_item input[type="email"],
.footer_main_item input[type="search"],
.footer_main_item input[type="text"],
.footer_main_item select {
    border-radius: 50px;
}

.footer_main_item ul.contact li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 28px;
    font-size: 15px;
    color: #fff;
}

.footer_main_item .widget_categories ul li,
.footer_main_item .widget_pages ul li,
.footer_main_item .widget_archive ul li,
.footer_main_item .widget_meta ul li,
.footer_main_item .widget_nav_menu ul li,
.footer_main_item .widget_recent_entries ul li,
.footer_main_item .widget_recent_comments ul li,
.footer_main_item .widget_product_categories ul li,
.footer_main_item .widget_rss ul li {
    margin-bottom: 7px;
    font-size: 16px;
    color: #fff;
}

.testimonial.element-ten .testimonial-item > .holder > .data blockquote:before {
    background-color: #f7730f !important;
}

.testimonial.element-ten .testimonial-item > .holder > .data h5 {
    color: #f7730f !important;
}

.testimonial[class*="element-"].owl-dot-style-two .owl-dots > .owl-dot.active > span {
    background-color: #f7730f !important;
}

.rt-sub-menu .current-menu-parent a {
    color: #505050 !important;
}

.box-shadow-home {
    box-shadow: 0 0 49px #e8e8e8;
}

.rt-sub-menu {
    background: none !important;
}

.team.element-twelve .team-item > .holder > .pic > .data {
    text-align: center !important;
}

.left-align {
    text-align: right !important;
    border-radius: 50px;
}

.testimonial.element-eight .testimonial-item > .holder > .pic > .holder img {
    border-radius: 50px !important;
}

.number {
    margin-right: 14px !important;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .radiantthemes-timeline-item-data::before {
    border: 3px #f7730f solid !important;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item:hover > .radiantthemes-timeline-item-data::before {
    background-color: #f7730f !important;
}

.side-menu ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.side-menu ul li a {
    background: #f3f4f5 !important;
    padding: 14px 24px !important;
    font-size: 16px !important;
    color: #001040 !important;
    margin-bottom: 3px !important;
    border-left: 4px solid #f3f4f5 !important;
}

.side-menu ul li a:hover {
    border-left: 4px solid #f7730f !important;
}

.side-menu ul li.current_page_item a {
    border-left: 4px solid #f7730f !important;
}

/*Button*/
.rt-button2.element-two .rt-button2-main {
    transition: none !important;
}

.post.style-three .entry-main .entry-content {
    margin-bottom: 12px;
}

.news-form button {
    font-family: Rubik;
    background: #141414;
    border: none;
    color: #fff;
    padding: 9px 15px 9px 15px;
    width: 100%;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.news-form button:hover {
    background: #ff7f1e;
}

.rt-button2.element-two.hover-style-one .rt-button2-main > .overlay {
    background-color: #1b1b1b;
}

.rt-button2.element-two .rt-button2-main {
    letter-spacing: 1px;
    font-family: Rubik;

    font-size: 12px !important;
    font-weight: 500 !important;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action-item .btn {
    font-family: Rubik;
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    background-color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action-item .btn:hover,
.rt-call-to-action-wraper.element-one .rt-call-to-action-item .btn:hover {
    background-color: #1b1b1b !important;
    color: #fff !important;
}

.comments-area .comment-form > p button[type="submit"],
.comments-area .comment-form > p button[type="reset"] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding: 8px 25px 10px 25px;
    overflow: hidden;
    background-color: initial;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-break: 28px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

.rt-fancy-text-box.element-four > .holder > .more .btn {
    padding: 7px 20px 8px 20px;
    border-radius: 50px !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post-read-more .btn {
    border-radius: 50px !important;
}

.rt-portfolio-box-filter.filter-style-six > button:before {
    background-color: #95afcc !important;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"],
.post-read-more.btn {
    border-radius: 50px !important;
    font-weight: normal !important;
    background-color: #ffffff !important;
    border: 1px solid #ededed;
    color: #373737;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
.post-read-more.btn:hover {
    background-color: #fe3b30 !important;
    border: 1px solid #fe3b30;
    color: #ffffff;
}

/*Button */

.portfolio-style-two > button.current-menu-item {
    color: #fe3b30 !important;
}

.service-seidebar-contact-info i {
    color: #fff;
    margin: 0 10px 15px 0;
}

.news-form input {
    height: 40px;
    margin-bottom: 15px;
    width: 100%;
    background: #f9f9f9;
    border: none;
    font-size: 14px;
    color: #00174d;
    padding: 0 15px;
}

.box-shadow {
    box-shadow: 0 0 14px #e2e2e2;
}

.box-shadow2 {
    box-shadow: 0 0 35px #e2e2e2;
}

.text-shadow {
    text-shadow: 1px 1px 3px #444444e6;
}

.table-striped2 tr th {
    background: #f7730f;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px;
}

/*th,td {
padding:14px 20px!important;
}*/

th {
    border: 0 !important;
}

.contact-color {
    margin-top: 28px;
}

.contact-color li span {
    color: #fff;
}

.contact-color li {
    color: #fff;
    margin-bottom: 8px;
}

.contact-color li i {
    margin-right: 12px;
    color: #f7730f;
}

.box-shadow-form {
    box-shadow: 0 0 40px #d3d3d3;
}

.accordion-style-two .rt-accordion-item-title-icon .holder i {
    background: #ffbc13 !important;
}

.accordion-style-one h4 {
    color: #6a6a6a !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.border-right {
    border-right: 1px solid #eaeaea;
}

.team.element-four .team-item > .holder > .data p {
    color: #717171 !important;
}

.team.element-four .team-item > .holder:hover > .data p {
    color: #161616 !important;
}

.team[class*="element-"].owl-dot-style-one .owl-dots > .owl-dot > span {
    background-color: #161616 !important;
}

.team[class*="element-"].owl-dot-style-one .owl-dots > .owl-dot.active > span {
    background-color: #ffc107 !important;
}

.team[class*="element-"].owl-dot-style-one .owl-dots > .owl-dot {
    margin-left: 9px !important;
    margin-right: 9px !important;
}

tr:nth-child(2),
tr:nth-child(4),
tr:nth-child(3) {
    background: #f6e7db;
}

.accordion-style-two h4,
.accordion-style-three h4 {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.accordion-style-two .rt-accordion-item-body,
.accordion-style-three .rt-accordion-item-body {
    color: #727272 !important;
}

.accordion-style-two .rt-active h4,
.accordion-style-three .rt-accordion-item-title-icon .holder i,
.accordion-style-three .rt-active h4,
.accordion-style-one .rt-active h4 {
    color: #ffbc13 !important;
}

/*hover-box*/

.icon1 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Finacial.png") no-repeat center;
    text-indent: -100%;
    width: 100%;
    height: 89px;
    overflow: hidden;
}

.custom-box:hover .icon1 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Finacial-hover.png") no-repeat center;
}

.icon2 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Investments.png") no-repeat center;
    text-indent: -100%;
    width: 100%;
    height: 89px;
    overflow: hidden;
}

.custom-box:hover .icon2 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Investments-hover.png") no-repeat center;
}

.icon3 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Taxes.png") no-repeat center;
    text-indent: -100%;
    width: 100%;
    height: 89px;
    overflow: hidden;
}

.custom-box:hover .icon3 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Taxes-hover.png") no-repeat center;
}

.icon4 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Retirement.png") no-repeat center;
    text-indent: -100%;
    width: 100%;
    height: 89px;
    overflow: hidden;
}

.custom-box:hover .icon4 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Retirement-hover.png") no-repeat center;
}

/* Fade */
/*
.custom-box .vc_column-inner {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.custom-box .vc_column-inner:hover, .custom-box .vc_column-inner:focus, .custom-box .vc_column-inner:active {
  background-color: #f7730f;
  color: white;
}
*/

/* Back Pulse */

@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(255, 127, 30, 0.75);
    }
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(255, 127, 30, 0.75);
    }
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #ff7f1e;
    background-color: #ff7f1e;
    color: white;
}

/*

.custom-box .vc_column-inner {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position:relative;
  background:none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.custom-box .vc_column-inner:before {
	display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7730f;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.custom-box .vc_column-inner:hover:before, .custom-box .vc_column-inner:focus:before,.custom-box .vc_column-inner:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
*/

.custom-box:hover .vc_custom_heading,
.custom-box:hover .wpb_text_column {
    color: #fff;
}

.custom-box .vc_custom_heading {
    line-height: 24px !important;
}

.custom-box:hover .vc_custom_heading {
    font-size: 19px !important;
    line-height: 24px !important;
}

/*hover-box*/

.border-left-right {
    position: relative;
}

.border-left-right:before {
    content: "";
    position: absolute;
    top: 35px;
    width: 1px;
    left: 0px;

    background: #787878;
    height: 40%;
}

.border-left-right:after {
    content: "";
    position: absolute;
    top: 35px;
    width: 1px;
    right: 35px;

    background: #787878;
    height: 40%;
}

.number1,
.number2 {
    position: relative;
}

.number1:after {
    content: "+";
    font-size: 40px;
}

.number2:after {
    content: "%";
    font-size: 40px;
}

/*Overlay*/

.box-image img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.vc_custom_1518419169209,
.vc_custom_1518419746738,
.vc_custom_1518419169209,
.vc_custom_1518439814336,
.vc_custom_1514452578718,
.vc_custom_1514452587398,
.vc_custom_1514452596662 {
    overflow: hidden;
}

.box-image:hover .vc_custom_1518439814336 img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-image:hover .vc_custom_1518419169209 img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-image:hover .vc_custom_1518419746738 img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-image:hover .vc_custom_1518419169209 img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.overlay-box img {
    max-width: 100%;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay-box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.overlay-box .vc_column-inner {
    position: relative;
    overflow: hidden;
}

.overlay-box .overlay {
    position: absolute;

    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;

    background: -moz-linear-gradient(top, rgba(84, 84, 84, 0.8) 0%, rgba(84, 84, 84, 0.8) 22%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(84, 84, 84, 0.8) 0%, rgba(84, 84, 84, 0.8) 22%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(84, 84, 84, 0.8) 0%, rgba(84, 84, 84, 0.8) 22%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc545454', endColorstr='#cc000000', GradientType=0);
}

.overlay-box:hover .overlay {
    opacity: 1;
}

.overlay .wpb_wrapper {
    position: absolute;
    bottom: 24px;
}

.footer_main_item .widget-title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    position: relative;
    padding-bottom: 18px;
}

/*Overlay*/

.footer_main_item .widget-title::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    content: " ";
    width: 25px;
    height: 1px;
    background: #ff7f1e;
}

.team.element-twelve .team-item > .holder > .pic > .data {
    background-color: rgba(42, 42, 42, 0.95) !important;
}

.team.element-twelve .team-item > .holder > .title h5 {
    color: #2a2a2a !important;
}

.team.element-twelve .team-item > .holder > .title p.designation {
    color: #ff7f1e !important;
}

.map iframe {
    border: 0;
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
    .two-column-mega-menu,
    .three-column-mega-menu {
        position: relative !important;
    }

    .two-column-mega-menu > ul.mega-sub-menu,
    .three-column-mega-menu > ul.mega-sub-menu {
        left: 50% !important;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .two-column-mega-menu > ul.mega-sub-menu {
        width: 700px !important;
    }

    .three-column-mega-menu > ul.mega-sub-menu {
        width: 800px !important;
    }
}

/*service section css start*/
/*service section*/
.side-menu-service ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.side-menu-service ul li a {
    color: #505050 !important;
    font-size: 15px !important;
    padding: 7px 24px !important;
    margin-bottom: 3px !important;
    line-height: 24px !important;
}

.side-menu-service ul li a:hover,
.side-menu-service .current_page_item a {
    background: #f2f2f2 !important;
    padding: 7px 24px !important;
    font-size: 15px !important;
    color: #353535 !important;
    margin-bottom: 3px !important;
    line-height: 24px !important;
}

p.pdf-style {
    border-bottom: 1px solid #eee;
    background-position: 0 4px !important;
    padding-bottom: 9px !important;
}

p.pdf-style:last-child {
    border-bottom: none;
}

.accordion-style-three .panel-title {
    font-weight: 800 !important;
}

.accordion-style-three .rt-accordion-item {
    padding-bottom: 16px !important;
}

.accordion-style-three .rt-accordion-item .rt-accordion-item-body {
    padding-left: 40px;
    line-height: 28px;
    padding-top: 8px;
    padding-bottom: 13px;
}

.accordion-style-three .rt-accordion-item .rt-accordion-item-title {
    padding-bottom: 6px;
}

.service-form .form-row input[type="text"],
.service-form .form-row input[type="email"],
.service-form .form-row input[type="url"],
.service-form .form-row input[type="tel"],
.service-form .form-row input[type="number"],
.service-form .form-row input[type="password"],
.service-form .form-row input[type="date"],
.service-form .form-row input[type="time"],
.service-form .form-row select {
    height: 39px !important;
    font-family: Rubik !important;
    font-size: 14px !important;
}

.service-form .form-row textarea {
    height: 109px !important;
    font-family: Rubik !important;
    font-size: 14px !important;
}

.service-form .form-row {
    margin: 0px 0px 14px 0px !important;
}

.service-form .form-row [type="submit"],
.service-form .form-row input[type="button"],
.service-form .form-row button[type="submit"] {
    line-height: 20px !important;
    margin-top: -5px;
}

.list-style-left {
    width: auto;
    float: left;
    padding: 0 10px 0 0;
}

.list-style-right {
    width: auto;
    float: left;
    padding: 0 0 0 40px;
}

div.mechin-text {
    background-position: -17px !important;
}

.mechin-text h2 {
    font-size: 14px;
    line-height: 27px;
}

.mechin-text p {
    font-size: 15px;
    line-height: 27px;
    color: #2d2d2d;
    margin-top: 4px;
}

.tab-inner-section {
    width: auto;
    margin: 40px 0 0 0;
}

.contect-section h2 {
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 25px;
}

.contect-section ul {
    display: inline-block;
}

.contect-section ul {
    width: auto;
    float: left;
    padding-right: 37px;
}

.contect-section ul li {
    font-size: 15px;
    list-style-image: url("list-style.png");
    list-style-position: inside;
}

h2.heading-font-style {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 30px;
    position: relative;
    padding-top: 30px;
}

.contect-section {
    width: auto;
}

h2.heading-font-style:after {
    position: absolute;
    content: " ";
    height: 4px;
    width: 31px;
    left: 0;
    background: #f7730f;
    border-radius: 4px;
    bottom: 9px;
}

/*service tab*/
.list-in-tab li {
    padding: 0px 0px 8px 15px;
    font-size: 14px;
    color: #7c7c7c;
    position: relative;
    list-style-position: inside;
    line-height: 26px;
}

.list-in-tab li:after {
    background: #f7730f;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    content: "";
    left: 0px;
    top: 9px;
}

.tab-list-style-one h3 {
    color: #2a2a2a;
    font-size: 24px;
    padding: 0 0 20px 0;
    position: relative;
    width: auto !important;
    display: inline-block;
}

.tab-list-style-one .nav-tabs li.active a {
    background: #f9a667 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 20px 6px !important;
    color: #282828 !important;
    margin: 0 1px;
}

.tab-list-style-one .nav-tabs li a {
    background: #f7730f !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 20px 6px !important;
    color: #282828;
    margin: 0 1px;
    text-transform: uppercase;
}

.tab-list-style-one .nav-tabs li a:hover {
    color: #282828 !important;
}

/*service tab*/
/*service section css end*/

.testimonial.element-eleven .testimonial-item > .holder > .data blockquote cite {
    color: #2a2a2a !important;
}

/***** New Css *****/

.icon1 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Finacial.png") no-repeat center;
    text-indent: -100%;
    width: 100%;
    height: 89px;
    overflow: hidden;
}

.custom-box:hover .icon1 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Finacial-hover.png") no-repeat center;
}

.icon2 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Investments.png") no-repeat center;
    text-indent: -100%;
    width: 100%;
    height: 89px;
    overflow: hidden;
}

.custom-box:hover .icon2 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Investments-hover.png") no-repeat center;
}

.icon3 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Taxes.png") no-repeat center;
    text-indent: -100%;
    width: 100%;
    height: 89px;
    overflow: hidden;
}

.custom-box:hover .icon3 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Taxes-hover.png") no-repeat center;
}

.icon4 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Retirement.png") no-repeat center;
    text-indent: -100%;
    width: 100%;
    height: 89px;
    overflow: hidden;
}

.custom-box:hover .icon4 > .wpb_wrapper > div {
    background: url("https://sgroiwealth.com/wp-content/uploads/2018/02/Retirement-hover.png") no-repeat center;
}

.blog.element-nine .blog-item > .holder .data ul.meta li {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.entry-content ul li {
    list-style: none !important;
    padding-left: 20px;
    margin-left: 0 !important;
}

.entry-content .location ul li {
    padding-left: 0 !important;
}

.industrial-service .rt-tab.element-four ul.nav-tabs li {
    padding-left: 0 !important;
}

.rt-loan-calculator.element-one > ul.nav-tabs > li {
    padding-left: 0 !important;
}

.rt-list ul li:before {
    color: #ff780b !important;
}

.rt-portfolio-box-filter.filter-style-one > button.current-menu-item {
    color: #ff780b;
}

.team.element-six .team-item > .holder .data ul.social > li {
    padding-left: 0 !important;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] {
    background-color: #ff780b;
}

tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] {
    background-color: #ff780b;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background-color: #ff780b !important;
    border: 1px solid #ff780b;
}

.entry-content li a {
    text-decoration: none !important;
}

.contect-section ul li {
    padding-left: 14px !important;
}

.post.style-one .post-meta > span i,
.post.style-two .entry-main .post-meta > span i,
.post.style-three .entry-main .post-meta > span i {
    color: #ff780b;
}

.widget-area > .widget .tagcloud > [class*="tag-link-"]:hover {
    background-color: #ff780b;
}

.rt-shop-box > .holder > .data .price {
    color: #ff780b;
}

.rt-shop-box > .holder > .pic > .action-buttons > .button {
    background-color: rgba(255, 120, 11, 0.8);
}

.woocommerce div.product form.cart .button {
    background-color: #ff780b;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .button:hover {
    background-color: #ff780b;
}

.shop_single > .product > .woocommerce-tabs > ul.tabs > li > a::before {
    background-color: #ff780b;
}

.woocommerce ul.product_list_widget li a {
    color: #ff780b;
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover {
    background-color: #ff780b;
}

.footer_main_item ul.social li a:hover {
    background-color: #ff780b;
    border-color: #ff780b;
}

.rt-list.element-one ul > li {
    padding-left: 20px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #ff780b;
}

.woocommerce #payment #place_order {
    background-color: #ff780b;
}

/*** Event***/

@media only screen and (max-width: 768px) {
    .tribe-events-calendar thead th {
        padding: 7px 0 !important;
    }

    #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
        width: unset !important;
    }
}

@media only screen and (max-width: 600px) {
    .tribe-events-calendar thead th {
        font-size: 3vw !important;
    }

    .tribe-events-calendar td div[id*="tribe-events-daynum-"] {
        font-size: 3vw !important;
    }

    ul.tribe-events-sub-nav a {
        font-size: 3vw !important;
    }
}

@media only screen and (max-width: 807px) {
    #tribe-bar-form #tribe-bar-views {
        width: 100% !important;
    }
}

@media only screen and (min-width: 769px) {
    .tribe-events-calendar thead th {
        font-size: 12px !important;
    }
}

/*** Event***/

/***** Responsive *****/
@media only screen and (max-width: 450px) {
    .font-resize {
        font-size: 10vw !important;
        line-height: 12vw !important;
    }
}

@media only screen and (max-width: 450px) {
    .testimonial.element-eleven .testimonial-item > .holder > .pic {
        position: relative !important;
    }

    .testimonial.element-eleven .testimonial-item > .holder {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-spacing {
        margin-top: 25px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .nav-tabs.nav-justified > li {
        width: 25%;
    }
}

/***** Responsive *****/

/*** blog ***/
@media only screen and (max-width: 1024px) {
    .wraper_blog_main .container {
        width: 100% !important;
    }

    .wraper_blog_main .blog_main .post-thumbnail > img {
        width: 85% !important;
    }
}

@media only screen and (max-width: 991px) {
    .wraper_blog_main .blog_main .matchHeight {
        width: 100% !important;
    }
}

/*** blog ***/

.post-navigation .nav-previous a strong,
.post-navigation .nav-next a strong,
.comment-navigation .nav-previous a strong,
.comment-navigation .nav-next a strong {
    color: #09276f;
    font-weight: 600;
}

body.single.single-post .entry-content h2 {
    color: #fff !important;
    margin-bottom: 0 !important;
}

div .default-page h3 {
    margin-bottom: 0 !important;
}

.default-page blockquote,
.comment-content blockquote {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 20px 20px 45px;
    font-weight: 700;
    font-size: 160%;
    color: #fff;
    line-height: 160%;
}

.default-page blockquote p:first-child:after,
.default-page blockquote p:first-child:after {
    position: absolute !important;
    left: 0;
    top: 0;
    content: "\f10d" !important;
    font-family: "FontAwesome";
}

.default-page blockquote p:first-child,
.default-page blockquote p:first-child {
    position: relative;
    padding-top: 15px !important;
    padding-left: 40px !important;
}

.entry-main blockquote p {
    font-weight: 700;
    font-style: normal;
}

.default-page blockquote cite,
.comment-content blockquote cite {
    display: block;
    margin-top: 7px;
    text-align: right !important;
    font-size: 80% !important;
    font-style: normal;
}

.post-navigation .nav-previous a strong,
.post-navigation .nav-next a strong,
.comment-navigation .nav-previous a strong,
.comment-navigation .nav-next a strong {
    letter-spacing: 1px;
    font-size: 15px;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a,
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
    font-weight: 600;
}

.post-navigation .nav-previous a,
.comment-navigation .nav-previous a {
    padding-left: 50px;
}

.post-navigation .nav-next a,
.comment-navigation .nav-next a {
    padding-right: 50px;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    font-size: 12px;
}

.single-format-standard .entry-content.default-page ul li:after {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 50%;
}

.default-page ul:not(.contact) > li:after {
    color: #09276f;
}

.default-page ul:not(.contact):not([class*="woocommerce-"]):not([class*="tribe-"]) > li,
.comment-content ul:not(.contact):not([class*="woocommerce-"]):not([class*="tribe-"]) > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px !important;
}

.single-format-standard .entry-content.default-page ul {
    padding-left: 0 !important;
}

/* ===== 19-01-2023 Start ===== */

:root {
    --header_height: 110px;
}

html,
body {
    overflow-x: hidden !important;
}

body .wraper_header {
    top: calc(var(--wp-admin--admin-bar--height, 0px)) !important;
    transition: 0.3s;
    background-color: #FFFFFF;
}

body .wraper_header.sticky_head {
    position: fixed;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 8%);
}

.wraper_inner_banner {
    margin-top: var(--header_height);
}

li.hamburger-menu-open i {
    color: #aab7b8 !important;
}

.wraper_header_main > .container {
    padding-block: 10px !important;
}

.home_blog.blog.element-four .blog-item > .holder > .pic {
    height: 216px;
}

.wraper_inner_banner_breadcrumb {
    display: none;
}

.login_div {
    margin: unset;
    margin-left: auto;
}

.header_main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_div .login_link {
    background-color: rgb(255, 127, 30);
    font-family: "Rubik";
    text-transform: uppercase;
    box-shadow: none;
    color: rgb(255, 255, 255);
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
    padding: 19px 38px;
    border-radius: 50px;
    border-color: rgb(255, 255, 255);
    display: inline-block;
}

.header_main .brand-logo {
    float: none;
    margin-left: 0;
}

.header_main .header_main_action {
    margin-left: 20px;
    margin-right: 0;
    float: none;
}

.header_main .clearfix {
    display: none;
}

.footer_main_item .textwidget p a {
    color: #fff;
}

.header_main .brand-logo img {
    max-width: 280px;
    max-height: 90px;
}

@media screen and (max-width: 782px) {
    .admin-bar {
        --wp-admin--admin-bar--height: 46px;
    }
}

@media screen and (max-width: 767px) {
    .special_sauce_row {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .special_sauce_row .wpb_column:nth-child(2) {
        order: -1;
    }

    .special_sauce_row:before,
    .special_sauce_row:after {
        content: none;
    }

    .special_sauce_row .wpb_column .wpb_single_image,
    .special_sauce_row .wpb_column .vc_custom_heading,
    .special_sauce_row .wpb_column .wpb_text_column {
        text-align: center !important;
    }

    .login_div .login_link {
        padding: 15px 25px;
    }
}

@media screen and (max-width: 480px) {
    :root {
        --header_height: 73px;
    }

    .login_div .login_link {
        padding: 11px 11px;
        font-size: 10px;
    }

    .header_main .brand-logo img {
        max-width: 160px;
        max-height: 53px;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.page-id-7980 {
    font-size: 12px;
    background: linear-gradient(to right, #5a5a5c 0%, #23059c 100%);
}

body.page-id-7980,
body.page-id-7980 button,
body.page-id-7980 input {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.background {
    display: flex;
}

.container {
    flex: 0 1 700px;
    margin: auto;
    padding: 10px;
}

.site-main > .container {
    padding-block: 0;
}

.screen {
    position: relative;
    background: #3e3e3e;
    border-radius: 15px;
}

.screen:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.screen-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #4d4d4f;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.screen-header-left {
    margin-right: auto;
}

.screen-header-button {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    border-radius: 8px;
    background: white;
}

.screen-header-button.close {
    background: #ed1c6f;
}

.screen-header-button.maximize {
    background: #e8e925;
}

.screen-header-button.minimize {
    background: #74c54f;
}

.screen-header-right {
    display: flex;
}

.screen-header-ellipsis {
    width: 3px;
    height: 3px;
    margin-left: 2px;
    border-radius: 8px;
    background: #999;
}

.screen-body {
    display: flex;
}

.screen-body-item {
    flex: 1;
    padding: 50px;
}

.screen-body-item.left {
    display: flex;
    flex-direction: column;
}

.app-title {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #cfcfd1;
    font-size: 26px;
}

.app-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 25px;
    height: 4px;
    background: #cfcfd1;
}

.app-contact {
    margin-top: auto;
    font-size: 8px;
    color: #888;
}

.app-form-group {
    margin-bottom: 15px;
}

.app-form-group.message {
    margin-top: 40px;
}

.app-form-group.buttons {
    margin-bottom: 0;
    text-align: right;
}

.app-form-control {
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #666;
    color: #ddd;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    transition: border-color 0.2s;
}

.app-form-control::placeholder {
    color: #666;
}

.app-form-control:focus {
    border-bottom-color: #ddd;
}

.app-form-group.buttons .wpcf7-spinner {
    position: absolute;
    left: 0;
    margin: 0;
}

.app-form-group.buttons {
    position: relative;
}

.screen-body-item .buttons .app-form-button {
    background: none;
    border: none;
    color: #cfcfd1;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: auto;
}

.screen-body-item .buttons .app-form-button:hover {
    color: #b9134f;
}

.page-id-7980 .wpcf7 form.invalid .wpcf7-response-output,
.page-id-7980 .wpcf7 form.unaccepted .wpcf7-response-output,
.page-id-7980 .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
}

.credits {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #ffa4bd;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.credits-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.dribbble {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.boxes_inr_row {
    height: 370px;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 15px;
    transition: 0.3s;
    margin: 0;
}

.boxes_inr_row .wpb_column {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.boxes_inr_row .wpb_column .vc_column-inner {
    padding: 0;
}

.boxes_inr_row:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.boxes_inr_row .wpb_text_column {
    color: #fff;
}

.box-image:hover .boxes_inr_row:before {
    opacity: 1;
    visibility: visible;
}

.box-image:hover .boxes_inr_row .wpb_column {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 520px) {
    .screen-body {
        flex-direction: column;
    }

    .screen-body-item.left {
        margin-bottom: 30px;
    }

    .app-title {
        flex-direction: row;
    }

    .app-title span {
        margin-right: 12px;
    }

    .app-title:after {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .screen-body {
        padding: 40px;
    }

    .screen-body-item {
        padding: 0;
    }
}

/* ===== 19-01-2023 End ===== */

.contact-link {
    color: #fff;
}

.contact-link:hover,
.contact-link:focus{
    color: #ff7f1e !important;
}

.contact_link_dark {
    color: #3e3e3e;
}

.contact_link_dark:hover,.contact_link_dark:focus {
    color: #ff7f1e !important;
}

.for_mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	.hide_row,.hide_module {
		display: none;
	}
	.for_mobile {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.show_row {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.team.element-twelve .team-item > .holder > .pic > .data {
    padding: clamp(5px, 2vw, 15px) !important;
}

.team.element-twelve .team-item > .holder > .pic > .data p {
    font-size: clamp(5px, 1.5vw, 15px) !important;
    line-height: 1.1 !important;
}

.team.element-twelve .team-item > .holder > .pic > .data p > strong {
    font-size: clamp(5px, 1.5vw, 15px) !important;
}
	.faqRow .wpb_text_column,.faqRow .wpb_video_widget {
    margin-left: 0 !important;
}
}