.portfolio-filter{
  padding:0px 0;
}

input {
	font-family:'NeueHaas' !important;
}

input:placeholder{
	font-family:'NeueHaas' !important;
}

@media (max-width:720px) {
  .portfolio-filter{
    padding: 0 0;
  }
 
}
.portfolio-projects{
  display:flex;
  flex-wrap:wrap;
  margin-left:-15px;
  margin-right:-15px;
  flex: 0 0 75%;
}
.portfolio-projects .pp-box{
  flex: 0 0 50%;
  width: 50%;
  margin-bottom:30px;
  padding-left:15px;
  padding-right:15px;
}
.pp-box h4{
  font-weight: 600;
  font-size: 18px;
  color: #EF2D28;
  text-transform:capitalize;
  margin-top:10px;
}
.pp-box-img{
  position:relative;
  overflow:hidden;
  padding: 15px 10px;
  padding-bottom: 5px;
}
.pp-box-logo{
  position:absolute;
  top: 15px;
  left: 15px;
  max-width: 61px;
  z-index: 9;
}
.portfolio-projects .pp-box img{
  max-width:100%;
  width: 100%;
}
.pp-box-img img{
    transition: all 0.5s ease;
}
.pp-box-img:hover img{
	    transform: translateY(-10px);
}
.portfolio-filter ul{
    margin:0;
    padding:0;
    list-style:none;
    margin-bottom:30px;
}
.portfolio-filter ul li{
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 720px) {
  .portfolio-filter ul li{
    display: inline-block;
    margin-left: 0px;
    padding: 4px;
}

.portfolio-filter{
  padding: 0px;
}
}

.portfolio-filter ul li:first-child{
  margin-left:0;
}
.portfolio-filter ul li a{
  
  color:#FF5E00;
/*   box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05); */
  border-radius: 4px;
  padding: 0px 10px;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'NeueHaas';
  font-weight: 700;
  font-size: 16px;
}

.portfolio-filter ul li a:hover{
  color: #001F33;
}

.portfolio-filter ul li.active a{
	color: #001F33;
}
.pp-box-logo{
  display:none;
}
.nav-tab-items-2{
  margin:0;
  padding:0;
  list-style: none;
}
#shortcode-714-15626{
  width: 100%;
}
.tab-items-2 h6 { font-size: 12px; color: #FFF; margin-top: 10px; padding-left:10px; }
ul.tab-items-2 { min-height: 140px; margin: 0; padding: 0 5px; list-style: none; width: 100%; display:none; padding-top: 10px; border-top: 1px dashed rgba(255, 255, 255, 0.6); margin-top: 20px; }
.tab-items-2 p { margin-bottom:15px; }
.tab-items-2 p a { font-size:16px; color: rgba(255, 255, 255, 0.6); margin:0 10px; }
.tab-items-2 p a:hover{ color:#fff; text-decoration:none; }
#div_block-224-9 a{
  position: relative;
  padding-right: 15px;
}
#div_block-224-9 a:before {
  content: '';
  position: absolute;
}


/* Testimonials */

.testimonial_wrapper{
	margin-top:100px;
}
@media (max-width: 480px) {
  .testimonial_wrapper{
    padding-right: 20px;
    padding-left:20px;
  }
}

@media (min-width:769px) and (max-width:1280px) {
	
	.testimonial_wrapper{
		max-width:1200px;
		padding-right: 30px;
    padding-left:30px;
	}
	
  .bb_single_tm{
    width:300px!important;	
    margin-bottom:60px;
    overflow:hidden;
  }
}

.bb_block{
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin-left: -15px;
	margin-right: -15px;
}

.bb_single_tm > p{
  margin-bottom:16px!important;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;

}
.bb_single_tm{
	margin-bottom:60px;
	max-width: 33.333%;
	flex: 0 0 33.333%;
	padding-left: 15px;
	padding-right: 15px;
}
.bb_single_tm .image_text{
	display:flex;
	height:80px!important;

}

.bb_single_tm .image_text img{
	width:80px;
}

.bb_single_tm .image_text p{
	margin:0px;
	
}

.i_text{
	display:flex;
	flex-direction:column;
	margin-left:16px!important;
	margin:auto;
}

.i_text p:nth-child(3){
  margin-top:5px!important;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;

}
.i_text p{
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
#shortcode-714-15626 .tab-items-2 li{
  display:none;
}


