* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


body {
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: "Albert Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    padding: 0;
    margin: 0;
}

p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}

p strong {
    font-weight: 700;
}

p a {
    display: inline-block;
    position: relative;
    color: #06162F;
}

ul,
ol,
li {
    list-style: none;
    position: relative;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1440px;
    width: 98%;
    position: relative;
    z-index: 55;
}


/****  Header  ***/

header.main_head {
    background-color: #fff;
    position: relative;
    z-index: 999;
    transition: all 0.3s ease;
    border-top: 2px solid #106945;
}

header.main_head .container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: static;
}

.main_head.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 10px 70px #00000038;
    z-index: 999;
    -ms-transition: .6s ease-out;
    -moz-transition: .6s ease-out;
    -webkit-transition: .6s ease-out;
    -o-transition: .6s ease-out;
    transition: 1.5s ease-out;
    animation: .6s ease-out slideDown;
}

@keyframes slideDown {
    from {
        top: -100px
    }

    to {
        top: 0
    }
}


header.main_head .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main_head .main_logo {
    width: 130px;
    padding-left: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
}

.main_head .main_logo a {
    display: inline-flex;
    max-width: 179px;
}

.main_logo a {
    display: inline-block;
}

.main_logo a picture {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 555;
}

.offcanvas-header .header-wrap .main_logo {
    width: 170px;
}

.main_logo picture img {
    aspect-ratio: 358 / 136;
    height: auto;
}


.top_head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #D9D9D9;
    padding: 8px 0;
}

.link_address {
    width: 100%;
}

.media_icons ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    height: 100%;
    position: relative;
    z-index: 555;
}

.media_icons ul li a img {
    transition: 0.2s;
}

.media_icons ul li a:hover img {
    transform: rotate(360deg);
}

.link_address ul {
    display: block;
}

.link_address ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.add_image {
    width: 22px;
    min-width: 22px;
    max-width: 22px;
}

.add_image img {
    transition: 0.2s;
}

.link_address ul li:hover .add_image img {
    transform: translateX(6px);
}

.add_content {
    width: auto;
    padding-left: 10px;
}

.head_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 130px);
    padding-right: 12px;
}

.media_icons {
    width: 100%;
    padding: 8px 0;
    display: none;
}

.main_menu {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 0;
    position: static;
}

.add_content p {
    margin: 0px;
}

.add_content p a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s;
    display: block;
    width: 100%;
}

.add_content p a:hover {
    color: #106945;
}

.head_row .menuLink {
    /* display: none; */
    position: static !important;
}

.right-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right-div .burger {
    margin-left: 10px;
}




#Right_Funnel {
    width: 100%;
    border: unset;
    z-index: 9999999;
}

.offcanvas-body {
    padding: 0px 0 20px;
}

.offcanvas-body>.menuLink>.menu-header-menu-container>.menu>li {
    border-bottom: 1px solid #000;
}

.offcanvas-body>.menuLink>.menu-header-menu-container>.menu>li>a {
    padding: 12px 15px;
    text-transform: capitalize;
}

.offcanvas-body>.menuLink>.menu-header-menu-container>.menu>li.menu-item-has-children .sub-menu {
    background-color: #15A6D3;
    display: none;
}

.offcanvas-body>.menuLink>.menu-header-menu-container>.menu>li.menu-item-has-children .sub-menu li {
    border-top: 1px solid #fff;
}

.offcanvas-body>.menuLink>.menu-header-menu-container>.menu>li.menu-item-has-children .sub-menu li a {
    padding-left: 30px;
    color: #fff;
}

.offcanvas-body>.menuLink>.menu-header-menu-container>.menu>li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
    padding-left: 40px;
}

.offcanvas-body>.menuLink>.menu-header-menu-container>.menu>li.menu-item-has-children .sub-menu li a:hover {
    background-color: #81A469;
    color: #fff !important;
}

.offcanvas-body>.menuLink>.menu-header-menu-container>.menu>li span {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 44px;
    cursor: pointer;
    z-index: 55;
}

.right-div.tilt-hover .burger {
    cursor: pointer;
}

.menu li a {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    display: block;
    transition: 0.2s;
}

.menu>li>a:hover {
    color: #106945;
}

.header__menu .menu li.current-page-ancestor a {
    color: #000;
}

.header__menu .menu li.current-page-ancestor a::after {
    width: 100%;
}

.menu li a:hover::after,
.header__menu .menu>li.current_page_item a::after {
    width: 100%;
}

/* .menu li a:hover,
.login_btn a:hover {
    color: #06162F !important;
}

.menu li.current-menu-item>a,
.menu li.current-menu-ancestor>a {
    color: #06162F !important;
} */

.menu li.current-menu-item>a::after {
    width: 100%;
}

.login_btn a span {
    display: inline-block;
    margin-right: 22px;
}

.header__menu .menu>li.menu-item-has-children {
    margin-right: 50px;
}

.menuLink ul li.menu-item-has-children::after {
    content: '';
    position: absolute;
    border-top: 2px solid #06162F;
    border-left: 2px solid #06162F;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    display: block;
    cursor: pointer;
    right: 20px;
    top: 15px;
    transition-duration: 0.4s;
}

.offcanvas-body>.menuLink>.menu>li.menu-item-has-children .sub-menu li.menu-item-has-children::after {
    border-color: #fff;
}

/* .menuLink ul li.current-menu-ancestor.menu-item-has-children::after {
    border-top: 2px solid #06162F;
    border-left: 2px solid #06162F;
} */

/* .menuLink ul.menu>li.current-page-ancestor a,
.menuLink ul.menu>li>a:hover {
    background-color: #5C7E47;
    color: #fff !important;
} */

.sub-menu li a {
    display: inline-block;
    width: 100%;
}

.sub-menu li {
    margin-right: 0;
}

header ul li.current-menu-ancestor a,
.menuLink>.menu>li>a:hover {
    color: #204289;
}

.btn-ctn {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    height: 45px;
    width: 100%;
    max-width: 280px;
    padding: 6px 20px;
    background-color: #3AB047;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 55;
    text-align: center;
    border-radius: 80px;
    text-transform: uppercase;
}

.page-id-5933 .lets_get_wrap .btn-ctn{
		padding-top: 12px;
        padding-bottom: 12px;
	    height: auto;
	}

.page-id-5948 .lets_get_wrap .btn-ctn{
		padding-top: 12px;
        padding-bottom: 12px;
	    height: auto;
	}


.btn-ctn:hover {
    background-color: #106945;
}


.burger {
    display: block;
    width: 40px;
    min-width: 40px;
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.burger span {
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 8px;
    background: #37473d;
    margin-bottom: 7px;
    margin-right: 0;
    margin-left: auto;
}

.burger span:last-child {
    margin-bottom: 0;
    width: 20px;
}

.burger span:nth-child(2) {
    width: 28px;
}

.offcanvas-header .header-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}






/********************
    Sub Pages CSS
********************/


/**************************/

/*************************/
.mm_none {
    display: none;
}

/********************
   Gravity form
********************/
.gform_validation_errors {
    display: none !important;
}

.gform-loader {
    display: none !important;
}

/* Swiper container sizing */

.main_banner_wrap .swiper-slide {
    position: relative;
    height: auto;
}

.banner_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.banner_img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.banner_video {
    height: 100%;
}

.banner_img picture {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner_img picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 650 / 581;
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    /* GPU promote */
}

.banner_img picture img.kenburns {
    animation: kenburns 6s ease-in-out 0s forwards;
}

@keyframes kenburns {
    0% {
        transform: scale(1) translate(0, 0);
    }

    100% {
        transform: scale(1.15) translate(0, -10px);
    }
}

.banner_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main_banner_wrap .swiper {
    height: auto;
    min-height: auto;
}

.banner_content {
    position: relative;
    z-index: 55;
    width: 100%;
    height: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
}

.banner_content .container {
    position: relative;
    z-index: 777;
    text-align: center;
}

.bannertitle {
    color: #FFE381;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 55;
}

.banner_content h1,
.slider_title {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    max-width: 100%;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    z-index: 55;
}

.banner_content p {
    color: #fff;
    position: relative;
    z-index: 55;
    max-width: 350px;
    margin: 0 auto 20px;
}

.main_banner_wrap .swiper-pagination {
    margin: 0 auto;
    transform: none;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    right: 10px;
    text-align: right;
    width: auto;
    left: 10px;
}

.main_banner_wrap .swiper-pagination span {
    width: 25px;
    background-color: #fff;
    opacity: 1;
    height: 5px;
    border-radius: 2px;
}

.main_banner_wrap .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #4D7EA8;
}

.get_in_touch .btn-ctn {
    font-size: 13px;
    height: 38px;
    font-weight: 500;
    text-transform: capitalize;
}


.result_wrap {
    position: relative;
    padding: 40px 0;
    background-color: #000;
    background-image: url("../images/result-mobile-img.webp");
    background-repeat: no-repeat;
    background-size: 180px;
    background-position-x: 0;
    background-position-y: 0;
}

.result_wrap .col-md-6 {
    width: 100%;
}

.People__img picture {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.People__img picture img {
    height: auto;
    transition: 0.4s;
}

.People__img:hover picture img {
    transform: scale(1.05);
}

.main_title h1,
.main_title h2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
}

.real_content .main_title h1,
.real_content .main_title h2 {
    color: #fff;
}

.result_wrap .real_content .main_title h1 {
    margin-bottom: 20px;
}

.result_wrap .real_content .People__img {
    margin-bottom: 20px;
}

.real_content p strong {
    display: block;
    color: #3CB64B;
}

.real_content .main_title p {
    color: #fff;
    font-weight: 700;
    line-height: 22px;
}

.real_content .main_title p a {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    transition: 0.4s;
}

.real_content .main_title p a:hover {
    color: #3CB64B !important;
    text-decoration: none !important;
}

.real_content .main_title p:last-child {
    margin-bottom: 0px;
}

.result_wrap .real_content {
    text-align: center;
}

.what_we_do {
    position: relative;
    padding: 30px 0px;
}

.what_we_do .main_title {
    text-align: center;
    margin-bottom: 20px;
}

.slider_box_wrap {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    clip-path: polygon(0 0, 90% 1%, 100% 16%, 100% 100%, 0 100%, 0% 50%);
}

.overlay_content .arrow_bottom_grid {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    cursor: pointer;
}

.slider_box_wrap.active .overlay_content {
    top: 0;
}

.overlay_title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 25px;
}

.overlay_content p {
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
    line-height: 22px;
}

.overlay_content .btn-ctn {
    margin-top: 15px;
}

