html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-blackroboto.woff2') format('woff2'),
         url('../fonts/roboto-blackroboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-boldroboto.woff2') format('woff2'),
         url('../fonts/roboto-boldroboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regularroboto.woff2') format('woff2'),
         url('../fonts/roboto-regularroboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body{
    position: relative;
    margin:0;
    overflow: scroll;
}
header{
    z-index: 99;

}
a:focus{
    outline: none;
    text-decoration: none;
    background: none;
}
section{
    padding-top: 100px;
}

h1,.h1{
    font-size: 60px;
    line-height: 70px;
    color: #232323;
    font-family: 'robotoblack';
    text-align: left;
}
h2,.h2{
    font-size: 65px;
    line-height: 70px;
    color: #0489b7;
    font-family:  'robotoblack';
    text-align: center;
}
h3,.h3{
    font-size: 30px;
    line-height: 40px;
    color: #0489b7;
    font-family: 'robotoregular';
}
h4,.h4{
    font-size: 30px;
    line-height: 70px;
    color: #232323;
    font-family: 'robotoregular';
    
}
ul{
    margin:0;
}
h5,.h5{
    font-size: 45px;
    line-height: 70px;
    color: #232323;
    font-weight: 400;
    letter-spacing: 0px;
    font-family:  'robotoregular';
    }
p {
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    font-family: 'robotoregular';
}
a,span, li{
	display:inline-block;
}
a:hover{
    text-decoration: none;
    color: #0489b7;
}
.c-green{
    color: #6cbf01;
}
.c-blue a{
    color: #0489b7;
}
.c-black{
    color: #232323;
}

.c-white{
    color: #ffffff;
}
a.email:hover {
    color: #111111;
}
header{
	background: transparent;
}
.sticky{
 background: white;
    -webkit-box-shadow: 0 -1.5px 11px 0px;
            box-shadow: 0 -1.5px 11px 0px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.nav-list a{
    font-size: 18px;
    line-height: 22px;
    color: #232323;
    font-family:'robotobold';
    margin-right:65px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.nav-list a:hover{
    color: #0489b7;
}
.nav-list a:focus{
    outline:none;
}
/* toggle-button */
#primary-mobile--menu.navbar-toggle {
	border: none;
	background: transparent;
    outline:0;
    padding: 0;
}

.navbar-toggle:hover {
	background: transparent;
}


.navbar-toggle .icon-bar {
	width: 22px;
	height:2px;
	-webkit-transition: all 0.2s;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: #000000;
	display: block;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle{
	display:none;
}

    .current_page_item.active > a {
        color: #232323;
    }
    .current_page_item.active:hover > a {
        color: #0489b7;
    }
    /* .current_page_item.add-active > a {
        color: #0489b7;
    } */
/* toggle-button */
.primary-bttn{
    border-radius: 22px;
    -webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.4));
            filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.4));
    background-color: #ffffff;
    padding: 11px 28px;
    
    margin-right:20px;
    font-size: 18px;
    line-height: 22px;
    font-family:'robotobold';
    -webkit-transition:0.3s all ease;
    -o-transition:0.3s all ease;
    transition:0.3s all ease;
}
.primary-bttn:hover{
    background-color: #232323;
    color: #ffffff;
}
.primary-bttn:hover.primary-bttn .fa{
    color:#ffffff;
}
.primary-bttn .fa{
    color:#6cbf01;
    -webkit-transition:0.3s all ease;
    -o-transition:0.3s all ease;
    transition:0.3s all ease;
}
.banner-bg-cut{
    background-image: url("../images/bg-gradient.png");
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}
.banner-right{
    height: 616px; 
}
.heading-right-vector{
    position: absolute;
    right: 0%;
    top: 21%;
}
.heading-slider:focus {
    outline: none;
}
.slick-slide:focus {
    outline: none;
}
.heading{
    padding:247px 0;
    max-width: 800px;
    width: 100%;
}
.secondary-bttn{
    border-radius: 22px;
    -webkit-filter: drop-shadow(0px 1px 0.5px rgba(0,0,0,0.4));
            filter: drop-shadow(0px 1px 0.5px rgba(0,0,0,0.4));
    background-color: #6cbf01;
    padding: 12px 22px;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-family: 'robotobold';
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.secondary-bttn:hover {
    background-color: #ffffff;
    color: #6cbf01;
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 1px 2px);
            filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 1px 2px);
}

