:root {
    --font-family-base: "dmsansvar",sans-serif;
    --font-family-headings: "rethinksansvar",sans-serif;
    --font-family-btn: "dmsansvar",sans-serif;
    --bs-border-color: #d8dde1;
    --font-size-base: 16px;
    --font-weight-base: 400;
    --line-height-base: 26px;
    --primary: #00A759;
    --primary2: #174B79;
    --primary-rgb: 253,85,35;
    --white: #fff;
    --white-rgb: 255,255,255;
    --shade: #ecf0f1;
    --success: #23e219;
    --body-color: #535353;
    --border-color: #d8dde1;
    --black: #000;
    --dark-rgb: 2,14,40;
    --dark: #174B79;
    --headings-color: #174B79;
    --blue: #1d1354;
    --light: #f7f7f7;
    --light-alt: #fbfff9;
    --mute: #174b79a6;
    --bs-black-rgb: 0,0,0;
    --bs-white-rgb: 255,255,255;
    --bs-border-width: 1px;
    --bs-border-style: solid;
}

body {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-base);
    line-height: var(--line-height-base);
    color: var(--body-color);
    position: relative;
    height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*--.tp-bgimg.defaultimg {
    position: absolute;
    animation: scalein 30s infinite;
}
@keyframes scalein{
0% {
    transform: scale(1);
}
100% {
    transform: scale(1.3);
}
}--*/
::selection {
    color: #fff;
    background-color: var(--primary);
}
.top-info-box li .info-box span.info-icon i {
    color: var(--primary);
}
.top-info-box li .info-box .info-box-title {
    font-size: 18px !important;
    margin-bottom: 3px !important;
}
.top-info-box li .info-box .info-box-subtitle {
    font-size: 16px !important;
    font-family: var(--bultax-font);
}
.headernav-variation2 ul.main-menu > li.menu-item-94 > a {
    color: var(--primary);
}
.main-menu>li:hover>a, ul.main-menu>li:active>a {
    color: var(--primary) !important;
}
#back-to-top .btn.btn-primary {
    background: var(--primary);
    margin-bottom: 10px;
}
#back-to-top i {
    color: var(--white);
}
#back-to-top .btn.btn-primary:hover {
    background: var(--primary);
}
#back-to-top .btn.btn-primary:hover i {
    color: var(--white);
}
.top-bar2 .top-social li a {
    color: var(--primary);
    background: var(--white);
    width: 28px;
    height: 28px;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 14px;
    line-height: 28px;
}
ul {
    padding: 0;
}

/*---header---*/

.top-bar2 {
    background: var(--primary);
    padding: 7px 0px 7px;
    border-bottom: 1px solid #ddd;
}
.header_contact, .header_title {
    color: #ffffff;
    font-size: 16px;
    font-family: var(--font-family-base);
    font-weight: 600;
}
.header-variation2 {
    padding-top: 0px;
    position: relative;
    top: 18px;
}
ul.top-info-box li .info-box .info-box-subtitle {
    font-family: var(--font-family-base);
}
a, ul.main-menu li ul li a:hover, .btn-white.btn-primary, .top-bar2 ul.top-info li i, ul.top-info-box li .info-box span.info-icon, .entry-header .entry-title a:hover, .post-meta a:hover, .widget.tansy_latest_news_widget .entry-title a:hover, .widget ul.nav>li>a:hover, .isotope-nav ul a.active, .project-item-title a:hover, .quote-author, .latest-post .post-title a:hover, .iwd-team-content .iwd-name, .team-social-icons a i:hover, .iwd-team-content-classic .team-social-icons a i:hover, .action-box-icon i, .footer-widget ul.list-arrow li:hover a, .footer-widget ul.list-arrow li:hover, #back-to-top .btn.btn-primary, ul.main-menu>li.current-menu-item>a, ul.main-menu>li.current-menu-parent>a, .quote-item .quote-text:before, .wd-button:hover, ul.main-menu>li:hover>a, ul.main-menu>li.current-menu-parent > ul.sub-menu > li.current-menu-item > a, ul.list-arrow li:before, .featured-post, .off-canvas-list li a:hover {
    color: #2a2929;
}
.headernav-variation2 ul.main-menu > li > a, .headernav-variation3 ul.main-menu > li > a {
    color: #ffffff;
    font-family: var(--bultax-font);
    font-size: 16px;
}
.headernav-variation2 .site-navigation-inner, .headernav-variation3 {
    background: var(--primary2);
}
.top-info-box li .info-box .info-box-title {
    color: var(--primary2) !important;
    font-family: var(--font-family-headings) !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}