.overlay_content p strong {
    display: block;
    color: #3CB64B;
}

.slider_box_img {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.slider_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.overlay_content {
    background-color: #000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    top: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.slider_footer {
    height: 90px;
    background-color: #106945;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.slider_footer_title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    max-width: 245px;
    line-height: 20px;
    margin: 0 auto 0px;

    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.slider_footer_title span {
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-top: 2px;
}

.slider_footer p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* #whatWeDo_slider .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
} */



#whatWeDo_slider .owl-nav {
    text-align: center;
    margin-top: 20px;
}

#whatWeDo_slider .owl-nav button {
    width: 70px;
    height: 40px;
    background-color: #106944;
    margin: 0 -5px;
    transition: 0.4s;
    clip-path: polygon(40% 0%, 100% 0, 60% 100%, 0 100%);
    padding-bottom: 5px !important;
}

#whatWeDo_slider .owl-nav button:hover {
    background-color: #3AB047;
}



.real_world_result {
    background-color: #000;
    position: relative;
    padding: 30px 0px;
    text-align: center;
}

.real_world_result .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.service_slider_wrap .item {
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.service_box_img {
    height: 270px;
    position: relative;
    overflow: hidden;
}

.service_box_img a {
    display: block;
    height: 100%;
}

#service_slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.service_slider_wrap .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.service_slider_wrap .owl-nav button {
    width: 70px;
    height: 40px;
    background-color: #ffffff !important;
    margin: 0 -5px;
    transition: 0.4s;
    clip-path: polygon(40% 0%, 100% 0, 60% 100%, 0 100%);
    padding-bottom: 5px !important;
    transition: 0.4s;
}

.service_slider_wrap .owl-nav button.owl-prev img {
    transform: rotate(180deg);
}

.service_slider_wrap .owl-nav button:hover {
    background-color: #3AB047 !important;
}

.service_slider_wrap .owl-nav button img {
    filter: brightness(0);
}

.service_slider_wrap .owl-nav button:hover img {
    filter: unset;
}

.real_world_result .container>div {
    width: 100%;
}

.service_slider_wrap {
    padding: 0 15px;
}

.service_slider_wrap .main_title {
    margin-bottom: 25px;
}

.service_slider_wrap .main_title h2 {
    color: #fff;
}

.service_box_img a img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
}

.service_slider_wrap .item:hover .service_box_img a img {
    transform: scale(1.05);
}

.service_box_inner {
    padding: 15px 10px;
    min-height: 200px;
    text-align: left;
}

.service_box_para {
    min-height: 110px;
}

.service_box_para p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
}

.service_box_title {
    min-height: 60px;
}

.service_box_title,
.service_box_title a {
    display: block;
    color: #106945;
    font-size: 20px;
    font-weight: 700;
    transition: 0.4s;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service_box_title a:hover {
    color: #3ab047;
}

.learn_more a img {
    width: auto !important;
}

.service_box_inner .learn_more a {
    display: flex;
    align-items: center;
}


.real_world_wrap {
    background-color: #EDEDED;
    position: relative;
    padding: 30px 0px;
    text-align: center;
}

.full_video_wrap {
    height: 100vh;
    width: 100vw;
    height: 100dvh;
    width: 100dvw;
    overflow: hidden;
    z-index: 9999999999;
    align-items: center;
    justify-content: center;
}

.full_video_wrap .modal-content {
    background-color: #fff0;
    border: none;
    padding: 0;
    transform: rotate(90deg);
    width: 100vh;
    height: 100vw;
    min-height: 100vw;
    width: 100dvh;
    height: 100dvw;
    min-height: 100dvw;
    position: absolute;
}

.full_video_wrap .modal-content .modal-header {
    padding: 15px 20px;
    border: none;
    position: absolute;
    z-index: 5555;
    background-color: #fff0;
    width: auto;
    height: auto;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    top: 12px;
    right: 12px;
}

.btn__hover p.btn-ctn {
    margin: 0px;
    padding: 0 50px;
}

.full_video_wrap .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full_video_wrap .modal-body {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-position: right center;
    padding: 0px !important;
}

.full_video_wrap .modal-body video {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.full_video_wrap .modal-content .modal-header button.btn-close {
    padding: 0px;
    background: none;
    outline: none;
    box-shadow: none;
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.modal-backdrop {
    opacity: 0.9 !important;
}

.video_container {
    position: relative;
    margin-bottom: 20px;
}

.video_container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video_container video {
    width: 100%;
    height: 100%;
}


.video_container .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_container .content button {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 18px;
}

.real_world_wrap .main_title h2 {
    margin-bottom: 20px;
}

.real_world_wrap .row {
    align-items: center;
}











.our_rtg_wrap {
    position: relative;
    padding: 30px 0px;
}

.our_rtg_wrap .main_title {
    text-align: center;
    margin-bottom: 20px;
}

.our_rtg_wrap .main_title h2 {
    margin-bottom: 20px;
}

.our_rtg_wrap .main_title p,
.RTG_insights_wrap .main_title p{
    margin: 0 auto;
    max-width: 825px;
}

.approach_box {
    background-color: #ededed;
    height: 100%;
}

.approach_head_title {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #106945;
    padding: 15px 15px;
    min-height: 55px;
}

.our_rtg_wrap .row {
    margin: -10px;
}

.our_rtg_wrap .row .col-md-3 {
    padding: 10px;
}

.our_rtg_wrap .row .col-md-3:nth-child(4n+2) .approach_head_title {
    background-color: #3CB64B;
}

.our_rtg_wrap .row .col-md-3:nth-child(4n+3) .approach_head_title {
    background-color: #4D7EA8;
}

.our_rtg_wrap .row .col-md-3:nth-child(4n) .approach_head_title {
    background-color: #000;
}

.approach_body_para {
    height: calc(100% - 50px);
    padding: 15px;
    text-align: center;
}

.approach_head_title h3,
.approach_head_title p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    width: 100%;
    text-align: center;
}

.approach_body_para .week_title {
    color: #3CB64B;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin: 15px 0;
}

.approach_body_para p {
    font-size: 16px;
    margin: 0px;
}

.approach_body_para p strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.RTG_insights_wrap {
    background-color: #000;
    position: relative;
    padding: 30px 0px;
}

.RTG_insights_wrap .main_title {
    text-align: center;
    margin-bottom: 30px;
}

.RTG_insights_wrap .main_title h2 {
    color: #fff;
}

.RTG_insights_wrap .row {
    margin: 0 -10px;
}

.RTG_insights_wrap .row .col-md-6 {
    padding: 0 10px;
}

.RTG_insights_wrap .row .col-md-6 {
    width: 100%;
}

.RTG_insights_wrap .d-flex {
    width: 100%;
    background-color: #fff;
    padding: 12px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.RTG_insights_wrap .d-flex:last-child {
    margin-bottom: 0;
}



.box_right_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 190px;
}

.box_right_img a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.box_right_img a img {
    transition: 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.RTG_insights_wrap .d-flex:hover .box_right_img a img {
    transform: scale(1.05);
}

.get_more_btn {
    text-align: center;
    margin-top: 30px;
}

.insights_box {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 15px;
}

.insights_box_content {
    padding: 15px 10px 10px;
    width: 100%;
}

.insights_box_content h4,
.blog_title a {
    display: block;
    font-size: 20px;
    color: #106945;
    font-weight: 700;
    margin-bottom: 10px;
}

.insights_box_content h4 a {
    font-size: 20px;
    color: #106945;
    font-weight: 700;
    margin-bottom: 10px;
    transition: 0.4s;
}

.blog_title a {
    transition: 0.4s;
    line-height: 1.2;
}


.insights_box_content h4 a:hover,
.blog_title a:hover {
    color: #000;
}

.insights_box_content p {
    margin: 10px 0px;
    font-size: 16px;
}

.insights_box_content p a {
    color: #000;
    display: inline-block;
    text-decoration: underline;
    transition: 0.4s;
}

.insights_box_content p a:hover {
    color: #106945;
    text-decoration: none;
}

.learn_more a {
    display: inline-block;
    color: #4D7EA8;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.4s;
}

.learn_more a img {
    margin-right: 5px;
}

.learn_more a:hover {
    color: #106945;
}

.insights_box_img {
    position: relative;
    overflow: hidden;
    height: 190px;
}

.insights_box_img a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.insights_box_img a img {
    transition: 0.4s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.insights_box:hover .insights_box_img a img {
    transform: scale(1.05);
}




.partner_slider_wrap {
    position: relative;
    padding: 30px 0px;
}

.partner_slider_wrap .main_title {
    text-align: center;
    margin-bottom: 20px;
}

.logo__wrap {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

#partner_slider {
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
}

.logo__wrap img {
    max-height: 100%;
    width: auto !important;
}

#partner_slider .owl-nav button {
    position: absolute;
    top: 25%;
    width: 30px;
    height: 30px;
}

#partner_slider .owl-nav button.owl-prev {
    left: 10px;
}

#partner_slider .owl-nav button.owl-prev img {
    transform: rotate(180deg);
}

#partner_slider .owl-nav button.owl-next {
    right: 10px;
}



.our_clients_wrap {
    position: relative;
    padding: 30px 0px;
}

.our_clients_wrap .main_title {
    text-align: center;
    margin-bottom: 20px;
}

.client_review_wrap {
    position: relative;
    margin: 20px 0;
}

.client_review_wrap::before,
.client_review_wrap::after {
    content: "";
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.client_review_wrap::before {
    top: 0;
    bottom: 0;
    /* left: -25px;
    width: 161px;
    background-image: url("../images/curve-before.webp"); */
}

.client_review_wrap::after {
    top: 0;
    bottom: 0;
    /* right: -25px;
    width: 163px;
    background-image: url("../images/curve-after.webp"); */
}

.review_inner_content {
    position: relative;
    background-color: #ededed;
    padding: 40px 25px;
}

.review_inner_content::before,
.review_inner_content::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 32px;
    background-image: url("../images/quote-icon.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.review_inner_content::before {
    left: 30px;
    top: -12px;
}

.review_inner_content::after {
    right: 30px;
    bottom: -12px;
    transform: rotate(180deg);
}

.client_img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.client_review_wrap .d-flex {
    align-items: center;
}

.client_img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.client_description {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.client_description p {
    margin: 0px;
    color: #106945;
}

.client_description p strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

#our_client_review .owl-nav {
    text-align: center;
}

#our_client_review .owl-nav button {
    width: 70px;
    height: 40px;
    background-color: #4d7ea8;
    margin: 0 -5px;
    transition: 0.4s;
    clip-path: polygon(40% 0%, 100% 0, 60% 100%, 0 100%);
}