.project-popup {
	position: fixed;
	top: 0;
	right: -100vh;
	z-index: 99999999999999999999;
	max-width: 50%;
	width:100%;
	background-color:#fff;
	padding: 20px 40px;
	opacity:0;
	visibility: hidden;
	height:100vh;
	overflow-y:scroll;
	padding-bottom: 41px;
	transition:all 0.5s ease;
	}
  .project-overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #00000085;
    z-index:999999999;
    opacity:0;
    visibility: hidden;
  }
.project-popup img{
	max-width:100%;
}
body.pop-open{
	overflow:hidden;	
}
body.pop-open .project-popup,
body.pop-open .project-overlay{
  opacity:1;
  visibility: visible;
	right:0;
}
.project-navi{
	text-align:right;
}
.project-navi a{
	display:inline-block;
	width: 48px;
	height: 48px;
	text-align:center;
	line-height: 51px;
	margin-right:5px;
	background-color:#FF5e00;
	border-radius:4px;
	border: 2px solid #FF5e00;
}
.project-navi a.close-project{
	background-color: #F7F8F9;
	border: 2px solid #F7F8F9;
}
.project-navi a:last-child{
	margin-right:0px;
}
.project-pop-detail .j-title {
    color: #001F33 !important;
    font-weight: bold;
    max-width: 600px;
	font-size: 3.5rem;
}
.project-feat {
    margin: 0 0 20px;
    padding: 0;
}

.project-feat li {
    list-style: none;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bolder;
}

.project-feat li:before {
	content:'';
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #FF5E00;
	width:10px;
	height:10px;
}
.go-globe-social-links{
  display: flex;
}
.go-globe-social-links li a,
.go-globe-social-links li{
	display: inline-block !important;
}
.go-globe-social-links li svg{
	width:50px;
	height:50px;
}
.go-globe-social-links li svg path{
	fill:#000;
}
.load-more{
  padding: 13px 24px;
  background: #FF5e00;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
	border:3px solid #FF5e00;
  cursor: pointer;
  user-select: none;
}
.load-more:hover,
.load-more:focus{
  background: transparent;
  color: #FF5e00;
  border-color:#FF5e00;
}
.load-more-cont{
  text-align: center;
}
.wp-search-box-over{
  position: fixed;
  background: rgba(30,48,60,.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: -1;
  visibility: hidden;
}
body.mode-search .wp-search-box-over{
  opacity: 1;
  pointer-events: all;
  display: block!important;
  transition: all 0.3s ease-in-out;
  z-index: 10000;
  visibility: visible;
}
.wp-search-box {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
}
body.mode-search .wp-search-box {
  visibility: visible;
  opacity: 1;
}
.wp-search-box input {
  color: #fff;
  font-size: 50px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  outline: 0;
  font-weight: 600;
}
.wp-search-box #searchsubmit{
	display:none;
}
.project-pop-detail-image i{
  font-size: 45px;
  color: #ababab4f;
}
.project-pop-detail-image.loading img,
.project-pop-detail-image i{
	visibility:hidden;
	opacity:0;
}
.project-pop-detail-image.loading i{
	visibility:visible;
	opacity:1;
}
#div_block-1167-7 .oxy-oxyninja-slider{
  max-width: 1600px;
  margin: 0 auto;
  padding-left:30px;
  padding-right:30px;
}
.splide .splide__pagination__page, .oxy-oxyninja-slider .splide__pagination__page {
  width: 38px !important;
  height: 8px !important;
  border-radius: 2px !important;
  background: #001F33 !important;
  opacity: 0.3 !important;
}
.splide .splide__pagination__page.is-active, .oxy-oxyninja-slider .splide__pagination__page.is-active {
  background: #FF5e00 !important;
  opacity: 1 !important;
} 
#section-420-2 {
  text-align: center;
  background-color: #001F33 !important;
  /* background-image: url(https://www.go-globe.com/wp-content/uploads/2023/01/sme-awards-finalist.png); */
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
#slider-423-2.c-shadow{
  box-shadow: none !important;
}
#section-420-2 > .ct-section-inner-wrap{
  align-items: start !important;
}
#slider-423-2 .c-columns-2-3{
  grid-template-columns:1fr !important; 
}
#div_block-1167-7 .splide .splide__pagination, 
#div_block-1167-7 .oxy-oxyninja-slider .splide__pagination {
  bottom: 1em !important;
}
#slider-423-2 p,
#slider-423-2 h3{
  color:#fff !important;
}
.splide__slide img{
  height:auto !important;
}
.c-padding-bottom-xl{
  margin-top:0px !important;
}
.unslider-nav ol{
  text-align: left;
}
.ps-item{
  width:33.3333%;
}
.project-slider .slick-dots li{
  display: inline-block !important;
  width: 32px;
  height: 8px;
  margin: 0 3px;
}
.project-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 32px;
  height: 8px;
}
.project-slider .slick-dots li button:before {
  font-family: '';
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 8px;
  border-radius: 2px;
  background-color: #7e7e7e;
}
.project-slider .slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #FF5e00 !important;
}
.ps-item img{
  width:100%;
  height:auto;
}
.sol-item-align{
  justify-content: end;
}
#div_block-172-9.ct-image{
  display: none !important;
}
div#div_block-184-154 img {
  display: none;
}
div#div_block-184-154 .ct-div-block{
  display: block;
}