.top-info li i {
    color: var(--primary) !important;
    background: var(--white);
    width: 28px;
    height: 28px;
    display: inline-grid;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 16px !important;
    line-height: 28px;
}
.header-right {
    top: 55px;
}
.banner-area {
    background: url(../../images/images/others/breadcrumb.png);
    height: 250px;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.banner-heading .breadcrumb a {
    color: var(--primary);
}
.border-title.border-left:before, .border-title.border-left:after {
    background: var(--primary) !IMPORTANT;
}

/*---  footer  ---*/

.footer-logo {
    display: none;
}
.about-desc p {
    color: var(--white);
}
.footer-social ul li a i {
    color: var(--primary2);
    background: var(--white);
}
.widget_nav_menu ul.menu.nav > li a:before {
    padding-right: 5px;
}
.footer-widget .widget-title:before {
    width: 90px;
    height: 2px;
    background-color: var(--primary);
    top: 38px;
    left: 25px;
}
.footer-widget .widget-title:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background-color: var(--white);
    top: 38px;
    left: 0;
    z-index: 0;
}
.widget-title.footer-main-title {
    color: var(--white) !important;
}
.footer .widget.tansy_latest_news_widget ul li a {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
}
.widget_nav_menu ul.menu.nav > li a {
    color: var(--white) !important;
    font-size: 18px !important;
    font-family: var(--font-family-headings);
    font-weight: 600 !important;
    line-height: 1.7;
}
.widget_nav_menu {
    margin-top: 0px;
}
.footer {
    background: url(../../images/images/others/footerbg.jpg);
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    background-size: cover;
    background-position: center;
}
.footer:before  {
    position: absolute;
    inset: 0;
    background-color: var(--dark);
    opacity: .9;
    mix-blend-mode: multiply;
    z-index: -1;
    content: "";
    z-index: -1;
}
.footer-main:before {
    backdrop-filter: blur(114px);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--white-rgb),.5);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
    z-index: -1;
}
.listofcom {
    list-style: none;
    line-height: 1.7;
    margin-bottom: 15px;
    color: var(--white);
    font-size: 16px;
}
.listofcom strong {
    font-size: 18px;
    text-transform: uppercase;
}
.listofcom span {
    color: var(--primary);
    background: var(--white);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50%;
}
.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: var(--primary);
}

/*=======================================================  home_page  =======================================================*/