#our_client_review .owl-nav button:hover {
    background-color: #106945;
}

#our_client_review .owl-nav button.owl-prev .owl-prev img {
    transform: rotate(180deg);
}






.book_a_free {
    background-color: #106945;
    position: relative;
    padding: 30px 0px;
}

.book_a_free .main_title h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.book_a_free .main_title p {
    text-align: center;
    color: #fff;
}

.book_a_free .row .col-md-6 {
    width: 100%;
}

.book_form form {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.book_form form .gform-body {
    width: 100%;
}

.book_form form .gform-body .gform_fields {
    display: flex;
    column-gap: 0;
    flex-wrap: wrap;
    width: auto;
    max-width: 100%;
    row-gap: 0px;
}

.book_form form .gform-body .gform_fields .gfield {
    width: 100%;
    position: relative;
    padding: 8px;
}

.book_form form .gform-body .gform_fields .gfield .validation_message {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: -9px;
}

.book_form form .gform-body .gform_fields .gfield .ginput_container input {
    height: 50px;
    width: 100%;
    border: 1px solid #3CB64B;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    outline: none;
    box-shadow: none;
}

.book_form form .gform-body .gform_fields .gfield .ginput_container textarea {
    height: 120px;
    min-height: 120px;
    width: 100%;
    border: 1px solid #3CB64B;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    outline: none;
    box-shadow: none;
    resize: none;
}

.book_form form .gform-body .gform_fields .gfield .ginput_container .charleft.ginput_counter.gfield_description {
    display: none;
}

.book_form form .gform-footer {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.book_form form .gform-footer input[type="submit"] {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: auto !important;
    height: 45px !important;
    width: 100% !important;
    max-width: 280px !important;
    padding: 6px 20px !important;
    background-color: #3AB047 !important;
    transition: 0.3s !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 55 !important;
    text-align: center !important;
    border-radius: 80px !important;
    text-transform: uppercase !important;
    margin: 0 auto !important;
    outline: none !important;
    box-shadow: none !important;
}

.book_form form .gform-footer input[type="submit"]:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.book_form form .gform-footer input[type="submit"]:hover {
    color: #106945 !important;
    background-color: #ffff !important;
}

.book_form form .form_group {
    padding: 8px;
    position: relative;
    width: 100%;
}

.form_group input {
    height: 50px;
    width: 100%;
    border: 1px solid #3CB64B;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    outline: none;
    box-shadow: none;
}


.book_form form .form_group textarea {
    height: 120px;
    min-height: 120px;
    width: 100%;
    border: 1px solid #3CB64B;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    outline: none;
    box-shadow: none;
    resize: none;
}

.form_group .btn-ctn {
    border: none;
    outline: none;
    margin: 0 auto;
    display: block;
}

.form_group .btn-ctn:hover {
    color: #106945;
    background-color: #ffff;
}


.form_group input::-webkit-input-placeholder,
.form_group textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.form_group input:-moz-placeholder,
.form_group textarea:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form_group input::-moz-placeholder,
.form_group textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form_group input:-ms-input-placeholder,
.form_group textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}









.main_footer {
    background-color: #000;
    position: relative;
    padding: 12px 0px 5px;
}

.main_footer .container {
    width: 100%;
    padding: 0px;
}

.main_footer .row {
    margin: 0;
}

.main_footer .row .col-md-3 {
    width: 100%;
    padding: 0px;
}

.main_footer .main_logo {
    border-bottom: 1px solid #ffffff38;
    text-align: center;
    padding: 20px 15px;
}

.main_footer .main_logo a {
    max-width: 179px;
}

.address_wrap ul {
    display: block;
}

.address_wrap ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff38;
    text-align: center;
    padding: 10px 15px;
}

.address_wrap ul li .img_icon {
    width: 20px;
    margin-right: 2px;
}

.address_content {
    width: auto;
    padding-left: 5px;
}

.address_content p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.address_content p a {
    display: inline-block;
    color: #fff;
    transition: 0.4s;
}

.footer_title {
    text-align: center;
    color: #3CB64B;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px solid #ffffff38;
    padding: 12px 15px;
    position: relative;
}

.footer_title a {
  text-align: center !important;
    color: #3CB64B !important;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px solid #ffffff38 !important;
    padding: 12px 15px !important;
    position: relative;
    border: unset !important;
    padding: 0 !important;
}

.address_content p a:hover {
    color: #3CB64B;
}

.footer_arrow {
    display: none;
    position: absolute;
    top: 6px;
    right: 0;
    height: 40px;
    width: 40px;
    background-color: #3CB64B;
    align-items: center;
    justify-content: center;
}

.footer_arrow img {
    transition: 0.4s;
}

.footer_arrow.active img {
    transform: rotate(180deg);
}

/* .main_footer .menu {
    display: none;
} */

.main_footer .menu li a {
    color: #fff;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ffffff38;
    padding: 12px 15px;
}

.main_footer .menu li a:hover {
    color: #3CB64B !important;
}

.copyright .container {
    display: block;
    text-align: center;
}

.copyright .media_icons {
    padding: 12px 15px;
    height: auto;
    border-bottom: 1px solid #ffffff38;
    display: block;
}

.copyright .media_icons ul {
    justify-content: center;
    margin: -8px;
    gap: 0px;
}

.copyright .media_icons ul li {
    padding: 8px;
}

.copyright p {
    margin: 0px;
    color: #fff;
    padding: 12px 15px;
    font-size: 14px;
}





.what_we_do .swiper-button-next::after,
.what_we_do .swiper-button-prev::after {
    display: none;
}

.we_do_slider .swiper-button-prev,
.we_do_slider .swiper-button-next {
    width: 70px;
    height: 40px;
    background-color: #106944;
    margin: 0 -5px;
    transition: 0.4s;
    clip-path: polygon(40% 0%, 100% 0, 60% 100%, 0 100%);
}

.we_do_slider .swiper-button-prev {
    left: 8%;
}

.we_do_slider .swiper-button-prev img {
    transform: rotate(180deg);
}

.we_do_slider .swiper-button-next {
    right: 8%;
}

.we_do_slider .swiper-button-prev:hover,
.we_do_slider .swiper-button-next:hover {
    background-color: #3AB047;
}

.we_do_slider .swiper-slide {
    opacity: 0.2;
}

.we_do_slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.we_do_slider .swiper-slide.swiper-slide-active .slider_footer_title {
    opacity: 1;
}

.we_do_slider .swiper-slide.swiper-slide-active .slider_front_wrap .slider_footer p {
    opacity: 1;
}

.we_do_slider .swiper-slide.swiper-slide-active .slider_footer .slider_footer_title {
    opacity: 1;
}

.we_do_slider .swiper-slide .slider_footer .slider_footer_title {
    opacity: 0;
}

.we_do_slider .swiper-slide .slider_front_wrap .slider_footer p {
    opacity: 0;
}

.we_do_slider_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.we_do_slider_arrow .swiper-button-prev,
.we_do_slider_arrow .swiper-button-next {
    position: static;
}





.playing button {
    opacity: 0;
    transition: .4s;
}

.playing:hover button {
    opacity: 1;
}



.about_client_review {
    width: 100%;
    overflow: hidden;
}

.arrow_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow_bottom .swiper-button-prev,
.arrow_bottom .swiper-button-next {
    position: static;
}

.about_client_review .swiper-button-prev::after,
.about_client_review .swiper-button-next::after {
    display: none;
}

.about_client_review .swiper-button-prev,
.about_client_review .swiper-button-next {
    width: 63px;
    height: 40px;
    top: unset;
    background-color: #4D7EA8;
    margin: 0 -5px;
    transition: 0.4s;
    clip-path: polygon(35% 0%, 100% 0, 65% 100%, 0 100%);
    bottom: 0px;
}

.about_client_review .swiper-button-prev:hover,
.about_client_review .swiper-button-next:hover {
    background-color: #106945;
}

.about_client_review .swiper-button-prev img {
    transform: rotate(180deg);
}









/*** Inner pages ****/
.sub_banner_wrap {
    position: relative;
    overflow: hidden;
}

.sub_banner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sub_banner_img picture {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sub_banner_img picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 650 / 581;
}