@media (max-width: 1100px) {
  #section-420-2{
    background-position: 140% 0;
  }
}
@media (max-width: 820px) {
  #section-420-2{
    background-image: none !important;
  }
}

@media (max-width: 780px) {

  .bb_single_tm{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .portfolio-projects .pp-box{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .project-popup{
    max-width: 90%;
    padding: 20px 20px;
  }
	.tab-items-2 p a{
		width:100% !important;
		display: block;
	}
}
.gg-check-list ul{
	list-style:none;
	padding:0;
}
.gg-check-list ul li:before{
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right:15px;
	color:#FF5e00;
}
#dc-result-1{
  color:#fff;
}
div#wp24-dc-1{
	margin-top:40px;
}
div#wp24-dc-1 input,
div#wp24-dc-1 select{
	margin-left:0;
	margin-right:0;
	border:0;
	padding: 16px 30px;
	max-height: 50px;
}
div#wp24-dc-1 input:focus,
div#wp24-dc-1 select:focus{
	outline:none;
}
div#wp24-dc-1 .dot{
	display:none;
}
input#dc-submit-1 {
    font-family: 'NeueHaas';
    text-align: center;
    background-color: #FF5e00;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0px 10px 20px -15px rgb(0 0 0 / 50%);
    font-size: 16px;
	text-transform:capitalize;
}

div#dc-result-1 {
    text-align: center;
    width: 100%;
}
div#dc-result-1 .table{
	margin:0 auto;
}
.c-archive-img{
  background-image: url(https://www.go-globe.com/wp-content/uploads/2023/01/go-globe-logo.png) !important;
  background-color: #001f33 !important;
  background-size: 50% !important;
}

#div_block-113-153 .oxy-dynamic-list .ct-div-block{
	position:relative;
}
.blog-date-loop {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    z-index: 999;
    width:70px;
    height:70px;
    font-size: 20px !important;
    line-height: 22px;
    display: flex;
    align-items: center;
    font-weight: 600 !important;
    padding: 7px 8px;
}
.pp-box-see.ajax-load,
.portfolio-filter #load-more-btn .fa-circle-notch{
  display:none;
}
.portfolio-filter.ploading #load-more-btn .fa-circle-notch{
  display:inline-block !important;
}
#_dynamic_list-260-154 .c-columns-2-3,
#_dynamic_list-174-153 .c-columns-2-3 {
  grid-template-columns: 1fr 5fr  !important;
}
.j-btn-box{
	margin-bottom:40px;
}
.j-btn-box,
.j-btn-box-social,
.j-btn-box-social ul{
	display:flex;
	align-items: center;
}
.j-btn-box-social ul{
	margin:0;
	padding:0;
	list-style:none;
}
.j-btn-box-social span,
.j-btn-box-social ul li{
	margin-right:10px;
}
.j-btn-box-social span{
  color:#616161;
}
.j-btn-box-social ul li a{
	display:inline-block;
	transition:all 0.3s;
}

.j-btn-box-social ul li a:hover svg rect{
	fill:#001F33;
}


.j-btn-box-social ul li a.twitter-share:hover svg path:first-child{
	fill:#001F33;
}


.hide-arrow-btn{
  display:none !important;
}
.j-btn-box-social ul li a svg{
	position:relative;
	top:4px;
}
.j-btn-box-anchor{
	margin-right: 50px;
}