.overflow-hidden {
    overflow: hidden!important;
}
.top-0 {
    top: 0!important;
}
.position-absolute {
    position: absolute!important;
}
.align-items-end {
    align-items: flex-end!important;
}
.position-relative {
    position: relative!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.text-info {
    color: #fff!important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important;
}
.m-0 {
    margin: 0!important;
}
.d-sm-flex {
    display: flex!important;
}
.gap-5 {
    gap: 3rem!important;
}
.align-items-center {
    align-items: center!important;
}
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.btn {
    font-family: var(--font-family-btn);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 16px 32px;
    border-radius: 30px;
    position: relative;
    border: 0!important;
    overflow: hidden;
    z-index: 1;
    transition: .3s;
}
.btn i.fa-arrow-right {
    transform: rotate(-30deg);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 30px;
    background-color: var(--dark);
    transition: width .5s ease-in-out,height .5s ease-in-out;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.btn-primary:focus, .btn-primary:hover {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff;
}
.btn:hover i.fa-arrow-right {
    transform: rotate(0deg);
}
.btn:hover span {
    width: 225%;
    height: 562.5px;
}
.d-flex {
    display: flex!important;
}
.icon-lg {
    width: 56px;
    height: 56px;
}
.icon, .icon-lg, .icon-xl, .icon-xs {
    height: 46px;
    width: 46px;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.bg-dark {
    background-color: var(--dark) !important;
}
.text-info {
    color: #fff!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.icon-lg i, .icon-xl i, .icon-xs i, .icon i {
    display: table-cell;
    vertical-align: middle;
}
.ms-3 {
    margin-left: 1rem!important;
}
.h6 {
    font-family: var(--font-family-headings);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color);
}
.text-primary {
    color: var(--primary) !important;
}
.contact-sec .tab-pane iframe, .round {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.bg-shade {
    background-color: #ecf0f1!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.mt-5 {
    margin-top: 3rem!important;
}
.gap-4 {
    gap: 1.5rem!important;
}
.h5 {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color);
}
.about-sec2 .about-footer p {
    margin: 0;
}
img, svg {
    vertical-align: middle;
}
.align-items-start {
    align-items: flex-start!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--headings-color);
    font-family: var(--font-family-headings);
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
}
.gap-3 {
    gap: 1rem!important;
}
.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}
.pb-5 {
    padding-bottom: 3rem!important;
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.centertitle .sub-title2:after {
    content: "";
    left: -60px;
}



/*------------------------------------------------------  home_welcome  -----------------------------------------------------*/

.about-sec2 .about-media-box .ab-main-img img {
    border-radius: 130px 0 0 0;
    border: 7px solid var(--white);
}
.about-sec2 {
    padding-top: 180px;
    position: relative;
}
.about-sec2 .about-media-box {
    position: relative;
    z-index: 1;
}
.about-sec2 .about-media-box:before {
    height: 280px;
    width: 10px;
    background-color: var(--dark);
    left: -20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    z-index: -1;
    background: var(--primary2);
}
.experien-stat {
    background: var(--primary);
    position: absolute;
    padding: 14px 40px;
    border-radius: 10px 10px 10px 0;
    bottom: 40px;
    left: -29px;
}
.experien-stat, .h5, .why-txt .progress .meta, h5 {
    font-family: var(--font-family-headings);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color);
}
.experien-stat:before {
    content: "";
    position: absolute;
    left: 0;
    top: 52px;
    width: 40px;
    height: 34px;
    background: linear-gradient(163deg,#007a41,#007a41);
    -webkit-clip-path: polygon(100% 0,0 0,100% 100%);
    clip-path: polygon(100% 0,0 0,100% 100%);
}
.about-sec2 .about-media-box .about-sm {
    position: absolute;
    right: -5px;
    top: -115px;
}
.about-sec2 .about-media-box .about-sm img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid var(--white);
}
.about-content {
    padding-left: 20px;
}
.sub-title, .sub-title2 {
    text-transform: uppercase;
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 10px;
}
.sub-title2:after, .sub-title2:before {
    width: 40px;
    height: 1px;
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-title2:before {
    left: auto;
    right: -55px;
    content: "";
    z-index: -1;
    background: var(--primary);
}
.sec-title {
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.display-2, .sec-title {
    font-size: 48px;
}
.display-1, .display-2, .sec-title {
    font-family: var(--font-family-headings);
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color);
}
.lead, .lead-sm {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
}
.about-sec2 ul.check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.single-feat ul, ul.check {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-sec2 ul.check li {
    flex: 0 0 45%;
}
.check li {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: var(--font-family-headings);
    line-height: 1.2;
    color: var(--headings-color);
    position: relative;
    z-index: 1;
}
.check li:before {
    content: "";
    background: url(../../images/images/others/arrow.png) no-repeat 0;
    left: -25px;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about-sec2 .about-footer {
    z-index: 2;
    position: relative;
    border-right: 5px solid var(--primary);
}
.about-sec2 .about-footer {
    margin-left: -168px;
}
.about-sec2 .about-footer {
    padding: 35px;
}

/*-------------------------------------------------  home_slider  ---------------------------------------------------*/

.sec-padding {
    padding: 80px 0;
}
.text-slide-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
}
.text-slide-wrap .text-item {
    perspective: 2000px;
    transform-style: preserve-3d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.text-slide-wrap .text-item .display-1 {
    color: var(--mute);
    font-weight: 700;
}
.text-slide-wrap .text-item:nth-child(odd) .display-1 {
    -webkit-text-stroke: 1px var(--primary);
    color: transparent;
}
.display-1 {
    font-size: 74px;
}
@keyframes marqueeAnimation-slide {
100% {
    transform: translateX(-2472.64px);
}
}

/*---------------------------------------------------  home_service  -----------------------------------------------------*/

.hprow-div {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px;
    margin: 30px 0 0;
}
.hprocont-div {
    position: absolute;
    top: 61%;
    left: 0;
    background: #174b79e3;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    color: var(--white);
    margin: -20px 0px;
}
.service-card {
    padding: 30px;
    margin: 0 15px;
}
.ct-container {
    max-width: 1320px;
    width: 100%;
}
.sec-intro {
    margin: 0 0 60px;
    max-width: 700px;
}
.services-carousel {
    position: relative;
}
.header-slider-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    position: absolute;
    margin-top: 0;
    top: -180px;
    right: 100px;
}
button.owl-prev, button.owl-next {
    background: unset;
    display: inline-table;
    width: 56px;
    height: 56px;
    text-align: center;
    z-index: 9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: var(--primary);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    left: 0;
    font-size: 30px;
    border: 2px solid var(--primary);
}
button.owl-prev:hover, button.owl-next:hover {
    background: var(--primary);
    color: var(--white);
}
button.owl-next {
    left: auto;
    right: 0;
}
button.owl-prev, button.owl-next {
    position: relative;
    left: auto;
    top: auto;
}
button.owl-prev {
    left: 0;
}
.services-sec .owl-carousel .owl-item img {
    width: unset !IMPORTANT;
}
.display-4, .footer-widget .widget-title, .widget-title {
    font-size: 24px;
}
.display-3, .display-4, .footer-widget .widget-title, .widget-title {
    font-family: var(--font-family-headings);
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color);
}
a, a:focus, a:hover {
    color: var(--headings-color);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}
.service-footer {
    padding-top: 10px;
    margin-top: 5px;
}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.custom-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white);
}
.custom-btn:hover {
    color: var(--primary);
}
.service-card .service-footer span, .service-card .service-footer span i {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.service-card .service-footer span {
    background-color: var(--shade);
    color: var(--dark);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.service-card:hover .service-footer span {
    background-color: var(--primary);
    color: var(--white);
}
.service-card:hover h3 a {
    color: var(--primary);
}

/*-----------------------------------------------------  home_counter  ----------------------------------------------------*/

.stat-sec {
    padding: 60px 0;
}
.stat-sec .row>div:first-child .single-stat {
    padding-left: 0;
}
.single-stat {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.single-stat h3, .single-stat p {
    margin-bottom: 0;
}
.display-3 {
    font-size: 36px;
}
.single-stat p {
    color: var(--shade);
}
.single-stat:before {
    width: 1px;
    height: 60px;
    background: rgba(var(--white-rgb),.2);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    left: 0;
    z-index: -1;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}
.stat-sec .row>div:first-child .single-stat:before {
    display: none;
}
.single-stat {
    padding-left: 40px;
}




/*-----------------------------------------------------  home_process  ----------------------------------------------------*/

.process-entry {
    position: relative;
    z-index: 1;
    max-width: 330px;
}
.process-entry:before {
    background: url(https://templates.theme-village.com/transhub/demo/images/pros-sh1.png) no-repeat 100% 0;
    left: 43%;
    top: 15%;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.process-entry span.icon, .process-entry span.icon-lg, .process-entry span.icon-xl, .process-entry span.icon-xs {
    width: 130px;
    height: 130px;
    background-color: var(--light-alt);
    position: relative;
}
.process-entry span.icon-lg .count, .process-entry span.icon-xl .count, .process-entry span.icon-xs .count, .process-entry span.icon .count {
    width: 40px;
    height: 40px;
    background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--white);
    top: -20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    border: 2px solid var(--white);
}
.process-entry span.icon-lg:after, .process-entry span.icon-xl:after, .process-entry span.icon-xs:after, .process-entry span.icon:after {
    height: 150px;
    width: 150px;
    z-index: -1;
    background: url(../../images/images/home/process/processicbg.png) no-repeat;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.process-entry h3 {
    margin: 35px 0 20px;
    font-size: 30px;
}
.process-sec3 .row>div:nth-child(3) .process-entry:before {
    display:none;
}
.process-sec3 .row>div:nth-child(2) .process-entry:before {
    background: url(https://templates.theme-village.com/transhub/demo/images/pros-sh2.png) no-repeat 100% 0;
}

/*---------------------------------------------------  home_label  -------------------------------------------------------*/

.label-sec:before {
    background-color: transparent;
    background-image: linear-gradient(270deg, #1F273A0D 0%, #10151FED 50%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.label-sec {
    background: url(../../images/images/others/whychbgimg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.text-info2 {
    color: #ecf0f1d6;
}
.choose-media .abs-img {
    top: 100px;
    right: 40px;
}
.abs-img {
    position: absolute;
}
.labellist li::before {
    display: none;
}
.labellist li {
    border-top: 1px solid rgba(var(--white-rgb),.07);
    background-color: rgba(var(--white-rgb),.07);
    padding: 15px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border-left: 5px solid var(--primary);
    color: #ecf0f1d6;
    margin: 20px 0;
    line-height: 30px;
}
/*---------------------------------------------------  home_gallery  -----------------------------------------------------*/

#isotope .isotope-img-container {
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: 15px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
}
#isotope .img-responsive {
    height: 210px;
    width: 330px;
    object-fit: cover;
}
div#post-39 .isotope-nav {
    display: none;
}
.title_sec h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 18px;
}
.title_sec h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 30px;
}
div#tem562_home_gallery_block {
    background-color: #ecf0f1!important;
}
.home-entry-content .border-title {
    display: none;
}
.project-item-title a:hover {
    color: var(--primary);
}

/*---------------------------------------------------  home_testimonial  ----------------------------------------------------*/

.anim-img.left-bottom {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
}
.anim-img {
    position: absolute;
    backface-visibility: hidden;
    animation: jumping 5s ease-in-out 2s infinite alternate;
    animation-timing-function: cubic-bezier(.65,.05,.36,1);
    user-select: none;
    will-change: transform;
}
.anim-img.right-bottom {
    right: 0;
    bottom: 0;
}
.anim-img {
    position: absolute;
    backface-visibility: hidden;
    animation: jumping 5s ease-in-out 2s infinite alternate;
    animation-timing-function: cubic-bezier(.65,.05,.36,1);
    user-select: none;
    will-change: transform;
}
.moveXS {
    animation: moveXS 8s linear infinite;
}
@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(.5);
        opacity: .2;
    }

    50% {
        transform: translateY(-50px) translateX(-50px) rotate(15deg) scale(.7);
        opacity: .7;
    }

    100% {
        transform: translateY(-75px) translateX(-75px) rotate(0) scale(1);
        opacity: 1;
    }
}
@keyframes moveXS {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(20px);
    }

    70% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
    }
}
.review-sec .review-thumb {
    max-width: 354px;
    border-radius: 0 50px 500px 500px;
    position: relative;
    z-index: 1;
}
.review-sec .review-thumb:before {
    background: transparent;
    border: 3px solid var(--primary);
    border-radius: 0 50px 500px 500px;
    top: 40px;
    left: -40px;
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}
.review-wrapper {
    margin-left: auto;
    margin-right: 0;
    max-width: 685px;
}
.review-wrapper .review-slider {
    padding-bottom: 100px;
}
.review-wrapper .review-card {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
.review-wrapper .review-card:before {
    background: url(../../images/images/others/quote.png) no-repeat 0 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.review-wrapper .review-card p {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    line-height: 35px;
}
.review-wrapper h2 {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.qc-slider-nav2.header-slider-nav {
    top: unset;
    right: unset;
}
.qc-slider-nav2.header-slider-nav:after {
    height: 1px;
    width: 270px;
    background: var(--primary);
    z-index: 1;
    content: "";
    position: absolute;
    top: 72%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 120%;
}
.review-sec .review-thumb img {
    border-radius: 0 40px 175px 175px;
}


/*======================================================  about_page  =======================================================*/

.moveY {
    animation: moveY 7s ease-in-out infinite;
}
@keyframes moveY {
    0% {
        transform: translateY(-80px);
    }

    50% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(-80px);
    }
}
.about-media {
    margin-right: 30px;
}
.about-m1 {
    margin-bottom: 35px;
}
.about-m1 .ab-stat {
    position: absolute;
    box-shadow: 0 5px 27px 0 rgb(39 39 39 / 12%);
    width: 260px;
    right: 0;
    top: 40px;
    text-align: center;
    padding: 25px 20px 15px;
}
.about-m1 .ab-stat, .moveYS {
    animation: moveYS 9s ease-in-out infinite;
}
.bg-primary {
    color: #fff;
    background-color: var(--primary2);
}
.about-media .display-1 {
    color: var(--white);
    line-height: 1;
    font-weight: 800;
}
.about-media span.unit {
    font-size: 32px;
}
.about-media p, .about-media span {
    color: var(--white);
}
.about-m2 .ab-stat2 {
    max-width: 190px;
    text-align: center;
    padding: 20px;
    line-height: 1;
    margin-left: 15px;
}
.about-m2 img {
    border-radius: 30px;
    clip-path: polygon(67% 0,100% 31%,100% 100%,0 100%,0 0);
    position: absolute;
    top: 260px;
    right: 0;
}
.about-content .about-feat {
    margin: 30px 0;
    padding-bottom: 30px;
}
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.about-content .ab-item {
    max-width: 250px;
}
.about-section {
    padding: 120px 0;
}

/*================================================  product_page  =====================================================*/

#sveproductpg-id .two-column-service {
    margin-bottom: 50px;
    box-shadow: 0 0 10px #0000008a;
    padding: 40px;
}
#sveproductpg-id .image {
    position: relative;
    display: flex;
    gap: 20px;
}
#sveproductpg-id .image img {
    max-width: 100%;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    padding: 7px;
}
#sveproductpg-id .image.proimdif img {
    height: 260px;
    max-width: 100%;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    padding: 7px;
    width: 100%;
}
#sveproductpg-id .mediam-text {
    position: relative;
    margin-bottom: 10px;
}
#sveproductpg-id .mediam-text .product_pagetitle {
    color: var(--primary2);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
}
#sveproductpg-id .service-single h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 12px;
    text-transform: capitalize;
}
#sveproductpg-id .product_pagetitle {
    padding-top: 10px;
}
#sveproductpg-id .para-pro {
    font-size: 16px;
    line-height: 30px;
    text-align: inherit;
    margin-bottom: 20px;
}
.svepropg-li {
    line-height: 2;
    font-size: 16px;
    list-style: none;
}
.svepropg-li img {
    width: 18px;
    vertical-align: text-bottom;
    margin-right: 3px;
}
.svepropg-h4 {
    margin-bottom: 10px;
    color: var(--primary);
    font-family: var(--font-family-headings);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
#sveproductpg-id {
    margin-top: 40px;
}
.svepropg-li i {
    color: var(--primary2);
}
#sveproductpg-id .propgimg-div .image.proimdif img {
    height: unset;
    margin: 40px 0 0;
}
#sveproductpg-id .image.h-unset img {
    height: unset;
}
.svepropg-h5 {
    color: var(--body-color);
    line-height: 1.4;
}
.servpg-li {
    position: relative;
    padding-left: 25px;
    z-index: 1;
    font-size: 15px;
}
.servpg-li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(https://templates.theme-village.com/transhub/demo/images/icons/check.png) no-repeat 0;
    filter: invert(20%) sepia(33%) saturate(3057%) hue-rotate(194deg) brightness(100%) contrast(87%);
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1496734369507.vc_row-has-fill {
    display: none;
}

/*===================================================  contact_page  ==========================================================*/

.contact-info-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-info-item .icon-box {
    position: relative;
    background: var(--primary2);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    overflow: hidden;
}
.contact-info-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--blackColor);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.contact-info-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    filter: brightness(0) invert(1);
}
.contact-info-item-content {
    width: calc(100% - 80px);
}
.contact-us-content .section-title h2.sec-title {
    font-size: 25px;
}
.contact-info-item-content h3 {
    font-size: 20px;
}
.contact-info-item-content p {
    margin: 10px 0 0;
}
.contact-info-item:hover .icon-box::before {
    border-radius: 0;
    transform: rotate(0) scale(1);
}
.contact-info-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}
#tem562_contact_page .border-title {
    padding-bottom: 10px;
    position: relative;
    display: none;
}
.contact-info-item-content p a:hover {
    color: var(--accent-color);
}
.contact-info-item-content p a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}
textarea.form-control {
    height: 180px;
}
.contact-info-item:last-child {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}
.contact-us-content .section-title {
    margin-bottom: 20px;
}
.contact-us-content .section-title h4 {
    color: var(--mainColor);
    font-size: 30px;
    font-weight: 600;
}
.contact-us-content {
    margin-top: 60px;
}
button.site-button.pull-right {
    font-family: var(--font-family-btn);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 16px 32px;
    border-radius: 30px;
    position: relative;
    border: 0!important;
    overflow: hidden;
    z-index: 1;
    transition: .3s;
    background-color: var(--primary);
    color: #fff;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-*/

@media (max-width: 767px){
.process-entry:before {
    display: none;
}
.top-info-box li {
    margin: 20px 0 !important;
}
.header-right {
    top: -15px;
}
.top-info li {
    line-height: 35px !important;
}
.logo {
    margin-top: 8px !important;
}
header.site-header .header-offcanvas {
    top: 60px;
    right: 30px;
    border: 1px solid #ddd;
    padding: 10px;
}
.about-content {
    padding-left: 0px;
    margin-top: 40px;
}
.about-sec2 .about-footer {
    margin-left: 0;
    display: block !important;
    padding: 20px;
}
.d-flex {
    display: flex!important;
    margin-bottom: 10px;
}
.about-sec2 ul.check {
    display: block;
}
.sec-title {
    overflow: hidden;
    font-size: 38px;
}
.sec-padding {
    padding: 40px 0;
}
.header-slider-nav {
    top: -85px;
    right: 0;
    gap: 5px;
}
button.owl-prev, button.owl-next {
    width: 46px;
    height: 46px;
    font-size: 24px;
}
.service-card {
    padding: 15px;
    margin: 30px 5px;
}
.hprocont-div {
    top: 50%;
    padding: 10px 10px;
}
.single-stat {
    padding-left: 0;
    margin: 10px 0;
}
.single-stat:before {
    display: none;
}
.process-entry {
    margin: 20px 0;
    max-width: 100%;
}
.sec-intro {
    margin: 0;
    max-width: 100%;
}
.review-sec .review-thumb {
    max-width: 100%;
}
.review-wrapper {
    max-width: 100%;
    margin-top: 100px;
}
.anim-img.right-bottom {
    width: 240px;
}
.footer-main {
    padding: 0 0 0px;
}
.banner-area {
    height: 120px;
    min-height: 120px;
    background-position: initial;
}
.banner-heading .border-title.border-left {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 26px;
}
.about-m2 img {
    top: 200px;
}
.about-content .about-feat {
    margin: 20px 0;
    padding-bottom: 10px;
    display: block !important;
}
.about-content .about-footer {
    display: block !important;
}
.about-content .quick-call {
    margin-top: 30px;
}
.banner-text {
    left: 0;
}
.servpgimg-div {
    margin-top: 30px;
}
.choose-media .abs-img {
    top: 80px;
    right: 0px;
    width: 200px;
}
#sveproductpg-id .two-column-service {
    padding: 15px;
    margin: 40px 10px;
}
#sveproductpg-id .image {
    display: block;
}
#sveproductpg-id .image.proimdif img {
    height: 100%;
    margin-bottom: 15px;
}
#sveproductpg-id .propgimg-div .image.proimdif img {
    margin: 15px 0 0;
}
#sveproductpg-id {
    margin-top: 0px;
}
#isotope .isotope-img-container {
    padding: 20px;
    margin: 15px 0;
}
.contact-us-content {
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-sec2 .about-media-box .about-sm img {
    width: 200px;
}
.anim-img.left-bottom {
    display: none;
}








}