.sub_banner_content {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    min-height: 230px;
    padding: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_title_banner h1,
.archive .main_title_banner h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.sub_title_banner {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sub_title_para p {
    margin: 0;
    color: #FFE381;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.people_process {
    text-align: center;
    padding: 30px 0;
}

.process_img {
    position: relative;
    overflow: hidden;
}

.process_img picture {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.process_img picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 500 / 450;
    transition: 0.4s;
}

.inventory_management .process_img {
    aspect-ratio: 539 / 424;
    height: auto;
}

.process_img:hover picture img {
    transform: scale(1.05);
}

.process_description p {
    margin-bottom: 15px;
    line-height: 20px;
}

.process_description p strong {
    display: inline-block;
    font-weight: 700;
}

.process_description h2 {
    color: #106945;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 24px;
}

.built__wrap {
    background-color: #000;
    text-align: center;
    padding: 30px 0;
}

.built__wrap .main_title {
    margin-bottom: 35px;
}

.built__wrap .main_title h2 {
    color: #fff;
    margin-bottom: 15px;
}


.built__wrap .main_title p {
    color: #FFE381;
}

.built__wrap .main_title p:last-child {
    margin-bottom: 0;
}

.built__wrap .row {
    margin: -10px;
}

.built__wrap .row .col-md-4 {
    padding: 10px;
}

.build_header {
    background-color: #106945;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

.build_title {
    color: #fff;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
}

.head_icon {
    min-height: 80px;
    width: 100%;
}

.head_icon img {
    max-width: 70px;
    transition: 0.4s;
}

/* .built__wrap .row .col-md-4:hover .head_icon img {
    transform: translateX(10px);
} */

.built__wrap .row .col-md-4:nth-child(3n+2) .build_header {
    background-color: #3CB64B;
}

.built__wrap .row .col-md-4:nth-child(3n+3) .build_header {
    background-color: #4D7EA8;
}

.build_description {
    height: auto;
    background-color: #fff;
    padding: 35px 20px;
}


.RTG_stand_wrap {
    background-color: #ededed;
    padding: 30px 0;
    text-align: center;
}

.RTG_stand_wrap .main_title h2 {
    margin-bottom: 20px;
}

.main_title .RTG_stand_img {
    margin-bottom: 20px;
}

.RTG_stand_img {
    position: relative;
    overflow: hidden;
}

.RTG_stand_img picture {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.RTG_stand_img picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 550 / 408;
    transition: 0.4s;
}

.RTG_stand_wrap.how_diffrent picture img {
    aspect-ratio: 550 / 451;
}

.RTG_stand_img:hover picture img {
    transform: scale(1.05);
}

.leadership__wrap {
    position: relative;
    padding: 30px 0;
}

.leadership__wrap .main_title {
    text-align: center;
    margin-bottom: 30px;
}

.leadership__wrap .row {
    margin: -8px;
}

.leadership__wrap .row .col-md-4 {
    padding: 8px;
}

.leader_profile {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.leader_profile_img {
    height: 400px;
}

.leader_profile_img img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
    object-position: top center;
}

.leader_profile:hover .leader_profile_img img {
    transform: scale(1.05);
}

.leader_profile_img a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.leader_overlay_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 55;
    padding: 0px 20px 15px;
    background-color: rgba(16, 105, 69, 0.9);
    height: 85px;
    transition: 0.4s;
    border-radius: 12px 12px 0 0;
}

.overlay_para {
    height: 290px;
    overflow: auto;
    padding-right: 10px;
}

.overlay_para::-webkit-scrollbar {
    width: 8px;
}

.overlay_para::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.overlay_para::-webkit-scrollbar-thumb {
    background: #3AB047;
    border-radius: 10px;
}

.overlay_para p {
    margin: 0;
    color: #fff;
    line-height: 22px;
}

.overlay_title_head {
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
}

.overlay_title_head p {
    margin-bottom: 5px;
    color: #45AFF6;
    line-height: 20px;
}

/* .overlay_title_head p:nth-child(2) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.overlay_title_head p strong {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom_arrow {
    position: absolute;
    right: -10px;
    top: 8px;
    width: 30px;
    cursor: pointer;
}

.bottom_arrow img {
    transition: 0.4s;
    transform: rotate(180deg);
}

.leader_profile.active .leader_overlay_wrap {
    border-radius: 0px;
    height: 100%;
    padding-top: 8px;
}

/* .leader_profile.active .leader_overlay_wrap .bottom_arrow {
    opacity: 1;
    visibility: visible;
} */

.leader_profile.active .leader_overlay_wrap .bottom_arrow img {
    transform: none;
}

.how_diffrent {
    background-color: #fff;
}

.how_diffrent .main_title p strong {
    display: inline-block;
}

.how_diffrent .check_list {
    margin-top: 30px;
}

.main_title ul {
    margin-top: 30px;
    text-align: left;
}

.check_list ul {
    text-align: left;
}

.check_list ul li {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.check_list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    background-image: url("../images/check-cricle.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 30px;
    height: 30px;
}

.main_title ul li {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.main_title ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    background-image: url("../images/check-cricle.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 30px;
    height: 30px;
}

.full_content .main_title {
    margin-top: 20px;
    width: 100%;
}

.full_content .main_title p {
    max-width: 100% !important;
}

.full_content .main_title p strong {
    max-width: 1080px !important;
    margin: 0 auto;
}


.lets_get_wrap {
    background-color: #106945;
    padding: 30px 0px;
    position: relative;
    overflow: hidden;
    /* background-image: url("../images/lets-get-bg-mobile.webp"); */
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
}

.lets_grid {
    text-align: center;
}

.lets_grid .main_title h2 {
    color: #fff;
    margin-bottom: 20px;
}

.lets_grid .main_title p {
    color: #fff;
}

.lets_talk_btn .btn-ctn:hover {
    color: #3CB64B;
    background-color: #fff;
}


.contact_us {
    position: relative;
    padding: 30px 0;
}

.contact_us .main_title {
    text-align: center;
    margin-bottom: 30px;
}

.contact_us .main_title p:last-child {
    margin-bottom: 0;
}

.contact_us .main_title p strong {
    color: #106945;
}

.contact_us .main_title p {
    max-width: 390px;
    margin: 0 auto;
}

.contact_us .book_form {
    background-color: #106945;
    padding: 25px;
}

.contact_us_banner .sub_banner_content .main_title_banner h1 {
    text-align: center;
    margin-bottom: 20px;
}

.sub_title_desc {
    text-align: center;
}

.sub_title_desc p {
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.perfer_toTalk {
    position: relative;
    padding: 30px 0px;
}

.perfer_toTalk .main_title {
    text-align: center;
    margin-bottom: 25px;
}

.perfer_toTalk .row {
    margin: -15px;
}

.perfer_toTalk .row .col-md-6 {
    padding: 15px;
    position: relative;
}

.perfer_toTalk .row .col-md-6::after {
    content: "or";
    position: absolute;
    left: 0;
    top: -12px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    right: 0;
    text-align: center;
    padding: 0 14px;
    color: #000;
}

.perfer_toTalk .row .col-md-6:nth-child(1)::after {
    display: none;
}

.chat_us {
    background-color: #EDEDED;
    padding: 20px 15px;
    display: flex;
}

.chat_icon {
    width: 50px;
}

.chat_icon img {
    width: 35px;
    transition: 0.4s;
}

.chat_us:hover .chat_icon img {
    transform: translateX(5px);
}

.chat_content {
    width: calc(100% - 50px);
}

.chat_content p {
    margin: 0 0 5px;
    color: #106945;
    font-weight: 700;
    font-size: 14px;
}

.next_para {
    margin-bottom: 30px;
}

.chat_content p a {
    color: #000;
    transition: 0.4s;
}

.chat_content p a:hover {
    color: #106945;
}

.chat_content p:last-child {
    margin-bottom: 0px;
}

.next_wrap {
    margin-top: 30px;
}

.next_wrap>p {
    color: #106945;
    font-weight: 700;
}

.client_review {
    display: flex;
    align-items: center;
}

.profile_img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile_description {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.profile_description p {
    margin: 0;
    color: #106945;
}

.next_para p {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0px;
}

.profile_description p strong {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}


.helping__wrap {
    background-color: #106945;
    position: relative;
    background-image: url("../images/lets-get-bg-mobile.webp");
    background-repeat: no-repeat;
    background-size: 350px;
    background-position-x: 100%;
    background-position-y: 100%;
}

.helping__wrap .container {
    width: 100%;
    padding: 0px;
    max-width: 100%;
}

.helping_content {
    text-align: center;
    padding: 30px 20px;
}

.helping_content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.helping_img {
    position: relative;
    overflow: hidden;
}

.helping_img picture {
    width: 100%;
    display: block;
    height: 100%;
}

.helping_img picture img {
    width: 100%;
    aspect-ratio: 550 / 285;
    height: auto;
    transition: 0.4s;
    object-fit: cover;
}

.helping_img:hover picture img {
    transform: scale(1.05);
}




/* .services_banner .sub_banner_content {
    min-height: 250px;
} */

.services_banner .main_title_banner h1 {
    margin-bottom: 0;
}

.services_banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/sub-banner-overlay.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.inventory_management .process_description p strong {
    display: inline;
}

.facing_challenges_wrap .main_title p {
    max-width: 100% !important;
}

.RTG_inventory_process {
    position: relative;
    text-align: center;
    padding: 30px 0px;
}

.inventory_process_quote {
    position: relative;
/*     padding: 0 30px; */
	padding: 0 31px;
    margin-bottom: 25px;
}

.inventory_process_quote::after,
.inventory_process_quote::before {
    content: "";
    position: absolute;
    background-image: url("../images/quote-icon.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    top: 40%;
    width: 30px;
    height: 17px;
}

.inventory_process_quote::before {
    left: 0;
}

.inventory_process_quote::after {
    right: 0;
}

.inventory_process_quote p {
    margin: 0;
}

.title_inventory_process {
    margin-bottom: 30px;
}

.title_inventory_process p {
    color: #106945;
}

.title_inventory_process p strong {
    display: block;
    font-weight: 700;
}

.title_inventory_process p a {
    color: #106945;
    text-decoration: underline;
    display: inline-block;
    transition: 0.4s;
}

.title_inventory_process p a:hover {
    text-decoration: none;
    color: #000;
}

.RTG_inventory_process .row {
    margin: -10px;
}

.RTG_inventory_process .row .col-md-4 {
    padding: 10px;
}

.show_value_box {
    background-color: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 10px 20px;
}

.show_value_box p {
    margin: 0;
    font-size: 22px;
    width: 100%;
}

.show_value_box p strong {
    display: inline-block;
    font-weight: 700;
}

.show_value_para {
    margin: 20px 0 15px;
}

.show_value_para p {
    margin: 0px;
}



.why_invetory_wrap {
    background-color: #000;
    position: relative;
    padding: 30px 0;
}

.why_invetory_wrap .main_title {
    text-align: center;
    margin-bottom: 30px;
}

.why_invetory_wrap .main_title h2 {
    color: #fff;
    margin-bottom: 25px;
}

.why_invetory_wrap .main_title p {
    color: #fff;
}

.why_invetory_wrap .main_title p strong {
    display: block;
}

.why_invetory_wrap .row {
    margin: -12px;
}

.why_invetory_wrap .row .col-md-6 {
    padding: 12px;
}

.invetory_box_head {
    background-color: #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    min-height: 150px;
}

.invetory_icons {
    max-width: 60px;
    height: 60px;
    width: 100%;
    display: block;
    margin: 0 auto 15px;
}

.invetory_icons img {
    transition: 0.4s;
}

/* .invetory_box_wrap:hover .invetory_icons img {
    transform: translateX(10px);
} */

.invetory_box_head p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    width: 100%;
    text-align: center;
}

.invetory_box_content {
    background-color: #fff;
    padding: 35px 20px;
    position: relative;
}

.why_invetory_wrap .row .col-md-6:nth-child(2n+2) .invetory_box_head {
    background-color: #106945;
}

.why_invetory_wrap .row .col-md-6:nth-child(2n+2) .invetory_box_head p {
    color: #fff;
}

.invetory_box_content ul li {
    color: #000;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.invetory_box_content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url("../images/cross-cricle-list.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}


.how_RTG_wrap {
    background-color: #000;
    padding: 30px 0;
    position: relative;
}

.how_RTG_wrap .main_title {
    margin-bottom: 30px;
    text-align: center;
}

.how_RTG_wrap .main_title h2 {
    color: #fff;
}

.RTG_slider_box {
    background-color: #fff;
    padding: 10px;
    height: 100%;
    text-align: center;
}

.RTG_slider_box:hover .rtg_blog_img a img {
    transform: scale(1.05);
}

.rtg_blog_img {
    position: relative;
    overflow: hidden;
    height: 245px;
}

.rtg_blog_img a {
    display: block;
    height: 100%;
}

.rtg_blog_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
}

.rtg_blog_title {
    height: calc(100% - 245px);
    padding: 20px 20px;
    align-items: center;
}

.rtg_blog_title p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

.rtg_blog_title p a {
    color: #106945;
    transition: 0.4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.rtg_blog_title p a:hover {
    color: #000;
}

.how_RTG_slider_arrow {
    margin: 30px auto 0px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how_RTG_slider_arrow .swiper-button-prev,
.how_RTG_slider_arrow .swiper-button-next {
    width: 70px;
    height: 40px;
    background-color: #fff;
    margin: 0 -5px;
    transition: 0.4s;
    clip-path: polygon(40% 0%, 100% 0, 60% 100%, 0 100%);
    position: static;
}

.how_RTG_slider_arrow .swiper-button-prev:hover,
.how_RTG_slider_arrow .swiper-button-next:hover {
    background-color: #3AB047;
}

.how_RTG_slider_arrow .swiper-button-prev:hover img,
.how_RTG_slider_arrow .swiper-button-next:hover img {
    filter: none;
}

.how_RTG_slider_arrow .swiper-button-prev::after,
.how_RTG_slider_arrow .swiper-button-next::after {
    display: none;
}

.how_RTG_slider_arrow .swiper-button-prev img {
    transform: rotate(180deg);
}

.how_RTG_slider_arrow .swiper-button-prev img,
.how_RTG_slider_arrow .swiper-button-next img {
    filter: brightness(0);
}

.how_RTG_slider .swiper-slide {
    height: auto;
}


.excess_inventory_wrap {
    background-color: #000;
    position: relative;
    padding: 30px 0px;
}

.excess_inventory_wrap .main_title {
    text-align: center;
}

.excess_inventory_wrap .main_title h2 {
    color: #fff;
    margin-bottom: 25px;
}

.excess_inventory_wrap .main_title p {
    color: #fff;
}

.excess_inventory_wrap .main_title p:last-child {
    margin-bottom: 0;
}

.excess__service {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 25px 20px;
    margin: 15px 0;
}

.icons_img {
    width: 70px;
}

.icons_img img {
    transition: 0.4s;
}

.excess__service:hover .icons_img img {
    transform: translateX(10px);
}

.excess__service_content {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.icons_img_title {
    color: #106945;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 25px;
}

.excess__service_content h3 {
    color: #106945;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 25px;
}

.excess__service_content p:last-child {
    margin-bottom: 0;
}

.excess__service_content p {
    line-height: 22px;
}

.excess__service_content p strong {
    font-weight: 700;
}


.inventory_optimization {
    position: relative;
    padding: 30px 0;
}

.inventory_optimization .main_title {
    text-align: center;
    margin-bottom: 30px;
}

.excess_inventory_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.excess_inventory_img picture {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.excess_inventory_img picture img {
    aspect-ratio: 600 / 426;
    height: auto;
    transition: 0.4s;
}

.excess_inventory_img:hover picture img {
    transform: scale(1.05);
}

.optimization_row {
    display: flex;
    margin-bottom: 20px;
}

.green_title .investory_icons_title {
    color: #3CB64B;
}

.blue_title .investory_icons_title {
    color: #4D7EA8;
}

.optimization_row:last-child {
    margin-bottom: 0px;
}

.investory__icons {
    width: 55px;
}

.investory__icons img {
    width: 50px;
    transition: 0.4s;
}

.optimization_row:hover .investory__icons img {
    transform: translateX(10px);
}

.optimization_content {
    width: calc(100% - 55px);
    padding-left: 30px;
}

.investory_icons_title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.optimization_content p:last-child {
    margin-bottom: 0;
}

.optimization_content p strong {
    display: inline-block;
    font-weight: 700;
}

.optimization_content p a {
    color: #106945;
    display: inline-block;
    text-decoration: underline;
}

.optimization_content p a:hover {
    color: #000;
    text-decoration: none;
}

.how_rtg_solution {
    position: relative;
    text-align: center;
    padding: 30px 0px;
}

.how_rtg_solution .row {
    margin: -7px;
}

.how_rtg_solution .row .col-md-3 {
    padding: 7px;
}

.how_rtg_solution .main_title {
    margin-bottom: 30px;
}

.ready_grid {
    margin-top: 25px;
}

.ready_grid h3 {
    color: #106945;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}

.ready_grid h3 span {
    display: block;
    color: #000;
}


.timeline_wrap {
    position: relative;
    padding: 30px 0px;
}

.timeline_wrap .main_title {
    text-align: center;
    margin-bottom: 30px;
}

.project_table table {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.project_table table thead {
    background-color: #38453F;
    color: #fff;
}

.project_table table th,
.project_table table td {
    text-align: left;
    padding: 14px 16px;
}

.project_table table tbody tr:nth-child(even) {
    background-color: #EDEDED;
}

.project_table table td {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.project_table table td span {
    display: inline-block;
    padding-left: 110px;
}

.project_table table,
.project_table table thead,
.project_table table tbody,
.project_table table th,
.project_table table td,
.project_table table tr {
    display: block;
}

.project_table table thead tr {
    display: none;
}

.project_table table tr {
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.project_table table td {
    padding: 10px;
    text-align: right;
    position: relative;
}

.project_table table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    text-align: left;
    font-size: 16px;
}


.inventory_prcess_wrap {
    position: relative;
    padding: 30px 0;
    background-color: #000;
}

.gray{
	background-color: #d9d9d9;
}

.inventory_prcess_wrap .main_title {
    text-align: center;
    margin-bottom: 30px;
}

.inventory_prcess_wrap .main_title h2 {
    color: #fff;
    margin-bottom: 20px;
}

.gray .main_title h2{
	 color: #000;
}

.inventory_prcess_wrap .main_title p {
    color: #fff;
}

.gray .main_title p{
	 color: #000 !important;
}

.inventory_prcess_wrap .main_title p:last-child {
    margin-bottom: 0px;
}

.inventory_grid .inventory_prcess_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 12px;
}

.inventory_process_img {
    width: 100%;
    height: 190px;
    position: relative;
    overflow: hidden;
}

.inventory_process_img a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.inventory_process_img img {
    transition: 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.inventory_grid .inventory_prcess_row:hover .inventory_process_img img {
    transform: scale(1.05);
}

.inventory_process_content {
    width: 100%;
    padding: 15px 10px 10px;
}

.inventory_text_title {
    color: #106945;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.inventory_text_title a {
    display: inline-block;
    color: #106945;
    transition: 0.4s;
}

.inventory_process_content h3 {
    color: #106945;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.inventory_process_content h3 a {
    display: inline-block;
    color: #106945;
    transition: 0.4s;
}

.inventory_text_title a:hover,
.inventory_process_content h3 a:hover {
    color: #000;
}

.inventory_process_content p:last-child {
    margin-bottom: 0px;
}

.inventory_process_content p {
    line-height: 20px;
}

.FAQ_wrap {
    position: relative;
    padding: 30px 0px;
}

.FAQ_wrap .main_title {
    text-align: center;
    margin-bottom: 30px;
}

.FAQ_wrap .accordion .accordion-item {
    border-radius: 0px !important;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
    border-top: none;
}

.FAQ_wrap .accordion .accordion-item .accordion-button {
    color: #106944;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none;
    padding: 20px 55px 20px 40px;
}

.FAQ_wrap .accordion .accordion-item .accordion-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    background-image: url("../images/faq-info.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.FAQ_wrap .accordion .accordion-item .accordion-button::after {
    display: none;
}

.FAQ_wrap .accordion-body {
    padding: 0px 40px 20px;
}

.FAQ_wrap .accordion-body p:last-child {
    margin-bottom: 0px;
}

.FAQ_wrap .accordion-body p {
    color: #000;
}


.faq_arrow {
    width: 56px;
    height: 35px;
    margin: 0 -5px;
    transition: 0.4s;
    clip-path: polygon(35% 0%, 100% 0, 65% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 15px;
    padding: 0;
}

.FAQ_wrap .accordion .accordion-item .accordion-button .faq_arrow {
    background-color: #000;
}

.FAQ_wrap .accordion .accordion-item .accordion-button .faq_arrow img {
    transform: rotate(180deg);
}

.FAQ_wrap .accordion .accordion-item .accordion-button.collapsed .faq_arrow {
    background-color: #45AFF6;
}

.FAQ_wrap .accordion .accordion-item .accordion-button.collapsed .faq_arrow img {
    transform: none;
}

.why_RTG_solutions {
    position: relative;
    padding: 30px 0px;
    text-align: center;
}

.why_RTG_solutions .main_title h2 {
    margin-bottom: 25px;
}

.why_RTG_solutions .main_title p strong {
    display: block;
    color: #000;
}



.content_review {
    padding: 30px 0px;
    position: relative;
}

.content_review .row {
    background-color: #EDEDED;
    padding: 25px;
}

.review_write {
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}

.content_review h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}

.review_content_row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.review_profile_img {
    width: 80px;
}

.review_profile_content {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.review_profile_content p {
    margin: 0px;
    color: #106945;
}

.review_profile_content p strong {
    font-weight: 700;
}

.content_review p a {
    display: inline-block;
    color: #000;
    text-decoration: underline;
    transition: 0.4s;
}

.content_review p a:hover {
    color: #106945;
}

.pain_happens_wrap {
    background-color: #000;
    padding: 30px 0;
    position: relative;
}

.pain_happens_wrap .main_title {
    text-align: center;
    margin-bottom: 30px;
}

.pain_happens_wrap .main_title h2 {
    color: #fff;
    margin-bottom: 20px;
}

.pain_happens_wrap .main_title p {
    color: #fff;
}

.pain_happens_box {
    background-color: #fff;
    padding: 10px;
    height: 100%;
}

.pain_happens_wrap .row {
    margin: -10px;
}

.pain_happens_wrap .row .col-md-4 {
    padding: 10px;
}

.happens_box_img {
    height: 270px;
    position: relative;
    overflow: hidden;
}

.happens_box_img a {
    display: block;
    height: 100%;
}

.happens_box_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
}

.pain_happens_box:hover .happens_box_img a img {
    transform: scale(1.05);
}

.happens_box_content {
    padding: 20px 15px;
}

.happens_box_title {
    text-align: center;
    min-height: 50px;

    color: #106945;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.happens_box_title a {
    color: #106945;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    transition: 0.4s;
}

.happens_box_title a:hover {
    color: #000;
}

.happens_box_content .check_list ul li {
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 10px;
}

.happens_box_content .check_list ul li::after {
    width: 20px;
    height: 20px;
    top: 1px;
}

.inventory_optimization .main_title h2 {
    margin-bottom: 15px;
}

.inventory_optimization .main_title p strong {
    font-weight: 700;
}

.inventory_optimization .main_title p:last-child {
    margin-bottom: 0;
}

.feilds_title {
    margin-bottom: 30px;
}

.feilds_title p:last-child {
    margin-bottom: 0;
}

.feilds_title p {
    font-size: 20px;
}

.feilds_title p strong {
    font-weight: 700;
    color: #106945;
}

.inventory_optimization .ready_grid {
    text-align: center;
}

.main_title p {
    line-height: 22px;
}

.main_title p strong {
    line-height: 20px;
    display: inline-block;
}

.real_content_inner.main_title p strong {
    color: #fff;
}

.real_world_result .real_content {
    padding: 0 15px;
}

.why_RTG_solutions .main_title p:nth-child(2),
.why_RTG_solutions .main_title p:nth-child(2) strong {
    color: #106945;
}

.developd_wrap .slider_footer .slider_footer_title {
    max-width: 320px;
    margin: 0 auto;
}

.developd_wrap .slider_footer {
    min-height: 100px;
}

.developd_wrap .main_title h2 {
    max-width: 390px;
    margin: 0 auto 15px;
    text-align: center;
}

.how_RTG_gets {
    background-color: #000;
    position: relative;
    text-align: center;
    padding: 30px 0px;
}

.how_RTG_gets .main_title {
    margin-bottom: 40px;
}

.how_RTG_gets .main_title h2 {
    color: #fff;
    margin: 0 auto 20px;
}

.how_RTG_gets .main_title p {
    color: #fff;
}

.head_box_design {
    background-color: #fff;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.head_box_design p {
    margin: 0px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
}

.box_design_para {
    background-color: #393939;
    min-height: 60px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.box_design_para p {
    margin: 0px;
    width: 100%;
    color: #fff;
    line-height: 20px;
}

.how_RTG_gets .row .col-md-4 .box_design_para:nth-child(2n+1) {
    background-color: #232222;
}

.how_RTG_gets .row .col-md-4:nth-child(3n+2) .head_box_design {
    background-color: #4D7EA8;
}

.how_RTG_gets .row .col-md-4:nth-child(3n+3) .head_box_design {
    background-color: #106945;
}

.how_RTG_gets .row .col-md-4:nth-child(3n+2) .head_box_design p,
.how_RTG_gets .row .col-md-4:nth-child(3n+3) .head_box_design p {
    color: #fff;
}

.roi_wrap {
    text-align: center;
    position: relative;
    padding: 30px 0px;
}

.roi_wrap .main_title h2 {
    max-width: 480px;
    margin: 0 auto 20px;
}

.roi_wrap .main_title p a {
    color: #3CB64B;
    font-weight: 700;
    text-decoration: underline;
    transition: 0.4s;
}

.roi_wrap .main_title p a:hover {
    color: #000;
    text-decoration: none;
}

.roi_wrap .main_title p:last-child {
    margin-bottom: 0;
}


.streamlined_delivery {
    position: relative;
    padding: 30px 0px !important;
    background-color: #EDEDED;
}

.streamlined_delivery .main_title {
    margin-bottom: 30px;
}

.streamlined_delivery .title_inventory_process {
    margin: 0px;
}

.streamlined_delivery .title_inventory_process p {
    margin-bottom: 0;
}

.partner_slider_content .inventory_process_quote {
    padding: 0 60px;
}

.partner_slider_content .inventory_process_quote::before,
.partner_slider_content .inventory_process_quote::after {
    top: 5px;
    width: 45px;
    height: 27px;
}

.faq_instructional_wrap .main_title h2 {
    max-width: 370px;
    margin: 0 auto;
}

.RTG_solution_wrap {
    background-color: #000;
    position: relative;
    padding: 30px 0px;
}

.RTG_solution_wrap .main_title h2 {
    color: #fff;
    max-width: 280px;
    margin-bottom: 20px;
}

.RTG_solution_wrap .main_title p {
    color: #fff;
}

.list_content_box {
    background-color: #fff;
    padding: 30px 20px;
}

.sets_us_titl {
    color: #106945;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.list_content_box.check_list p {
    color: #106945;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.list_content_box .check_list ul li {
    font-weight: 400;
    line-height: 22px;
}

.list_content_box .check_list ul li::after {
    top: -3px;
}

.help__wrap .main_title p {
    max-width: 100% !important;
}


.blog_banner {
    padding: 30px 0px;
    position: relative;
    overflow: hidden;
}

.blog_banner .main_title_banner {
    margin-bottom: 10px;
    text-align: center;
}

.blog_banner .main_title_banner h1,
.archive .main_title_banner h1,
.error-page .main_title_banner h1 {
    color: #000;
    margin: 0px;
    text-align: center;
}

.error-page .main_title_banner h1 span {
    color: #3AB047;
}

.services_slider {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.services_slider .swiper-wrapper {
    display: inline-flex;
    width: auto;
}

.services_slider .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}

.services_slider .swiper-slide {
    width: auto;
}

.slider_title_text {
    padding: 20px 10px;
}

.slider_title_text a {
    display: flex;
    background-color: #fff;
    border-radius: 50px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 22px;
    box-shadow: 1px 12px 20px #cccccc8c;
    transition: 0.4s;
    line-height: 18px;
    text-align: center;
}

.slider_title_text a:hover,
#services_slider_blog .owl-item.active.center .slider_title_text a {
    background-color: #3AB047;
    color: #fff;
}

.blog_banner .insights_box {
    background-color: #EDEDED;
    display: block;
}

.blog_banner .insights_box .insights_box_img {
    width: 100%;
}

.blog_banner .insights_box .insights_box_content {
    width: 100%;
    padding: 15px 10px;
}

.blog_sec_wrap {
    position: relative;
    padding: 30px 0px;
}

.blog_sec_wrap .insights_box {
    background-color: #EDEDED;
    height: auto;
    margin: 0px;
    display: block;
}

.blog_sec_wrap .row {
    margin: -8px;
}

.blog_sec_wrap .row .col-md-4 {
    padding: 8px;
}

.blog_sec_wrap .insights_box .insights_box_img {
    width: 100%;
}

.blog_sec_wrap .insights_box .insights_box_content {
    width: 100%;
    padding: 15px 10px;
}

.blog_sec_wrap .insights_box {
    background-color: #EDEDED;
    height: 100%;
}

.blog_pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.blog_pagination .button_prev {
    width: 60px;
    height: 30px;
    background-color: #4D7EA8;
    margin: 0 -5px;
    transition: 0.4s;
    clip-path: polygon(40% 0%, 100% 0, 60% 100%, 0 100%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .blog_pagination .button_prev:first-child img {
    transform: rotate(180deg);
} */

.blog_pagination .button_next_outer .button_prev a img {
    transform: rotate(0deg) !important;
}

.blog_pagination .button_prev:hover {
    background-color: #3AB047;
}

.blog_pagination ul {
    display: flex;
    align-items: center;
}

.blog_pagination ul li .page-numbers.current,
.blog_pagination ul li .page-numbers:hover {
    color: #106945;
}

.blog_pagination ul li .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
}

.blog_banner .blog_title {
    max-width: 570px;
}

.single_blog_wrap .lets_get_wrap {
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
    overflow: visible;
    text-align: center;
    padding-right: 20px;
}

.single_blog_wrap .lets_get_wrap::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    background-color: #106945;
    width: 100%;
}

.single_blog_wrap .lets_get_wrap .lets_grid {
    display: block;
    width: 100%;
    padding-right: 20px;
}

.single_blog_wrap .lets_get_wrap .lets_grid .main_title {
    padding: 0px;
    width: 100%;
}




.toc_wrap {
    display: none;
}

.social_media {
    text-align: center;
    margin-top: 20px;
}

.single_blog_wrap {
    padding: 30px 0px;
}

.default_content h1 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.default_content h2 {
    color: #000;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 20px;
}

.default_content h3 {
    color: #106945;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}

.default_content h4,
.default_content h5,
.default_content h6 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.default_content p a,
.default_content ul li a,
.default_content ol li a {
    color: #000;
    text-decoration: underline;
    display: inline;
    transition: 0.4s;
}

.default_content p a:hover,
.default_content ul li a:hover,
.default_content ol li a:hover {
    color: #106945;
    text-decoration: none;
}

.default_content ul {
    margin-bottom: 20px;
    padding-left: 10px;
}

.default_content ul li {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.default_content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.social_media ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.social_media ul li {
    margin: 8px;
}

.social_media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #EDEDED;
    padding: 8px;
}

.social_media ul li a img {
    transition: 0.4s;
}

.social_media ul li a:hover img {
    transform: rotate(360deg);
}

#services_slider_blog {
    margin-bottom: 20px;
    padding: 0 40px;
}

#services_slider_blog .owl-nav button {
    width: 35px;
    height: 35px;
    top: 28px;
    position: absolute;
}

#services_slider_blog .owl-nav button.owl-prev {
    left: 5px;
}

#services_slider_blog .owl-nav button.owl-prev img {
    transform: rotate(180deg);
}

#services_slider_blog .owl-nav button.owl-next {
    right: 5px;
}


@media screen and (min-width: 800px) and (max-width: 830px) {
    .full_video_wrap .modal-content {
        transform: rotate(90deg);
    }
}



.footer_blog {
    display: flex;
    flex-wrap: wrap;
}

.footer_blog .d-flex {
    background-color: #fff;
    padding: 5px;
    margin: 5px;
    width: 100%;
    align-items: center;
}

.footer_blog_img {
    width: 80px;
    min-width: 80px;
    overflow: hidden;
    position: relative;
}

.footer_blog_img a {
    display: block;
    overflow: hidden;
    position: relative;
}

.footer_blog_img a img {
    transition: 0.4s;
}

.footer_blog .d-flex:hover .footer_blog_img a img {
    transform: scale(1.04);
}

.footer_blog_title {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.footer_blog_title p {
    margin: 0px;
}

.footer_blog_title p a {
    display: block;
    color: #106945;
    font-weight: 700;
    font-size: 15px;
    transition: 0.4s;
}

.footer_blog_title p a:hover {
    color: #000;
}


.overlay_title span {
    display: none;
}

@media only screen and (max-width: 1200px) {

    .offcanvas-header.offcanvas-added {
        position: sticky;
        top: 0;
        left: 0;
        right: 0px;
        height: 90px;
        background-color: #fff;
        z-index: 9999;
        padding: 10px 20px;
    }

    .offcanvas-header.offcanvas-added .main_logo {
        padding: 0px;
    }

    .offcanvas-header.offcanvas-added .main_logo img {
        height: auto !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        width: 100% !important;
        max-width: 100% !important;
        padding-bottom: 20px !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        right: -100% !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        right: 0 !important;
    }

    .main_menu {
        flex-direction: row-reverse;
    }

    .menuLink .mega-menu-toggle {
        background-color: transparent !important;
    }


    .menuLink .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin: 0px !important;
        height: auto !important;
        line-height: unset !important;
    }

    .menuLink .mega-menu-toggle .mega-toggle-animated-box span {
        background-color: #000 !important;
    }

    .menuLink .mega-menu-toggle .mega-toggle-animated-box span::before {
        background-color: #000 !important;
        width: 35px !important;
        margin-left: auto !important;
        right: 0 !important;
    }

    .menuLink .mega-menu-toggle .mega-toggle-animated-box span::after {
        background-color: #000 !important;
        width: 30px !important;
        margin-left: auto !important;
        right: 0 !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open~button.mega-close {
        right: 20px !important;
        left: unset !important;
        top: 20px;
        width: 45px !important;
        height: 45px !important;
        background-image: url("https://www.rtgsolutionsgroup.com/wp-content/uploads/2025/11/close-icon.webp");
        background-repeat: no-repeat;
        background-size: contain;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open~button.mega-close::before {
        display: none !important;
    }

    .menuLink .max-mega-menu>li.mega-menu-item {
        border-bottom: 1px solid #000 !important;
    }

    .menuLink .max-mega-menu>li.mega-menu-item>.mega-menu-link {
        font-size: 17px !important;
        text-transform: capitalize !important;
        font-weight: 500 !important;
        padding: 5px 15px !important;
        height: auto !important;
    }

    .menuLink .max-mega-menu>li.mega-menu-item>.mega-menu-link .mega-indicator {
        margin: 0px !important;
        width: 50px !important;
        text-align: center;
        right: 0px !important;
        position: absolute !important;
        background-image: url("https://www.rtgsolutionsgroup.com/wp-content/uploads/2025/11/dropdown-arrow.webp") !important;
        background-repeat: no-repeat !important;
        background-size: 16px !important;
        height: 45px !important;
        background-position-x: 50% !important;
        background-position-y: 50% !important;
        transition: 0.4s !important;
    }

    .menuLink .max-mega-menu>li.mega-menu-item.mega-toggle-on .mega-menu-link .mega-indicator {
        transform: rotate(180deg);
    }

    .menuLink .max-mega-menu>li.mega-menu-item>.mega-menu-link .mega-indicator::after {
        display: none !important;
    }

    .menuLink .max-mega-menu>li.mega-menu-item>.mega-sub-menu {
        padding: 0px !important;
    }

    .menuLink .max-mega-menu>li>.mega-sub-menu {
        padding: 0px !important;
    }

    .mega-block-title {
        font-size: 18px !important;
        padding: 10px 20px 15px !important;
        margin-top: 15px !important;
    }

    .menuLink .max-mega-menu>li>.mega-sub-menu>li>.mega-sub-menu {
        display: flex !important;
        flex-wrap: wrap;
    }

    .menuLink .max-mega-menu>li>.mega-sub-menu>li>.mega-sub-menu>li {
        width: 50% !important;
    }

    .menuLink .max-mega-menu>li.mega-menu-item>.mega-sub-menu {
        padding: 0px !important;
    }

    .menuLink .max-mega-menu>li>.mega-sub-menu>li>.mega-sub-menu>li>.mega-sub-menu>li {
        padding: 0px !important;
    }

    .menuLink .max-mega-menu>li>.mega-sub-menu>li>.mega-sub-menu>li>.mega-sub-menu>li>.mega-menu-link {
        color: #000 !important;
        font-size: 16px !important;
        font-family: "Albert Sans", sans-serif !important;
        font-weight: 500 !important;
        margin-bottom: 0px !important;
        transition: 0.4s !important;
        padding: 2px 20px !important;
    }

    .menuLink .max-mega-menu>li>.mega-sub-menu>li>.mega-sub-menu>li>.mega-sub-menu>li>.mega-menu-link:hover {
        color: #106944 !important;
    }

    .mega-menu-recent-posts {
        padding: 10px 20px;
    }

    .mega-menu-recent-posts .mm-post-item {
        display: flex;
        padding: 10px;
        background-color: #fff;
        width: 100%;
        align-items: center;
        margin: 0 0 12px;
    }

    .mega-menu-recent-posts .mm-post-item .mm-post-thumb {
        width: 100px;
        min-width: 100px;
        overflow: hidden;
        position: relative;
        height: 70px !important;
    }

    .mega-menu-recent-posts .mm-post-item .mm-post-thumb img {
        width: 100%;
        height: auto !important;
        object-fit: cover !important;
        object-position: center !important;
        transition: 0.4s;
    }

    .mega-menu-recent-posts .mm-post-item:hover img {
        transform: scale(1.04);
    }

    .mega-menu-recent-posts .mm-post-item .mm-post-title {
        width: calc(100% - 100px);
        padding-left: 15px;
        display: block;
        color: #106945;
        font-weight: 700;
        font-size: 16px;
        transition: 0.4s;
        line-height: 20px;
    }

    .mega-menu-recent-posts .mm-post-item .mm-post-title:hover {
        color: #000;
    }

    .main_menu .menuLink .max-mega-menu .mega-menu-flyout .mega-sub-menu {
        background-color: #EDEDED !important;
        padding: 0px 0px !important;
    }

    .main_menu .menuLink .max-mega-menu .mega-menu-flyout .mega-sub-menu li .mega-menu-link {
        background-color: transparent !important;
        padding: 6px 15px 6px 30px !important;
        font-size: 17px !important;
        color: #000 !important;
        font-weight: 500 !important;
        font-family: "Albert Sans", sans-serif !important;
        text-transform: capitalize !important;
        line-height: unset !important;
        max-height: 100% !important;
        display: flex !important;
        align-items: center;
        height: 100% !important;
        margin: 0 !important;
        transition: 0.4s !important;
        border-top: 1px solid #000 !important;
    }

    .main_menu .menuLink .max-mega-menu .mega-menu-flyout .mega-sub-menu li .mega-menu-link:hover {
        color: #106944 !important;
    }

    .default_content h2 br,
    .default_content h3 br,
    .default_content p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .menuLink .max-mega-menu>li>.mega-sub-menu>li>.mega-sub-menu>li:last-child {
        width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
    .menuLink .max-mega-menu>li>.mega-sub-menu>li>.mega-sub-menu>li {
        width: 100% !important;
    }

    .mega-block-title {
        font-size: 18px !important;
        padding: 10px 20px 10px !important;
        margin-top: 0px !important;
        border-bottom: 1px solid #000 !important;
    }

    .menuLink .max-mega-menu>li>.mega-sub-menu>li>.mega-sub-menu>li>.mega-sub-menu>li>.mega-menu-link {
        padding: 5px 20px !important;
        border-bottom: 1px solid #000 !important;
    }

    .page-template-template-service-a .main_title_banner h1 br,
    .page-template-template-service-b .main_title_banner h1 br,
    .page-template-template-service-c .main_title_banner h1 br {
        display: none;
    }

    br {
        display: none !important;
    }
}


.error-info-inner {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.heading-slider h1 {
    color: #000;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    max-width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    z-index: 55;
}

.heading-slider h1 span {
    color: #3AB047;
}

.heading-slider p a {
    color: #3CB64B;
    display: inline-block;
}

.heading-slider p a:hover {
    color: #106945;
}

.heading-slider .btn-ctn {
    max-width: 200px;
}

.page-template-template-blog .lets_get_wrap .main_title p {
    margin: 0;
    max-width: 100%;
}

.button_prev_outer .button_prev a img {
    transform: rotate(180deg);
}

.archive .main_title_banner h2 {
    color: #106945;
    margin-top: 5px;
}

.error-page .main_title_banner h1 {
    margin-bottom: 12px;
}

.error-page .process_description p strong {
    max-width: 100%;
    display: inline;
}

.error-page .process_description p {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.grecaptcha-badge {
    z-index: 99;
}

.contact_us .book_form form {
    margin: 0px !important;
}

.contact_us .book_form .gform-body .gform_fields {
    display: grid;
    column-gap: 16px;
    row-gap: 16px;
}

.contact_us .book_form .gform-body .gform_fields .gfield {
    padding: 0px;
    width: 100% !important;
}

.contact_us .book_form .gform-footer {
    margin-top: 20px;
}

.contact_us .book_form .gform-body .gform_fields .gfield .validation_message {
    bottom: -18px;
}

.page-template-template-contact .sub_banner_content .main_title_banner h1 {
    text-align: center;
}

.page-template-template-contact .sub_banner_content .sub_title_para p {
    color: #fff;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.page-template-template-contact .sub_title_banner {
    text-align: center;
}


.post-box,
.single-post blockquote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #106945;
    padding: 30px 0;
    padding-right: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.post-box::before,
.single-post blockquote::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    background-color: #106945;
    width: 100%;
}

.post-box p,
.single-post blockquote p {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.post-box p strong,
.single-post blockquote p strong {
    display: block;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
}

.single-post .default_content blockquote p br{
    display: block !important;
}

.post-box p:last-child,
.single-post blockquote p:last-child {
    margin-bottom: 0;
}

.post-box .btn-ctn:hover {
    color: #3CB64B;
    background-color: #fff;
}

.case-study-template-default.single .sub_banner_wrap::after,
.page-template-template-service-a .sub_banner_wrap::after,
.page-template-template-service-b .sub_banner_wrap::after,
.page-template-template-service-c .sub_banner_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/sub-banner-overlay.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.post-template-default.single .sub_banner_wrap::after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 47%);
}

.default_content .alignleft {
    margin-bottom: 20px;
}

.default_content .alignright {
    margin-bottom: 20px;
}

.default_content .aligncenter {
    display: block;
    margin: 0 auto 20px;
    width: auto;
}

.process_description ul {
    margin-bottom: 20px;
    text-align: left;
}

.process_description ul li {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.process_description ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    background-image: url("../images/check-cricle.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 30px;
    height: 30px;
}

.default_content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.default_content ol li {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    list-style: decimal;
}

.rtg-content ol,
.process_description ol,
.how_diffrent .main_title ol,
.main_title ol {
    margin-bottom: 20px;
    padding-left: 20px;
    text-align: left;
}


.rtg-content ol li,
.process_description ol li,
.how_diffrent .main_title ol li,
.build_description ol li,
.main_title ol li {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    list-style: decimal;
    font-weight: 700;
    padding-left: 5px;
}

.rtg-content ol li a,
.process_description ol li a,
.how_diffrent .main_title ol li a,
.process_description ul li a,
.main_title ul li a,
.build_description a,
.build_description ul li a,
.build_description ol li a,
.main_title ol li a {
    display: inline;
    color: #000;
    text-decoration: underline;
    transition: 0.4s;
}

.rtg-content ol li a:hover,
.process_description ol li a:hover,
.how_diffrent .main_title ol li a:hover,
.process_description ul li a:hover,
.main_title ul li a:hover,
.build_description ul li a:hover,
.build_description a:hover,
.main_title ol li a:hover {
    color: #106945;
    text-decoration: none;
}

.post-box .btn-ctn {
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    min-width: 230px;
}

.build_description ul,
.build_description ol {
    text-align: left;
    margin-bottom: 20px;
}

.build_description ul li {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.build_description ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    background-image: url("../images/check-cricle.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 30px;
    height: 30px;
}

.build_description ol {
    padding-left: 30px;
}

.result_wrap .real_content ul li,
.result_wrap .real_content ol li {
    color: #fff;
}

.result_wrap .real_content ul li a,
.result_wrap .real_content ol li a {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    transform: 0.4s;
}

.result_wrap .real_content ul li a:hover,
.result_wrap .real_content ol li a:hover {
    color: #3CB64B;
    text-decoration: none;
}

.real_content .main_title ol {
    padding-left: 30px;
}

.real_content .main_title ul {
    max-width: 100%;
}

.real_world_wrap .main_title ul {
    max-width: 100%;
}

.toc_wrap nav ul {
    padding: 0px !important;
}




.page-template-template-service-a .main_title_banner h1,
.page-template-template-service-b .main_title_banner h1,
.page-template-template-service-c .main_title_banner h1 {
    margin: 0;
}

.inventory_management .main_title ul {
    max-width: 100%;
}

.inventory_management .main_title p a {
    display: inline-block;
    text-decoration: underline;
    transition: 0.4s;
}

.inventory_management .main_title p a:hover {
    color: #106945;
    text-decoration: none;
}

.page-template-template-service-a .lets_grid .main_title p {
    max-width: 100%;
}

.excess_inventory_wrap .main_title p a {
    color: #fff;
    text-decoration: underline;
    transition: 0.4s;
}

.excess_inventory_wrap .main_title p a:hover,
.excess_inventory_wrap .main_title ul li a:hover,
.excess_inventory_wrap .main_title ol li a:hover {
    color: #106945;
    text-decoration: none;
}

.excess_inventory_wrap .main_title ul li,
.excess_inventory_wrap .main_title ol li {
    color: #fff;
}

.excess_inventory_wrap .main_title ul li a,
.excess_inventory_wrap .main_title ol li a {
    color: #fff;
}

p:empty {
    display: none !important;
}

.excess__service_content p {
    margin: 0;
}




.how_RTG_slider2 .owl-stage-outer .owl-stage {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.how_RTG_slider2 .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.how_RTG_slider2 .owl-stage-outer .owl-stage .item {
    height: 100%;
}

.how_RTG_slider2 .owl-nav>button {
    width: 70px;
    height: 40px;
    background-color: #fff !important;
    margin: 0 -5px;
    transition: 0.4s;
    clip-path: polygon(40% 0%, 100% 0, 60% 100%, 0 100%);
    position: static;
}

.how_RTG_slider2 .owl-nav>button img {
    filter: brightness(0);
}

.how_RTG_slider2 .owl-nav>button:hover {
    background-color: #3AB047 !important;
}

.how_RTG_slider2 .owl-nav>button:hover img {
    filter: none !important;
}

.how_RTG_slider_arrow .swiper-button-prev img {
    transform: rotate(180deg);
}

.how_RTG_slider2 .owl-nav .owl-prev img {
    transform: rotate(180deg);
}

.page-template-template-service-b .lets_get_wrap .main_title p {
    max-width: 100%;
    font-weight: 700;
}

.page-template-template-service-b .inventory_optimization .main_title p {
    font-weight: 700;
}

.page-template-template-service-b .inventory_optimization .feilds_title p {
    font-weight: 700;
    color: #106945;
}

.page-template-template-service-b .inventory_optimization .optimization_row.green_title .investory_icons_title,
.page-template-template-service-a .inventory_optimization .optimization_row.green_title .investory_icons_title {
    color: #4D7EA8;
}

.page-template-template-service-b .inventory_optimization .optimization_row .optimization_content p,
.page-template-template-service-a .inventory_optimization .optimization_row .optimization_content p {
    margin: 0;
}

.page-template-template-service-b .inventory_optimization .optimization_row.blue_title .investory_icons_title,
.page-template-template-service-a .inventory_optimization .optimization_row.blue_title .investory_icons_title {
    color: #000000;
}

.page-template-template-service-b .inventory_optimization .optimization_row .investory_icons_title,
.page-template-template-service-a .inventory_optimization .optimization_row .investory_icons_title {
    color: #3CB64B;
}

.page-template-template-service-b .how_rtg_solution .ready_grid {
    margin-top: 0px;
}

.page-template-template-service-c .lets_get_wrap .main_title p {
    max-width: 100%;
    font-weight: 700;
}

.list_content_box.check_list ul li {
    font-weight: 400;
}

.how_RTG_gets .project_table table {
    background-color: #000;
}

/* .how_RTG_gets .project_table table tbody tr:nth-child(2n+1) td {
    background-color: #393939;
} */

.how_RTG_gets .project_table table tr th {
    width: 33.3333% !important;
}

.how_RTG_gets .project_table table tr th:nth-child(1) {
    background-color: #D9D9D9;
    color: #000;
}

.how_RTG_gets .project_table table tr th:nth-child(2) {
    background-color: #4D7EA8;
}

.how_RTG_gets .project_table table tr th:nth-child(3) {
    background-color: #106945;
}

/* .how_RTG_gets .project_table table thead tr {
    border-bottom: 20px solid #000 !important;
} */


.how_RTG_gets .project_table table tr td {
    background-color: #232222;
    color: #fff;
    text-align: center;
}

.how_RTG_gets .project_table table tr th,
.how_RTG_gets .project_table table tr td {
    border: none !important;
}


/* .how_RTG_gets .project_table table tbody tr:nth-child(2n+1) td {
    background-color: #393939;
}

.how_RTG_gets .project_table table tbody tr {
    border-bottom: 20px solid #000 !important;
    background-color: #000;
}

.page-template-template-service-c .how_RTG_gets .project_table table tr th:not(:last-child),
.page-template-template-service-c .how_RTG_gets .project_table table tr td:not(:last-child) {
    border-right: 24px solid #000 !important;
} */



.how_RTG_gets .project_table table tr {
    padding: 0;
}

.how_RTG_gets .project_table table tr td {
    color: #fff;
    text-align: left;
    padding: 10px 10px 10px 140px;
}

.how_RTG_gets .project_table table tr td span {
    padding: 0px;
}

.how_RTG_gets .project_table table tr td:nth-child(1) {
    background-color: #D9D9D9 !important;
    color: #000 !important;
}

.how_RTG_gets .project_table table tr td:nth-child(2) {
    background-color: #4D7EA8 !important;
}

.how_RTG_gets .project_table table tr td:nth-child(2)::before {
    color: #fff !important;
}

.how_RTG_gets .project_table table tr td:nth-child(3) {
    background-color: #106945 !important;
}

.how_RTG_gets .project_table table tr td:nth-child(3)::before {
    color: #fff !important;
}

.we_do_slider .swiper-wrapper .swiper-slide {
    height: auto;
}

.we_do_slider .swiper-wrapper .swiper-slide .slider_box_wrap {
    height: 100%;
}

.we_do_slider .swiper-wrapper .swiper-slide .slider_box_wrap .slider_front_wrap {
    height: 100%;
}

.page-template-template-service-c .what_we_do .main_title h2 {
    margin-bottom: 15px;
}

.page-template-template-service-c .our_rtg_wrap {
    padding-top: 30px;
}

.page-template-template-service-c .what_we_do {
    padding-bottom: 30px;
}

.lets_talk_btn {
    margin-top: 20px;
}

.page-template-template-about .main_title_banner h1 {
    text-transform: uppercase;
}

html .single_blog .main_title_banner h1,
html .post-template-default.single .main_title_banner h1 {
    max-width: unset !important;
}

.pp-date p {
    margin: 0 !important;
}
.pp-date {
    margin-bottom: 15px;
}

.single-post .default_content img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.blog_banner .owl-carousel .owl-item a{
	text-transform: capitalize;
}

.default_content h3 a{
	color: #106945;
	transition: 0.3s;
}

.default_content h3 a:hover{
	color: #000;
}

.inventory_management .main_title h2{
	margin-bottom: 20px;
}

.RTG_inventory_process .title_inventory_process h2{
	font-size: 50px;
}


.sub_banner_wrap .sub_title_para h2{
	color: #fff;
    padding-top: 15px;
}


.FAQ_wrap .accordion-body p a{
	color: #106945;
}

.FAQ_wrap .accordion-body p a:hover{
	color: #06162F;
}

.page-id-5717 .sub_banner_img picture img{
	object-fit: cover;
    object-position: top;
}

.excess_inventory_wrap .excess__service_content a {
	color: #106945;
}

.excess_inventory_wrap .excess__service_content a:hover {
	color: #212529;
}

.inventory_prcess_wrap .inventory_prcess_row .inventory_process_content p a{
	color: #106945;
}

.inventory_prcess_wrap .inventory_prcess_row .inventory_process_content p a:hover{
	color: #212529;
}

.content_review .review_profile_img img{
	border-radius: 50%;
}

.page-id-5888 .sub_banner_wrap img{
	object-position: top;
    object-fit: cover;
}

 .mega-block-title a{
	color: #106945;
}


.main_logo p{
	color: #fff;
    font-size: 14px;
		margin-top: 40px;
        width: 100%;
	}


.RTG_insights_wrap .main_title p{
	color: #fff;
}

.RTG_insights_wrap .main_title p {
    margin: 0 auto;
    margin-top: 15px;
}


body .real_content .main_title h1, .real_content .main_title h2{
	max-width: 100%;
}

body .real_content .main_title p{
	max-width: 100%;
}





