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

    00 - Home
    01 - Inner Page
        00 - About Us
        01 - Service Detail
        02 - Project Detail
        03 - Blog Detail
             Blog Classic
             Sidebar Right
             Blog Large
        04 - Team Single
        05 - Contact Us
        06 - Comment Form
    
******************************/
/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
/** Homepage 01 **/
.goomove-ihbox-one{
	padding-top: 30px;
}
.our-company-one-bg{
	position: relative;
	padding: 30px 0px 50px 60px;
}
.our-company-one-bg .title{
	font-size: 32px;
    line-height: 40px;
    color: var(--white-color);
    font-weight: 700;
	margin-top: 30px;
    margin-bottom: 50px;
}
.our-company-one-bg:before{
	position: absolute;
	content: "";
	width: 115%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background-color: var(--global-color);
	z-index: -1;
}
.our-company-one-img{
	position: relative;
}
.our-company-one-img:before{
	position: absolute;
	content: "";
	width: 192%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background-image: url(../images/bg/bg-01.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: -2;
	padding: 300px;
}
.service-one-contant{
	padding-top: 30px;
	margin-bottom: 35px;
}
.about-section-one{
	padding-top: 100px;
	padding-bottom: 70px;
}
.about-one-box .about-ihbox-style{
	padding-bottom: 15px;
}
.client-section-one{
	border-top: 1px solid #f4f5f6;
    padding-top: 50px;
    padding-bottom: 30px;
}
.client-section-one .col-lg-20percent{
	width: 20%;
    float: left;
	margin-bottom: 30px;
}
.video-section-one{
	padding-top: 180px;
	background: rgba(0,0,0,0.01) url(../images/bg/testmonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.video-section-one:before{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background-color: #000;
	opacity: .4;
}
.testimonial-five{
	overflow: hidden;
}
.testimonial-one-bg{
	position: relative;
	padding: 76px 112px 45px 0;
	margin-bottom: -40px;
    margin-right: 30px;
}
.testimonial-one-bg:before{
	position: absolute;
	content: "";
	width: 168%;
	height: 100%;
	top: 0;
	right: 0;
	display: block;
	background-color: var(--blackish-color);
}
.testimonial-one-bg .heading-subheading{
	z-index: 1;
	position: relative;
}
.video-one-button-bg {
    text-align: center;
    margin-top: 100px;
	font-size: 14px;
}
.video-one-play-button {
	position: relative;
    width: 7em;
    height: 7em;
    background-color: var(--white-color);
    border-radius: 50%;
    line-height: 7em;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    cursor: pointer;
    -webkit-animation: pulse2 3.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse2 3.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse2 3.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulse2 3.25s infinite cubic-bezier(.66,0,0,1);
    color: var(--global-color);
}
.video-one-play-button span{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size: 3.4em;
    line-height: 1;
}
@-webkit-keyframes pulse2 {
    to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}
}
@-moz-keyframes pulse2 {
    to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}
}
@-ms-keyframes pulse2 {
    to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}
}
@keyframes pulse2 {
    to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}
}
.video-one-play-button a{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
.team-section-one{
	padding-top: 160px;
	padding-bottom: 70px;
}
.our-team-section .goomove-teambox-style-2 .goomove-item-thumbnail:before{
    background-color: rgba( 255,220,57,0.80);
}
.appointment-one-left-box{
	position: relative;
	z-index: 0;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-right: 90px;
	text-align: right;
}
.appointment-one-left-box:before{
	position: absolute;
	content: "";
	width: 193%;
	height: 100%;
	top: 0;
	right: 0;
	display: block;
	z-index: -1;
	background-color: var(--global-color);
}
.appointment-one-main {
    padding: 80px 0 80px 50px;
}
/** Homepage 02 **/ 
.about-two-content h2{
	font-size: 40px;
    line-height: 60px;
	text-align: center;
	color: var(--body-typography-color);
	font-family: 'Nunito Sans',Arial,Helvetica;
    font-weight: 200;
}
.about-two-single-img{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 35px;
}
.our-company-section-two{
	padding: 90px 0 70px 0;
}
.our-company-two-box{
	padding: 40px 68px 0 0;
}
.our-company-fidbox{
	margin-top: 35px;
	border-top: 1px solid #ededed;
}
.our-company-fidbox .goomove-fidbox-style-4{
	padding-top: 30px;
    border-right: 1px solid #ededed;
}
.our-company-fidbox .col-wrapper:last-child .goomove-fidbox-style-4{
	border-right: none;
}
.our-company-two-bg{
	background-image: url(../images/homepage-2/bg/bg-01.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
.our-company-two-img{
	padding-top: 100px;
	position: relative;
}
.our-company-two-img img{
	-webkit-box-shadow: 0 0 30px rgba(15,8,49,.1);
    box-shadow: 0 0 30px rgba(15,8,49,.1);
	margin-bottom: 35px;
}
.our-company-two-img:after{
	content: '';
    position: absolute;
    width: 69%;
    height: 72%;
    top: 52px;
    left: 90px;
    border: 8px solid var(--global-color);
}
.ihbox-section-two{
	padding-top: 90px;
	padding-bottom: 110px;
	border-top: 1px solid #ebeef0;
}
.video-section-two{
	background-image: url(../images/homepage-2/bg/bg-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 190px;
    padding-bottom: 190px;
}
.video-two-button-bg {
    text-align: center;
    margin-bottom: 35px;
	font-size: 14px;
}
.video-two-play-button{
	position: relative;
	width: 7em;
    height: 7em;
	border-radius: 50%;
	line-height: 5em;
	display: inline-block;
    border: 2px solid transparent;
	box-shadow: 0 0 0 0 rgba( 227,34,34,0.80);
	cursor: pointer;
    -webkit-animation: pulse3 3.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse3 3.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse3 3.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulse3 3.25s infinite cubic-bezier(.66,0,0,1);
	background-color: var(--global-color);
}
.video-two-play-button span{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size: 3.4em;
    line-height: 1;
	color: var(--white-color);
}
@-webkit-keyframes pulse3 {
    to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}
}
@-moz-keyframes pulse3 {
    to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}
}
@-ms-keyframes pulse3 {
    to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}
}
@keyframes pulse3 {
    to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}
}
.video-two-play-button a{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
.counter-two-content{
	padding-right: 70px;
}
.counter-two-content p{
	margin-bottom: 35px;
}
.client-section-two{
	padding-top: 50px;
    padding-bottom: 30px;
	border-top: 1px solid #f4f5f6;
}
.client-section-two .col-lg-20percent {
    width: 20%;
    float: left;
    margin-bottom: 30px;
}
.appointment-section-two{
	background-image: url(../images/homepage-2/bg/bg-03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 100px;
}
.appointment-bg-two{
	padding: 40px 40px 15px 40px;
	margin-bottom: -12px;
	background-color: var(--blackish-color);
}
.team-section-two{
	padding-top: 150px;
    padding-bottom: 40px;
}
.get-started-section-two{
	overflow: hidden;
}
.get-started-bg-two{
	position: relative;
	padding: 70px 60px 50px 0;
	z-index: 1;
}
.get-started-bg-two:before{
	position: absolute;
	content: "";
	width: 132%;
	height: 100%;
	top: 0;
	right: 0;
	display: block;
	background-color: var(--global-color);
	z-index: -1;
}
.get-started-bg-two .heading-subheading .title{
	font-size: 35px;
    line-height: 45px;
}
.get-started-button{
	text-align: right;

}
.blog-section-two{
	padding: 190px 0 70px 0;
	margin-top: -90px;
}
.goomove-blogbox-style-2.goomove-blogbox-format-gallery .swiper-slider{
	margin-bottom: 0;
}
.goomove-blogbox-style-2.goomove-blogbox-format-gallery .swiper-pagination-bullet-active{
	background-color: var(--white-color);
}
.goomove-blogbox-style-2.goomove-blogbox-format-gallery .swiper-pagination-bullet{
	border: 1px solid var(--white-color);
	box-shadow: none;
	width: 11px;
	height: 11px;
}
.goomove-blogbox-style-2.goomove-blogbox-format-gallery .swiper-horizontal>.swiper-pagination-bullets{
	bottom: 15px;
	text-align: center;
}
/** Homepage 03 **/ 
.our-company-section-three{
	padding: 90px 0 190px 0;
}
.our-company-section-three .col-md-6:last-child .goomove-ihbox-style-5{
	border: 1px solid #ebeef0;
}
.progressbar-section-three{
	position: relative;
}
.progressbar-three-bg{
	position: relative;
	padding: 80px 500px 70px 0;
	margin-right: -340px;
}
.progressbar-three-bg:before{
	position: absolute;
    content: "";
	width: 140%;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
	z-index: -1;
    background-color: var(--global-color);
}
.progressbar-three-bg p{
	color: rgba(255,255,255,.8);
	margin-bottom: 35px;
}
.progressbar-three-img{
	position: relative;
	padding: 307px;
	margin-top: -50px;
}
.progressbar-three-img:before{
	position: absolute;
    content: "";
    width: 162%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
	background-image: url(../images/homepage-3/bg/img-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.progressbar-three-fidbox{
	position: absolute;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	border: 20px solid rgba(255, 255, 255, 0.50);
    display: inline-block;
    border-radius: 50%;
}
.about-section-three{
	background-image: url(../images/homepage-3/bg/img-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-three-box{
	padding: 40px 25px 40px 40px;
	background-color: var(--white-color);
	height: 495px;
}
.about-three-box .accordion-button:not(.collapsed){
	color: #2a2a2a;
}
.about-three-box .heading-subheading .title{
	font-size: 30px;
    line-height: 40px;
}
.about-three-box .accordion-body{
	color: var(--blackish-color);
}
.about-three-box .accordion .accordion-item h2{
	border-color: #2a2a2a;
}
.about-three-box .accordion-button.collapsed,
.about-three-box .accordion .accordion-item.active .accordion-button{
	color: #2a2a2a;
}
.about-three-box .accordion-item{
	margin-bottom: 0px;
	margin-top: 25px !important;
}
.icon-box-main .ihbox-style{
	padding-bottom: 15px;
}
.testimonial-section-three{
	overflow: hidden;
	padding: 0px 0 50px 0;
}
.testimonial-section-three .swiper-slider{
	margin-bottom: 0;
}
.testimonial-three-bg{
	position: relative;
	padding-top: 70px;
    padding-bottom: 70px;
}
.testimonial-three-bg:before{
	position: absolute;
    content: "";
    width: 131%;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
	background-color: var(--global-color);
}
.testimonial-three-title h2{
	position: relative;
	z-index: 1;
	letter-spacing: 2px;
    font-size: 14px;
	font-weight: 400;
	color: var(--white-color);
    text-transform: uppercase;
}
.testimonial-section-three .swiper-horizontal>.swiper-pagination-bullets{
	right: 38px;
    top: 50%;
	left: inherit;
    width: 39px;
    margin-top: -20px;
}
.blog-section-three{
	padding: 220px 0 70px 0;
	margin-top: -170px;
}
/** Homepage 04 **/
.about-section-four{
	/* background-color: var(--light-color); */
	padding-top: 115px;
	padding-bottom: 105px;
}
.progressbar-four{
	padding: 137px 0 127px 0;
}
.counter-four-bg{
	background-image: url(../images/homepage-4/bg/img-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 280px;
	position: relative;
}
.progressbar-four-box {
	padding-left: 37px
}
.progressbar-four-box p{
	margin-bottom: 35px;
}
.appointment-four-bg{
	padding-top: 130px;
    padding-bottom: 302px;
    background-image: url(../images/homepage-4/bg/img-04.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.appointment-four-ihbox{
	padding-left: 60px;
	padding-top: 45px;
}
.tab-four-box{
	margin-bottom: 60px;
    margin-top: -220px;
}
.client-section-four .col-lg-20percent {
    width: 20%;
    float: left;
    margin-bottom: 30px;
}
.service-slider-four{
	padding-bottom: 90px;
}
.service-four-content{
	padding: 52px 0 30px 0;
}
.service-four-content p{
	padding-left: 25px;
	padding-top: 25px;
}
.service-slider-four .swiper-slider{
	padding-bottom: 60px;
	margin-bottom: 0;
}
.service-slider-four .swiper-pagination-bullets{
	text-align: center;
	bottom: 0;
}
.service-slider-four .swiper-pagination-bullet-active{
	box-shadow: inset 0 0 0 2px #ffdc39 !important;
}
.service-slider-four .swiper-pagination-bullet{
	box-shadow: inset 0 0 0 2px #cbcbcb;
}
.testimonial-four{
	padding-top: 160px;
    padding-bottom: 0px;
    background-image: url(../images/homepage-4/bg/img-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-four-box{
	padding-bottom: 65px;
	padding-left: 45px;
}
.video-four-button-bg {
    text-align: right;
    margin-bottom: 35px;
    font-size: 14px;
}
.video-four-play-button {
    position: relative;
    width: 9em;
    height: 9em;
    background-color: var(--global-color);
    border-radius: 0;
    line-height: 5em;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: #2A2A2A;
    border: 2px solid transparent;
}
.video-four-play-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 3.4em;
    line-height: 1;
}
.video-four-play-button a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
.counter-four-box{
	padding-top: 370px;
	padding-right: 80px;
}
.testimonial-four-box{
	position: relative;
	z-index: 1;
	padding: 70px 45px 100px 60px;
}
.testimonial-four-box:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
	z-index: -1;
	background-image: url(../images/homepage-4/bg/img-03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-four-box p{
	color: black;
	padding: 55px 15px 0 55px;
}
.testimonial-four-box .heading-subheading-style-1 .subtitle{
	border-color: var(--white-color);
}
.testimonial-four-box .swiper-horizontal>.swiper-pagination-bullets{
	text-align: center;
	bottom: 0;
}
.testimonial-four-box .swiper-slider[data-dots="true"]{
	padding-bottom: 77px;
	margin-bottom: 0;
}
.testimonial-four-box .swiper-pagination-bullet-active{
	box-shadow: inset 0 0 0 2px #1b2024;
}
.blog-four-contant{
	padding: 102px 0 15px 0;
}
.blog-four-contant a{
	border: 2px solid transparent;
}
.blog-four-contant p{
	padding-right: 65px;
}
/** Homepage 05 **/
.icon-box-section-five{
    padding-top: 238px;
}
.icon-box-section-five .col-md-6:nth-child(odd) .goomove-ihbox-style-10:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    right: 50px;
    background-image: url(../images/homepage-5/step-01.png);
    background-position: right 0;
    background-repeat: no-repeat;
}
.icon-box-section-five .col-md-6:nth-child(2) .goomove-ihbox-style-10:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    right: 50px;
    background-image: url(../images/homepage-5/step-02.png);
    background-position: right 0;
    background-repeat: no-repeat;
}
.about-five-box{
	border-top: 1px solid #f3f3f3;
	margin-top: 40px;
	padding-top: 45px;
}
.about-five-content {
    padding: 40px 0px 0 29px;
}
.about-five-content .about-title{
	font-size: 17px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 28px;
	font-family: var(--btn-typography-font-family);
}
.about-five-content p{
	margin-bottom: 35px;
	padding-bottom: 12px;
}
.about-five-content .list-group{
	padding-right: 15px;
}
.about-five-iconbox{
	padding: 45px 0 0 30px;
	background-color: var(--global-color);
}
.about-five-icon{
	font-size: 14px;
	margin-bottom: 10px;
}
.about-five-icon i{
	font-size: 4.5em;
	color: #2A2A2A;
}
.about-iconbox-title{
	padding-bottom: 35px;
}
.about-iconbox-title h5{
	margin-bottom: 0;
}
.about-iconbox-title h5 a{
	color: var(--white-color);
}
.about-iconbox-title span{
	position: relative;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-iconbox-title span:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-iconbox-title span:hover{
	color: #000;
}
.about-iconbox-title span:hover:after{
	background-color: #000;
}
.about-five-signbox {
    margin-top: 105px;
}
.about-five-signbox .sign-heading{
	padding-top: 10px;
	color: var(--white-color);
}
.service-five{
	background-color: var(--blackish-color);
	padding-top: 220px;
    padding-bottom: 110px;
	margin-top: -128px;
}
.service-five-content{
	margin-bottom: 20px;
}
.service-five-content p{
	color: rgba(255,255,255,.8);
	padding-right: 25px;
    padding-left: 40px;
}
.achievement-five{
	padding-top: 105px;
}
.achievement-five-img{
	padding-top: 280px;
    padding-bottom: 295px;
	background-image: url(../images/homepage-5/bg/map-02.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.achievement-five-iconbox {
    margin-top: -125px;
}
.iconbox-style-five {
    background-color: #fff;
    box-shadow: 0 2px 40px 0 rgba(0,0,0,.08);
    margin-right: 0px;
    margin-left: 0px;
	padding: 20px 15px 5px 10px;
}
.iconbox-style-five .icon-wrapper {
    margin-top: 60px;
    line-height: 0;
    font-size: 14px;
	text-align: center;
}
.iconbox-style-five .icon-wrapper i{
	color: #2A2A2A;
    font-size: 4.5em;
}
.iconbox-style-five .icon-wrapper i:before{
	font-size: 80px;
}
.iconbox-style-five .icon-wrapper-heading {
	margin: 30px 0px 35px 0px;
	padding-right: 15px;
}
.iconbox-style-five .icon-wrapper-heading h5,
.iconbox-style-five .icon-wrapper-heading p{
	color: #000;
}
.iconbox-style-five .icon-wrapper-heading h5{
	font-size: 18px;
    line-height: 28px;
	margin-bottom: 0;
}
.iconbox-style-five .icon-wrapper-heading h5 span{
	font-size: 24px;
	color: var(--global-color);
}
.iconbox-style-five-right{
	margin-right: 0px;
    margin-left: 0px;
	padding: 20px 10px 5px 15px;
	background-color: var(--global-color);
}
.iconbox-style-five-right .icon-wrapper-heading-right h5, 
.iconbox-style-five-right .icon-wrapper-heading-right p {
    color: #000;
}
.iconbox-style-five-right .icon-wrapper-heading-right h5{
	font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.iconbox-style-five-right .icon-wrapper-heading-right {
    margin: 30px 0px 35px 5px;
   	text-align: right;
}
.iconbox-style-five-right .icon-wrapper-heading-right h5 span {
    font-size: 24px;
    color: var(--white-color);
}
.iconbox-style-five-right .icon-wrapper-right {
    margin-top: 60px;
    line-height: 0;
    font-size: 14px;
    text-align: center;
	padding-right: 30px;
}
.iconbox-style-five-right .icon-wrapper-right i {
    color: #2A2A2A;
    font-size: 4.5em;
}
.iconbox-style-five-right .icon-wrapper-right i:before{
	font-size: 80px;
}
.achievement-five-bottom{
	padding: 45px 0 50px 0;
}
.achievement-five-bottom p{
	text-align: center;
	margin-bottom: 35px;
}
.achievement-five-bottom p a{
	text-decoration: underline 2px solid #7777;
}
.testimonial-five-img{
	position: relative;
	padding: 345px 0;
}
.testimonial-five-img:before{
	content: "";
	width: 164%;
	height: 100%;
	top: 0;
	right: 0;
	display: block;
	position: absolute;
	background-image: url(../images/homepage-5/bg/img-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-five-bg{
	position: relative;
	padding: 85px 16px 70px 340px;
	margin-left: -304px
}
.testimonial-five-bg:before{
	content: "";
	width: 165%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	z-index: -1;
	background-image: url(../images/homepage-5/bg/bg-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-five-bg .swiper-slider{
	padding-bottom: 37px;
	margin-bottom: 0;
	border-bottom: 1px solid #2c3840;
}
.testimonial-five-bg .client-title{
	margin: 40px 0 20px 0;
	font-size: 14px;
    line-height: 24px;
    color: var(--white-color);
    font-family: var(--btn-typography-font-family);
    font-weight: 400;
}
.testimonial-five-bg .goomove-clientbox-style-1{
	margin-bottom: 30px;
}
.testimonial-five-bg .swiper-horizontal>.swiper-pagination-bullets{
	bottom: 40px;
}
.testimonial-five-bg .swiper-pagination-bullet{
	width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: var(--white-color);
    box-shadow: inset 0 0 0 0 var(--white-color);
}
.testimonial-five-bg .swiper-pagination-bullet-active{
	box-shadow: inset 0 0 0 0 var(--global-color);
	background-color: var(--global-color);
}
.team-section-five{
	padding-top: 100px;
    padding-bottom: 85px
}
.counter-five{
	padding-top: 85px;
    padding-bottom: 30px;
	border-radius: 8px;
}
.blog-five-content{
	padding-bottom: 18px;
}
.blog-five-content p{
	padding-right: 65px;
}
.blog-five-button a{
	font-family: var(--heading-typography-font-family);
}
/** Homepage 06 **/
.icon-box-six{
	padding-top: 82px;
}
.about-section-six{
	padding: 110px 0 100px 0;
}
.about-six-content{
	padding-left: 24px;
	padding-top: 45px;
}
.about-six-content p{
	margin-bottom: 35px;
}
.counter-six{
	position: relative;
	overflow: hidden;
	padding: 75px 0 30px 0;
	border-radius: 8px;
	background-color: var(--global-color);
}
.counter-six:before{
	content: "";
    position: absolute;
    left: -100px;
    top: -100px;
    width: 260px;
    height: 260px;
    background-color: rgb(255 238 140 / .5);
    border-radius: 215px 45px;
}
.counter-six:after{
	content: "";
    position: absolute;
    right: -110px;
    bottom: -99px;
    width: 245px;
    height: 245px;
    border-radius: 200px 45px;
    background-color: rgb(255 238 140 / .5);
}
.service-six {
    margin-top: -130px;
    padding-top: 230px;
    padding-bottom: 125px;
    background-image: url(../images/homepage-6/bg/transparent-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-six-content{
	margin-bottom: 40px;
}
.service-six-content p{
	margin-top: 55px;
}
.progress-six{
	padding: 50px 0 110px 0;
}
.progress-six-box {
    padding: 50px 0 0 30px;
}
.team-section-six{
	padding-top: 90px;
	border-top: 1px solid #dddddd;
}
.team-six-btn{
	text-align: right;
}
.team-six-box .col-lg-20percent{
	width: 20%;
}
.team-six-box .col-lg-20percent:nth-child(even) .goomove-teambox-style-6{
	margin-top: -30px;
}
.team-six-box{
	padding: 70px 0;
}
.client-six{
	padding-bottom: 110px;
}
.testimonial-six{
	background-image: url(../images/homepage-6/bg/testmonial-side-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
	overflow: hidden;
}
.testimonial-six-title .heading-subheading-style-1 .subtitle{
	border-color: var(--white-color);
}
.testimonial-six-title{
	position: relative;
	padding-top: 150px;
    padding-bottom: 225px;
    margin-right: -200px;
    padding-right: 251px;
	padding-left: 352px;
}
.testimonial-six-title:before{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 162%;
    height: 100%;
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	background-color: var(--global-color);
}
.testimonial-six-slider {
    margin-top: 80px;
    margin-left: -40px;
}
.blog-six-content{
	font-weight: 400;
    font-size: 18px;
    line-height: 24px;
	margin-top: 20px;
    color: #666666;
	padding-bottom: 15px;
	font-family: var(--btn-typography-font-family);
}
.testimonial-arrow{
    position: relative;
	display: inline-flex;
}
/** Homepage 07 **/
.about-us-sec_seven {
	padding: 138px 0 150px 0;
}
.about-us-sec_seven .heading-subheading-style-3 .title{
	border-bottom: 1px solid #e7e6ea;
	margin-bottom: 40px;
	padding-bottom: 35px;
}
.about-us-sec_seven .fid_box{
	padding-right: 235px;
	margin-top: -80px;
}
.about-us-seven_content{
	padding-top: 37px;
}
.about-us-seven_content .pbmit_desc,
.about-us_02 .why-choose-us-eight_rightbox .pbmit_desc{
	font-size: 17px;
	line-height: 28px;
	color: var(--heading-color);
}
.about-us-seven_content .pbmit_text{
	padding-top: 13px;
	margin-bottom: 35px;
}
.about-us-seven_content .list-group{
	margin: 16px 0;
}
.service_seven{
	padding: 100px 0 70px 0;
}
.service-seven-arrow{
	position: absolute;
	right: 0;
	bottom: 20px;
}
.service-seven-arrow .swiper-button-next, 
.service-seven-arrow .swiper-button-prev,
.testimonial-seven_arrow .swiper-button-next,
.testimonial-seven_arrow .swiper-button-prev,
.service-eight_arrow .swiper-button-next,
.service-eight_arrow .swiper-button-prev,
.testimonial-eight_arrow .swiper-button-next,
.testimonial-eight_arrow .swiper-button-prev{
	border: none;
	width: inherit;
	height: inherit;
	display: flex;
	background-color: transparent;
}
.testimonial-seven_arrow .swiper-button-next:after,
.testimonial-seven_arrow .swiper-button-prev:after,
.service-eight_arrow .swiper-button-next:after,
.service-eight_arrow .swiper-button-prev:after{
	content: '\e83a';
    color: rgba(255, 255, 255, 0.4) !important;
	font-size: 35px;
}
.service-seven-arrow .swiper-button-next:after,
.service-seven-arrow .swiper-button-prev:after{
	content: '\e83a';
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 30px;
}
.testimonial-seven_arrow .swiper-button-next:hover:after,
.testimonial-seven_arrow .swiper-button-prev:hover:after{
	color: var(--white-color) !important;	
}	
.service-seven-arrow .swiper-button-next:hover:after,
.service-seven-arrow .swiper-button-prev:hover:after{
	color: var(--global-color) !important;
}
.service_seven .box-heading-wrapper{
	position: relative;
}
.ihbox-seven_btn{
	text-align: right;
	margin-top: -160px;
}
.ihbox-seven_btn .btn,
.why-choose-us-eight_rightbox .btn_box .btn{
	position: relative;
	margin-bottom: 0;
	padding: 15px 65px 15px 40px;
}
.ihbox-seven_btn .btn:after,
.why-choose-us-eight_rightbox .btn_box .btn:after{
	content: "\e826";
    position: absolute;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 6px;
    font-size: 18px;
    color: var(--white-color);
    font-weight: 400;
    font-family: 'goomove-base-icons';
}
.ihbox-seven_leftbox{
	padding: 30px 50px 0 0;
}
.ihbox-seven_leftbox .ihbox_style{
	padding-top: 55px;
}
.truck-img_box{
	margin-left: -140px;
	margin-bottom: 35px;
}
.counter-seven-bg_layer{
	padding: 660px 0 90px 90px;
	position: relative;
	margin-right: -135px;
}
.counter-seven-bg_layer .col-stretched-right{
	position: absolute;
    height: 100%;
	top: 0;
	left: 0;
    right: 0;
	width: auto;
	background-image: url(../images/homepage-7/bg/bg-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-seven-bg_layer .fidbox-style-10{
	position: absolute;
	bottom: 70px;
	left: 90px;
	width: auto;
}
.testimonial-seven_bg{
	margin-top: -445px;
	padding: 550px 0 130px 0;
	background-color: var(--blackish-color);
}
.testimonial-seven_slider{
	padding-top: 10px;
	padding-left: 110px;
	border-left: 1px solid rgb(255 255 255 / 20%);
}
.testimonial-seven_slider .swiper-slider{
	padding: 0 17px;
	margin-bottom: 0;
}
.testimonial-seven_arrow{
	position: relative;
	display: inline-flex;
	margin-top: 60px;
}
.testimonial-seven_slider .swiper-pagination-bullet,
.testimonial-eight_slider .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	box-shadow: none;
	background-color: rgb(255 255 255 / 50%);
}
.testimonial-seven_slider .swiper-pagination-bullet-active,
.testimonial-eight_slider .swiper-pagination-bullet-active{
	background-color: var(--white-color);
}
.client-section_seven .goomove-box-col-wrapper{
	border-width: 1px 1px 1px 0;
    padding: 70px;
    border-style: solid;
    border-color: #e2e2e2;
}
.blog-section_seven{
	padding: 115px 0 100px 0;
}
.blog-section_seven .heading-subheading-style-3{
	margin-bottom: 60px;
}
/** Homepage 08 **/
.ihbox-section_eight{
	padding: 77px 0;
	background-color: var(--global-color);
}
.service-eight_arrow {
	display: inline-flex;
}
.service-eight_arrow .swiper-button-next:after,
.service-eight_arrow .swiper-button-prev:after{
	color: #010002 !important;
}
.service-eight_arrow .swiper-button-next:hover:after,
.service-eight_arrow .swiper-button-prev:hover:after{
	color: var(--global-color) !important;
}
.marquee_eight{
	padding-bottom: 65px;
	overflow: hidden;
}
.why-choose-us-section_eight{
	background-color: var(--light-color);
}
.why-choose-us-section_eight .col-stretched-left{
	background-image: url(../images/homepage-8/bg/bg-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
}
.why-choose-us-section_eight .why-choose-us-eight_rightbox{
	padding: 105px 0 95px 119px;
}
.why-choose-us-eight_rightbox .btn_box{
	margin-top: 40px;
}
.testimonial-eight_bg{
	padding-top: 115px;
	padding-bottom: 570px;
	background-image: url(../images/homepage-8/bg/testimonial-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.testimonial-eight_bg .heading-subheading-style-3 .subtitle:after{
	background-color: var(--white-color);
}
.testimonial-eight_slider{
	border-left: 1px solid rgb(255 255 255 / 20%);
	padding: 10px 0 0 110px;
}
.testimonial-eight_slider .swiper-slider{
	margin-bottom: 0;
}
.ihbox-bg-eight_layer{
	position: relative;
	margin-top: -490px;
	padding: 580px 0px 120px 0;
}
.ihbox-bg-eight_layer .col-stretched-right{
	position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
	background-image: url(../images/homepage-8/bg/bg-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ihbox-bg-eight_layer .ihbox-style-14{
	position: absolute;
	left: 70px;
	bottom: 65px;
}
.testimonial-eight_arrow{
	display: inline-flex;
	margin-top: 50px;
}
.testimonial-eight_arrow .swiper-button-next{
	margin-left: 45px;
}
.testimonial-eight_arrow .swiper-button-next:after,
.testimonial-eight_arrow .swiper-button-prev:after{
	content: '\e83a';
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 35px;
}
/*----------------------------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 00  About Us **/
.about-us-right-box{
	padding-left: 30px;
}
.about-us-right-box img{
	margin-bottom: 35px;
}
.about-us-right-box h5{
	margin-bottom: 20px;
}
.about-us-right-box .list-group-borderless .list-group-item{
	margin-bottom: 0;
}
.about-counters-numbers{
	padding: 30px 0 50px 0;
/*	background-color: var(--light-color);*/
}
.about-counters-box{
	padding: 40px 0 60px 0;
}
.about-fidbox-style{
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}
.team-bg-color .goomove-teambox-style-2 .goomove-item-thumbnail:before,
.about-us_02 .goomove-teambox-style-7 .goomove-item-thumbnail:before{
    background-color: rgba(38, 130, 197, 0.75);
}
/** About Us 02 **/
.about-us_02 .why-choose-us-section_eight{
	overflow: hidden;
}
.about-us_02 .why-choose-us-section_eight .col-stretched-left{
	background-image: url(../images/homepage-4/bg/img-01.jpg);
}
.about-us_02 .why-choose-us-eight_rightbox .list_group{
	margin-top: 40px;
}
.about-us_02 .why-choose-us-eight_rightbox .btn_box .btn:after{
	top: 10px;
}
.about-us_02 .why-choose-us-eight_rightbox .btn_box .btn:hover{
	background-color: var(--global-color);
}
.about-us_02 .client-section_seven{
	padding-bottom: 100px;
}
/** About Us 03 **/
.about-us_03 .about-section{
	margin-bottom: 30px;
	padding: 150px 0 100px 0;
	border-bottom: 1px solid #b8b4c1;
}
.about-us_03 .about-section .about-right_box{
	margin-left: -45px;
}
.about-us_03 .about-right_box .heading_desc{
	padding-right: 50%;
}
.about-us_03 .about-right_box .about-right_imgbox{
	margin-top: -90px;
	padding-left: 80px;
}
.about-us_03 .about-right_box .col-md-4.col-lg-3:first-child {
	padding-right: 20px;
}
.about-us_03 .about-right_box .col-md-4.col-lg-3:last-child {
	padding-left: 20px;
}
.about-us_03 .ihbox_section{
	padding: 80px 0 120px 0;
}
.about-us_03 .ihbox_section .goomove-ihbox-style-13 .goomove-large-icon i:before{
	color: var(--global-color);
}
.about-us_03 .ihbox_section .goomove-ihbox-style-13 .goomove-custom-heading{
	color: var(--blackish-color);
}
.about-us_03 .ihbox_section .goomove-ihbox-style-13 .goomove-cta3-content-wrapper{
	color: var(--body-typography-color);
}
.about-us_03 .counter-seven-bg_layer .col-stretched-right,
.about-us_02 .counter-seven-bg_layer .col-stretched-right{
	background-image: url(../images/about-us-03/bg/bg-01.jpg);
}

/** 04 - Team Single **/
.our-team-section .goomove-teambox-style-2 .goomove-item-thumbnail:before{
    background-color: rgba( 255,220,57,0.80);
}
.team-detail-single{
	padding-top: 80px;
}
.team-img{
	position: relative;
	z-index: 1;
}
.team-details-inner {
	padding: 50px;
    position: relative;
    margin-left: -100px;
    padding-left: 115px;
    margin-top: 50px;
	background-color: var(--light-color);
}
.team-details .team-details-inner .team-title{
    font-size: 26px;
	line-height: 40px;
    margin-bottom: 0px;
}
.team-details .team-details-inner .team-single-position{
    font-size: 18px;
	font-weight: 400;
    line-height: 26px;
    color: #989898;
    margin-bottom: 25px
}
.team-summary{
	border-bottom: 1px solid #dcdcdc;
}
.team-details-line {
    margin-bottom: 25px;
    clear: both;
}
.team-details-line .team-list-title {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
	color: var(--blackish-color);
}
.team-details-line .team-list-value {
    color: #5f656d;
    font-size: 15px;
    line-height: 32px;
    padding-left: 12px;
    float: left;
}
.team-details .social-links.team-social-links {
	position: absolute;
    right: 50px;
    top: 59px;
}
.team-details .team-social-links li {
    margin-right: 0px;
	display: inline-block;
}
.team-details .team-social-links a {
    font-size: 15px;
    color: #fff;
    padding: 10px 8px;
    display: inline-block;
	background-color: var(--global-color);
	border: none;
	border-radius: 0;
	width: auto;
	height: auto;
}
.team-details .team-social-links a:hover {
	background-color: var(--blackish-color) !important;
    color: var(--white-color);
}
.team-details-wrap {
    margin-top: 50px;
}
.team-details-wrap .team-detail-contant{
	padding: 40px 0 40px 0;
}
.team-details-progress{
	padding: 90px 0 60px 0;
	background-color: var(--light-color);
}
.team-details-progress .progressbar .progress-label{
	color: #0a0c0e;
}
.team-details-progress .progress .progress-bar{
	background-color: var(--global-color);
}
.team-details-progress .progress{
	background-color: var(--blackish-color);
}
.team-details-progress .progress .progress-percent{
	color: var(--blackish-color);
}
.team-details-work-experience h4{
	margin-bottom: 30px;
}
.team-details-contact{
	margin-top: 30px;
}
.team-contact{
	padding: 90px 0 30px 0;
}
.team-contact .form-control{
	height: auto;
	line-height: inherit;
	border: 1px solid rgba(119,119,119,.2);
}
.team-contact .form-control:focus{
	color: #666;
	border-color: var(--global-color);
}
.team-contact textarea.form-control {
    min-height: 150px;
	padding-top: 15px;
}
.team-contact .btn{
	font-weight: 500;
	padding: 16px 34px 16px;
	font-family: var(--heading-typography-font-family);
}

/** 01 - Service Detail **/
.service-left-col {
    flex: 0 0 30%;
    max-width: 30%;
	margin-top: 65px;
	padding-left: 0;
}
.service-right-col {
	flex: 0 0 70%;
    max-width: 70%;
	padding-top: 65px;
	margin-bottom: 90px;
}
.service-sidebar .post-list:first-child{
	padding-top: 0px;
	margin-top: 0;
}
.service-sidebar .post-list{
	margin: 45px 0 35px;
    word-wrap: break-word;
}
.service-sidebar .all-post-list {
    background: #fff;
    border: 1px solid #efefef;
    padding: 10px 0;
}
.post-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-list li{
    border: none;
    padding: 0!important;
    margin-bottom: 0px;
}
.post-list li a{
    background-color: #fff;
	color: var(--blackish-color);
    padding: 10px 30px;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
	line-height: 24px;
	font-family: var(--body-typography-font-family);
}
.post-list li.post-active a:after{
	height: 80%;
	background-color: var(--global-color);
}
.post-list li a:hover{
    color: var(--global-color);
}
.post-list li a:hover:after{
	height: 80%;
	background-color: var(--global-color);
}
.post-list li a:after{
	content: ' ';
    position: absolute;
    top: 4px;
    width: 2px;
    left: 0;
    height: 0%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.service-sidebar .single-service-contact {
    position: relative;
    overflow: hidden;
	text-align: center;
    line-height: 24px;
    color: var(--white-color);
	font-size: 16px;
	background: url(../images/service/service-widget.jpg) repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.service-sidebar .single-service-contact-inner{
    padding: 35px 25px;
    background-color: rgba(38, 130, 197, 0.75);
}
.service-sidebar .single-service-contact h3{
	text-transform: uppercase;
    font-size: 22px;
    color: var(--white-color);
    font-weight: 700;
    margin: 20px 0 20px 0;
}
.service-sidebar .single-service-contact-inner ul li{
	margin-bottom: 15px;
}
.service-sidebar .single-service-contact span i{
	font-size: 70px;
    line-height: 70px;
}
.widget .download .item-download {
    margin-bottom: 15px;
    position: relative;
}
.widget .download .item-download a {
    display: block;
    padding: 0px;
    color: var(--blackish-color);
	font-size: 16px;
    font-weight: 700;
	border: 2px solid #313437;
	font-family: var(--body-typography-font-family);
}
.widget .download .item-download a:hover{
	background: var(--blackish-color);
    color: var(--white-color);
}
.widget .download .item-download .fa {
    color: var(--white-color);
    font-size: 20px;
    padding: 20px;
	background: #313437;
    display: inline-block;
    margin-right: 20px;
}
.service-details {
    padding-top: 40px;
}
.service-page-infobox {
	margin-top: 35px;
	margin-bottom: 50px;
}
ul.list-group-one.list-group {
	margin: 0;
	display: inline-block;
}
ul.list-group-one.list-group li{
	color: #777777;
	display: block;
}
ul.list-group-one.list-group li i{
	background-color: transparent;
	color: var(--global-color);
}
.service-list-group{
	padding-top: 20px;
	padding-left: 7px;
}
.service-single-content{
	margin-top: 20px;
	margin-bottom: 20px;
}
.service-single-content p{
	margin-bottom: 35px;
}
.service-single-content .heading{
	font-size: 18px;
}

/** 02 - Project Detail **/
.Project-Style-2 .goomove-portfoliobox-style-2 .goomove-overlay{
    background-color: rgba( 255,220,57,0.80);
}
.portfolio-single .goomove-portfoliobox-style-2 .goomove-overlay{
    background-color: rgba( 255,220,57,0.80);
}
.portfolio-single{
	padding-top: 82px;
}
.portfolio-single {
    margin-top: 50px;
    margin-bottom: 50px;
}
.portfolio-single .portfolio-lines-wrapper {
    margin-top: 30px;
    margin-bottom: 0;
}
.pf-single-style{
	padding-top: 20px;
}
.pf-single-style i{
	font-size: 2.0em;
	color: var(--global-color);
}
.pf-single-process {
	padding: 30px 0 80px 0;
	margin-bottom: 50px;
}
.pf-single-process p{
	margin-bottom: 50px;
}
.short-description {
    background-color: #fafafa;
}
.project-details-top {
    padding: 30px 30px 25px 30px;
    background-color: var(--global-color);
}
.project-details-top h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
.pf-detailbox {
    padding: 30px 30px 35px 30px;
    margin-top: -10px;
}
.pf-detailbox li {
    padding-bottom: 13px;
    padding-top: 13px;
    border-bottom: 1px solid #eee;
}
.pf-details-heading {
    width: 45%;
    display: inline-block;
    font-weight: 700;
}
.portfolio-single .featured-wrapper {
    margin-top: 50px;
}
.pf-single-content-bottom {
    width: auto;
    padding: 0;
	display: flex;
}
.pf-single-category{
	width: 50%;
	float: left;
}
.pf-single-category a{
	display: inline-block;
    background-color: #f8f8f8;
    color: #4d4d4d;
    font-size: 12px;
    padding: 3px 10px;
}
.pf-single-category a:hover{
	color: var(--white-color);
	background-color: var(--global-color);
}
.pf-single-content-bottom .social-share-wrapper{
	float: right;
	width: 50%;
	margin-top: -15px;
}
.pf-single-content-bottom .social-share-wrapper ul{
	text-align: right;
}
.pf-single-content-bottom .social-share-wrapper ul li{
	display: inline-block;
    padding-right: 10px;
    padding-top: 6px;
}
.pf-single-content-bottom .social-share-wrapper ul li:last-child{
	padding-right: 0;
}
.pf-single-content-bottom .social-share-wrapper ul li a{
	border: 1px solid #e8e8e8;
    border-radius: 50%;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}
.pf-single-content-bottom .social-share-wrapper ul li a:hover{
	color: var(--white-color);
	background-color: var(--global-color);
}
.entry-content{
	position: relative;
    margin-bottom: 0px;
    margin-top: 40px;
}
.navigation.post-navigation:after {
    background-color: #e9e9e9;
    content: "";
    width: 100%;
    height: 1px;
    z-index: 11;
    position: absolute;
    top: -30px;
	left: 0;
}
.portfolio-single .post-navigation .nav-links .nav-previous{
	float: left;
}
.post-navigation .nav-links .nav-previous, 
.post-navigation .nav-links .nav-next {
	display: inline-block;
	position: relative;
}
.post-navigation .nav-links .nav-previous {
    margin-right: auto!important;
}
.post-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-next:before{
	position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    content: '';
    border-bottom: 1px solid;
    width: 0%;
    right: 0;
    left: auto;
    -webkit-transition: width .3s linear 0s,right 0s linear .3s,left 0s linear .3s;
    -o-transition: width .3s linear 0s,right 0s linear .3s,left 0s linear .3s;
    -moz-transition: width .3s linear 0s,right 0s linear .3s,left 0s linear .3s;
    transition: width .3s linear 0s,right 0s linear .3s,left 0s linear .3s;
	border-bottom-color: var(--global-color);
}
.post-navigation .nav-links .nav-next:before{
	right: auto;
    left: 0;
}
.post-navigation .nav-links .nav-next:hover:before{
	left: 0;
    right: auto;
	width: 100%;
}
.post-navigation .nav-links .nav-previous:hover:before{
	width: 100%;
    right: 0;
    left: auto;
}
.portfolio-single .nav-links a {
	font-size: 18px;
    font-weight: 600;
    color: var(--blackish-color);
    position: relative;
    display: inline-block;
}
.portfolio-single .nav-links .nav-previous a{
	padding-left: 20px;
}
.portfolio-single .nav-links .nav-previous a:after{
	font-family: "goomove-base-icons";
    content: '\e808';
    position: absolute;
    top: 0;
    left: 0;
}
.post-navigation .nav-links .nav-next a:before{
	content: '\e809';
    left: auto;
    right: 0;
	position: absolute;
    top: 0;
	font-family: "goomove-base-icons";
}
.portfolio-single .nav-links a:hover{
	color: var(--global-color);
	background: transparent !important;
}
.post-navigation .nav-links .nav-next a{
	padding-right: 20px;
}
.post-navigation .nav-links .nav-next{
	float: right;
}
.portfolio-single .nav-links a:hover .portfolio-nav-wrapper span {
    color: #fff;
}
.pf-single-related-title{
	font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
	padding-top: 75px;
}

/** 03 - Blog Detail**/
.blog-grid .blogbox-style-1{
	margin-bottom: 30px;
}
.blog-grid .goomove-featured-wrapper.goomove-post-featured-wrapper.goomove-post-format-video{
	position: relative;
    overflow: hidden;
    padding-bottom: 56.59%;
    padding-top: 25px;
    height: 0;
}
.blog-grid iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.blog-right-col{
    flex: 0 0 69%;
    max-width: 69%; 
	margin-bottom: 60px;
	padding: 65px 13px 0;
}
.blog-left-col{
    flex: 0 0 31%;
    max-width: 31%; 
	margin-top: 65px;
}
.blog-details .featured-wrapper {
    margin-bottom: 30px; 
}
.blog-details .entry-content h4{
	margin-top: 30px;
}

/** --- Blog Classic ---**/
.post.blog-classic {
	position: relative;
}
.blog-classic .featured-img-wrapper {
	margin-bottom: 30px;
}
.blog-classic .blog-classic-inner .meta-cat{
	background-color: var(--global-color);
    color: var(--white-color);
    position: absolute;
    top: 20px;
    left: 20px;
    width: 76px;
    z-index: 1;
    padding: 12px 0;
    text-align: center;
}
.blog-classic .blog-classic-dbox-date,
.blog-classic .blog-classic-dbox-month{
	display: block;
    text-align: center;
    font-family: Roboto,sans-serif;
}
.blog-classic .blog-classic-dbox-date{
	font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 5px;
    letter-spacing: 2px;
}
.blog-classic .blog-classic-dbox-month{
	font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
	font-weight: 400;
}
.blog-classic .blog-classic-inner {
    padding-bottom: 60px;
}
.blog-classic .post-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family:var(--heading-typography-font-family);
}
.blog-classic .blog-meta.blog-meta-top {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 19px;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 10px;
	font-weight: 600;
}
.blog-classic .blog-meta, .blog-meta a {
    color: #777;
}
.blog-classic .blog-meta a:hover {
    color: var(--global-color);
}
.blog-classic .blog-meta-top>span+span:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 11px 2px;
}
.blog-classic .entry-content {
    margin-top: 20px;
	display: inline-block;
}
.blog-classic .entry-content .blog-single-img{
	float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
.blog-classic .swiper-horizontal>.swiper-pagination-bullets{
	text-align: center;
	bottom: 15px;
}
.blog-classic .swiper-pagination-bullet {
    border: 1px solid var(--white-color);
    box-shadow: none;
    width: 11px;
    height: 11px;
}
.blog-classic .swiper-pagination-bullet-active{
	background-color: var(--white-color);
}
.blog-classic .swiper-slider{
	margin-bottom: 0;
}
.blog-classic iframe {
    width: 100%;
    height: 476px;
}
.blog-grid .row .col-md-4{
	margin-bottom: 30px;
}

/**--- Sidebar Right ---**/
.sidebar .widget:first-child {
    margin-top: 0px;
}
aside.sidebar{
	font-size: 14px;
    padding: 30px 28px;
	padding-top: 35px;
    padding-bottom: 40px;
    border-radius: 0px;
    background:#fafafa;
}
.sidebar .widget{ 
	margin: 45px 0 35px;
    word-wrap: break-word;
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.widget .search-form {
    position: relative;
}
.widget .search-form .search-field {
    display: block;
    width: 100%;   
    line-height: inherit;
    font-size: 12px;
    padding:15px 20px;
    font-weight: 600;
    color: #999;
    background: var(--white-color);
	border: 1px solid rgba(119,119,119,.2);
    border-radius: 0;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    font-family:var(--heading-typography-font-family);
}
.sidebar .widget .search-form a, .sidebar .widget .search-form button{
    position: absolute;
    right: 0px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 45%;
    height: 46px;
    font-size: 14px;
	font-weight: 500;
    z-index: 1;
    width: 46px;
    text-align: center;
	opacity: .3;
}
.sidebar .widget .search-form button{top:10%}
.sidebar .widget .search-form a:hover, .sidebar .widget .search-form button:hover{
	color: inherit;
}
.sidebar .widget .widget-title {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
	text-transform: none;
    color: var(--blackish-color);
}
.sidebar .widget-categories ul{
	background-color: var(--white-color);
}
.sidebar .widget-categories ul li a{
    color: var(--blackish-color);
	position: relative;
    font-size: 14px;
    font-weight: 400;
	display: block;
	padding: 15px 10px 15px 20px;
	padding-left: 30px;
	line-height: 24px;
	font-family: var(--body-typography-font-family);
}
.sidebar .widget-categories ul li a:hover{
	color: var(--global-color);
}
.sidebar .widget-categories ul li{
    position: relative;
    list-style: none;
	display: block;
	overflow: hidden;
	padding: 0;
}
.sidebar .widget-categories ul li a:after{
	content: "";
    background-color: #fafafa;
    height: 2px;
    width: 1000px;
    left: -500px;
    bottom: 0;
    position: absolute;
}
.sidebar .widget-categories li span {
    position: absolute;
    right: 15px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #efefef;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 400;
    top: 15px;
	border-radius: 50%;
}
.sidebar .recent-post-list .media{
    display: flex;
}
.sidebar .recent-post-list .recent-post-thum img{
    width: 80px;
	 height: 80px; 
	display: block;
    flex-shrink: 0;
    margin-right: 15px;
    padding: 3px;
    border: 1px solid rgba(255,255,255,.24);
	object-fit: cover;
}
.sidebar .recent-post-list{
	background-color: var(--white-color);
}
.sidebar .recent-post-list li{
    padding: 15px 15px !important;
	border-bottom: 2px solid #fafafa;
}
.sidebar .recent-post-list li:last-child{
    padding-bottom: 0;
}
.widget a,
.widget .post-date{
    font-family: var(--heading-typography-font-family);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 600;
}
.blog-left-col .sidebar .media-body a {
    color: var(--blackish-color);
    font-size: 14px;
    font-weight: 600;
	font-family: var(--body-typography-font-family);
}
.blog-left-col .sidebar .media-body a:hover{
	color: var(--global-color);
}
.sidebar .recent-post-list .post-date {
    line-height: 17px;
    display: block;
    font-size: 12px;
	text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
    color: #777777;
	letter-spacing: 1px;
	font-family: var(--body-typography-font-family);
}
.sidebar .widget .tagcloud a{
    display: inline-block;
    font-weight: 400;
    color: var(--blackish-color);
    text-transform: none;
    font-size: 14px!important;
    padding: 10px 20px;
    line-height: 24px;
    background: #f1f1f1;
    border: none;
	margin: 0 3px 6px 0;
	font-family: var(--body-typography-font-family);
}
.sidebar .widget .tagcloud a:hover{
     color: #fff;
     background: var(--global-color);
}
.sidebar .widget.widget-archive ul li {
    padding: 0 0 15px 0;
}
.sidebar .widget.widget-flickr a{
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: none;
}
.widget.single-service-contact{
    background-image: url(../images/coworking/ads.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #f0f2f7;
    padding: 45px;
    margin-bottom: 40px;
    border: none;
} 
.single-service-contact-inner img {
    border-radius: 50%;
    margin: 0;
}
.single-service-contact-inner ul.social-links li {
    display: inline-block;
    margin-top: 10px;
}
.single-service-contact ul.social-links li a,
.single-service-contact-inner ul.social-links li a {
    font-size: 16px;
    font-weight: 300!important;
    letter-spacing: 0;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    margin: 0 2px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.single-service-contact ul.social-links li a:hover {
    background-color: var(--global-color);
    color: #fff;
}
.single-service-contact .social-li{
    margin-right: 0px;
}
.single-service-contact .social-links {
    margin-top: 10px;
}
.blog-details .blog-style-2 .featured-wrapper:after{
    display: none;
}
.widget .download .item-download:first-child {
    margin-bottom: 15px;
    margin-left: 0;
}
.widget .download .item-download a {
    display: block;
    text-align: center;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 22px;
    color: var(--blackish-color);
    display: flex;
    align-items: center;
    background-color: var(--light-color);
    position: relative;
}
.widget .download .item-download a:hover{
    background-color: var(--global-color);
    color: var(--white-color);
}
.widget .download .item-download a i:first-child {
    margin-right: 10px;
}
.widget .download .item-download a i {
    font-size: 35px;
    vertical-align: middle;
}
.widget .download .item-download:last-child a {
    background-color: var(--global-color);
    color: var(--white-color);
}
.widget .download .item-download:last-child a:hover{
    background-color: var(--blackish-color);
}
.ads-inner .ads-logo {
    background: var(--white-color);
    display: inline-block;
    padding: 15px;
    width: 130px;
    position: relative;
    z-index: 1;
}
.ads-inner h3.ads-title {
    font-size: 26px;
    line-height: 36px;
    padding: 30px 0 30px 0;
    font-weight: 600;
}
.ads-inner h3.ads-title span {
    color: var(--global-color);
}
.ads-inner .ads-logo::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    z-index: -1;
}
.ads-inner .ads-button {
    display: inline-block;
    padding-bottom: 30px;
    font-family: Quicksand,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
}
.ads-inner .ads-button a {
    padding: 20px 60px 20px 40px;
    background-color: var(--global-color);
    color: var(--white-color);
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.5px;
    font-weight: 700;
}
.ads-inner .ads-button a:hover {
    background-color: var(--white-color);
    color: var(--blackish-color);
}
.ads-inner .ads-button a span {
    position: relative;
}
.ads-inner .ads-button a span::after {
    content: "\e83a";
    font-family: 'goomove-base-icons';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

/** --- Blog Large ---**/
.post.blog-details {
    margin-bottom: 0px;
	position: relative;
}
.post.blog-details .blog-classic .blog-classic-inner{
	padding-bottom: 0;
}
.post blockquote {
    padding: 30px 75px 30px 90px;
    margin: 25px 20px;
    background-color:#f8f8f8;
    font-size: 18px;
    line-height: 28px;
    color: #686868;
	font-style: italic;
    position: relative;
	font-weight: 300;
	border-color: var(--global-color);
}
.post blockquote p{
	margin: 0;
}
.post .entry-content p:last-of-type:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.post blockquote:after{
	position: absolute;
    content: "\f10e";
    font-family: "goomove-base-icons";
    font-size: 37px;
    line-height: 37px;
    top: 31px;
    left: 21px;
}
.blog-meta.blog-meta-bottom {
    padding-top: 20px;
	border-top: 1px solid #e8e8e8;
    margin-top: 40px;
}
.blog-meta-bottom-left {
	float: left;
}
.blog-meta-bottom-right{
	float: right;
}
.blog-meta .blog-meta-bottom-left .meta a {
	display: inline-block;
	padding: 8px 15px;
	font-size: 14px;
	background-color: #f1f1f1;
    color: var(--blackish-color);
}
.blog-meta .blog-meta-bottom-left .meta a:hover{
	color: var(--white-color);
	background-color: var(--global-color);
}
.social-share-title {
    float: left;
    padding-right: 10px;
    position: relative;
    margin-right: 9px;
    margin-top: 14px;
    font-weight: 500;
    font-size: 17px;
}
.social-share{
	float: right;
}
.blog-meta-bottom ul li {
    margin-right: 8px;
    display: inline-block;
	padding-top: 6px;
}
.blog-meta-bottom .social-share li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: var(--blackish-color);
    font-size: 14px;
	border: 1px solid #e8e8e8;
    border-radius: 50%;
	background-color: transparent;
}
.blog-meta-bottom .social-share li a:hover{
	color: var(--white-color);
	background-color: var(--global-color);
}
.comments-box{
	display: inline-block;
    margin-top: 60px;
}
.comments-box .comments-title{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.comments-box .media{ 
    display: flex;
    margin-bottom: 0px;
	margin-top: 35px;
}
.comments-box .media.even.depth-3{
	margin-left: 35px;
	margin-top: 0;
}
.comments-box .comment-author img{
    width: 80px;
    height: 80px
}
.media-body.comment-meta {
	position: relative;
    flex-grow: 1;
    border: 1px solid #e8e8e8;
    padding: 20px;
    background: #fafafa;
    margin-left: 25px;
}
.comments-box .comment-author {
    display: block;
    color: var(--blackish-color);
    font-size: 18px;
    font-weight: 700;
}
.media-body.comment-meta .comment-date a{
	color: #a2a2a2;
    font-size: 14px;
}
.comment-meta .reply {
    position: absolute;
    top: 15px;
    right: 15px;
}
.comment-meta .reply a{
	font-size: 13px;
	line-height: 30px;
    padding: 2px 30px 2px 18px;
    background-color: var(--blackish-color);
    color: var(--white-color);
    margin-right: 5px;
    border-radius: 0;
	display: inline-block;
}
.comment-meta .reply a:hover{
	background-color: var(--global-color);
}
.comment-meta .reply a:after{
	position: absolute;
    top: 6px;
	line-height: 22px;
    font-size: 14px;
	opacity: .8;
    content: "\e809";
	text-align: center;
    margin-left: 7px;
	font-family: 'goomove-base-icons';
}
.comment-respond{
	margin-bottom: 60px;
}
.comment-reply-title {
    font-size: 22px;
    line-height: 32px;
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 30px;
}
.comments-box p{
    margin-top: 20px;
	margin-bottom: 20px;
    display: block;
	padding-right: 62px;
}
.comment-form p{
	font-style: italic;
}
.comment-respond .form-style-2 textarea.form-control {
    height: 210px;
    resize: none;
	padding: 0 20px;
}
.comment-respond .form-style-2 .form-control{
	font-size: 12px;
    padding: 15px 20px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #999;
	height: 55px;
	font-family: var(--heading-typography-font-family);
}
.form-style-2::placeholder{
	color: #999;
}
.comment-form form .form-group:last-child{
    margin-bottom: 10px;
} 
.comment-form button.btn {
	font-size: 13px;
    padding: 12px 34px;
	border-radius: 0;
	width: auto;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
	background-color: var(--global-color);
	font-family: var(--btn-typography-font-family);
}
.comment-form button.btn:hover{
	background-color: var(--blackish-color);
}

/** 05 - Contact us **/
.contact-box{
	padding: 90px 0 70px 0;
	border-bottom: 1px solid rgba(119,119,119,0.21);
}
.contact-form{
	padding: 40px 0 100px 0;
}
.contact-form .heading-subheading .subtitle{
    color: #1b2024;
}
.contact-form form .form-control{
	padding: 15px 20px;
	/* margin-bottom: 25px; */
	font-size: 12px;
	font-weight: 600;
	height: 55px;
	line-height: inherit;
	border: 1px solid rgba(119,119,119,.2);
	font-family: var(--heading-typography-font-family);
}
.contact-form form textarea{
	height: auto !important;
}
.contact-form form .form-control:focus{
	color: #666;
	border-color: var(--global-color);
}
.contact-form button{
	width: 100%;
	padding: 16px 34px 16px;
	font-weight: 500;
	font-family: var(--heading-typography-font-family);
}
.iframe-section iframe {
    width: 100%;
	height: 450px;
	
} 
label.error {
	background: red;
	color: white;
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	margin-top: -25px;
	margin-right: 20%;
}
.message-status{
	margin-top: 30px;
}

/**06 - Comment Form **/
.form-control{
    background-color: #fff;
    color: #333;
    height: 65px;
    line-height: 50px;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 0px;
    margin-bottom: 20px;
    width: 100%;
	font-family: var(--heading-typography-font-family);
}
/*.input-group .form-control{
    border: none;
}*/
.input-group-text{
    width: 30%;
    height: 60px;
    margin-left: -50px;
    line-height: normal;
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 36px;
    background-color: var(--global-color);
    position: relative;
}
textarea.form-control{
	height: 150px;
	
}

/*--- form-style-1 ---*/
.form-style-1 .form-control,
.form-style-1 textarea{
    background-color: transparent;
    border: 0;
    border-radius:0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    color: var(--white-color);
	height: 50px;
}
.form-style-1 textarea{
	height: 100px !important;
}
.form-style-1 button{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 16px 34px 16px;
}
.form-style-1 .form-control:focus{
	border-color: var(--global-color);
}
.form-style-1 .form-control::placeholder{
    color: rgba(255,255,255,.4);
}
/*--- form-style-2 ---*/
.form-style-2 .form-control{
	padding: 14px 20px;
    height: 45px;
    border: 1px solid rgba(119,119,119,.2);
	margin-bottom: 30px;
	font-size: 14px;
    font-weight: 400;
    font-family: var(--body-typography-font-family);
} 
.form-style-2 .form-control:focus{
	border-color: var(--global-color);
}
.form-style-2 .checkbox{
	display: inline-block;
	margin-top: 0;
    margin-right: 20px;
    color: #999;
    font-weight: 300;
	position: relative;
}
.form-style-2 input[type="checkbox"]{
	opacity: 0;
	position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	cursor: pointer;
}
.form-style-2 .checkbox label {
    font-size: 13px;
    line-height: 20px;
    padding-left: 30px;
    font-weight: 300;
	position: relative;
}
.form-style-2 .checkbox label:before{
	position: absolute;
    content: "";
    left: 0;
    height: 18px;
    width: 18px;
    background: 0 0;
    border: 2px solid rgba(119,119,119,.2);
}
.form-style-2 .checkbox label:after{
	position: absolute;
    content: "";
    left: 6px;
    top: 6px;
    width: 7px;
    height: 7px;
	opacity: 0;
	background-color: var(--global-color);
}
.form-style-2 input[type=checkbox]:checked+label:after{
	opacity: 1;
}
.form-style-2 button{
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
	margin-top: 35px;
	margin-bottom: 35px;
    background-color: #1b2024;
	width: 100%;
	font-family: var(--heading-typography-font-family);
}
.form-style-2::placeholder{
	color: #999;
}

.top-contact .dropdown-menu li {
	padding: 0;
	width: 100%;
}
.top-contact .dropdown-menu li a{ color: #1b2024; line-height: 24px}
.section-vendor {
	padding-bottom: 90px;
	background-color: var(--light-color);
}
.vendor-content {
  padding: 52px 0 30px 0;
}
.sp-content {
	width: 100%;
}
.sp-wrapper {
    display: flex;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
    background-color: #fff;
}
.sp-img {
    max-width: 140px;
    margin-right: 15px;
}
.sp-img img {
	height: 100%;
	object-fit: cover;
}
.address {
	margin-bottom: 5px;
}
.rating-varified {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product-ratings p {
	margin-bottom: 0;
}
.time-exp {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.total-reviews {
	margin-left: 10px;
}
.sp-content .address span {
	text-align: right;
	float: right;
}
.sp-content h3 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 700;
}
.product-ratings p span.active {
	color: #fed859;
}
.varified span {
	color: #2682c5;
}
.open-time span {
	color: #2682c5;
}
.sp-content .btn {
	margin-bottom: 0;
	padding: 12px 20px 12px 20px;
}
.sp-detail-wrapper{padding: 65px 0}
.sp-detail-wrapper .swiper-slider[data-dots="true"] {
	margin-bottom: 0px;
}
.sp-detail-wrapper .service-details {
	padding-top: 0px;
}
.sp-detail-wrapper .goomove-servicebox-style-3 .goomove-item-thumbnail-inner img{
	max-height: 350px;
	object-fit: cover;
	width: 100%;
}
.sp-basic-details {
	background: #fff;
	border: 1px solid #efefef;
	padding: 16px;
	text-align: center;
}
.sp-contact-details li {
	margin-bottom: 15px;
}
.sp-detail-wrapper .service-sidebar .post-list:first-child {
	padding-top: 15px;
}
.sp-basic-details .social-icons li a {
	padding: 0;
	line-height: 30px;
	margin-bottom: 15px;
}
.sp-basic-details .product-ratings{margin-bottom: 15px}
.sp-basic-details img {
	border-radius: 100%;
	margin-bottom: 15px;
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.service-wrapper {
	position: relative;
	margin-bottom: 25px;
}
.service-wrapper h3 {
	text-align: center;
	font-size: 16px;
	position: absolute;
	bottom: -8px;
	width: 100%;
	background-color: #2682c5cc;
	color: #fff;
}
#loginModalToggle .modal-dialog {
	max-width: 800px;
}
#otpModalToggle .modal-dialog {
	max-width: 800px;
}
#SPloginModalToggle .modal-dialog {
    max-width: 800px;
}
.form-control {
	padding: 15px 20px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 600;
	height: 55px;
	line-height: inherit;
	border: 1px solid rgba(119,119,119,.2);
	font-family: var(--heading-typography-font-family);
}
.form-control:focus {
	color: #666;
	border-color: var(--global-color);
}
.login-form .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.popup-logo {
	padding: 150px 100px;
	background-image: url(../images/img-02.png);
	background-size: cover;
	background-position: center center;
}
.otp {
    display: flex;
    justify-content: space-between;
}
.otp .form-control {
	text-align: center;
	width: 60px;
}
label {
	margin-bottom: 10px;
}
.vendor-filter {
	padding: 30px;
	border: 1px solid #e4e4e4;
	margin-bottom: 15px;
	background-color: #fff;
}
.customer-review {
	display: flex;
	border: 1px solid #efefef;
	padding: 16px;
	align-items: center;
	margin-bottom: 25px;
}
.all-reviews {
	text-align: center;
	background-color: #f0f0f0;
	padding: 15px;
	border-radius: 5px;
	margin-right: 15px;
	width: 170px;
}
.all-reviews h2 {
	margin-bottom: 0;
	font-size: 50px;
	line-height: 50px;
}
.all-reviews p {
	margin-bottom: 0;
}
.category-wise-review {
	width: 100%;
}
.review-wraper {
    border: 1px solid #efefef;
    padding: 16px;
    margin-bottom: 25px;
}
.review-container {
	display: flex;
	border-bottom: 1px solid #efefef;
	margin-bottom: 15px;
	padding: 0 15px;
}
.review-container:last-child{border-bottom:none; margin-bottom: 0;}
.review-container .user {
    margin-right: 15px;
}
.review-container .user img{	
	border-radius: 50px;
	max-width: 100px;
}
.user-review {
	width: 100%;
}
.name-date {
    display: flex;
    justify-content: space-between;
}
.review-wraper h4 {
    margin-bottom: 20px;
}
.name-date h4{margin-bottom: 5px}
.user-review p{margin-bottom: 10px;}

.make-review .rating {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: left;
    display: block;
}

.make-review .rating input[type="radio"] {
    display: none;
}

.make-review .rating label {
    color: #ccc;
    font-size: 26px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.make-review .rating label:hover,
.make-review .rating label:hover ~ label,
.make-review .rating input[type="radio"]:checked ~ label {
    color: #ffdd42;
}
.review-wraper .customer-review {
	display: flex;
	border:none;
	border-bottom: 1px solid #efefef;	
	align-items: center;
	margin-bottom: 25px;
	padding: 0 0 15px 0;
}
.review-wraper textarea{padding:15px 20px}
.location{position: relative;}
.location input {
	height: 35px;
	color: white;
	background-color: transparent;
	padding: 5px 15px;
	border: 1px solid gray;
	padding-left: 35px;	
	font-size: 14px;
}
.location::before {
	content: "\e607";
	font-family: 'themify';
	position: absolute;
	top: 1px;
	left: 10px;
	color: #2682c5;
}
.booking-btn i {
	font-size: 20px;
	margin-right: 5px;
}
.booking-btn {
	height: auto !important;
	line-height: inherit !important;
	padding: 12px 20px !important;
	text-transform: uppercase !important;	
}
.booking-btn:hover{color: #fff !important;}

.service-type {
	position: relative;
	margin-bottom: 15px;
}
.service-type i{display: none}
.service-type [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.service-type [type="radio"] + img {
	cursor: pointer;
	border: 1px solid #d2d2d2;
	padding: 15px;
	border-radius: 5px;
	overflow: hidden;
}
/* CHECKED STYLES */
.service-type [type=radio]:checked + img {
  outline: 1px solid #2682c5;
}
.service-type [type="radio"]:checked ~ i {
	display: block !important;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-color: #2682c5;
	line-height: 30px;
	color: #fff;
}
.servise-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #2682c5bf;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	border-radius: 0 0 5px 5px;
}


.shipment-listing {
	display: flex;
}
.shipment-dtl {
	width: 100%;
}
.file-upload .image-box {
	margin: 0 auto;
	height: 58px;
	width: 100px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 20px;
	border: 1px solid #f0f0f0;
}
.file-upload .image-box img {
  height: 100%;
/*  display: none;*/
}
.file-upload .image-box p {
  position: relative;
  top: 10%;
  color: #fff;
  margin-bottom: 0;
}
#button-addon2 {
	height: 55px;
}

.shipment-information h5 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 700;
}
.shipment-information .title {
    display: flex;
    justify-content: space-between;   
}
.shipment-information .title .btn {
    margin-bottom: 0;
}
.table thead th, .table tfoot th {
	background-color: #d3e0fc;
	font-weight: bold;
}
.font-bold {
	font-weight: 700 !important;
}
.color-table thead, .color-table.primary-table thead th {
	background-color: #d3e0fc;
	color: #000;
	font-size: 16px;
	white-space: nowrap;
}
.img-50{width: 30px}
.small-title-bar-content{padding: 30px 0;}

.admin-sidebar {
	background-color: #F4F7FF;
	border-radius: 15px;
	margin-bottom: 20px;
}
.profile-section {
	padding: 20px;
	display: flex;
	align-items: center;
}
.profile-img { 
	width: 80px;
	margin-right: 15px;	
}
.profile-img img{ border-radius: 100%;}
.profile-name {
	font-size: 20px;
	font-weight: bold;
}
.fb-left-bar-menus li {
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}
.fb-left-bar-menus li a.active, .fb-left-bar-menus li a:hover {
	background-color: #1C1C1E;
	color: #fff;
}
.fb-left-bar-menus li a i {
	margin-right: 24px;
}
.fb-left-bar-menus li a {
	font-size: 18px;
	color: #1C1C1E;
	display: block;
	padding: 24px;
}

.process {
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 700px;
	margin: 0 auto 30px auto;
}
.process-step {
    text-align: center;
    
}
.process-step i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #d9d9d9;
    border-radius: 100%;
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
}
.active-step2 .col-3:nth-child(-n+2):before, .active-step3 .col-3:nth-child(-n+3):before, .active-step4 .col-3:nth-child(-n+4):before {
    background: #f89828 !important;
}
.process .process-step:not(:first-child)::before {
	content: "";
	display: block;
	position: absolute;
	width: 90%;
	height: 4px;
	top: 20%;
	right: 0;
	background: #ebebeb;
	border: 2px #ebebeb solid;
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	z-index: -1;
	margin: 0 5%;
}
.process-step.active i {
	background-color: #2682c5;
}
.process-step i:hover {background-color:#14212a}

.takeaway-Dropoff-address .form-check {
	width: 140px;
	display: inline-block;
	border: 1px solid #AEABAE;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.takeaway-Dropoff-address input[type="radio"] {
	width: 100%;
	height: 2em;
	opacity: 0;
	cursor: pointer;
}
.takeaway-Dropoff-address .form-check {
	text-align: center;
}
.takeaway-Dropoff-address .form-check label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2em;
	pointer-events: none;
	margin-bottom: 0;
}
.takeaway-Dropoff-address .form-check input[type="radio"]:checked + label {
	background: #212B36;
	color: #fff;
}
.takeaway-Dropoff-address  .form-check input[type="radio"]:checked + label {
	color: #fff;
}
.takeaway-Dropoff-address .form-check label i{line-height: 2em}


.order-count .base-icon-close {
	padding: 10px;
	border-radius: 100%;
	border: 1px solid black;
	font-size: 16px;
}
.Desired-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orders-container {
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 20px;
	border: 1px solid #D6D6D6;
	margin-bottom: 20px;
}
.selected-service {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 15px;
}
.selected-service .service-detail {
	display: flex;
	align-content: center;
	align-items: center;
}
.selected-service .service-icon {
	width: 80px;
	margin-right: 20px;
}
.order-price-status {
	text-align: center;
}
.order-price-status .status {
	margin-bottom: 0;
	padding: 2px 20px;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
}
.order-price-status .price {
	padding-bottom: 0;
	font-weight: 600;
	font-size: 18px;
}

.bg-blue{background-color: #3056D3}
.bg-violet{background-color: #CB08FC;}
.bg-orange{background-color: #F9C107}
.bg-red{background-color: #DC3545}
.bg-green{background-color: #13C296}
.bg-transperant{background-color: transparent;}
.bg-gray {background-color: #f0f0f0;}
 .booking-details {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 15px;
}
.location-container {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 15px;
}
.pickup_location {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: 35px;
	position: relative;
}
.drop_location {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: 35px;
	position: relative;
}
.pickup_location::before {
	content: "\f192";
	width: 25px;
	height: 25px;
	top: 25%;
	left: 0;
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	color: #2682c5;
}
.drop_location::before {
	content: "\f041";
	width: 25px;
	height: 25px;
	top: 25%;
	left: 0;
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	color: #2682c5;
}
.locationdetails h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.orders-container .btn {
	margin-bottom: 0;
}
.theme-btn-1 {
	color: black;
	background-color: transparent;
	border: 1px solid black;
}


.location-wrap {
	padding: 20px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	margin-bottom: 20px;
}
.location-wrap .locationdetails p {
	margin-bottom: 0;
}
.locationdetails h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.border-wrap {
	padding: 20px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	margin-bottom: 20px;
}
.OrderDate-Time h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.OrderDate-Time p {
	margin-bottom: 0;
}
.OrderDate-Time p i {
	margin-right: 10px;
}
.order-dtl .process-step p {
	background-color: #ececec;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #1b2024;
	margin: auto;
	border-radius: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}
.order-dtl .process .process-step:not(:first-child)::before {
	content: "";
	display: block;
	position: absolute;
	width: 96%;
	height: 0;
	top: 22%;
	right: 2%;
	background: transparent;
	border: 1px #ebebeb dashed;
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	z-index: -1;
}
.order-dtl .process-step:hover{cursor: pointer;}
.order-dtl .process-step:hover h5{	
	color: #2682c5;
}
.order-dtl .process-step:hover p{
	background-color: #000;
	color: #fff;
}
.order-dtl .process-step.active p {
	background-color: #2682c5;
	color: #fff;
}
.order-dtl .OrderDate-Time {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.takeaway-dtl p {
	font-weight: bold;
	margin-bottom: 0;
	padding: 10px;
}
.takeaway-dtl p span {
	float: right;
	font-weight: normal;
}
.sp-content-wrapper {
	display: flex;
	justify-content: space-between;
}
.Bid-Amount {
	text-align: right;
}
.Bid-Amount p {
	margin-bottom: 0;
}
.Bid-Amount h3 {
	margin-top: 6px;
	color: #2682c5;
	font-size: 24px;
}
.order-count{display: flex;} 
.order-count-wraper:hover h2, .order-count-wraper:hover h6 {
	color: #2682c5;
}
.order-count-wraper:hover {
	border-color: #2682c5;
	background-color: #f3faff;
}
.order-count-wraper:hover .order-count .base-icon-close{ border-color:#2682c5 }
.order-count-wraper.active{
	border-color: #2682c5;
	background-color: #f3faff;
}
.order-count-wraper.active h2, .order-count-wraper.active h6, .order-count-wraper.active i{
	color:#2682c5;
}
.order-count-wraper.active .order-count .base-icon-close{ border-color:#2682c5 }
.Payment-details {
	border: 1px solid #d7d7d7;
  	border-radius: 5px;
 	margin-bottom: 20px;
	padding: 20px;
}
.Payment-details h5 {	
	padding-bottom: 10px;
}
.green-btn-outline{ 
	background-color: transparent;
  	color: green;
  	border: 1px solid green;
 }
.red-btn-outline{
	background-color: transparent;
  	color: red;
  	border: 1px solid red;
}
.red-btn-outline:hover, .red-btn-outline:focus {
	background-color: red;
	border: 1px solid red;
	color: #fff;
}
.green-btn-outline:hover, .green-btn-outline:focus {
	background-color: green;
	border: 1px solid green;
	color: #fff;
}
#orderModalToggle .modal-dialog {
	max-width: 800px;
}
.category-wise-review h5 span{float: right; font-weight: normal;}
.border-wrap .customer-review {
	display: flex;
	border: none;
	padding: 0;
	align-items: center;
	margin-bottom: 0;
}
.footer-widget-area .textwidget p {max-width: 460px}
.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card-header .btn {
	padding: 12px 20px !important;
}
.notification-containt {
	display: flex;
	justify-content: space-between;
}
.notification-date {
	font-size: 12px;
}
.notification-description {
	font-size: 14px;
}
.notification-containt h5 {
	font-size: 16px;
	margin-bottom: 0;
}
.notification-wraper {
	padding: 14px 0;
	border-bottom: 1px solid #eee;
}
.notification-wraper:last-child {border-bottom:none;}
.profile-details {
	padding: 20px;
	background-color: #ececec;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
}
.profile-details a {
    position: absolute;
    text-align: center;
    top: 106px;
    left: 47%;
    background-color: #3b8ecb;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 100%;
}
.profile-details img{ width:100px; height:100px; border:1px solid red;border: 1px solid #959595; }
.shipment-information .card-header h5 {
	margin-top: 0;
}
.shipment-information .card-header .btn {
	margin-bottom: 0;
}
.qustion-anser {
	display: flex;
	justify-content: space-between;
}
#drop-off-saved-address{display: none;}
#takeaway-saved-address{display: none;}
.desiredpickupdate{display: none;}
.desireddropoffdate{display: none;}
.neare-by-sp{background-color: var(--light-color);}
.neare-by-sp .sp-wrapper{background-color: #fff}

.goomove-servicebox-style-4 .ihbox-icon i::before {
	color: var(--blackish-color);
}
.goomove-servicebox-style-4 .goomove-box-content {
	padding-top: 16px;
}
.goomove-servicebox-style-4 .goomove-pf-box-title h3  {	
	color: var(--blackish-color);	
	
}
.goomove-servicebox-style-4 .goomove-box-link a {
	color: var(--white-color);

}
.goomove-servicebox-style-4:hover .ihbox-icon i::before, .goomove-servicebox-style-4:hover .goomove-box-content .goomove-pf-box-title h3 , .goomove-servicebox-style-4:hover .goomove-box-category i, .goomove-servicebox-style-4:hover .goomove-service-content {
	color: var(--white-color);
}
.goomove-servicebox-style-4 .goomove-post-item {	
	padding: 45px 20px;	
}
.goomove-servicebox-style-4 .goomove-box-link i {
	position: absolute;
	bottom: -20px;
	left: 42%;
	color: #fff;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: var(--global-color);
	-webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.goomove-servicebox-style-4 .goomove-pf-box-title h3  {
	font-size: 16px;
	line-height: 24px;	
	text-transform: uppercase;
	font-weight: 700;
	color: var(--blackish-color);	
	text-transform: none;
	-webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.goomove-servicebox-style-4:hover .goomove-box-link i {
	color: var(--pbmit-global-color);
	background-color: var(--white-color);
}
#signupModalToggle .modal-dialog {
	max-width: 800px;
}
.login-form.reg-form {
	padding: 30px;
}
.model-right {
	height: 100%;
	overflow: hidden;
	border-radius: 0 6px 6px 0;
	background-image: url(../images/img-02.png);
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.model-right .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #fff;
	padding: 10px;
}
.model-logo {
	max-width: 200px;
	margin: 50px auto;
}
#rviewModalToggle .modal-dialog {
    max-width: 700px;
}
.make-review{position: relative;}
.make-review span {
    position: absolute;
    left: 175px;
    bottom: 10px;
    color: #2682c5;
}
.how-much-increes{display: none;}
#executionModalToggle .modal-dialog {
    max-width: 700px;
}
.light-svg:hover .fill-yellow {
    fill: #fed41f;
}
.light-svg:hover .stroke-yellow {
    stroke: #fed41f;
}
.light-svg {
    width: 40px;
    height: 40px;
}
.site-navigations ul li.active > a .fill-yellow {
    fill: #fed41f;
}
.site-navigations ul li.active > a .stroke-yellow {
    stroke: #fed41f;
}


/*---------------------------- New hero section---------------------------------*/
.new-hero-section {
    background-color: #eff4f7;
    padding: 30px 0;
}
.hero-right h1 {
	font-size: 32px;
	font-weight: 900;
	line-height: 45px;
	text-transform: uppercase;
}
.hero-right p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 28px;
}
.search-from {
    display: flex;
    background-color: white;
    border: 4px solid #fff;
    border-radius: 30px;
    margin-bottom: 15px;
    position: absolute;
    z-index: 1;
}
.search-from .form-select {
	height: 50px;
	width: 175px;
	margin-bottom: 0;
	border: none;
	border-radius: 25px;
}
.search-from .form-control {
    padding: 14px 20px;
    height: 50px;
    margin-bottom: 0;
    border: none;
    border-radius: 25px;
}
.search-from .btn {
    padding: 14px 16px;
    width: 180px;
    height: 50px;
    margin-bottom: 0;
    border-radius: 25px;
}

.testi-card-img {
	position: relative;
	z-index: 2;
	text-align: center;
	margin-left: 32px;
	max-width: 500px;
	margin: 0 auto;
}
.testi-card-img .img1 {
	display: inline-block;
	position: relative;
}
.testi-card-img .img1::before, .testi-card-img .img1::after {
	content: '';
	position: absolute;
	inset: 0;
	border: 3px dotted ;
	opacity: 0.5;
	border-radius: 50%;
	pointer-events: none;
	-webkit-animation: spin 35s linear infinite;
	animation: spin 35s linear infinite;
}
.testi-card-img {
	text-align: center;
}
.testi-card-img .img1::after {
	inset: 32px;
	opacity: 0.6;
}
.testi-card-img .shape1 {
	position: absolute;
	bottom: 60px;
	right: -60px;
	z-index: 1;
	-webkit-animation: moving 8s linear infinite;
	animation: moving 8s linear infinite;
}
.income_chart {
    padding: 14px;
    display: flex;
    width: 224px;
    align-items: start;
    border-radius: 10px;
    background: #FFF;
    z-index: 99;
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.10);
}
.testi-card-img {
	text-align: center;
}
.item-img {
    width: 60px;
    height: 60px;
    background-color: #f0edec;
    border-radius: 30px;
    margin-right: 10px;
}
.item-img img {
    max-width: 40px;
    margin: 10px;
}
.title_box {
    text-align: left;
}
.income_chart h6 {
	color: #2682c5;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 0;
}
.income_chart .rate {
	color: #0D0D0D;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.income_chart .percentage {
	display: inline-flex;
	padding: 4px 10px 1px 12px;
	justify-content: center;
	align-items: center;
	gap: 1px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	border-radius: 19px;
	background: #0D0D0D;
}

.testi-card-img .shape3 {
	position: absolute;
	top: 40px;
	left: -5%;
	-webkit-animation: jumpAni 6s linear infinite;
	animation: jumpAni 6s linear infinite;
}
.moving {
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.spin {
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.moving-van {
    width: 60px;
    height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    animation: GFG 5s infinite linear;
    position: absolute;
    top: 42%;
    left: 47%;
}
  
@keyframes GFG { 
    0% { 
        transform: rotate(-100deg)  
            translateX(200px) rotate(100deg); 
    } 

    100% { 
        transform: rotate(28deg)  
            translateX(200px) rotate(85deg); 
    } 
} 

@keyframes movingX { 
	0% {
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	}
	50% {
	    -webkit-transform: translateX(50px);
	    transform: translateX(50px);
	}
	100% {
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	}
}
.cta-image {
	position: absolute;
	bottom: 0;
	right: 0px;
}
.car-image {
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: -40px;
}
.join-couriers-contant {
	padding: 50px;
	background-color: #14212a;
	border-radius: 25px;
	margin-bottom: 50px;
}
.join-couriers-left h1 {
	color: #fff;
	font-size: 50px;
	line-height: 70px;
}
.join-couriers-left h1 span{
	color: #2682c5;
}
.join-couriers-left p {
	color: #fff;
}
.join-couriers-left .btn {
	border-radius:25px;
}
.join-couriers-img {
	border-radius: 20px;
}

.th-product {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.th-product .product-img {
    
    overflow: hidden;
    position: relative;
    margin: 0 0 25px 0;
    text-align: center;
    background-color: #f7f7f7;
    z-index: 2;
    border-radius: 10px;
}
.th-product .product-img:before {
   
    content: '';
    height: 100%;
    width: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left:0;
    background-color: #191825;
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.th-product .product-img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 100px 20px 50px;
}
.th-product:hover .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.th-product:hover .product-img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 0.7;
}
.th-product .product-title {
    font-size: 20px;
    margin: 10px 0 10px 0;
    font-weight: 600;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 222;
}
.th-product.product-grid:hover .product-title {
    color: #fff;
}
.th-product .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.th-product:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.th-product .actions a {
    border-radius: 26px;
}
.new-how-it-work {
	padding: 90px 0;
	background-color: var(--light-color);
	background-image: url("../images/work-process-bg.png");
	background-position: center;
	background-size: cover;
}

.work-process-box {
	padding: 30px 30px 30px 50px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
}
.work-sr-no {
	font-size: 28px;
	font-weight: bold;
	width: 50px;
	height: 50px;
	background-color: #2682c5;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	margin-right: 20px;
	display: block;
	color: #fff;
	position: absolute;
	left: -27px;
	top: 32%;
	z-index: 2;
}
.work-process-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.work-process-description {
    font-size: 18px;
}
.new-how-it-work-list {
	position: relative;
	margin-left: 50px;
}
.new-servises {
	padding-top: 90px;
}
#shiftSpace {
	display: none;
}
.search-wraper {
	padding: 30px;
    margin-bottom: 16px;
    border-radius: 5px;
    padding-bottom: 0;
    border: 1px solid #e4e4e4;
}
.search-wraper .form-control, .search-wraper .btn {
	margin-bottom: 0;
}
.button-wraper {
    display: flex;
    justify-content: space-between;
}
.button-wraper a {
	padding: 8px 16px;
	color: #181818;
	border-radius: 4px;
	border: 1px solid #181818;
}
.button-wraper a:hover {
	background-color: #181818;
	color: #fff;
}
.hero-rateus {
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 110px;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #c7c7c7;
}
.hero-rateus img {
	max-width: 85px;
	margin-right: 20px;
}
.hero-rateus h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
}
.hero-rateus p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.hero-rateus:hover {
	border-color: #2682c5;
	box-shadow: 0px 4px 40px 0px rgba(38, 130, 197, 0.24);
}
.hero-rateus:hover h3 {
	color: #2682c5;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1366px) { 
	.search-from {	    
	    max-width: 650px;
	}
	
	.site-header .site-branding img {	    
	    max-height: 45px;	    
	}
	.site-header-menu .logo-img.stickylogo, .site-header-menu.sticky-header .logo-img {
	    max-height: 45px;
	}
	.site-navigations ul.navigation > li > a {   
/*	    margin: 0px 16px 0px 16px;	   */
	 margin: 0px 8px 0px 8px;
	}
	.header-style-4 .search-cart-box {
	 margin: 0 ; 
	}
	.booking-btn, .login-btn {		
		padding: 12px !important;		
	}
	.hero-right {
	    min-height: 300px;
	}
}
@media (max-width: 991px) {
	#how-it-work {
		padding: 0 50px 50px 50px;
	}
	.search-from {   
    	position: inherit;
    	justify-content: space-evenly;
	}
	.servise-title {	
		font-size: 14px;
	}
	.hero-rateus {
	    margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.hero-right h1 {
	    font-size: 24px;	   
	    line-height: 36px;	    
	}
	
	.hero-right p {
	    font-size: 16px;	    
	}
	.hero-rateus p{font-size: 14px;}
	.hero-rateus h3 {
	    font-size: 16px;	   
	}
	.hero-rateus img {
	    max-width: 70px;	   
	}
	.search-from {	    
	    padding: 15px;
	    border: 0;
	    flex-wrap: wrap;
	}
	.search-from .form-group {
	    width: 100%;
	}
	.search-from .form-select {
	    width: 100%;    
	    background-color: #eff4f7;
	    margin-bottom: 15px;
	}
	.search-from .form-control {    
	    background-color: #eff4f7;
	    margin-bottom: 15px;
	}
	#how-it-work {
	    padding: 0;
	    margin-bottom: 30px;
	}
	.new-how-it-work-list {
	    margin-left: 15px;
	}
	.join-couriers-left h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.join-couriers-contant {
		padding: 30px;		
	}
	.join-couriers-img {
		border-radius: 20px;
		width: 100%;
	}
	.sp-img img {
		height: auto;
		width: 100%;
		object-fit: cover;
	}
	.servise-title {	
		font-size: 12px;
	}
	.search-wraper {		
		padding: 20px;		
	}
}
@media (max-width: 375px) {
	.hero-rateus h3 {
		font-size: 15px;
	}
	.hero-rateus img {
		max-width: 60px;
		margin-right: 15px;
	}
}
/*===========================================
                      image upload

    =============================================*/
.upload__img-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.upload__btn {
	text-align: center;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 1px solid #A8A8A8;
	background-color: #D6D6D6;
	border-radius: 5px;
	line-height: 75px;
	width: 80px;
	height: 80px;
	margin: 5px;
}
.upload__inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.img-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-bottom: 100%;
}
.upload__img-box {
	width: 80px;
	height: 80px;
	margin: 5px;
	border: 1px solid #A8A8A8;
	border-radius: 5px;
	overflow: hidden;
}
.upload__img-close {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	line-height: 24px;
	z-index: 1;
	cursor: pointer;
}
.upload__img-close::after {
	content: "✖";
	font-size: 14px;
	color: white;
}

.select-pakage-ors-hiftspace .form-check {
	width: 140px;
	display: inline-block;
	border: 1px solid #AEABAE;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.select-pakage-ors-hiftspace input[type="radio"] {
	width: 100%;
	height: 2em;
	opacity: 0;
	cursor: pointer;
}
.select-pakage-ors-hiftspace .form-check label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2em;
	pointer-events: none;
	margin-bottom: 0;
}
.select-pakage-ors-hiftspace .form-check input[type="radio"]:checked + label {
	color: #fff;
	background: #212B36;
}
#packagingYes{display: none}




.form-group {
  position: relative; 
  margin-bottom: 25px;
}
.form-group input, .form-group textarea {
  width: 100%;  
  transition: border-color 0.3s ease;
}
.form-group label {
  position: absolute;
  left: 12px;
  top: 12px;   
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.form-group input:focus {  
  outline: none;
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  top: -10px;
  background-color: #ffffff;
  padding: 0 4px; 
  left: 8px;
  z-index: 11;
}

.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
  top: -10px;
  background-color: #ffffff;
  padding: 0 4px;  
  left: 8px;
}

.form-group-select label {
  top: -10px;
  background-color: #ffffff;
  padding: 0 4px; 
  left: 8px;
}
.form-group-select select{
	height: 55px;
}
/* Hide the up and down arrow keys in number input */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Set the width to a consistent size */
.otp-input {
    width: 2em;
    text-align: center;
   
}
.datanot-found {
    max-width: 400px;
    margin: 20px auto;
}

.new-list li {
    width: 48%;
    float: left;
    margin: 1%;
}
.recent-post-list-li{
	display: flex;
}
.recent-post-list-li{}
.recent-post-list-li .media-body{width: 70%;}

.goomove-ihbox-style-7:hover a {
    border: 1px solid #fff;
}
.search-from .form-group {
    margin-bottom: 0PX;
}

.orders-container-1 {
    cursor: pointer;
    display: block;
}
.orders-container-1:hover {
    color: #777;
}

section.join-couriers {
    margin-top: 100px;
}

/* Login Page */
.login-wrapper {
	min-width: 100vw;
	min-height: 100vh;
	width: auto;
	height: auto;
	background-image: url(../images/slider-05-a.jpg); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #F9F6F1;
	position: relative;
}
.login-wrapper::before {
	background-color: #0000008c;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
}
.card.tab2-card {
	border: none;
	max-width: 500px;
	margin: 0 auto;
}
.tab2-card .card-header {
	display: block;
	background-color: transparent;
	padding: 20px;
}
.tab2-card .card-header .logo-img{max-width: 250px}
.select-language ul li a{line-height: 30px;}
.request-date {	margin-bottom: 15px;}
.request-date i {margin-right: 10px;color: #2682c5;}
.remaining-time {	margin-bottom: 15px;}
.remaining-time i {margin-right: 10px;color: #2682c5;}
.transporter-price-section {
	font-size: 25px;	
	font-weight: bold;
}
.trans-price-accepted-main {
    padding: 30px;
    background-color: #2682c5;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.trans-price-accepted-main h3, .trans-price-accepted-main h5 {
	color: #fff;
}
.price-accepted-right .btn {margin: 5px; padding: 17px 20px 17px 20px;}
.new-tab {
	display: block;
	margin-bottom: 30px;
	text-align: center;
	padding: 20px;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.new-tab:hover, .new-tab.active {background-color: #2682c5; color: #fff}
.status-accepted{color: green};

.change-status input[type=radio] {
  width: 100%; 
  height: 3em;
  opacity: 0;
  cursor: pointer;
}

.change-status .form-check  {  
  width: 120px;
  display: inline-block;
  border: 1px solid #AEABAE;
  border-radius: 5px;
  text-align: center;
  position:relative;
  padding: 0;
}

.change-status .form-check label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 3em;
  pointer-events: none;
}
.change-status .form-check .form-check-input {
	/* float: left; */
	/* margin: 0; */
	width: 100%;
	height: 3em;
	opacity: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;

}
.change-status .form-check input[type=radio]:checked + label {
  background: #212B36;
  color: #fff;
}
.category-wise-review h5 {
	font-size: 14px;
}
.customer-claim{margin-top: 20px; display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;}
.customer-claim span{margin: 0 15px; font-size: 20px; font-weight: bold; color: #2682c5}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button
{

  -webkit-appearance: none;

  margin: 0;

}

/* Firefox */

input[type=number]
{

  -moz-appearance: textfield;

}
.p-img {
    width: 70px;
    height: 70px;
    background-color: #eee;
    margin-right: 5px;
        position: relative;
}
/* .p-img .delete-image {
    position: absolute;
    right: 0;
} */

.p-img i {
    position: absolute;
    right: 0px;
    background-color: #fff;
    padding: 5px;
    border-radius: 100%;
    top: 0px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
}
.uploaded-image.upload__img-box img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.imortant-things {
  display: flex;
}
.imortant-things li {
  margin-right: 15px;
  padding-left: 20px;
  position: relative;
}
.imortant-things li::before {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #2682c5;
  top: 3px;
  left: 0;
  content: "\f058";
  border-radius: 100%;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 16px;
}
.goomove-vc_cta3-headers .ihbox-icon i {
	font-size: 35px;
	color: var(--heading-color);
}
@media (max-width: 500px) {
    .hero-rateus {        
        flex-direction: column;
    }
}
.aaaa {
    display: flex;
    justify-content: space-between;
    gap:10px;
}
.aaaa .form-group{margin-bottom: 0}
.pack-required {
    min-width: 150px;
}
.shipment-listing {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.attr:last-child .shipment-listing {
    padding-bottom: 0;
    border: none;
}
.pack-not-required {
    min-width: 200px;
}
.shipment-image .file-upload .image-box{margin-right: 0}
@media (max-width: 1024px) {
	.aaaa {	    
	    justify-content: flex-start;	    
	    flex-wrap: wrap;
	}
    .pack-not-required {
	    min-width: 390px;
	}
}
@media (max-width: 912px) {
	.aaaa .form-group {
    	margin-bottom: 0;
    	max-width: 135px;
	}
}
@media (max-width: 575px) {
	.aaaa .shipment-image {
	     margin-bottom: 0px;
	}
	.aaaa .form-group {
	    margin-bottom: 0;
	    max-width: 48%;
	}
	.pack-not-required {
	    min-width: 100%;
	}
}
@media (max-width: 440px) {
	.aaaa .shipment-image {
	    width: 100%;
	}	
	.aaaa .form-group {	    
	    max-width: 47%;
	}
}


.rent-truck-wrapper {
    display: flex;
    background-color: #2682c5;
    align-items: center;
    margin: 15px 0;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    background-image: url("../images/shape.webp");
    background-position: top;
}
.advertismrnt-containt h3 {
    color: #f9ff00;
}
.advertismrnt-containt {
    padding: 25px;
}
.image-mask-container img {
    width: 300px;
    height: auto;
    mask-image: url('../images/mask.png'); /* Mask applied from this image */
    mask-size: cover; /* Resize the mask to cover the entire image */
    mask-position: center right;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('../images/mask.png'); /* For Safari */
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.advertismrnt-containt a {
    padding: 7px 20px;
    background-color: #20407d;
    color: #fff;
    border-radius: 30px;
}
.advertismrnt-containt a:hover {
    color: #2682c5;
    background-color: #fff;
    box-shadow: 0px 4px 40px 0px #20407d;
}
.address i{margin-right: 10px}
.image-mask-container {
    max-width: 50%;
}
@media (max-width: 1024px) {
	.image-mask-container {
    	max-width: 50%;
	}
	.advertismrnt-containt h3 {   
    	font-size: 18px;
    	line-height: 22px;
	}
	.advertismrnt-containt p, .advertismrnt-containt .address  {
	    font-size: 12px;
	    line-height: 16px;
	}

	.image-mask-container img {
    	width: 250px;
    }

}
@media (max-width: 912px) {
	.advertismrnt-containt {
		padding: 15px;
	}
}
.grecaptcha-badge {
    bottom: 100px !important;
}
/* 30-01-2025 */
.rent-truck-wrapper.advertisment {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.rent-truck-wrapper.advertisment .sp-content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    background-color: rgb(0 0 0 / 60%);
}
.rent-truck-wrapper.advertisment .sp-content h3 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.rent-truck-wrapper.advertisment .sp-content .address {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.heading-subheading-style-6 {
    margin-bottom: 40px;
}
.heading-subheading-style-6 p{
    font-size: 18px;
}
/* End 30-01-2025 */