.heading p{
    max-width: 515px;
}
/* footer-sticky-mob */
.footer-login-mob{
    display:none ;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index:99;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding: 5px 0;
}
.footer-sticky-bttn{
   width: 100%;
   padding: 5px;
   background-color:#6cbf01;    
   font-size: 14px;
    line-height: 20px;
    font-family: 'robotobold';
}
/* footer-sticky-mob */
/* hr-doorway-tabbing */
.tabbing-section{
    padding-top:80px;
    position: relative;
    margin-bottom: 100px;
}
.tab-main{
    max-width: 212px;
    text-align: center;
    color: #999999;
    font-size: 20px;
    line-height: 25px;
    font-family: 'robotobold';
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.team-building{
    /* margin-left: 60px; */
    margin-top: 60px;
}
.tab-main-section{
    border-bottom: 1px solid #999999;
}
.tab-main:hover{
    color:#0489b7;
}
.tab-main + .tab-main{
    margin-left:auto;
}

.nav-link.tab-main.active{
    color:#0489b7;
    background-color: transparent;
    position: relative;
    border:transparent;
}
.nav-tabs .nav-link{
    border: transparent;
}
.current_page_item > a {
    color: #0489b7;
}
.nav-link.tab-main.active::before{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 13px;
    background-color: #0489b7;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 0 5px rgb(153 153 153 / 30%);
            box-shadow: 0 0 0 5px rgb(153 153 153 / 30%);
}
.bg-tab-vector{
    background-image: url("../images/bg-tab-vector.png");
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 44%;
    height:637px;
}
.tab-list li{
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #232323;
    font-family: 'robotoregular';
    text-align: left;
}
.tab-list li::before{
    content: '';
    position: absolute;
    top:12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #6cbf01;
    left: -23px;
}
.tab-pad{
    padding:160px 0 30px 70px;
}
/* hr-doorway-tabbing */
/* how-it-works-tabbing */
.how-it-works{
    background-color: #0489b7;
    position: relative;
    padding: 100px 0;
    background-image: url("../images/how-it-works-bg.png");
    background-position: right bottom -100%;
    background-repeat: no-repeat;
}
.how-it-works:before{
    content: '';
    background-image: url("../images/how-it-works-before.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    width:100%;
    height: 100px;
}
.how-it-works-tab{
    color: #ffffff9f;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.how-it-works-tab + .how-it-works-tab{
    margin-left: 90px;
}
.how-it-works-tab:hover {
    color: #ffffff;
}
.how-it-works::after{
    content: '';
    background-image: url("../images/how-it-works-after.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width:100%;
    height: 100px;
}
.nav-link.how-it-works-tab.active{
    color: #ffffff;
    background-color: transparent;
    position: relative;
}
.nav-link.how-it-works-tab.active::before{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 13px;
    background-color: #ffffff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0 0 0 5px rgb(255 255 255 / 20%);
            box-shadow: 0 0 0 5px rgb(255 255 255 / 20%);
}
.login{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position:relative;
    -webkit-box-shadow: 0 0 0 20px rgb(255 255 255 / 50%);
            box-shadow: 0 0 0 20px rgb(255 255 255 / 50%);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin: 0 auto;
    z-index: 1;
}
.login-img{
    width: 80px;
}
.login::after{
    content:'';
    background-image: url("../images/how-it-arrow.png");
    width: 100px;
    height: 60px;
    background-repeat: no-repeat;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 96%;
    background-size: 80%;
}
.circle-main{
    margin-top: 100px;
    width: 65%;
}
.login-green{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 34px;
    background-color: #6cbf01;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 0 12px rgb(255 255 255 / 70%);
            box-shadow: 0 0 0 12px rgb(255 255 255 / 70%);
} 
.login-green p{
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    font-family: 'robotobold';
    text-align: center;
}
/*---------Video-------------*/
.tab-pane .video-block{
    width: 35%;
    margin-top: 100px;
    height: fit-content;
}
.tab-pane .video-block .video-main{
    width: 380px;
    height: 220px;
    border: 3px solid #6ac3e2;
    background-color: #000000;
}
.tab-pane .video-block h4{
    line-height: 30px;
    color: #ffffff;
}
.video-main .play-icon{
    font-size: 60px;
    color: #6ac3e2;
    transition: 0.3s all ease;
}
.video-main .play-icon:hover{
    color: #fffdfd96;
    font-size: 50px;
}
.video{
    position:relative;
    display: flex;
    cursor: pointer;
}
.video img{
	width: 100%;
    height: auto;
    
}
.video a:hover .overlay2{
	opacity:1;
}
.video .modal-content{
    border-radius: 50px;
}
.modal-content{
    background-color: transparent;
}
.overlay2::before {
    content: url(../images/play.png);
    width: 85px;
    height: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: 50%;
	z-index:1;	
}

.overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height:100%;
    opacity: 1;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    background-color: #10101073;
}
  .buttedit1{
	position: absolute;
    right: -23px;
    top: -23px;
    background-color: white;
    border: none;
    width: 37px;
    height: 37px;
    border-radius: 50px;
	z-index: 1;
}
.buttedit1 span{
    padding: 2px;
    font-size: 28px;
    line-height: 28px;
}
.modal .modal-body{
    border: 6px solid #6cbf01;
    border-radius: 8px;
    padding: 0px;
}

.modal.show .modal-dialog{
    max-width: 1000px;
}
/* play btn design */
.video .modal-size{
    position: relative;
    border: 6px solid white;
}
.video .modal-size .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    line-height: 55px;
    color: #ffffff;
    transition: 0.3s all ease;
}
.video .modal-size .play-btn:hover{
    font-size: 40px;
    line-height: 40px;
}
/* play btn design */



.how-it-works-p{
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'robotoregular';
    margin-top: 60px;
    text-align: center;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
}

.circle-main > .circle:last-child .login:after {
    display: none;
}
.circle:hover .login {
     -webkit-box-shadow: 0 0 0 10px rgb(108 191 1);
             box-shadow: 0 0 0 10px rgb(108 191 1); 
}
/* how-it-works-tabbing */
/* human-resources-projects */
.bl-human-resources{
    border-left: 1px solid #999999;
}
.human-resources-h3{
   
    max-width: 338px;
    font-family: 'robotobold';
    color: #232323;
}
.human-resources-more{
    font-size: 20px;
    line-height: 35px;
    font-family:'robotobold';
    position: relative;
}
.human-resources-more::before{
    content: '';
    width: 88px;
    height: 1px;
    background-color: #6cbf01;
    position: absolute;

}
/* human-resources-projects */
/* project-progran */
.projects-vector img{
    max-width: 708px;
    height: auto;

}
.project-program{
    padding-top: 110px;
}
.program-project-pad{
    padding: 70px 0 120px 50px;
}
/* project-progran */
/* trending-cities */
.cities li{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 45px;
    color: #0489b7;
    font-family:'robotobold';
    border-bottom: 1px solid #999999;
    text-align: left;
}
.cities > ul li:last-child{
    border-bottom: none;
}

.cities li span {
    font-family: 'robotoregular';
}
.trending-cities{
    position: relative;
    padding-top: 250px;
    padding-bottom: 100px;
    
}
.plane{
    position: absolute;
    top: 0;
    left: 53%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
/*page-template-tpl-blog-listing design*/
.page-template-tpl-blog-listing .recent-blog-sidebar ul, 
.single-post .recent-blog-sidebar ul,
.archive .recent-blog-sidebar ul{
    padding-left: 20px;
}
.page-template-tpl-blog-listing .recent-blog-sidebar ul li, 
.single-post .recent-blog-sidebar ul li,
.archive .recent-blog-sidebar ul li{
    display: list-item;
    color: #767676;
}
.page-template-tpl-blog-listing .recent-blog-sidebar ul li a, 
.single-post .recent-blog-sidebar ul li a,
.archive .recent-blog-sidebar ul li a{
    color: #000000;
}
.page-template-tpl-blog-listing .recent-blog-sidebar ul li a:hover, 
.single-post .recent-blog-sidebar ul li a:hover,
.archive .recent-blog-sidebar ul li a:hover{
    color: #6cbf01;
    
}
.page-template-tpl-blog-listing .content-area{
    padding-top: 0px;
}
.page-template-tpl-blog-listing .entry-header .entry-title, 
.single-post .entry-header .entry-title,
.archive .entry-header .entry-title{
    text-align: left;
    color: #232323;
    font-family: 'robotoblack';
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.page-template-tpl-blog-listing .post-taxonomies, 
.single-post .post-taxonomies, .single-post .posted-by,
.archive .post-taxonomies, .archive .posted-by{
    display: inline-block;
}
.page-template-tpl-blog-listing .excerpt-actions,
.single-post .excerpt-actions,
.archive .excerpt-actions{
    max-width: 100%;
}
.page-template-tpl-blog-listing .excerpt-actions a,
.single-post .excerpt-actions a,
.archive .excerpt-actions a{
    float: right;
    border-radius: 22px;
    filter: drop-shadow(0px 1px 0.5px rgba(0,0,0,0.4));
    background-color: #6cbf01;
    padding: 12px 22px;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-family: 'robotobold';
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.page-template-tpl-blog-listing .excerpt-actions a:hover, 
.single-post .excerpt-actions a:hover,
.archive .excerpt-actions a:hover{
    color: #6cbf01;
    filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 1px 2px);
    background-color: #ffffff;
}
.page-template-tpl-blog-listing .entry-header, 
.single-post .entry-header,
.archive .entry-header{
    padding-bottom: 0px;
}
.archive .entry-header{
    margin-bottom: 0px;
}
.page-template-tpl-blog-listing article, .archive article {
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #ccc8c8;
}
.page-template-tpl-blog-listing article:last-child, .archive article:last-child {
    border-bottom: none;
}

.page-template-tpl-blog-listing .entry-content, 
.single-post .entry-content,
.archive .entry-content {
    margin-top: 15px;
}
.page-template-tpl-blog-listing .byline, .page-template-tpl-blog-listing .posted-on, .page-template-tpl-blog-listing .post-taxonomies, 
.single-post .byline, .single-post .posted-on, .single-post .post-taxonomies,
.archive .byline, .archive .posted-on, .archive .post-taxonomies{
    color: #6cbf01;
}
.page-template-tpl-blog-listing .byline a, .page-template-tpl-blog-listing .posted-on a, .page-template-tpl-blog-listing .post-taxonomies a,
.single-post .byline a, .single-post .posted-on a, .single-post .post-taxonomies a,
.archive .byline a, .archive .posted-on a, .archive .post-taxonomies a {
    color: #6cbf01;
}
.page-template-tpl-blog-listing  .widget_recent_entries, .page-template-tpl-blog-listing  .widget_categories, .page-template-tpl-blog-listing  .widget_archive, 
.single-post .widget_recent_entries, .single-post .widget_categories, .single-post .widget_archive,
.archive .widget_recent_entries, .archive .widget_categories, .archive .widget_archive {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #ccc8c8;
}
.page-template-tpl-blog-listing  .widget_archive, 
.single-post .widget_archive,
.archive .widget_archive{
    border-bottom: 0px;
}
.page-template-tpl-blog-listing  .widget h2, 
.single-post .widget h2,
.archive .widget h2{
    margin-bottom: 0px;
}

.page-template-tpl-blog-listing  .widget-title, 
.single-post .widget-title,
.archive .widget-title{
    text-align: left;
    color: #6cbf01;
    font-size: 20px;
    line-height: 27px;   
}
.page-template-tpl-blog-listing .recent-blog-sidebar, 
.single-post .recent-blog-sidebar,
.archive .recent-blog-sidebar{
    border-left: 1px solid #dcd3d3;
    padding: 0px 25px;
}
.page-template-tpl-blog-listing  .recent-blog-list, .single-post .recent-blog-list, .archive .recent-blog-list{
    padding: 0px 24px;
}
.page-template-tpl-blog-listing  .widget_search, 
.single-post .widget_search,
.archive .widget_search {
    padding: 50px 0px 20px 0px;
    border-bottom: 1px solid #ccc8c8;
}
.page-template-tpl-blog-listing .recent-blog-sidebar .search, 
.single-post .recent-blog-sidebar .search,
.archive .recent-blog-sidebar .search{
    padding-top: 0px;
    width: 100%;
}
.archive .page-title span{
    color: #6cbf01;
}
.archive .page-title{
	font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: -8px;
    border-bottom: 1px solid #ccc8c8;
    margin-top: 30px;
}
.archive .entry-header > *, .page-template-tpl-blog-listing .entry-header > * , .single-post .entry-header > *{
    margin-top: 0px;
    margin-bottom: 0px;
}
.post-thumbnail .wp-post-image{
    margin-top: 0px;
    
}
.single-post .entry-content p{
    margin: 0px 0px 18px 0px;
    max-width: 100%;
    line-height: 30px;
}
.single-post .entry-content li{
    display: list-item;
    line-height: 30px;
}
.wp-block-image img{
    max-width: 850px;
    width: 100%;
    height: auto;
}
.font-icon:hover{
    color: #000000;
    transition: 0.3s all ease;
}
.entry-header span a:hover, .entry-header .entry-date:hover {
    color: #000000;
    transition: 0.3s all ease;
    cursor: pointer;
}
/*.page-template-tpl-blog-listing .recent-blog-sidebar ul li a:focus, .single-post .recent-blog-sidebar ul li a:focus, .archive .recent-blog-sidebar ul li a:focus{
    color: #0489b7;
}*/
.sticky-top{
    position: sticky;
    top: 64px;
    z-index: 50;
}
.entry-content h4{
    line-height: 40px;
    margin: 0px;
}
.single-post .entry-content ol{
    margin-top: 18px;
}
.entry-content p a{
    color: #000000;
    margin-left: 20px;
}
.entry-content p a:hover{
    color: #6cbf01;
}
.wp-block-buttons{
    margin-bottom: 0px;
}
/*active css for links*/
.recent-blog-sidebar ul li a[aria-current="page"]{
    color: #6cbf01;
}

/*search page*/

.search .site-main{
    padding-top: 30px;
}
.search .page-title-section h1, .search  h1{
    font-family: 'robotoregular';
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    padding-top: 20px;
    margin-bottom: -8px;   
}
.search .page-title-section h1 span, .search  h1 span{
    color: #6cbf01;
}
.search .no-results{
    padding-top: 0px;
}
.search  .page-header{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.search .page-content{
    margin-top: 0px;
}
.no-results.not-found > *:first-child{
    margin-bottom: 10px;
}
.search .page-content .search{
    padding-top: 10px;
}
.search .page-content .search input{
    width: 50%;
    border-radius: 5px;
    border: 1px solid #ccc8c8;
}
.search .page-content .search input:focus{
    outline: 0;
}
/*search result page*/
.search .page-title-section .page-title{
    font-size: 22px;
    line-height: 30px;
    color: #222;
    padding: 20px 0px;
    margin-bottom: -8px;
    border-bottom: 1px solid #ccc8c8;
}
.search .page-title-section .page-title span{
    color: #6cbf01;
}
.search .content-area article{
    border-bottom: 1px solid #ccc8c8;
}
.search .content-area article:last-child{
    border-bottom: none;
}
.search .entry-title a{
    font-size: 34px;
    line-height:42px;
    color: #000000;
    transition: 0.3s all ease;
    text-align: left;
}
.search .entry-title a:hover{
    color: #6cbf01;
}
.search .entry-header{
    margin: 6px 0px;
}
.search .entry-title{
    text-align: left;
}
.search .entry-content{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 18px;
}
.search .entry-content p a{
    margin-left:0px;
    color: #6cbf01;
    transition: 0.3s all ease;
    display: block;
}
.search .entry-content p a:hover{
    color: #0489b7;
}

.search .entry-footer{
    display: none;
}

/*slider*/
.slider-circle .prev-arrow, .slider-circle1 .prev-arrow{
    position: absolute;
    bottom: 10%;
    left: 40%;
    border-radius: 100%;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    font-size: 18px;
    line-height: 26px;
    padding: 3px 12px;
    z-index: 1;
}

.slider-circle .next-arrow, .slider-circle1 .next-arrow  {
    position: absolute;
    bottom: 10%;
    left: 50%;
    border-radius: 100%;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    font-size: 18px;
    line-height: 26px;
    padding: 3px 12px;
    z-index: 1;
}
.circle-main .circle{
   max-width: 180px;
   width: 100%;
   height: auto;
}
.circle-main:last-child{
    margin-left: 0;
}
/* trending-cities */
/* footer-help-section */
footer{
    
    background-color: #6cbf01;
    padding-top: 180px;
    position: relative;
}
footer::before{
    content:'';
    background-image: url("../images/footer-before.png");
    position: absolute;
    top:0;
    width: 100%;
    height: 91px;
    background-repeat: no-repeat;
}
.media .fa{
    font-size: 30px;
    line-height: 22px;
    color: #232323;
}
.media-body h5{
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'robotobold';
}
footer h2{
    max-width: 350px;
    text-align: left;
}
.help-you{
    position: relative;
}
.help-you img{
    position: absolute;
    top: -50%;
    right: -35%;

}
.page-template-tpl-contactus footer::after, .page-template-tpl-contactus footer::before, 
.page-template-tpl-thankyou header, .page-template-tpl-thankyou footer, .error404 header, 
.error404 footer, .page-template-tpl-privacy-policy footer::after, .page-template-tpl-privacy-policy footer::before, 
.page-template-tpl-termsofservice-new footer::after, .page-template-tpl-termsofservice-new footer::before,
.page-template-tpl-blog-listing footer::after, .page-template-tpl-blog-listing footer::before , 
.single-post footer::after, .single-post footer::before,
.archive footer::after, .archive footer::before , 
.search footer::after ,.search footer::before
{
    display: none;
}

.footer-help {
    padding-bottom: 210px;
}
/* footer-help-section */
/* footer-help-section */
 .search .page-header{
    margin-left: 0px;
    margin-right: 0px;
 }
 .search footer::before{
    display: none;
}
.search footer::after{
    display: none;
}
.search footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: transparent;
} 
.footer-nav li a{
    font-size: 16px;
    line-height: 30px;
    color: #232323;
    font-family: 'robotoregular';
    padding-right:28px;
    position: relative;
}
.footer-nav li a:hover{
    text-decoration: none;
    color: #0489b7;
}
.footer-nav li a::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    top: 6px;
    right: 13px;
    background-color: #232323;
    background-repeat: no-repeat;


}
.footer-nav,.footer-logo{
    z-index: 1;
}
.footer-nav p{
    font-size: 13px;
    line-height: 30px;
    color: #999999;
    font-family: 'robotoregular';
}
.footer-nav ul{
    padding: 0px;
    margin: 0px;
}
.footer-nav li:last-child > a::after{
    display:none;
}
footer::after{
    content:'';
    background-image: url("../images/footer-after.png");
    width:100%;
    height: 244px;
    position: absolute;
    bottom: 0;
}
.footer-link{
    color: #999999;
}
/* accordian */
.nav-tabs {
    display:none;
}
.accordian-main::after{
    font-family: 'FontAwesome';
    content: "\f077";
    position: absolute;
    right: 20px;
    top: 16px;
}
.accordian-main.collapsed::after{
    content: "\f078";
}

/* Responsive */
@media(min-width:992px) {
    .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .card {
        border: none;
        background-color: transparent;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
}

@media(max-width:991px){
    .tabbing-section .tab-content > .tab-pane, .tabbing-section-market .tab-content > .tab-pane{
        display: block !important;
        opacity: 1;
        margin-bottom: 10px;
    }
}
/* accordian */

/* market-place-page */
.banner-bg-gradient{
    background-image: url("../images/bg-gradient-market.png");
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    padding-bottom: 75px;
}

.banner-right-market{
     /* background-image: url("../images/heading-vector-marketplace.png"); */
    background-repeat: no-repeat;  
    background-size: 616px;
    width:100%;
    background-position: right;
    max-width:987px;
    position:absolute;
    right: 120px;
    top: 60px;
}

.tabbing-section-market {
    padding: 0;
}
.heading-market{
    padding: 247px 0 0 0;
}
.heading-market p{
    max-width: 680px;
}
.secondary-bttn.market{
    background-color:#0489b7;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.secondary-bttn.market:hover {
    background-color: #000000;
    color: #ffffff;
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 1px 2px);
            filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 1px 2px);
}
.card-body.market-card-body{
    padding:0;
    padding-top:25px;
}
.market-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
    padding: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.market-tab-content-p{
    margin-right: 80px;
}
.market-tab-content-p h6{
    font-size: 20px;
    line-height: 22px;
    color: #232323;
    font-family: 'robotobold';
}

.market-tab-brand-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.tab-brand-card{
    -webkit-filter: drop-shadow(0px 10px 7.5px rgba(0,0,0,0.15));
            filter: drop-shadow(0px 10px 7.5px rgba(0,0,0,0.15));
    background-color: #ffffff;
    padding: 15px;
    width: 320px;
    margin-left: 10px;
    margin-top: 10px;
}
.tab-brand-card a {
    display:block;
}
.tab-brand-card h3{
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #999999;
}
.tab-brand-card img{
    display: block;
    margin: 20px auto;
    height:auto;
}
.market-tab-main {
    max-width: 220px;
}
/* .market-tab-main + .market-tab-main{
    margin-left:30px;
} */
.help-you-market h2 {
    max-width: 450px;
}
.help-you-market img{
    position: absolute;
    top: -14%;
    right: -22%;
}
.let-us-know-market h3{
    font-family: 'robotobold';
    max-width: 470px;
    font-size: 20px;
    line-height: 30px;
}
/* market-place-page */

/* terms-to-use-page */
.term{
    background-color: #ffffff;
}
.heading-terms{
    background-color: #f7f7f7;
    padding-top: 93px;
}
.list-terms li{
   display: list-item;
}
.list-terms li+li{
    padding-top: 10px;
}

.terms-of-service p{
    line-height: 24px;
}
.terms-of-service a{
    color: #0489b7;
}
.terms-list li{
    display: list-item;
    margin-top: 10px;
}
/* terms-to-use-page */
/* privacy-policy-page */
.terms-of-service h4, .privacy-policy-page h4{
    font-size: 40px;
    line-height: 46px;
    border-bottom: 1px solid #0489b7;
    color: #0489b7;
    padding-bottom: 8px;
    margin:30px 0;
}
/* .privacy-policy-page p{
   
} */
.terms-of-service h5, .privacy-policy-page h5{
    font-size: 32px;
    line-height: 36px;
    color: #b70404;
    font-family: 'robotobold';
}
.privacy-policy-page h6{
    font-size: 20px;
    line-height: 26px;
    color: #b70404;
    font-family: 'robotobold';
}
.privacy-policy-page li{
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    font-family: 'robotoregular';
    margin-bottom:10px;
    display: list-item;
}
.privacy-policy-page a{
    color: #0489b7;
    word-break: break-all;
}    
.footer{
    background-color: #f7f7f7;
    padding-top:10px;
}
/* privacy-policy-page */
/* BACK-TO-TOP */
.back-to-top {
    position: fixed;
    bottom: 30px;
    z-index: 999;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.back-to-top-link .fa {
    font-size: 42px;
    line-height: 30px;
    background-color: #0489b7;
    color: #ffffff;
    padding: 2px 6px 6px 6px;
    border-radius: 5px;
}
.bt-display{
    opacity: 1;
    visibility: visible;
}
.terms-of-service h4 span {
    color: #b70404;
}
/* BACK-TO-TOP */
/* contact-us */

.contact-us label {
    color: #0489b7;
    font-size: 20px;
    margin-top: 10px;
    text-align: left;
    line-height: 26px;
}
.contact-us {
    max-width: 600px;
    margin: 4% auto;
}
.contact-us span{
    width: 100%;
}
.contact-us input:focus{
    outline:none;
    outline-offset: none;
}
.contact-us span textarea{
    outline:none;
}
.contact-us span input, .contact-us span textarea{
    max-width: 100%;
    border: 2px solid #cccccc;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
    margin: 0;
}
.contact-us input[type=submit]{
    background-color: #0489b7;
    color:#ffffff;
    border-radius: 22px;
    -webkit-filter: drop-shadow(0px 1px 0.5px rgba(0,0,0,0.4));
            filter: drop-shadow(0px 1px 0.5px rgba(0,0,0,0.4));
    background-color: #0489b7;
    padding: 8px 22px;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-family: 'robotobold';
    margin-bottom: 15px;
    margin-top:10px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.contact-us input[type=submit]:hover{
    border-color: transparent;
    background-color: #111111;
}
.page-template-tpl-contactus footer, .page-template-tpl-privacy-policy footer ,.page-template-tpl-termsofservice-new footer,
.page-template-tpl-blog-listing footer, .single-post footer, .archive footer
 {
    background-color: transparent;
    padding: 0;
}
.page-template-tpl-contactus .footer-logo{
    margin-bottom: 20px;
}
.footer-nav li a::after{
    right: 9px
    }
.footer-nav li a {
     padding-right: 22px;
    }
.page-template-tpl-contactus footer::after, .page-template-tpl-contactus footer::before, 
.page-template-tpl-thankyou header, .page-template-tpl-thankyou footer, .error404 header, 
.error404 footer, .page-template-tpl-privacy-policy footer::after, .page-template-tpl-privacy-policy footer::before, 
.page-template-tpl-termsofservice-new footer::after, .page-template-tpl-termsofservice-new footer::before,
.page-template-tpl-blog-listing footer::after, .page-template-tpl-blog-listing footer::before , 
.single-post footer::after, .single-post footer::before,
.archive footer::after, .archive footer::before
{
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output{
    border-color: transparent;
}
/* contact-us */
/* thank-you */

    .thank-you{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100vh;
    padding: 0 20px;}
.tahank-image{
    width: 100%;
    margin: 0 30px;
    text-align: center;
}
.tahank-image img, .logo{
    max-width: 550px;
    height: auto;
}
/* thank-you */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none;
}

.market-image{
    opacity: 0;
    visibility: hidden;   
}
.wpcf7 .ajax-loader{
    display: none;
}
.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }

/*--- Help Page Css ---*/


.help-page-c.container {
    margin-top: 4%;
}
.help-page-c .middle-title{
    color: #0489b7;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}
.help-page-c .wp-block-pb-accordion-item {
    border: 1px solid #0489b7;
    padding: 0 30px;
    margin-bottom: 20px;
  }
.help-page-c .wp-block-pb-accordion-item h4 {
    line-height: 50px;
    color: #232323;
    margin-bottom:0;
    font-size: 20px;
}
.help-page-c .wp-block-pb-accordion-item h4:focus-visible {
    outline: none !important;
    outline-style: none !important;
}
.help-page-c .wp-block-pb-accordion-item.is-open h4 {
    border-bottom: 2px dashed #0489b7;
    color: #0489b7;
    border-bottom: 2px dashed #232323;
    color: #ed1e79;
    padding-top: 5px;
    font-weight: bold;
}
.help-page-c .c-accordion__content ol {
    margin-left: 15px;
    padding-left: 0;
    list-style-type: decimal;
}
.help-page-c .c-accordion__content ol li {
    list-style-type: decimal;
    display: list-item;
    padding-left: 10px;
    line-height: 30px;
}
.help-page-c .middle-title {
    color: #0489b7;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}
.help-page-c .c-accordion__title::after {
    color: #fff;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 6px;
    background: #0489b7;
    line-height: 1.1;
}
.help-page-c .c-accordion__content {
    margin-top: 16px;
}

.help-page-c ol, .help-page-c ol li {
    font-family: 'robotoregular';
}
.help-page-c a{
    color: #0489b7;
}
.help-icon-f-svg img{
    width: 28px;
    border-radius: 5px;
    margin-right: 15px;
}
.media-body .icon-text-f{
    position: relative;
    top: -5px;
}