@media (max-width:992px) {
	
	.j-btn-box, .j-btn-box-social, .j-btn-box-social ul {
    display: inline-block;
}
	
	.j-btn-box-social span, .j-btn-box-social ul li {
    display: inline-block;
    margin-top: 20px;
}
	
	.project-pop-detail .j-title {
    margin-top: 33px;
}
	
}

.project-navi a:hover,
.project-navi a:focus{
	background-color:transparent !important;
	color: #FF5e00;
	border-color:#FF5e00;
	/* box-shadow: 0px 7px 25px -10px rgb(0 0 0 / 50%); */
}
.project-navi a:hover path,
.project-navi a:focus path{
	fill: #FF5e00;
}
#_rich_text-510-44 a:hover{
  color:#ff5e00;
}
.home-slider-item-inner{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.home-slider-item-inner svg{
	max-width: 120px;
	max-height: 70px;
	margin-left: 15px;
	margin-right: 15px;
}
#section-1515-15634 svg path,
#shortcode-1551-15635 svg path{
	fill:#001F33 !important;
}
#slider-176-15720 img{
  height: 388px !important;
  }
.c-btn-main{
  background-color: #FF5e00 !important;
  border: 2px solid #FF5e00 !important;
}
.c-btn-main:hover {
  background-color: transparent !important;
}
#section-1653-522{
  margin-top: 0px !important;
}
#slider-176-15720{
  background-color: #f7f8f9;
}
#slider-176-15720 .unslider{
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.tabs-6873-tab {
    height: 40px;
    justify-content: center;
    border-radius: 5px;
    margin-right: 5px;
    background-color: transparent;
    color: #ff5e00;
}
.tabs-6873-tab-active {
    background-color: #ff5e00;
    color: #fff;
}
@media (max-width: 980px) {
    
    #div_block-105-2.c-columns-xl-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    #slider-176-15720 img{
       opacity:0;
    }
    .hm-awards-info{
        width: 100% !important;
        max-width:100%;
        position: static !important;
    }
	.hm-awards-info:after{
		display:none;
	}
    #slider-176-15720 img{
        height:auto !important;
        display: none !important;
    }
    #_nav_menu-618-15626 .menu-item a:hover,
    #_nav_menu-618-15626 .menu-item a:focus{
        color: #ff5e00 !important;
    }
    .c-row-start-l-1{
        padding-left: 0px !important;
    }
}
@media (max-width: 780px) {

    #div_block-105-2.c-columns-xl-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .bb_single_tm{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .portfolio-projects .pp-box{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .project-popup{
        max-width: 90%;
        padding: 20px 20px;
    }
    .tab-items-2 p a{
        width:100% !important;
        display: block;
    }
    .home-slider-item-inner svg {
        max-width: 55px;
        max-height: 30px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .home-slider-item-inner {
        display: flow-root;
        padding: 20px 10px;
        padding-bottom: 0px;
    }
    #section-285-145{
      background-image: none !important;
    }
  
}

.tabs-6873-tab {
    background-color: transparent;
    height: 40px;
    justify-content: center;
    border-radius: 5px;
    margin-right: 15px;
    border: 2px solid #ff5e00;
}
.tabs-6873-tab div{
    color: #ff5e00 !important;
}
.tabs-6873-tab-active {
    background-color: #ff5e00 !important;
}
.tabs-6873-tab-active div{
    color: #ffffff !important;
}
.seo_pricing_tab_heading_s,
.seo_pricing_tab_heading,
.seo_pricing_tab_heading_l{
  margin-bottom:0px !important;
}  
.wpcf7-response-output{
  display:none !important;
	font-family:'NeueHaas';
}
#video-1552-93 >.oxygen-vsb-responsive-video-wrapper{
  padding-bottom: 56.25% !important;
}
#link_button-1553-93 {
  z-index: 9999;
}
.open-popup{
  cursor: pointer;
}
.wpcf7-form input[name=file-attach]{
  max-width: 40px;
	font-family:'NeueHaas';
}
.file-image{
  font-weight: bold;
margin-left: 0px !important;
	font-family:'NeueHaas';
}
.file-image i{
	position:relative;
	top:1px;
	left:4px;
}
.reset-form-link{
  float:left;
}
.wpcf7-textarea{
  font-family: 'NeueHaas';
}