/******************************************************************
Theme Name: BCC United

Author: Raju
Author URI:
Version: 0
License: WTFPL
License URI: 


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

/*
WordPress Probz
So Theme Check (http://wordpress.org/plugins/theme-check/)
is constantly telling me that it needs these classes in the CSS even
though they are in the REAL stylesheet in library/css/style.css.
So we're gonna drop these here to keep it happy.
Great work, Theme Check (eye roll)
*/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
input#is-search-input-169{font-family:'Open Sans', sans-serif!important;}
   h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
storng{  font-weight: 500;}

.current-menu-item a {
    color: #f68a21 !important;
}
body {
	background: transparent;;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
}

 .small .more-text{
        display: none;
    }
.ErrorCls::-webkit-input-placeholder { /* Edge */
  color: #F00 !important;
}

.ErrorCls:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F00 !important;
}

.ErrorCls::placeholder {
  color: #F00 !important;
}
.conact-form h4.ErrorCls, .ErrorCls .filter-option-inner-inner  {
    color: #F00 !important;
	font-size: 14px;
}
.ErrorCls .filter-option-inner-inner {
	font-size: 14px;
}
.contact_left.contact_page .bootstrap-select.form-control.ErrorCls{
	border-bottom:1px solid #F00;
}
.list-group-item h4 {
    font-size: 16px;
}
.list-group-item h4 span {
    text-transform: uppercase;
}

.list-group-item h4 a, .list-group-item h4 a span.highlight1 {
    color: #126de6;
}

#about .container {
    position: relative;
    z-index: 1;
}
.tooltip-inner {
    max-width: 200px;
    padding: 8px 25px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    font-size: 14px;
	text-transform: uppercase;
}
#team.discuess.software_services p, .contact-info p, #team.discuess p{
	text-align: center;
}
.inner_warp .scroll_top_icn{
	display: none;
}
 
 .pn-ProductNav_Wrapper {
  position: relative;
  padding: 0 11px;
}



.pn-ProductNav {
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
}

.js .pn-ProductNav {
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Remove the default scrollbar for WebKit implementations */
}
.js .pn-ProductNav::-webkit-scrollbar {
  display: none;
}

.pn-ProductNav_Contents {
	
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.pn-ProductNav_Contents-no-transition {
  transition: none;
	text-align: center;
}

.pn-ProductNav_Link {
  text-decoration: none;
  color: #888;
  font-size: 1.2em;
  font-family: -apple-system, sans-serif;
  display: inline-flex !important;
  align-items: center;
 
}
.pn-ProductNav_Link + .pn-ProductNav_Link {
  margin-left: 11px;
  padding-left: 11px;
  border-left: 1px solid #eee;
}
.pn-ProductNav_Link[aria-selected="true"] {
  color: #f68a21;
}

.pn-Advancer {
  /* Reset the button */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 3px;
  bottom: 0;
  /* Set the buttons invisible by default */
  opacity: 0;
  transition: opacity .3s;
}
.pn-Advancer:focus {
  outline: 0;
}
.pn-Advancer:hover {
  cursor: pointer;
}

.pn-Advancer_Left {
  left: 0;
}
[data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
  opacity: 1;
}

.pn-Advancer_Right {
  right: 0;
}
[data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
  opacity: 1;
}

.pn-Advancer_Icon {
    width: 20px;
    height: 20px;
    fill: #f68a21;
}

::-webkit-scrollbar {
width: 5px;
}



/* Track */
::-webkit-scrollbar-track {
background:rgba(0, 0, 0, 0.6);
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #f68a21;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #f68a21;
}

img {
	max-width: 100%;
}
.navbar-header {
    float: left;
    position: relative;
    z-index: 9;
}
.highlight1 {
    color: #F00;
	    font-weight: bold;
}
.testimonials p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding-top: 10px;
	text-align: center;
}
.titlebar p{
	display: none;
}
.title_bottom {
    margin-bottom: 5px;
}
.services_inner .service-box-icon svg {
	max-width: 160px;
}
.service-box-icon:hover svg path {
	stroke-dasharray: 1 1;
	stroke-width: 32;
}
.services_inner .service-box-icon a {
    display: block;
    position: relative;
    z-index: 1;
	cursor: pointer;
}
.service-box-icon:hover svg path#rajesh {
	-webkit-animation: softbox 2s infinite; /* Safari 4+ */
	-moz-animation: softbox 2s infinite; /* Fx 5+ */
	-o-animation: softbox 2s infinite; /* Opera 12+ */
	animation: softbox 2s infinite; /* IE 10+, Fx 29+ */
}
 @-webkit-keyframes softbox {
 0% {
transform: translate(-380.67px, -413.04px);
 opacity: 1;
}
 100% {
transform: translate(-380.67px, -416.04px);
 opacity: 1;
}
}
@-moz-keyframes softbox {
 0% {
transform: translate(-380.67px, -413.04px);
 opacity: 1;
}
 100% {
transform: translate(-380.67px, -416.04px);
 opacity: 1;
}
}
@-o-keyframes softbox {
 0% {
transform: translate(-380.67px, -413.04px);
 opacity: 1;
}
 100% {
transform: translate(-380.67px, -416.04px);
 opacity: 1;
}
}
@keyframes softbox {
 0% {
transform: translate(-380.67px, -413.04px);
 opacity: 1;
}
 100% {
transform: translate(-380.67px, -416.04px);
 opacity: 1;
}
}
p {
	font-size: 14px;
}

#captchiframe {
    border: 3px dotted #232120 !important;
    background: #f68a21;
	width: 110px;
}
.video_slider {
	height: 100vh;
	overflow: hidden;
	position: relative !important;
}
.over_lay {
	position: absolute;
	top: 0;
	z-index: 8;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
}
.video_cap {
	position: absolute;
	top: 42%;
	height: 100%;
	left: 0;
	z-index: 9;
	width: 100%;
}
.capa_inner {
	max-width: 720px;
	width: 100%;
	margin: 0 0 0 250px;
}
.video_cap h1 {
	padding: 0;
	color: #FFF;
	font-size: 60px;
	font-weight: 300;
	width: 100%;
	position: relative;
}
.video_cap h1 span {
	font-size: 26px;
	font-weight: 100;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 11px;
}
.video_cap h1:after {
	content: '';
	width: 100px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.video_cap a {
	font-size: 68px;
	margin-left: 15px;
	color: #f68a21;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
}
.video_cap a:hover {
	color: #fff;
}
a.navbar-brand img {
    max-width: 114px;
    padding: 0;
}

.navbar-fixed-top {
	background: none;
	box-shadow: none;
}
.navbar-nav > li > a {
	color: #FFF;
	padding: 22px 15px;
	cursor: pointer;
	display: block;
}
/*.navbar-collapse.collapse { display: flex !important; justify-content: space-between; padding-right: 114px;}*/
.container-fluid1 {
	position: relative;
}
.navbar-fixed-top.scroll-fixed-navbar {
	padding: 0;
	background: #000;
}
.navbar-brand {
	padding: 0;
	width: auto;
}
.navbar-fixed-top.scroll-fixed-navbar a.navbar-brand img {

	max-width: 114px;
	padding:0;
	margin-left: 0;
}
.navbar-fixed-top.scroll-fixed-navbar a.navbar-brand {
	padding-top: 10px;
}
.navbar-fixed-top.scroll-fixed-navbar .navbar-nav > li > a {
	color: #FFF;
	padding: 0 15px;
}
.navbar-fixed-top.scroll-fixed-navbar .navbar-nav > li > a:hover, .navbar-fixed-top.scroll-fixed-navbar .navbar-nav > li > a.selected-nav {
	color: #f68a21;
}
.inner_header .navbar-fixed-top {
	padding: 0;
	background: #000;
}
.inner_header 
{
	top: 35px;
}
.inner_header .navbar-fixed-top .navbar-nav > li > a {
	color: #FFF;
	padding: 0 15px;
}
.contact_icon {
    position: fixed;
    right: -10px;
    bottom: 70px;
    z-index: 99999;
    width: auto;
}
.letter-image a {
    display: block;
 
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 20px;
}	
.letter-image a span {
   background: #4c4d51;
    color: #FFF;
    padding: 11px;
    margin-right: 18px;
    position: absolute;
    display: none;
    width: 200px;
    top: 0px;
    right: 61px;
    font-size: 14px;
}
.letter-image a:hover span {
	display: inline-block;
}
.letter-image a span:after {
	position: absolute;
	content: '';
	right: -28px;
	top: 6px;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #4c4d51;
}
.contact_left .btn-default {
	background: none !important;
	border: none;
	color: #FFF;
	padding: 2px 0;
}
.slides-navigation{
	display: none;
}
#testimonials_rotator{
	min-height: 430px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.container-fluid1 {
	position: relative;
	text-align: center;
	z-index: 1;
	display: flex;
	justify-content: center;
	padding: 0;
}
.sina-nav.mobile-sidebar.navbar-reverse .navbar-collapse.in {
	right: 0;
	z-index: 80;
}
.navbar-fixed-top.scroll-fixed-navbar .container-fluid1 {
	padding: 11px 0;
}
.dropdown-menu.open {
	background: #000;
}
.dropdown-menu > li > a {
	color: #FFF;
	background: #000;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #f68a21;
}
.contact_left {
	position: fixed;
	right: -50%;
	width: 50%;
	background: rgba(0, 0, 0, 0.85);
	height: 100%;
	z-index: 9991;
	top: 0;
	color: #FFF;
	transition: all 0.5s;
	padding: 50px 30px;
	overflow-y: scroll;
}
.contact_left::-webkit-scrollbar {
width: 5px;
}



/* Track */
.contact_left::-webkit-scrollbar-track {
background: #FFF;
}

/* Handle */
.contact_left::-webkit-scrollbar-thumb {
background: #f68a21;
}

/* Handle on hover */
.contact_left::-webkit-scrollbar-thumb:hover {
background: #f68a21;
}
.contact_left.move-right {
	right: 0;
}
.contact_left h3 {
	text-align: center;
	color: #f68a21;
	line-height: 36px;
	position: relative;
	text-transform: uppercase
}
.contact_left h3 span {
	position: absolute;
	bottom: -11px;
	height: 2px;
	width: 84px;
	background: #FFF;
	left: 47%;
}
.conact-form {
	padding: 30px 0;
}

.conact-form .form-control {
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
	outline: none;
	margin: 0 0 17px;
	padding: .375rem 5px;
	color: #FFF;
	text-transform: none;
	width: 100%;
}
.conact-form .form-control.ErrorCls, .contact_left.contact_page .form-control.ErrorCls {
    color: #F00;
}


.contact_left .bootstrap-select.ErrorCls .btn-default{
	 color: #F00;
}

.conact-form .col-sm-6 {
	position: relative;
	margin: 0 55px 0 55px;
	padding: 0;
	width: 42%;
}
.conact-form .col-sm-6:nth-child(2n) {
	margin: 0;
}
.conact-form .form-control ~ .focus-border {
	position: absolute;
	bottom: 17px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #f68a21;
	transition: 0.4s;
}
.conact-form .form-control ~ label {
	position: absolute;
	left: 0;
	width: 100%;
	top: 9px;
	color: #aaa;
	transition: 0.3s;
	z-index: -1;
	letter-spacing: 0.5px;
	font-weight: normal;
	margin: 0;
}
.conact-form .form-control:focus ~ label {
	top: -8px;
	font-size: 12px;
	color: #f68a21;
	transition: 0.3s;
}
.conact-form .form-control:focus ~ .focus-border, .conact-form .dropdown-toggle:focus ~ .focus-border {
	width: 100%;
	transition: 0.4s;
}
.conact-form .form-control.checkedbox:focus ~ label, .conact-form .form-control.checkedbox:focus ~ label {
	top: 12px;
	font-size: 16px;
}
.conact-form h4 {
	margin: 20px 43px;
	color: #f68a21;
	font-weight: normal;
}
.conact-form textarea.form-control {
	height: 100px;
}

.message_box {
	margin: 15px 30px 0;
	width: 89%;
	padding: 0;
}
.message_box.que span {
	background: none;
	border: 1px dashed #f68a21;
	padding: 7px 35px;
	letter-spacing: 7px;
	margin-top: 2px;
	display: inline-block;
}
span#refresc_icn {
    position: relative;
    top: -14px;
    margin: 0 4px;
    padding: 0 5px;
    border: none;
    font-size: 17px;
    left: -35px;
    color: #000;
}
/*.conact-form input[type='checkbox'] {
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}*/
.conact-form input[type='checkbox'] + label {
	position: relative;
	display: flex;
	margin: 8px 0;
	font-weight: normal;
	align-items: center;
	color: #FFF;
	transition: color 250ms cubic-bezier(.4, .0, .23, 1);
}
.conact-form input[type='checkbox'] + label > ins {
	position: absolute;
	display: block;
	bottom: 0;
	left: 2em;
	height: 0;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: height 300ms cubic-bezier(.4, .0, .23, 1);
}
.conact-form input[type='checkbox'] + label > ins > i {
	position: absolute;
	bottom: 0;
	font-style: normal;
	color: #4FC3F7;
}
.conact-form .form-control ~ .focus-border, .conact-form .dropdown-toggle:focus ~ .focus-border {
	position: absolute;
	bottom: 17px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #f68a21;
	transition: 0.4s;
}
.conact-form select.form-control {
	background: rgba(0, 0, 0, 0.8) !important;
}
.conact-form input[type='checkbox'] + label > span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1em;
	width: 18px;
	height: 18px;
	background: transparent;
	border: 2px solid #9E9E9E;
	border-radius: 2px;
	cursor: pointer;
	transition: all 250ms cubic-bezier(.4, .0, .23, 1);
}
.conact-form input[type='checkbox'] + label:hover, .conact-form input[type='checkbox']:focus + label {
	color: #fff;
}
.conact-form input[type='checkbox'] + label:hover > span, .conact-form input[type='checkbox']:focus + label > span {
	background: rgba(255,255,255,.1);
}
.conact-form input[type='checkbox']:checked + label > ins {
	height: 100%;
}
.conact-form input[type='checkbox']:checked + label > span {
	border: 10px solid #f68a21;
	animation: shrink-bounce 200ms cubic-bezier(.4, .0, .23, 1);
}
.conact-form input[type='checkbox']:checked + label > span:before {
	content: "\f00c";
	position: absolute;
	top: 0px;
	left: 4px;
	font-family: 'FontAwesome';
	color: #000;
	transform-origin: 0% 100%;/*
  animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;*/
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(246,138,1,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #f68a21;
	border-color: #f68a21;
}
.triangle {
	position: absolute;
	margin: auto;
	top: -70px;
	left: 0;
	right: 0;
	width: 25px;
	height: 25px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-right: 4px solid #e74c3c;
	border-bottom: 4px solid #e74c3c;
}
#more-features {
    padding-bottom: 0;
    position: relative;
    background: #f9fafb;
}
.testimonials {

    min-height: 160px;
 
}
#team.discuess {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #000;
    background: #FFF;
}
#team.discuess h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 40px;
}
#features {
    position: relative;
    z-index: 1;
}
.letter-image img {
    max-width:40px;
    position: relative;
    top:-2px;
}
img.img-responsive.macaw_top {
    position: absolute;
    left: 90px;
    max-width: 542px;
    top: 0;
}
#team.discuess.software_services h3{
	font-size: 30px;
	line-height: 40px;
}

#team.discuess.software_services h3 span{
	display: block;
}
#team .titlebar h3:after{
	background: #FFF;
	
}
#team .btn-danger, .conact-form .btn-primary {
    color: #fff;
    background-color: #f68a21;
    border-color: #f68a21;
    padding: 9px 18px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #f68a21;
}
#team .btn-danger:hover{
	background:none;
	color: #f68a21;
}
 @keyframes shrink-bounce {
 0% {
 transform: scale(1);
}
 33% {
 transform: scale(.85);
}
 100% {
 transform: scale(1);
}
}
@keyframes checkbox-check {
 0% {
 width: 0;
 height: 0;
 border-color: #212121;
 transform: translate3d(0, 0, 0) rotate(45deg);
}
 33% {
 width: .2em;
 height: 0;
 transform: translate3d(0, 0, 0) rotate(45deg);
}
 100% {
 width: .2em;
 height: .5em;
 border-color: #212121;
 transform: translate3d(0, -.5em, 0) rotate(45deg);
}
}
.contact_icon .close_icn {
	position: fixed;
	top: 20px;
	right: 40px;
	color: #666;
	font-size: 40px;
	display: none;
}
.contact_icon.move-rightimg .close_icn {
	display: block;
	cursor: pointer;
	width: 60px;
}
.contact_icon.move-rightimg .letter-image {
	display: none;
}
.contact_icon .animated-mail {
	position: absolute;
	height: 150px;
	width: 200px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.contact_icon .body {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 84px 131px;
	border-color: transparent transparent #e95f55 transparent;
	z-index: 2;
}


@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}



#portfolio.latest_project .content_box h4 a {
    background: #000;
    color: #f68a21;
    padding: 5px 15px;
}
#portfolio.latest_project .back .content_box h4 a{
	background: none;
	color: #000;
}

.img_carp {
	max-width: 410px;
	margin: 0 auto;
}

.conact-form .btn-primary:hover, .conact-form .btn-primary:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #f68a21;
    color: #f68a21;
    background: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(246,138,1,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #f68a21;
	border-color: #f68a21;
}
.box {
	text-align: center;
}
.box h4 {
	margin: 30px 0 20px;
}
.box .text-left {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
#features, #portfolio {
	background: #f9f9f9;
}
#features {
	background: #000;
}
#features .titlebar h3, #features .titlebar p, #features h5, #features p, #features .panel-body, .software_pro .titlebar h3, .software_pro .titlebar p, .software_pro h5 {
	color: #FFF;
	cursor: default;
}

.software_pro.latest_project .titlebar h3, .latest_project #tabs-holder1 .nav-tabs > li > a{
	color: #000;
}
.latest_project .flip-container .front h4 {
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    margin: 0;
}
#portfolio.latest_project .content_box img {
    height: 50px;
    margin-bottom: 5px;
}
#portfolio.latest_project, #about.software_about, #about_inner, #about{
	background:url(our_library/images/polygon-bg.png) !important;
	background-size: 100% !important; 
	background: fixed;
	position: relative;
	
}
#portfolio.latest_project .iebox{
	display: none;
}
.iebox .col-md-3{
	position: relative;
}
.iebox .back {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    background: #f68a21;
    padding: 2px 10px;
    color: #FFF;
    height: 113px;
	display: none;
}
.iebox .col-md-3:hover .back{
	display: block;
} 
.iebox .back p{
	color: #FFF;
	margin: 0;
	width: 100%;
}
.iebox .front {
    background: #000;
    padding: 20px 0;
    display: inline-block;
    height: auto;
	position: relative;
}
.iebox .front a {
    display: block;
    margin: 0;
}
.iebox h4 {
    color: #FFF;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}
*::-ms-backdrop, #portfolio.latest_project .iebox {display: block;} /* IE11 */
*::-ms-backdrop, #portfolio.latest_project .all_box {display: none;}

#about.software_about:after, #portfolio.latest_project:after, #about_inner:after, #about:after {
    position: absolute;
    content: '';
   /* background: url(our_library/images/tack.png) repeat-y top left -240px !important;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#about.software_about.about_text p, #about.software_about.about_text h4, #about_inner.about_text p, #about.about_text p{
	text-align: center;
}
#about.software_about .titlebar, #about_inner .titlebar{
	margin-bottom: 0;
}

#about_inner .titlebar{
	margin-bottom: 20px;
}
#portfolio.latest_project .tab-content .btn {
    line-height: 20px;
    border: 1px solid transparent;
	    padding: 10px 18px 8px;
}
#portfolio.latest_project .tab-content .btn:hover {
      border: 1px solid #f68a21;
    background: no-repeat;
	
   
}


#portfolio.latest_project .flip-container .back .content_box p {
    margin: 0;
    padding: 0 15px;
	color: #FFF;
}
#portfolio.latest_project .flip-container .back{
	padding: 0;
	    background: #f68a21;
}
#portfolio.latest_project .content_box {
    display: flex;
    align-items: center;
    vertical-align: middle;
    flex-flow: column;
    height: 100%;
	justify-content: center;
}

.panel-title > a {
	display: block;
	color: #FFF;
	padding: 12px 0;
}
.panel-default > .panel-heading {
	color: #FFF;
	background-color: #2b2929;
}
.bran_main {
	padding: 15px;
	background: #FFF;
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
}
.bands {
	background-image: url(our_library/images/marking-right.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s;
	overflow: hidden;
}
#more-features .col-sm-12:hover .bands {
	background-size: 130%;
}
.bands img {
	opacity: 1;
}
.brand_text {
	background: none;
	padding: 0;
	position: relative;
	top: -100px;
	width: 80%;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	box-shadow: none;
}
.brand_text .back p a {
    display: block;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: normal;
    text-transform: capitalize;
}
#more-features .col-sm-12:hover .brand_text {
	background: #000;
	color: #FFF;
	transition: all 0.5s;
}
.brand_text h4 {
	text-transform: uppercase;
	/*margin: 10px 0 20px;*/
	margin: 73px 0 20px;
}
#more-features .col-sm-12:hover .brand_text h4 {
	color: #FFF;
}
/* border-out */

.box-outer {
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 250px;
}
.main_box {
	width: 100%;
	height: 250px;
	padding: 30px;
	position: relative;
	border: 5px solid #FFF;
}
.bar {
	position: absolute;
	width: 50px;
	height: 5px;
	background: #FFF;
	transition: all 1s linear;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
#more-features .col-sm-12:hover .main_box {
	border: 5px solid #FFF;
}
/* border effictes */
#more-features .col-sm-12:hover .bar {
	background: #5f8cc9;
	display: none;
}
.bar.delay {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.main_box .top {
	top: -5px;
	left: -5px;
}
.main_box .right {
	top: 18px;
	right: -28px;
	transform: rotate(90deg);
}
.main_box .bottom {
	bottom: -5px;
	left: -5px;
}
.main_box .left {
	top: 18px;
	left: -28px;
	transform: rotate(90deg);
}
 @-webkit-keyframes h-move {
 0% {
left: -5px;
}
100% {
left: 100%;
}
}
 @keyframes h-move {
 0% {
left: -5px;
}
100% {
left: 100%;
}
}
.top, .bottom {
	-webkit-animation-name: h-move;
	animation-name: h-move;
}
 @-webkit-keyframes v-move {
0% {
top: -5px;
}
100% {
top:100%;
}
}
 @keyframes v-move {
 0% {
top: -5px;
}
100% {
top:100%;
}
}
.main_box .right, .main_box .left {
	-webkit-animation-name: v-move;
	animation-name: v-move;
}
#client_logo, #test_box {
	background: url(our_library/images/map_bg.png) no-repeat center center;
	background-attachment: fixed;
	padding: 100px 0;
}
#test_box {
	background: url(our_library/images/test-bg.png) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
}
.our_logos {
	width: 80%;
	margin: 30px auto 0;
}
section#clien_testmonial {
	padding: 100px 0;
	background: #f4f4f4;
}
#clien_testmonial .lSPager.lSpg {
	display: block;
}
#clien_testmonial .lSAction {
	display: none !important;
}
#clien_testmonial .our_logos {
	width: 100%;
	text-align: center;
	margin: 50px 0 0 0;
}
#clien_testmonial .our_logos h4 span {
	display: block;
	font-size: 14px;
	line-height: 30px;
}
/* arrow title here */

#arrowAnim {
	width: 100px;
	height: 80px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	left: 30%;
	top: -18px;
}
.arrow {
	width: 30px;
	height: 30px;
	border: 15px solid;
	border-color: black transparent transparent black;
	transform: rotate(-45deg);
}
.arrowSliding {
	position: absolute;
	-webkit-animation: slide 4s linear infinite;
	animation: slide 4s linear infinite;
}
.delay1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.delay2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.delay3 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
 @-webkit-keyframes slide {
 0% {
opacity:0;
transform: translateX(6vw);
}
 20% {
opacity:1;
transform: translateX(3vw);
}
 80% {
opacity:1;
transform: translateX(-3vw);
}
 100% {
opacity:0;
transform: translateX(-6vw);
}
}
@keyframes slide {
 0% {
opacity:0;
transform: translateX(6vw);
}
 20% {
opacity:1;
transform: translateX(3vw);
}
 80% {
opacity:1;
transform: translateX(-3vw);
}
 100% {
opacity:0;
transform: translateX(-6vw);
}
}
#clien_testmonial #arrowAnim {
	left: 210px;
}
#clients .item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.8;
	border: 1px solid #DDD;
}
footer {
	padding: 30px 0;
	background: #000;
	float: left;
	width: 100%;
}
.logo_footer img {
	max-width: 94px;
}
footer p {
	font-size: 14px;
	line-height: 22px;
	color: #e6e1e1;
}
.logo_footer a {
	padding: 0;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
	background: none;
	transition: all 0.5s;
}
.logo_footer a:hover {
	color: #f68a21;
}
a.logolink {
	padding: 0;
	display: block;
	background: none;
	margin: 0 0 10px;
	text-align: left;
}

.contact-info {
	margin: 0;
	padding:50px 0 0 0;
	list-style: none;
	font-size: 14px;
	color: #FFF;
}
.contact-info li:first-child {
	margin-top: 0;
}
.contact-info li {
	color: #d4d4d4;
	margin: 15px 0 0;
	position: relative;
}
footer .color-primary {
    color: #fff;
    padding-right: 25px;
}
footer .color-primary i {
    position: absolute;
    top: 5px;
    left: 0;
}
.bird {
	background-image: url(our_library/images/bird-cells.svg);
	background-size: auto 100%;
	width: 352px;
	height: 500px;
	will-change: background-position;
	animation-name: fly-cycle;
	animation-duration: 1s;
	animation-delay: -0.5s;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
}
.bird-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	will-change: transform;
}
 @keyframes fly-cycle {
 100% {
 background-position: -3600px 0;
}
}
footer .widget-title {
	color:#f68a21;
	font-size: 18px;
	line-height: 24px;
}
.our_servicesblog ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	color: #FFF;
	list-style: none;
}
.our_servicesblog ul li a {
	color: #d4d4d4;
	font-size: 14px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.our_servicesblog ul li a i {
	padding-right: 10px;
}
.ser_blog {
    width: auto;
   
    margin-left: 0;
}
.col-sm-12.col-md-3 h4.widget-title {
    padding-left: 0px;
}
.col-sm-12.col-md-4 h4.widget-title {
    padding-left: 0px;
}
.feed_box {
    margin-left: 10px;
}
.copy_rights p {
	margin: 0;
	font-size: 14px;
	text-align: center;
}
.copy_rights {
	text-align: center;
	background: #232323;
	color: #FFF;
	font-size: 14px;
	padding: 11px 0;
	display: block;
	width: 100%;
	float: left;
	border-top: 1px solid #403f3f;
}
.logo_footer ul, .social-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.logo_footer ul li {
	float: left;
	margin: 0px;
}
.social-info li {
	width: 100%;
	float: left;
}
.social-info li img {
	float: left;
	margin: 5px 15px 10px 0;
	max-width: 50px;
	border: 2px solid #DDD;
}
.social-info li:last-child img {
	margin: 5px 15px 0 0;
}
.pulse_box {
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	height: 11px;
	width: 11px;
	position: absolute;
	left: 14px;
	top: 0;
	margin: 11px 0px 0px -12px;
	-webkit-transform: rotateX(55deg);
	-moz-transform: rotateX(55deg);
	-o-transform: rotateX(55deg);
	-ms-transform: rotateX(55deg);
	transform: rotateX(55deg);
	z-index: 1;
}
.contact-info li:nth-child(2) .pulse_box {
    left: 16px;
	top: -2px;
}
.contact-info li:nth-child(3) .pulse_box {
    left: 16px;
	    top: -2px;

}
.contact-info li:nth-child(4) .pulse_box {
    left: 16px;
    top: -3px;
}
.pulse_box:after {
	content: "";
	border-radius: 50%;
	height: 30px;
	width: 30px;
	position: absolute;
	margin: -13px 0 0 -13px;
	-webkit-animation: pulsate 1s ease-out;
	-moz-animation: pulsate 1s ease-out;
	-o-animation: pulsate 1s ease-out;
	-ms-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-box-shadow: 0 0 1px 2px #f68a21;
	box-shadow: 0 0 1px 2px #f68a21;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
 0% {
 -webkit-transform: scale(0.1, 0.1);
 -moz-transform: scale(0.1, 0.1);
 -o-transform: scale(0.1, 0.1);
 -ms-transform: scale(0.1, 0.1);
 transform: scale(0.1, 0.1);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
 50% {
 opacity: 1;
 -ms-filter: none;
 filter: none;
}
 100% {
 -webkit-transform: scale(1.2, 1.2);
 -moz-transform: scale(1.2, 1.2);
 -o-transform: scale(1.2, 1.2);
 -ms-transform: scale(1.2, 1.2);
 transform: scale(1.2, 1.2);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
}
@-webkit-keyframes pulsate {
 0% {
 -webkit-transform: scale(0.1, 0.1);
 -moz-transform: scale(0.1, 0.1);
 -o-transform: scale(0.1, 0.1);
 -ms-transform: scale(0.1, 0.1);
 transform: scale(0.1, 0.1);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
 50% {
 opacity: 1;
 -ms-filter: none;
 filter: none;
}
 100% {
 -webkit-transform: scale(1.2, 1.2);
 -moz-transform: scale(1.2, 1.2);
 -o-transform: scale(1.2, 1.2);
 -ms-transform: scale(1.2, 1.2);
 transform: scale(1.2, 1.2);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
}
@-o-keyframes pulsate {
 0% {
 -webkit-transform: scale(0.1, 0.1);
 -moz-transform: scale(0.1, 0.1);
 -o-transform: scale(0.1, 0.1);
 -ms-transform: scale(0.1, 0.1);
 transform: scale(0.1, 0.1);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
 50% {
 opacity: 1;
 -ms-filter: none;
 filter: none;
}
 100% {
 -webkit-transform: scale(1.2, 1.2);
 -moz-transform: scale(1.2, 1.2);
 -o-transform: scale(1.2, 1.2);
 -ms-transform: scale(1.2, 1.2);
 transform: scale(1.2, 1.2);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
}
@keyframes pulsate {
 0% {
 -webkit-transform: scale(0.1, 0.1);
 -moz-transform: scale(0.1, 0.1);
 -o-transform: scale(0.1, 0.1);
 -ms-transform: scale(0.1, 0.1);
 transform: scale(0.1, 0.1);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
 50% {
 opacity: 1;
 -ms-filter: none;
 filter: none;
}
 100% {
 -webkit-transform: scale(1.2, 1.2);
 -moz-transform: scale(1.2, 1.2);
 -o-transform: scale(1.2, 1.2);
 -ms-transform: scale(1.2, 1.2);
 transform: scale(1.2, 1.2);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
}
.call-animation {
	background: none;
	width: 10px;
	height: 10px;
	position: absolute;
	margin: 0 auto;
	border-radius: 100%;
	border: none;
	animation: play 2s ease infinite;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 6px;
	left: 2px;
}
 @keyframes play {
 0% {
 transform: scale(0.1);
}
 15% {
 box-shadow: 0 0 0 2px rgba(246, 138, 33, 0.4);
}
 25% {
 box-shadow: 0 0 0 4px rgba(246, 138, 33, 0.4), 0 0 0 20px rgba(246, 138, 33, 0.2);
}
 25% {
 box-shadow: 0 0 0 6px rgba(246, 138, 33, 0.4), 0 0 0 30px rgba(246, 138, 33, 0.2);
}
}
.copy_rights {
	text-align: center;
	background: #000;
	color: #FFF;
	font-size: 14px;
	padding: 11px 0;
	display: block;
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	border-top: 1px solid #403f3f;
}
#footer {
	position: relative;
	z-index: 1;
}

.footer_socialmedia{
	padding-left: 60px
}
.contact_footer{

	
}

/* background animation */
#portfolio {
	position: relative;
}
#portfolio .container {
	position: relative;
	z-index: 1;
}
.scroll_box {
	background: gray url(https://subtlepatterns.com/patterns/geometry2.png) repeat 0 0;
	width: 100%;
	margin: 0;
	text-align: center;
	height: auto;
	position: absolute;
	content: '';
	height: 100%;
	top: 0;
	left: 0;
	-webkit-animation: slide1 5s linear infinite;
}
.image-bubble-close {
	display: none !important;
}
 @-webkit-keyframes slide1 {
 from {
background-position: 0 0;
}
 to {
background-position: -100px 0;
}
}
/* read more buttion */
#service {
	background: #060606 url(our_library/images/about-left.png) no-repeat left top;
	padding: 80px 0 60px;
	color: #FFF;
}
.sevice_inner h2 {
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
.sevice_inner h2 span {
	padding: 10px 0;
	text-transform: capitalize;
	font-size: 18px;
	display: block;
	text-align: left;
	line-height: 28px;
}
@-webkit-keyframes pulse {
 from {
 box-shadow: 0 0 0 0 rgba(242, 153, 76, 0.4);
}
 to {
 box-shadow: 0 0 0 45px rgba(242, 153, 76, 0);
}
}
 @keyframes pulse {
 from {
 box-shadow: 0 0 0 0 rgba(242, 153, 76, 0.4);
}
 to {
 box-shadow: 0 0 0 45px rgba(242, 153, 76, 0);
}
}
.marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.marquee img {
	max-width: 210px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.8;
	border: 1px solid #DDD;
	margin: 5px;
}
.marquee a {
    cursor: default;
}
#footer iframe {
	height: 147px;
}
.call_box {
	margin-top: 8px;
	margin-left: 8px;
	color: #fff;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	float: left;
	font-size: 16px;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
}
.call_box::after, .call_box::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0px;
	border: 2px solid #f68a21;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	animation: plusing 3s infinite;
	z-index: -1;
}
.call_box::before {
	animation-delay: .9s;
}
 @keyframes plusing {
 0% {
 transform: scale(0);
 opacity: 1;
}
 50% {
 opacity: .5;
}
 100% {
 transform: scale(2);
 opacity: 0;
}
}
.navbar-brand {
	height: auto;
	margin-left: 15px !important;
	padding: 10px 0 0;
}
/* search box */
.searc_box input {
	width: 30px;
	border: none;
	float: right;
	color: #FFF;
	transition: all 0.5s;
	background: none;
	padding: 7px 30px 7px 15px;
	outline: none;
}
.searc_box input:focus {
	width:62%;
	border-bottom: 1px solid #000;
}
.searc_box label {
	position: absolute;
	right: 10px;
	color: #FFF;
	
}
.searc_box {
	position: absolute;
	max-width: 260px;
	right: 15px;
	z-index: 7;
	top: 51px;
	width: 100%;
}
.navbar-fixed-top.scroll-fixed-navbar .searc_box {
	top: 27px;
}
.searc_box ::-webkit-input-placeholder {
color: #FFF;
}
.searc_box :-ms-input-placeholder {
color: #FFF;
}
.searc_box ::placeholder {
color: #FFF;
}
.search_page {
	margin-top: 0;
	padding: 0 10% 50px;
	padding-top: 50px;
	min-height: 580px;
	position: relative;
	z-index: 1;
}
.searc_box i.fa.fa-search {
	font-size: 20px;
	color: #FFF;
}
.search_page .searc_box {
	position: relative;
	top: 0;
	max-width: 600px;
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}
.search_page .searc_box input {
	padding: 0 50px 0 15px;
	width: 100%;
	border-radius: 22px;
	font-size: 18px;
	height: 45px;
	background: #fbfbfb;
	line-height: 45px;
	color: #000;
	border: 1px solid #DDD;
}
.search_page .searc_box ::-webkit-input-placeholder {
color: #000;
}
.search_page .searc_box label {
	position: absolute;
	right: 0;
	color: #FFF;
	top: 0;
	background: #000;
	height: 45px;
	width: 52px;
	border-radius: 0px 28px 25px 0;
	line-height: 49px;
}
.search_page .searc_box :-ms-input-placeholder {
color: #000;
}
.search_page .searc_box ::placeholder {
color: #000;
}
.searc_box h1 {
	margin: 30px 0;
	text-transform: capitalize;
	color: #f68a21;
}
.list-group-item {
	border-left: 4px solid #a29d9d;
	margin: 15px 0;
	padding: 33px 25px 23px;
}
.list-group-item-heading {
	margin: 0 0 8px;
	text-transform: capitalize;
	float: left;
	width: 100%;
}
.list-group-item .small {
	font-size: 100%;
}
.list-group-item:nth-child(2n) {
	background: #f9f9f9;
}
.pager-nav {
	text-align: center;
	margin: 30px auto 30px;
	position: relative;
	width: auto;
	display: inline-block;
}
.pager-nav:after {
	position: absolute;
	content: '';
	background: #000;
	height: 2px;
	width: 87%;
	left: 11px;
	top: 21px;
}
.list-group a {

	color: #000;
}
.pager-nav span {
	padding: 0;
	border: 1px solid #DDD;
	overflow: hidden;
	float: none;
	width: 40px;
	height: 40px;
	line-height: 37px;
	font-size: 16px;
	border-radius: 100%;
	margin: 0 10px;
	background: #FFF;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.pager-nav span.ActPage, .pager-nav span:hover {
    background: #000;
	cursor: pointer;
    color: #FFF !important;
}
.pager-nav span:hover {
	border: 1px solid #DDD;
	box-shadow: none;
	background: #000;
	color: #000;
}
#searchUpdate {
	margin: 30px 0 0;
	float: left;
	width: 100%;
}
.cookie-disclaimer {
	background: #000000;
	color: #FFF;
	opacity: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	height: auto;
	position: fixed;
	text-align: center;
	padding: 10px;
	z-index: 2;
	display: none;
}
.cookie-disclaimer.home{
	display: none;
}
.cookie-disclaimer button.btn {
	border-radius: 0;
	padding: 5px 25px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	margin: 0 3px;
}
.navbar-fixed-top {
	padding: 0;
}
/*.top_nav {
    text-align: center;
    padding: 5px 15px;
    background: #35322f;
    border-bottom: 1px solid #484343;
}*/
.top_nav {
	text-align: center;
	padding: 5px 15px;
	background: #000000;
	border-bottom: 1px solid #383636;
}
.navbar-nav > li {
	float: left;
	position: initial;
}
.navbar-nav > li > a {
	position: relative;
}
.navbar-nav > li a.active:after {
	position: absolute;
	content: '';
	border-left: 10px solid transparent;
	border-bottom: 10px solid #1a1f22;
	border-right: 10px solid transparent;
	right: 42%;
	bottom: 19px;
	z-index: 1;
}
.navbar-nav > li a.active:before {
	position: absolute;
	content: '';
	border-left: 12px solid transparent;
	border-bottom: 12px solid #f68a21;
	border-right: 12px solid transparent;
	right: 40%;
	bottom: 19px;
}
.navbar-fixed-top.scroll-fixed-navbar .navbar-nav > li a.active:before, .navbar-fixed-top.scroll-fixed-navbar .navbar-nav > li a.active:after {
	bottom: -1px;
}
.navbar-fixed-top.scroll-fixed-navbar .navbar-nav > li a.active:after {
	border-bottom: 10px solid #000;
}
.horiment {
	position: absolute;
	width: 75%;
	left: 12.5%;
	right: 12.5%;
	top: 111px;
	display: block;
	border-top: 1px solid #f68a21;
}
.navbar-nav > li:hover .horiment {
	display: block;
	padding: 0;
	cursor: pointer;
}
.navbar-fixed-top.scroll-fixed-navbar .horiment {
	background: #000;
	width: 100%;
	left: 0;
	right: 0;
	top: 86px;
}
.navbar-nav > li > a.active, .navbar-fixed-top.scroll-fixed-navbar .navbar-nav > li > a.active, .top_nav ul li a.active {
	color: #f68a21;
}
.inner_mainmenu .searc_box {
	top: 17px;
}
.top_nav ul li {
	display: inline-block;
}
.horiment ul {
	float: left;
	width: 100%;
	text-align: center;
}
.horiment ul li {
	padding: 0 13px;
	display: inline-block;
}
.inner_mainmenu .navbar-fixed-top.scroll-fixed-navbar .searc_box {
	top: 11px;
	z-index: 9;
}
.horiment ul h3 {
	color: #f68a21;
	font-size: 18px;
	font-weight: normal;
}
.top_nav ul li a {
	padding: 0 12px;
	cursor: pointer;
	color: #FFF;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
}
.horiment ul li a {
	color: #FFF;
	font-size: 13px;
	padding: 15px 0;
	line-height: 32px;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	letter-spacing: 1px;
}
.navbar-nav > li:nth-child(2) .horiment {
	width: 80%;
	left: 10%;
	right: 10%;
}
.navbar-nav > li:nth-child(2) .horiment ul {
	width: 25%;
}
.navbar-nav > li:nth-child(2) .horiment ul {
	width: 25%;
}
/* softarwe page style here */
#features {
	position: relative;
}
#particles {
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
	left: 0;
}
#particles1 {
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
	left: 0;
}
#features .service-box-content h4 {
	color: #FFF;
	cursor: default;
}
canvas {
	height: 100%;
	background-color: #000;
	width: 100%;
}
.inner_warp {
	background:#000 url(our_library/images/slider/intro_slide_1.jpg) no-repeat center top;
	min-height: 285px;
	position: relative;
	background-size: 100%;
}
.scroll_top_icn a {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #f68a21;
	display: inline-block;
	line-height: 30px;
	color: #FFF;
	font-size: 23px;
}
.scroll_top_icn {
	position: absolute;
	bottom: 27px;
	text-align: center;
	width: 100%;
}
#about.software_about h5 {
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 1px;
	margin-bottom: 10px;
	line-height: 19px;
}
.software_about .tab-content .btn {
	font-weight: 700;
}
.servicetabs .nav-tabs > li:first-child, .servicetabs .nav-tabs > li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.servicetabs .nav-tabs > li a {
    background: #FFF;
    border: 2px solid #f68a21;
    display: block;
    border-radius: 33px;
    padding: 10px 35px;
	cursor: pointer;
	color: #f68a21;
}

.software_about .nav-tabs > li.active > a, .software_about .nav-tabs > li.active > a:hover, .software_about .nav-tabs > li.active > a:focus{
	font-weight: 600;
	    background: #f68a21;
    border: 2px solid #f68a21;
    display: block;
    border-radius: 33px;
    padding: 10px 35px;
	color: #FFF;
	
}
#features .service-box {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
    min-height: 220px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
    border-left: 2px solid rgba(0, 0, 0, 0.7);
}

#features .service-box:first-child, #features .service-box:nth-child(4) {
    border-left: none;
}

#features .service-box:nth-child(4), #features .service-box:nth-child(5), #features .service-box:last-child{
	border-bottom: none;
}
.service-box:nth-child(4) {
	border-radius: 0 0 0 5px;
}
.service-box:first-child {
	border-radius: 5px 0 0 0;
}
.service-box:nth-child(3) {
	border-radius: 0 5px 0 0;
}
.service-box:last-child {
	border-radius: 0 0 5px 0;
}
.software_about .tab-content > .tab-pane ul li i {
	padding-right: 9px;
	color: #f68a22;
}
.software_about .tab-content > .tab-pane ul li {
	padding: 5px 0;
}
.flip-container {
	perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	
}
.flip-container, .front, .back {
	width: 100%;
	height: 110px;
	text-align: center;
	margin-bottom: 30px;
}
.flip-container .front h4 {
    color: #FFF;
    font-size: 28px;
}

.mare_fc .flip-container .front h4 {
    color: #FFF;
    font-size: 20px;
}

/* flip speed goes here */
.flip-container .flipper {
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}
/* hide back of pane during swap */
.flip-container .front, .flip-container .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	cursor: pointer;
}
.flip-container .front p, .flip-container .back p {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	padding-top: 25px;
}
.flip-container .back p {
	color: #0D0C0C;
	font-size: 14px;
}
/* front pane, placed above back */
.flip-container .front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: ratateY(0deg);
	background: #000;
	z-index: 2;
	    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.brand_text  .flip-container .front{
	    border:10px solid #FFF;
}
/* back, initially hidden pane */
.flip-container .back {
	padding-top: 28px;
	transform: rotateY(180deg);
	background: #ddd;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	color: #0D0C0C;
	    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#more-features.mare_fc {
	padding-bottom: 80px;
}
.flip-container .back p {
	cursor: pointer;
	color: #0D0C0C;
	font-size: 14px;
	padding: 30px 15px 0;
}
.brand_text .flip-container .back {
	padding-top: 2px;
	background: #FFF;
	border:10px solid #f68a21;
}

.brand_text1 .flip-container .back p {
    padding: 18px 15px 0;
}
.contact-info a {
    color: #f68a21;
    font-weight: normal;
}
#team .titlebar {
	margin-bottom: 30px;
	text-align: center;
}
.brand_text .back p a:hover{
	color: #f68a21;
}
.brand_text .back p a:last-child {
    margin-top: 10px;
    font-size: 16px;
    color: #f68a21;
    text-transform: uppercase;
    font-weight: 600;
}
#portfolio .service-box-icon i {
	color: #f68a21;
	background: none;
}
#tabs-holder1 .nav-tabs {
	text-align: center;
}
#tabs-holder1 .nav-tabs > li {
	float: none;
	display: inline-block;
}
#tabs-holder1 .tab-pane ul {
	float: left;
	border-radius: 5px;
}
#tabs-holder1 .nav-tabs > li:first-child {
	padding-right: 0;
	border-right: none;
}
#tabs-holder1 .tab-pane .row {
	margin: 0;
}
#tabs-holder1 .tab-pane ul li {
	background: #FFF;
	padding: 32px 15px 15px;
	margin: 0;
}
#tabs-holder1 .nav-tabs > li {
	float: none;
	display: inline-block;
	margin: 0 -4px;
}
#tabs-holder1 .nav-tabs > li > a {
	font-weight: bold;
	letter-spacing: 0;
	padding: 10px 39px;
	border-bottom: 2px solid #867f7f;
	color: #FFF;
}
#tabs-holder1 .nav-tabs > li:last-child {
	padding-left: 0;
}
#tabs-holder1 .nav-tabs > li.active > a, #tabs-holder1 .nav-tabs > li.active > a:hover, #tabs-holder1 .nav-tabs > li.active > a:focus {
	border-bottom: 2px solid #f68a21;
}
#teachstacks {
	padding: 80px 0;
	position: relative;
	background: #f9fafb;
}
#teachstacks #tabs-holder1 .nav-tabs > li > a {
	color: #000;
}
#tabs-holder1 .tab-pane .list_icns {
	text-align: center;
	float: none;
}

.tachstack_mar .tab-content a {
    margin-top: 20px;
    margin-right: 10px;
    line-height: 57px;
	cursor: default;
}
.tachstack_mar #tabs-holder1 .tab-pane .list_icns li {
    display: inline-block;
    background: #fbfbfb;
    margin: 5px;
    border: 1px solid #DDD;
    width: 17%;
    height: 97px;
    padding: 15px;
	cursor: default;
}
.tachstack_mar .tab-content a img {
    max-width: 121px;
}
.tachstack_mar .tab-content a {
    margin-top: 20px;
    margin-right: 10px;
    line-height: 66px;
}

#tabs-holder1 .tab-pane .list_icns li {
	display: inline-block;
	padding: 0;
	background: #fbfbfb;
	margin: 5px;
	border: 1px solid #DDD;
	cursor: default;
}
#tabs-holder1 .tab-pane .list_icns li  img{
	cursor: default;
}
.js-marquee {
	margin: 0 !important;
}
#teachstacks #tabs-holder1 .tab-pane ul li:hover {
	background: none;
}
#tabs-holder1 .tab-pane ul li:hover {
	background: #f58f2d;
	color: #FFF;
	cursor: pointer;
	transition: all 0.5s;
}
#portfolio #tabs-holder1 .tab-pane ul li:hover .service-box-icon i {
	color: #FFF;
}
#services {
	background: #FFF;
}
.services_inner .service-box-icon {
	float: none;
	margin-bottom: 20px;
	text-align: left;
}
.services_inner .service-box-content {
	padding: 0;
}
.services_inner .service-box {
    margin-bottom: 0;
    min-height: 345px;
}
.services_inner .service-box-content h4 {
	font-size: 18px;
	text-align: left !important;
}

.services_inner .service-box-content a p{
	color: #222;
}

.services_inner .service-box .service-box-content h4 i {
	position: relative;
	left: 0;
	transition: all 0.5s;
}
.services_inner .service-box:hover .service-box-content h4 i {
	left: 10px;
	color: #f68a21;
}
.services_inner .service-box img, .services_inner .service-box object {
	max-width: 150px;
	position: relative;
	z-index: -1;
}

object#governance {
    max-width: 175px;
}
.services_inner .service-box object#PRODUCTDEVELOPMENT {
    max-width: 167px;
}

.services_inner .service-box object#CS {
    max-width: 164px;
}
.services_inner .service-box object#UIUXSERVICES {
    max-width: 182px;
}

.services_inner .service-box object#Analytics {
    max-width: 161px;
}
.services_inner .service-box object#CLOUD {
    max-width: 153px;
}
.services_inner .service-box object#INTEGRATION {
    max-width: 146px;
}

.services_inner .service-box object#BLOCKCHAIN {
    max-width: 130px;
}

.services_inner .service-box  object#PROFESSIONAL {
    max-width: 178px;
}

.services_inner .service-box  object#PROFESSIONAL {
    max-width: 171px;
}
.sina-nav .sina-menu .mega-menu-col .sub-menu a {
	color: #FFF;
}

.inner_pagetext {
	position: absolute;
	z-index: 999;
	top: 175px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #FFF;
}
.inner_pagetext p{
	text-align: center;
}
.inner_warp.inner_title .inner_pagetext{
	top: 126px
}
.inner_warp.inner_title{
	min-height: 260px;
}

#about_inner, #team.our_vision, #our_team {
	padding: 80px 0;
}
#our_team {
	background: #f4f4f4;
}
#team.our_vision h3 {
	color: #f68a21;
	margin: 0px 0 15px;
}
.inner_pagetext h4, .inner_pagetext h1 {
	color: #FFF;
}
.inner_pagetext h4{
	display: none;
}
.inner_pagetext h1 {
	text-transform: capitalize;
}
.inner_pagetext p a {
	color: #FFF;
}
.inner_pagetext p span {
	padding: 0 8px;
}
#team.our_vision p {
	margin-bottom: 20px;
}
.core_vales li {
	line-height: 30px;
}
.teambox .singleMember {
	padding: 20px 0;
	text-align: center;
}
.teambox .singleMember .img_area {
	position: relative;
	margin: 0 15px;
}
.teambox .singleMember .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
}
.teambox .singleMember.team-style2 .overlay {
	height: 0;
	background-color: rgba(242, 156, 73, 0.9);
	transition: all .3s ease;
	background-image: none;
}
.teambox .singleMember.team-style2:hover .overlay {
	height: 100%;
}
.teambox .singleMember.team-style2 .socialLink {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	width: 100%;
	margin-top: -20px;
	transition: all .2s;
	text-align: center;
}
.teambox .singleMember .img_area img {
	border: 5px solid #cccccc;
}
.teambox .singleMember.team-style2:hover .socialLink {
	opacity: 1;
	margin-top: 0;
}
.teambox .singleMember .social_icon {
	display: table-cell;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	background-color: #ff5252;
	color: #fff;
	transition: all .3s;
}
.teambox .singleMember .socialLink a {
	font-size: 22px;
	color: #FFF;
	margin: 0 15px;
}
.teambox .singleMember .memberName {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 0;
}
.teambox .singleMember .designation {
	font-size: 14px;
	text-align: center;
}

.software_about .services_inner .service-box-content {
    padding: 0;
    max-width: 330px;
}
.software_about .services_inner .service-box-content a p{
	color: #222;
}

.software_about .services_inner .service-box-content p{
	text-align: left !important;
}

#about.servicetabs{
	padding-bottom: 50px;
}
#about.servicetabs .nav-tabs {
    border: none;
    text-align: center;
}
.servicetabs .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}
.listitems {
	margin-bottom: 20px;
}
.listitems li {
    position: relative;
    padding-left: 15px;
    line-height: 28px;
    color: #000;
	text-align: justify;
}

.listitems li:after{
	position: absolute;
	top: 0;
	left: 0;
	content:"\f105";
	font-family:'FontAwesome';
}

.sina-nav .sina-menu > li > a.active, .sina-nav .sina-menu .mega-menu-col .sub-menu a.active {
    color: #f68a21;
}
.contact-info p {
    color: #f68a21;
    font-weight: normal;
}

#contacts{
	padding: 0 0 30px;
}
.contact_left.contact_page {
    position: relative;
    right: 0;
    width: 100%;
    background:none;
    height: auto;
    z-index: 0;
    top: 0;
    color: #FFF;
    transition: all 0.5s;
    padding: 50px 30px 0;
    overflow: visible;
	
}
.contact_left.contact_page .form-control{
	box-shadow: none;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.contact_left.contact_page .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.contact_left.contact_page .form-control:-ms-input-placeholder {
  color: #000;
}
.contact_left.contact_page .form-control::-webkit-input-placeholder {
  color: #000;
}

.contact_left.contact_page .bootstrap-select .dropdown-toggle .filter-option-inner-inner, .contact_left.contact_page .conact-form input[type='checkbox'] + label{
	color: #000;
}
#contacts.contact-2{
	    padding: 0;
}
.left_contact {
    background: #000;
	background: rgba(0, 0, 0, 0.6);
    text-align: left;
    height: 103vh;
	padding-top: 50px;
	color: #FFF;
}

.left_contact img{
	max-width:60px;
}

#contacts.contact-2 .contact-info{
	margin: 0;
	padding: 0
}
#contacts.contact-2 .conact-form {
    padding: 30px 0 0;
}
#contacts.contact-2 .contact_left.contact_page{
	padding: 50px 0 0;
	
}
#contacts.contact-2 .contact-info p, #contacts.contact-2 .contact-info h4 {
    color: #FFF;
}


#footer .contact-info{
	padding: 0;
	margin: 0;
}
#contacts.contact-3 {
    background: #FFF;
    padding-top: 50px;
}
#contacts.contact-3 .col-md-8{
	border: 1px solid #DDD;
}
#contacts.contact-3 .left_contact {
    background: #000;
    height: 98.8vh;
    padding-top: 35px;
}
#contacts.contact-3 .contact-info .animated {
    margin-bottom: 0;
    text-align: left;
}

#contacts.contact-3 .left_contact img {
    max-width: 47px;
    float: left;
    overflow: hidden;
    margin: 16px 10px 63px 0;
}
#contacts.contact-3 .left_contact .phone_icn img, #contacts.contact-3 .left_contact .enlope img {
    margin: 27px 20px 28px 0;
    max-width: 40px;
}

#contacts.contact-3 .left_contact .enlope img{
	margin-top: 18px;
}
#contacts.contact-3 .contact_left.contact_page .form-control {
    box-shadow: none;
    border: 1px solid #cbcbcb;
    border-radius: 23px;
    padding: 8px 18px;
    height: auto;
}
#contacts.contact-3 .contact_left.contact_page textarea.form-control {
    border-radius: 13px;
}
#contacts.contact-3 .conact-form .btn-primary {
    max-width: 150px;
    width: 100%;
    text-transform: uppercase;
    background: #f68a21;
    border-color: #f68a21;
    border-radius: 20px;
    padding: 10px 12px;
}
.left_contact h3{
	text-transform: uppercase;
	color: #f68a21;
	font-size: 24px;
}
#contacts.contact-3 .contact_left.contact_page {
    padding: 23px 0 0;
}
#contacts.contact-3 .left_contact .logo_footer{
	text-align: center;
}
#contacts.contact-3 .left_contact .logo_footer ul {
	margin: 30px 0;
}
#contacts.contact-3 .left_contact .logo_footer img {
    max-width: 200px;
    margin: 30px 0;
}

#contacts.contact-3 .left_contact .logo_footer ul li{
	float: none;
	display: inline-block;
}


/* ourserves 2 */
.software_box {
    background: #608cc9;
    padding: 30px;
    color: #FFF;
    margin-bottom: 30px;
    margin-top: 5px;
}
.software_box a {
    background: #3778b2;
    font-size: 18px;
    color: #FFF;
    padding: 7px 50px 7px 15px;
    display: inline-block;
    position: relative;
    margin: 10px 0 0;
}
.software_box a:hover{
	background: #417aa5;
}
.software_box a i {
    background: #2f668f;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.software_box img {
    float: right;
    max-width: 50px;
}

.list_of_sevrvices ul{
	margin: 0;
	float: left;
	padding: 0 0 50px;
}
.list_of_sevrvices ul li {
		/*width: 31.333%;*/
	width: 33.333%;
    float: left;
    padding: 15px;
    min-height: 233px;
    text-align: center;
    background: #FFF;
    /*box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); */
    /*margin: 1%;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
	 transform: scale(1.05) translate3d( 0, 0, 0);
	transition: .3s;
	border: 1px solid #DDD;
	cursor: pointer;
	position: relative;
	
}

.list_of_sevrvices ul li:hover{
	box-shadow:-13px 11px 25px 1px rgba(0, 0, 0, 0.55);
	z-index: 1;
}

.list_of_sevrvices ul li:first-child{
	border-left: none;
	border-top: none;
	border-bottom: none;
}
.list_of_sevrvices ul li:nth-child(2), .list_of_sevrvices ul li:nth-child(3){
	border-top: none;
	border-left: none;
	border-bottom: none;
}

.list_of_sevrvices ul li:nth-child(10){

	border-left: none;
	border-bottom: none;
}
.list_of_sevrvices ul li:nth-child(3n){
	border-right: none;
}

.list_of_sevrvices ul li:nth-child(4n){
	border-right: none;
	border-left: none;
}
.list_of_sevrvices ul li:nth-child(7n){
	border-bottom: none;
}
.list_of_sevrvices ul li:nth-child(6n), .list_of_sevrvices ul li:nth-child(7n){
	border-left: none;
}

.list_of_sevrvices ul li img {
    max-width: 150px;
}

.list_of_sevrvices ul li:nth-child(2) img  {
    max-width: 120px;
}
.list_of_sevrvices ul li:nth-child(5) img{
	max-width: 138px;
}
.list_of_sevrvices ul li p{
	margin: 0;
}
.list_of_sevrvices ul li p a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
    display: block;
    text-transform: uppercase;
}

.digitalmarkeing{
	background: #f58931;
}

.digitalmarkeing a{
	background: #e27113;
}
.digitalmarkeing a:hover {
    background: #e67213;
}
.digitalmarkeing a i{
	background: #c25a05;
}

.list_marketing ul li:first-child img {
    max-width: 130px;
}
.list_marketing ul li:nth-child(2) img {
    max-width: 139px;
}

.list_marketing ul li:nth-child(5) img {
    max-width: 155px;
}
.ourservices-2 .list_of_sevrvices h2 {
    color: #618cc9;
	margin: 15px 0 20px;
	font-size: 24px;
	text-transform: uppercase;
}
.ourservices-2 .list_of_sevrvices.list_marketing h2{
	color: #f58931;
}
.ourservices-2 .list_of_sevrvices h2 i{
	padding-right: 20px;
}
#footer .contact-info a {
    padding-left: 0;
	color: #FFF;
}
.contact-info li:first-child span.color-primary {
    min-height: 83px;
    float: left;
}
#team.discuess.software_services {
    background: #000;
}

#team.discuess.software_services h3{
	color: #FFF;
	font-size: 33px;
    line-height: 48px;
    text-transform: none;
}
#team.discuess.software_services h3 span{
	color: #f68a21;
	display: block;
}
.mobile-sidebar .pn-ProductNav_Wrapper {
    position: relative;
    padding: 0 30px;
    margin: 0 34px 0 34px;
}

.feed_box ul li {
    float: left;
    position: relative;
    padding: 5px;
}

.feed_box ul li a:hover span {
	background: #4267B2;
	
}
.feed_box ul li:nth-child(2) a:hover span {
	background: #1DA1F2;
	
}
.feed_box ul li:nth-child(3) a:hover span {
	background: #2867B2;
	
}
.feed_box ul li:last-child a:hover span {
	background: #f00075;
	
}
.feed_box ul li img {
    display: none;

}
.feed_box ul li span {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
}
.feed_box ul li:hover span {
	display: block;
	
}

#footer .copy_rights p{
	text-align: center;
}
#about.software_about.industries_box h3{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	
}
.linst_of {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#about.software_about.industries_box p{
	font-size: 20px;
	line-height: 32px;
	color: #666666;
}

#about.software_about.industries_box ul li object {
    height: 50px;
    margin: 15px 0 0;
}

#about.software_about.industries_box .container{
	position: relative;
	z-index: 8;
}

#about.software_about.industries_box ul li {
    width: 23.3%;
    text-align: left;
    background: #FFF;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 5px;
    display: inline-block;
    border: 1px solid #f3f2f2;
	text-align: center;
}
#about.software_about.industries_box ul li h4 {
    font-size: 21px;
    margin: 4px 0;
    padding: 0;
    text-transform: capitalize;
}
#about.software_about.industries_box ul li p{
	text-align: center;
}
.software_index .brand_text {
  
    top:-60px;
    width: 80%;
    margin: 0 auto; 
	    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
	background: #FFF;
}
.software_index .brand_text p{
	text-align: center;
}
.software_index .box-outer {
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto;
}
.marking_right .bands {
	cursor: pointer;
    background-image: url(our_library/images/brand-1.jpg);
}
.software_index .main_box{
	    border: 5px solid #f9fafb;
			height: auto;
}

.software_index .brand_text a {
    padding: 7px 25px;
    display: inline-block;
    background: #f68a21;
    color: #FFF;
    border-radius: 7px;
    text-transform: uppercase;
	margin-top: 5px;
}
.software_index .brand_text h4 {
    text-transform: uppercase;
    margin: 10px 0 12px;
}

#features .service-box .service-box-icon {
    text-align: center;
    float: left;
    width: 50px;
}

.contact_left.contact_page .form-control{
	color: #000;
}

.row.contact-info .col-sm-6 {
    min-height: 96px;
}
span.mobile_marketing {
    line-height: 30px;
    display: block;
}


@media only screen and (min-width: 1200px) {
.horiment ul li {
	padding: 0 5px;
}
.conact-form .col-sm-6 {
	margin: 0 40px 0 25px;
	width: 44%;

}
.navbar-fixed-top.scroll-fixed-navbar .sina-nav .sina-menu .dropdown .mega-menu.dropdown-menu {
width: 115%;
	margin: 0;
	background: #000;
	left: -144px;
}
.sina-nav .sina-menu .mega-menu-col .sub-menu a {
padding: 6px 3px;
}
}

@media only screen and (min-width: 1300px) {
.horiment ul li {
	padding: 0 5px;
}
	.conact-form .col-sm-6 {
    margin: 0 55px 0 35px;  
    width: 42%;
}	
.navbar-fixed-top.scroll-fixed-navbar .sina-nav .sina-menu .dropdown .mega-menu.dropdown-menu {
width: 113%;
	margin: 0;
	background: #000;
	left: -144px;

}

	
	
	
.sina-nav .sina-menu .mega-menu-col .sub-menu a {
padding: 6px 3px;
}
	
	.contact_left{
		padding: 50px 15px;
	}
.conact-form h4 {
	margin: 20px 18px;	
}
	
.navbar-fixed-top.scroll-fixed-navbar .sina-nav .sina-menu .dropdown .mega-menu.dropdown-menu:after, .navbar-fixed-top.scroll-fixed-navbar .sina-nav .sina-menu .dropdown .mega-menu.dropdown-menu:before {
    position: absolute;
    left: -30px;
    content: '';
    background: #000;
    width: 54px;
    height: 55px;
    top: -1px;
    border-top: 1px solid #f68a21;
}

.navbar-fixed-top.scroll-fixed-navbar .sina-nav .sina-menu .dropdown .mega-menu.dropdown-menu:before{
	 right: -30px;
	left:auto;
}
	
	
	
@supports (-ms-accelerator:true) {
/*	.navbar-fixed-top.scroll-fixed-navbar .sina-nav .sina-menu .dropdown .mega-menu.dropdown-menu {
width: 110%;
	}*/
  /* IE Edge 12+ CSS styles go here */ 
}		
}

@media only screen and (min-width: 1600px) {
.horiment ul li {
	padding: 0 13px;
}
	.conact-form .col-sm-6 {
    margin: 0 55px 0 55px;  
    width: 42%;
}

.navbar-fixed-top.scroll-fixed-navbar .sina-nav .sina-menu .dropdown .mega-menu.dropdown-menu {
    width: 110%;
    margin: 0;
    background: #000;
    left: -150px;
}
	
.sina-nav .sina-menu .mega-menu-col .sub-menu a {
    padding: 6px 10px;
	}
	.contact_left{
		padding: 50px 30px;
	}
.conact-form h4 {
    margin: 20px 43px;
    font-size: 16px;
    font-weight: normal;
}
}
@media only screen and (max-width: 1170px) {

#features .service-box:nth-child(4), #features .service-box:nth-child(5), #features .service-box:last-child {
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
#features .service-box:first-child, #features .service-box:nth-child(4) {
    border-left: 2px solid rgba(0, 0, 0, 0.7);
}
	#tabs-holder1 .nav-tabs > li > a{
		padding: 10px 20px;
	}	
#team.discuess.software_services h3 {
    font-size: 23px;
    line-height: 32px;
	}
}



@media only screen and (max-width: 1024px) {
  ul.nav.nav-tabs{ display:block !important}
.conact-form .col-sm-6, .message_box {
	width: 100%;
	margin: 0;
}
#footer iframe {
	width: 100%;
}
#footer .col-sm-12 {
	width: 50%;
	min-height: 290px;
}
.horiment {
	width: 67%;
	left: 20%;
	right: 20%;
}
.horiment ul {
	padding: 15px 0;
}
.horiment ul li a {
	line-height: 20px;
	padding: 5px 0;
}
.inner_mainmenu .searc_box {
	top: 32px;
}
.inner_mainmenu .navbar-fixed-top.scroll-fixed-navbar .searc_box {
	top: 12px;
	z-index: 0;
}
.searc_box {
	right: 65px;
	z-index: 0;
}
	#contacts.contact-3 .left_contact img{
		margin: 56px 10px 63px 0;
	}	
#contacts.contact-2 .contact_left.contact_page {
    padding: 50px 25px 0;
}	
	
.mobile-sidebar .pn-ProductNav_Wrapper {
    position: relative;
    padding: 0;
    margin: 0;
}
	.pn-ProductNav {
    overflow-x: visible;
    overflow-y: visible;
	}
.sina-nav .sina-menu li a {
    color: #222;
    display: block !important;
    width: 100%;
    float: left;
    text-align: left;
	margin: 0;
}		

	.pn-Advancer{
		display: none;
	}	
	#intro h2 {
    font-size: 30px;
    line-height: 40px;
}
.sina-nav .sina-menu li a.pn-ProductNav_Link {
    padding-left: 25px;
}

.footer_socialmedia {
    padding-left: 15px;
}	
	
.contact_footer {
    padding-left: 15px;
}
.ser_blog {
    float: left;
    margin-left: 0;
}	
	
	.navbar-fixed-top.scroll-fixed-navbar a.navbar-brand img{
		    max-width: 66px;
	}
	
	
	.col-sm-12.col-md-3.footer_socialmedia h4.widget-title {
		padding-left: 0;
	}
	.col-sm-12.col-md-3.footer_socialmedia 	.feed_box {
		margin-left: -3px;
	}
		
	
}

@media only screen and (max-width: 986px) {
	#contacts.contact-3 .left_contact{
		height: auto;
		padding:20px 50px;
	}
	.inner_warp {
    background-size: cover;
    background-attachment: fixed;
}
	#contacts.contact-3 .left_contact img {
    margin: 10px 10px 40px 0;
}
#about.software_about.industries_box ul li {
    width: 23%;	
}
	
	#features .service-box{
		    min-height: 254px;
	}	
}

@media only screen and (max-width: 990px) {
	img.img-responsive.macaw_top{
		position: relative;
	}
}



@media only screen and (max-width: 768px) {
.servicetabs .nav-tabs > li:first-child, .servicetabs .nav-tabs > li:last-child {
   
    margin-top: 8px;
}
img.img-responsive.macaw_top {
    position: relative;
    left: 0;
    max-width: 542px;
    top: 0;
}
	#features, #team.discuess, #clients, #about_inner,  #our_team{
		padding-top: 30px;
    padding-bottom: 30px;
	}
	#more-features{
			padding-top: 30px;
    padding-bottom: 0;
	}
	#testimonials_rotator, #team.our_vision, #portfolio, #teachstacks, #portfolio.latest_project, #about.software_about, #about_inner, #about, .contact-info{
		padding-top: 30px;
		padding-bottom: 10px;
	}
	#portfolio .titlebar {
    margin-bottom: 20px;
}
	#portfolio .tab-content > .tab-pane{
		padding: 0;
	}
	#portfolio .intro_buttons {
    margin-top: -20px;
}
	.titlebar {
    margin-bottom: 10px;
	}
	
	.contact_left.contact_page{
		padding: 0 30px 0;
		
	}	
#contacts {
    padding: 0;
}
	#contacts .conact-form {
    padding: 30px 0 0;
}
.contact_left.contact_page .conact-form h4 {
    margin: 20px -16px;
}	
}

@media only screen and (max-width: 767px) {
.navbar-nav {
	background: #000;
	border-top: 1px solid #000;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
.navbar-toggle {
	background-color: #f68a21;
	border: 2px solid #f68a21;
}
#footer .col-sm-12.logo_footer {
	width: 100%;
	min-height: 50px;
}
#footer .col-sm-12.our_servicesblog {
	width: 24.33%;
	min-height: 50px;
	float: left;
}
#footer .col-sm-12 {
	width: 37.33%;
	min-height: 50px;
	float: left;
}
.sina-nav {
	min-height: 0;
}
.navbar-fixed-top.scroll-fixed-navbar .container-fluid1 {
	padding: 0;
}
.sina-nav.navbar-reverse .navbar-toggle i.fa.fa-bars {
	margin-top: 38px;
}
.navbar-fixed-top.scroll-fixed-navbar .sina-nav.navbar-reverse .navbar-toggle i.fa.fa-bars {
	margin-top: 15px;
}
.navbar-fixed-top.scroll-fixed-navbar .sina-nav.navbar-reverse .navbar-toggle i.fa.fa-times {
	margin-top: 5px;
}
#tabs-holder1 .tab-pane .list_icns li {
	max-width: 150px;
}
	
.inner_warp {
    background-size: cover;
    background-attachment: fixed;
}	
#about.software_about.industries_box ul li {
    width: 47%;
}
img.img-responsive.macaw_top {
    position: relative;
    left: 0;
    max-width: 400px;
    top: 0;
	margin-bottom: 30px;
}	
#features .service-box {
    min-height: 300px;
}	
.contact-info .animated:nth-child(3) {
    margin-bottom: 0;
}	
	
.contact_left.contact_page .conact-form h4 {
    margin: 20px -16px;	
	
}
	.feed_box ul li{
		padding: 4px;
	}	

}
@media only screen and (max-width: 990px) {.carerform {
    background: #eaeaea;
    padding: 31px;
    width: 100% !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.bg--gray{
    margin-bottom: 30px !important;
}
.sendrow {
    margin-top: 0px !important;
}
  

}
@media only screen and (max-width: 766px) {
.bg--gray{
    margin-bottom: 30px !important;
}
.sendrow {
    margin-top: 0px !important;
}
  
  
.contact-info li:first-child span.color-primary {
    min-height: 90px;
   
}
}

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

	.contact-info li:first-child span.color-primary {
    min-height: 124px;
	}
span.mobile_marketing {
    line-height: 20px;
	}	
}

@media only screen and (max-width: 639px) {
#features .service-box {
    min-height: 100px;
}
	
	.services_inner .service-box-icon{
		text-align: center;
	}	
.software_about .services_inner .service-box-content {
    padding: 0;
    max-width: 100%;
    text-align: center;
}
.software_about .tab-content > .tab-pane ul li {
    padding: 5px 0;
    min-height: 100px;
}
.services_inner .service-box {
    margin-bottom: 20px;
    min-height: 100px;
}
	
.feed_box ul li {
    width: auto;
	}
.col-sm-12.col-md-4 h4.widget-title, .col-sm-12.col-md-3 h4.widget-title {
    padding-left: 0;
}
	.feed_box {
    margin-left: 0;
}

	
}
@media only screen and (max-width: 599px) {
#footer .col-sm-12, #footer .col-sm-12.our_servicesblog, #footer .col-sm-12.logo_footer {
	width: 100%;
}
#tabs-holder1 .nav-tabs > li > a {
	padding: 10px 9px;
	font-size: 12px;
}
#tabs-holder1 {
	padding: 0;
}
#tabs-holder1 .tab-pane .list_icns li {
	width: 46.5%;
	float: left;
	max-width: 100%;
	    min-height: 98px;
}
#tabs-holder1 .tab-pane .list_icns li:nth-child(2n) {
	margin-right: 5px;
}
.contact_left.move-right {
    right: 0;
    width: 100%;
}
#contacts.contact-3 .left_contact {
       padding: 20px 15px;
}
	#contacts.contact-3 .conact-form h4 {
    margin: 20px 0;
}

	.conact-form .form-control ~ .focus-border, .conact-form .dropdown-toggle:focus ~ .focus-border{
		bottom: 0;
	}
	.tachstack_mar #tabs-holder1 .tab-pane .list_icns li {

    width: 47%;

}
#about_inner .container {
    position: relative;
    z-index: 1;
}	
.inner_pagetext h1 {
    text-transform: capitalize;
    font-size: 18px;
}
	
	.inner_warp{
		    background-size: cover;
	}	
	
	.feed_box ul li span{
		display: block;
		    padding-top:0;
		background: rgba(0, 0, 0, 0.7);
	}
	.feed_box ul li span i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}
	
	.search_page{
		padding: 50px 0 50px;
	}	
.search_page #searcharea {
    position: relative;
    left: 47px;
}
	.search_page .searc_box input{
		width: 100%;
	}
.our_servicesbox .services_inner .service-box-content h4, .software_about.our_servicesbox .services_inner .service-box-content a p{
	text-align: center !important;
	}
.contact-info li:first-child span.color-primary {
    min-height: 82px;
}
	
}

@media (max-width: 480px) {
.team-member {
	margin: 0;
}
	.brand_text .back p a {

    font-size: 16px;
     line-height: 25px;
 
}
.list_of_sevrvices ul li p a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin: 20px 0;
    display: block;
    text-transform: uppercase;
    line-height: 21px;
}	
	.list_of_sevrvices ul li{
		width:50%;
	}
#about.software_about.industries_box ul li {
    width: 100%;
    margin: 0 0 10px;
}
a.navbar-brand img {
    max-width: 74px;
    padding: 0;
}	
.searc_box {
    right: 47px;
}	

.inner_mainmenu .searc_box {
    top: 21px;
}
.sina-nav.navbar-reverse .navbar-toggle i.fa.fa-bars {
    margin-top: 26px;
}	
#team.discuess h3 {
    font-size: 24px;
}	

	#intro h2 {
    font-size: 20px;
    line-height: 25px;
}

	.inner_pagetext{
		    top: 120px;
	}
	.inner_warp{
	    min-height: 225px;	
	}
.software_about .nav-tabs > li.active > a, .software_about .nav-tabs > li.active > a:hover, .software_about .nav-tabs > li.active > a:focus, .servicetabs .nav-tabs > li a{
	    padding: 10px 15px;
	}
.services_inner .service-box {
    margin-bottom: 0;
    min-height: 317px;
}
	.contact_left h3 {
		font-size: 20px;
		}
#portfolio.latest_project, #about.software_about, #about_inner, #about {
    background: url(our_library/images/tack.png) repeat-y top right -322px !important;
	}
#about.software_about:after, #portfolio.latest_project:after, #about_inner:after, #about:after {
      background: url(our_library/images/tack.png) repeat-y top left -450px !important;
	}
span.mobile_marketing {
    line-height: 22px;
}	
	}

@media (max-width: 320px) {
	#intro h3 {
    font-size: 12px;
    line-height: 18px;
}
	.searc_box input:focus {
    width: 42%;
	}
}
.fbc-page .fbc-wrap .fbc-items {
    background-color: transparent !important;
}
ol.fbc-items li {
    float: left;
    margin: 10px;
    list-style: none;
}ol.fbc-items li a i {
    padding-right: 6px;
}
ol.fbc-items a {
    color: #fff !important;
}
ol.fbc-items {
    display: inline-block;
    padding-left: 0px !important;
}
.dropdown.bootstrap-select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.bs3 {
   background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    outline: none;
    margin: 0 0 17px;
    padding: .375rem 5px;
    color: #FFF;
    text-transform: none;
    width: 100%;
}
.filter-option-inner-inner {
    color: #fff;
}
textarea#req {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    outline: none;
    margin: 0 0 17px;
    padding: .375rem 5px;
    color: #FFF;
    text-transform: none;
    width: 100%;
    height: 100px !important;
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-weight: normal;
    display: block;
    position: relative;
    width: 100%;
    font-size: 11px !important;
  
}

.message_box span.wpcf7-list-item.first.last {
    width: 100%;
    margin-left: 0%;
}
.conact-form input[type='checkbox'] {
    height: 16px;
    width: 16px;
    position: relative;
    top: 3px;
    left: 0;
    opacity: 1;
    border: 1px solid #fff;
}
.fbc-wrap {
    text-align: center;
    display: inline-flex;
}
.inner_warp.inner_title .inner_pagetext {
    top: 125px;
}
.inner_pagetext p {
    display: none;
}
ol.fbc-items li {
    padding-top: 0px !important;
}
ul.page-numbers li {
    float: left;
    padding: 15px;
}

main#main article {
    background: #f9f9f9;
    border-left: 4px solid #a29d9d;
    margin: 15px 0;
    padding: 33px 25px 23px;
    border: 1px solid #a29d9d;
}

.contact_left {

    overflow-y: scroll;
    overflow-x: clip;
}
.singlemenu {
    top: 125px !important;
}
.mob-menu-logo-holder {
    display: none;
}

span.is-search-icon {
    font-size: 20px !important;
    color: #FFF !important;
    background: none !important;
    border: none !important;
}
nav.pagination li a {
    color: #fff;
}


input#is-search-input-169 {
    background: none !important;
    border-bottom: 1px solid #ccc !important;
    color: #dddddd !important;
    font-weight: 500;
}

.leftcopy {
    padding: 20px 0px; width: 55%; font-size: 12px; float: left
}	
	.rightcopy {
    padding: 20px 0px; width: 40%; font-size: 12px;    text-align: right;
   
    float: right;
  
}	.rightcopy a {
	color: #a3a3a3;
	font-weight: 600;}
@media (max-width: 1024px)
{
	
	
	
.leftcopy {padding: 20px 0px; width: 100%; font-size: 12px; float: none; text-align: center}	
.rightcopy { padding: 20px 0px; width: 100%; font-size: 12px;    text-align: center; float: none;}
	
	.rightcopy a{ margin-left: 3px !important;}
	.sina-nav .sina-nav-header {
    float: none;
    display: none;
    text-align: none ;
    height: 60px;
    z-index: 99;
    position: absolute;
    right: 0;
}
	.searc_box {
    position: relative !important;
    text-align: center !important;
    margin: AUTO !important;
    top: -45px !important;
    margin-left: 47% !important;z-index: 999999999999;
}
	.navbar-fixed-top.scroll-fixed-navbar {
    padding: 0;
    background: #000;
    height: 71px;
}

	
	.mobmenu-right-panel li, .rightmbottom, .rightmtop {
   padding-left: 0% !important; 
   padding-right: 0% !important; 
}
	#mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
    color: #f68a21 !important;
}
	.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible !important;
    -webkit-transform: translate3d(0,0,0);
}
}
	.theme_1.wpcf7-form input.error, .theme_1.wpcf7-form select.error, .theme_1.wpcf7-form textarea.error, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.required.error {
    border-bottom: 2px solid #f68a21 !important;
    outline: none !important;font-size: 14px !important;
    line-height: 1.42857143;
}
	.wpcf7-form label.error {
    color: #900;
    font-size: 11px;
    float: none;
    padding-left: 5px;
    display: none !important;
}

textarea::-webkit-input-placeholder {
color: #fff;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #fff;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff;  
}

textarea:-ms-input-placeholder {
color: #fff;  
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #f68a21 !important;
    color: #ffffff;
    border-radius: 0;
}

.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    opacity: 0.5 !important;
    position: fixed;
    cursor: pointer;
}

@media (max-width: 1400px) {
	
.searc_box {
    position: absolute;
    max-width: 150px;
    right: 15px;
    z-index: 7;
    top: 51px;
    width: 100%;
}
	
	
	
}
@media (max-width: 1200px) {
	
.searc_box {
 display: none;
}
	
	
	
}
@media (max-width: 1024px) {
	
.searc_box {
 display: none;
	    max-width: 250px;
}
	
	
	
}


.copyrights {
    background-color: #111111;
    color: #a3a3a3;
}
.attorna-copyright-left.attorna-item-pdlr {
    float: left;
    padding: 20px 20px 20px 0px; font-weight: 600}



.attorna-copyright-right.attorna-item-pdlr {
    text-align: right;
}
.attorna-copyright-right.attorna-item-pdlr {
    text-align: right;
    float: left;
    padding: 20px 0px 20px 20px;
}
.attorna-copyright-right.attorna-item-pdlr a {
    color: #a3a3a3;
    font-weight: 600;
}
.flip-containerinner {
    padding: 20px;
    
    text-align: center; box-shadow: 0px 0px 9px 9px #ccc; border-radius: 10px;
}


.icnonsappdev img { transition: 2s ease all;
    width: 70px !important;
    margin-bottom: 20px;
}

.icnonsappdev img:hover {
transform: scale(1.2);
}
.icnonsappdev:hover { cursor: pointer;
  filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}


.innerapplicaions {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ourfaqs {
    background: #d7d7d7;
    padding-top: 80px;
    padding-bottom: 80px;
}

.faq-title h4 {
    font-size: 18px !important;
   
}

a.navbar-brand #bccheader {
    max-width: 114px;
    width: 114px;
    padding: 0;
    background: url(https://www.bccunited.com/wp-content/uploads/2021/10/bccpl-logo.png);
    background-size: contain !important;
    height: 75px
    background-repeat: no-repeat;
}
	span.code {margin-right: 6px; color:#f68a21}

input[type='checkbox'] {
	margin-top: -30px;
}

input[type='checkbox'] {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	width: 17px;
	height: 15px;
	margin: 0;
	margin-right: 1px;
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
}

input[type='checkbox']:after {
	content: "";
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    position: absolute;
    cursor: pointer;
    height: 18px;
    width: 18px;
    left: -1px;
    top: -1px;
    font-size: 10px;
    border-radius: 3px !important;
	
}

/*input[type='checkbox']:hover:after, input[type='checkbox']:checked:hover:after {
	background: #f68a21;
	content: '\2714';
	color: #fff;
}*/

input[type='checkbox']:checked:after {
    background: url(https://www.bccunited.com/wp-content/uploads/2021/12/Icon-1.png);
  
}
span.wpcf7-list-item-label {
    padding-left: 15px;
}
.list_box span {
  
    width: 48%;
    transition: color 250ms cubic-bezier(.4, .0, .23, 1)!important;
}

span.caret {
    width: 2% !important;
}
.flip-containerinner {

    display: flex;
    align-items: center;  margin-bottom: 29px;
}
.flip-containerinner h4 {
    color: #000;padding-left: 33px; text-align: left
}
#okapi-wasb-button {
    bottom: 136px !important;
    right: 8px !important;
}

@media only screen and (max-width: 599px){
	.contact_left.contact_page {
    padding: 0 10px 0;}
	.list_box span {
    width: 100% !important;
    transition: color 250ms cubic-bezier(.4, .0, .23, 1)!important;
}.conact-form h4 {
    margin: 10px 0px !important;
    color: #f68a21;
    font-weight: normal;
}
	span.caret {
    width: 8px!important;
}
	div#tabs-holder1 ul.nav.nav-tabs {
    display: block !important;
}}

form.wpcf7-form.theme_0.noErrorMsg.invalid input#first_name,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#email,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#phone,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#country,
form.wpcf7-form.theme_0.noErrorMsg.invalid textarea#req


{
    background: url(https://www.bccunited.com/wp-content/uploads/2021/10/error.png) no-repeat right 5px center !important;   border-bottom: 2px solid #f68a21 !important;
    outline: none !important;font-size: 14px !important;
    line-height: 1.42857143;
}
span.wpcf7-not-valid-tip{ display: none !important}


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

.fbc-page .fbc-wrap .fbc-items li {
    padding: 0px 0px;}

.fbc-page .fbc-wrap .fbc-items li:first-child 
{
    border-radius: 4px 0 0 4px;
    padding-left: 0px !important;
    padding-right: 0px;
}
	
	
}
textarea.wpcf7-form-control.wpcf7-textarea.textarea {
    background: none;
    border: none;
    border-bottom: 1px
 solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    outline: none;
    margin: 0 0 17px;
    padding: 0.375rem 5px;
    color: #FFF;
    text-transform: none;
    width: 100%;
    height: 100px !important;
}


.lisboxspan span ,.textarea::-webkit-input-placeholder , span.wpcf7-list-item-label{    font-weight: 500 !important;
color: #fff !important;
}

input#is-search-input-169 {
  border: none !important;}




span.is-search-icon {
    position: relative;
    left: -38px;
    top: 0px;
}

input#is-search-input-169 {
    display: none;
}
#okapi-wasb-button{    z-index: 9 !important;}
input.wpcf7-form-control.wpcf7-captchar {
    color: #000 !important;
}
	span.wpcf7-form-control-wrap.captcha-778 span.wpcf7-not-valid-tip{display: block !important;}
.dropdown.bootstrap-select.wpcf7-form-control.wpcf7-select.bs3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
    width: 100%;padding-bottom:10px ;
}


.contact_left.move-right .dropdown.bootstrap-select.wpcf7-form-control.wpcf7-select.bs3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    width: 100%; padding-bottom:10px ;
}
@media only screen and (max-width:1300px){
.contact_left.move-right   .conact-form h4 {
    margin: 20px 14px;
   
}
.contact_left.move-right  .list_box span {
    width: 100%;
    transition: color 250ms cubic-bezier(.4, .0, .23, 1)!important;
  }}

.mob-menu-header-holder{    z-index: 9 !important;}
.bolgtitle h3 {
    font-size: 20px;
    font-weight: 600;
   margin-bottom: 10px;
    text-align: left;
    margin-top: 0px;
}

a.btn.btn-danger.readmore {
 color: #fff;
    background-color: #f68a21;
    border-color: #f68a21;
    padding: 9px 18px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #f68a21;
}
a.btn.btn-danger.readmore:hover {
    background: none;
    color: #f68a21;
}
.blogcontecnt , .buoon{
    text-align: left;
}

.bolgtitle {
    padding-top: 15px;
}
.blogimage img {
    border-radius: 75px 0px 0px 0px;
}
.fuulblog {
    padding-bottom: 40px;
}
section#bolg{
width: 100%;
    margin: 0;
    text-align: center;
    background: #f7f7f7 !important;
    background-repeat: repeat;
    background-position: center center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 80px;
  padding-bottom: 80px;}

.h1_title {
    color: #000;
    margin-bottom: 15px;
    font-size: 40px;
}

.sp-testimonial-free-section .tfree-client-testimonial p, .sp-testimonial-free-section .tfree-client-testimonial{ font-size:14px !important}




@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.dropdown.bootstrap-select.wpcf7-form-control.wpcf7-select.bs3 {
    padding-left: 5px !important;
}
.dropdown.bootstrap-select.wpcf7-form-control.wpcf7-select.bs3 {
    padding-left: 5px !important;
}

.testimonials_rotator{ disply:none}

section#team {
    background: url(https://www.bccunited.com/wp-content/themes/BCC%20United/our_library/images/parallax_bg/testimonials.jpg) !important;
}
section#team h1.h1_title{color:#fff !important}

.staffingbg{background-image: url(https://www.bccunited.com/wp-content/uploads/2022/07/Staffing.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    overflow: hidden;}
 span.wpcf7-spinner {
    display: none !important;
}
section#about1 h3 {
    color: #fff !important;
}
.lifeatbcc{  background: #000;}
figure.snip0063 figcaption h2 {
    font-size: 20px;
  font-weight: 600;}
figure.snip0063 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #000000;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.snip0063 * {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip0063 img:hover {
  opacity: 0.3;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
figure.snip0063 figcaption {
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px;
  background: #000000;
}
figure.snip0063 figcaption h2 {
  top: 50%;
  letter-spacing: -1px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
}
figure.snip0063 figcaption h2 span {
  font-weight: 800;
}
figure.snip0063 figcaption:before,
figure.snip0063 figcaption:after {
  background-color: rgba(255, 255, 255, 0.8);
  width: 0;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip0063 figcaption:before {
  left: 0;
  top: 0;
}
figure.snip0063 figcaption:after {
  bottom: 0;
  right: 0;
}
figure.snip0063.blue {
  background: #091b27;
}
figure.snip0063.blue figcaption {
  background: #2980b9;
}
figure.snip0063.red {
  background: #2e0e0a;
}
figure.snip0063.red figcaption {
  background: #f68a21;
}
figure.snip0063.yellow {
  background: #4d2909;
}
figure.snip0063.yellow figcaption {
  background: #e67e22;
}
figure.snip0063.green {
  background: #061c10;
}
figure.snip0063.green figcaption {
  background: #27ae60;
}
figure.snip0063.navy {
  background: #000000;
}
figure.snip0063.navy figcaption {
  background: #34495e;
}
figure.snip0063 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip0063:hover img,
figure.snip0063.hover img {
  opacity: 0.5;
}
figure.snip0063:hover figcaption:before,
figure.snip0063.hover figcaption:before,
figure.snip0063:hover figcaption:after,
figure.snip0063.hover figcaption:after {
  width: 100%;
}
.applynow {
    color: #f68a21;
    font-weight: 400;
    font-size: 15px; cursor: pointer;
}

	 .box1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
	 h5.Position_location {
    text-transform: capitalize !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #7e7e7e !important;
}
	 h4.Position_title {
    font-size:20px;
}
	 .sendrow { margin-top: 30px;} 
	 .bg--gray {
    background: #eaeaea;
    padding: 15px;
}
div#lightgallery-grid-442 img {    cursor: pointer;
    margin: 20px !important;
}

div#lightgallery-grid-442 a.lightgallery-grid-item img:nth-child(1) {
     margin-left: 0px !important;
}
div#lightgallery-grid-442 a.lightgallery-grid-item img:nth-child(3) {
     margin-right: 0px !important;
}

.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text{ color:#fff !important}

#Martech ul li img , div#tab_6 ul li img   ,div#Cms  ul li img  ,  .tab-pane  ul li img   {width: 166px !important;
    height: 96px !important;
}

@media only screen and (max-width: 1024px) {
  .maxwidth_1024r { width: 100%;}
 .maxwidth_1024r h3 {
    text-align: center !important;
}
  .maxwidth_1024l{width: 40%;  margin: 0% 30%; margin-bottom:70px}
 }
@media only screen and (max-width: 768px) {
  .maxwidth_1024r h3 {
    text-align: center !important;
}
  .maxwidth_1024r { width: 100%;}
  .maxwidth_1024l{ width: 50%; margin: 0% 25%; }
}

@media only screen and (max-width: 700px) {
  .maxwidth_1024r h3 {
    text-align: center !important;
}
  .maxwidth_1024r { width: 100%;}
  .maxwidth_1024l{ width: 90%; margin: 0% 5%; }
}

.row.team_members_wrapper.tachstack_mar ul li img {
    margin-top: -15px;
}
.col-sm-8.maxwidth_1024r h3 {
    display: none;
}
.svglog{ width:242px}
input#is-search-input-169 {
    background: none !important;
    border-bottom: 1px solid #ccc !important;
}
 .soff{ color: #000;	
    text-transform: uppercase;
    margin: 10px 0 12px;font-size: 18px;} 
		  
		  #more-features .col-sm-12:hover .brand_text .soff{ color: #fff;}
	.letter-image1 a span {
    background: #4c4d51;
    color: #FFF;
    padding: 11px;
    margin-right: -10px;
    text-transform: capitalize;
    position: absolute;
    display: none;
    width: 200px;
    top: -2px;
    right: 70px;
    font-size: 14px;
}


	.floating {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 124px;
    right: 10px;
 
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    z-index: 100;
}
#more-features{ padding-bottom:30px}
.float-button{
	margin-top:14px;
}
.leftcopy {
    padding: 20px 0px; width: 57%; font-size: 12px; float: left
}	
	.rightcopy {
    padding: 20px 0px; width: 40%; font-size: 12px;    text-align: right;
   
    float: right;
  
}	.rightcopy a {
	color: #a3a3a3;
	font-weight: 600;}
	
	
@media (max-width: 1024px)
{	
.leftcopy {padding: 20px 0px; width: 100%; font-size: 12px; float: none; text-align: center}	
  .rightcopy { padding: 20px 0px; width: 100%; font-size: 12px;    text-align: center; float: none;}}

.flicon{margin-right:0px !important }
	.cleafix{ clear: both}
	#success_div{color:green !important;; margin-top:5px !important;}
			  .imagege{width:150px  !important;}
			  .evry{color: #f68a21 !important; }
				.fefefe{margin-left: 0px !important;}
				.fvvfvf{margin-left: 0px !important; padding-left: 0px !important;}
form.wpcf7-form.theme_0.noErrorMsg.invalid input#first_name,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#email,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#phone,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#country,
form.wpcf7-form.theme_0.noErrorMsg.invalid textarea#req, 
.wpcf7-not-valid

{
    background: url(http://beta.bccunited.com/wp-content/uploads/2021/10/error.png) no-repeat right 5px center !important;   border-bottom: 2px solid #f68a21 !important;
    outline: none !important;font-size: 14px !important;
    line-height: 1.42857143;
}
span.wpcf7-not-valid-tip{ display: none !important}


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

.fbc-page .fbc-wrap .fbc-items li , .fbc-page .fbc-wrap .fbc-items li:last-child,.fbc-page .fbc-wrap .fbc-items li:first-child, .fbc-page .fbc-wrap .fbc-items li{margin: 3px !important;
    padding: 0px 0px !important;}

.fbc-page .fbc-wrap .fbc-items li:first-child 
{
    border-radius: 4px 0 0 4px;
    padding-left: 0px !important;
    padding-right: 0px;
}
	
	
}
textarea.wpcf7-form-control.wpcf7-textarea.textarea {
    background: none;
    border: none;
    border-bottom: 1px
 solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    outline: none;
    margin: 0 0 17px;
    padding: 0.375rem 5px;
    color: #FFF;
    text-transform: none;
    width: 100%;
    height: 100px !important;
}


.lisboxspan span ,.textarea::-webkit-input-placeholder , span.wpcf7-list-item-label{    font-weight: 500 !important;
color: #fff !important;
}



.mob-menu-header-holder{    z-index: 9999 !important; width:50% !important}

#more-features .col-sm-12:hover .bands {
	background-size: 130% !important;
}
.col-md-4.col-sm-12.animated.fadeInRight.visible:hover .bands img{  transform: scale(1.2); }
.bands img{ transition: transform 2s;}

     .desktop img{ width:100%}
     .desktopbanner { width:100%}
 .desktopbanner{ display:block}
  .mobilebanner{ display:none }
@media only screen and (max-width: 912px){
    
  .h1_title{ color: rgb(255, 255, 255) !important;
    margin-bottom: 15px !important;
     font-size: 30px !important;}
  
  
  .desktopbanner{ display:none !important}
  .mobilebanner{ display:block !important}
}


@media only screen and (max-height: 400px){
  .desktopbanner{ display:block !important}
  .mobilebanner{ display:none !important}
}

.display_none{ display:none !important}
svg.twiter_svg {
    color: #fff;
    fill: #fff;
    height: 20px;
    position: relative;
    top: 2px;
    width: 17.15px !important;
}
svg.twiter_svg1 {
    color: #fff;
    fill: #fff;
    height: 21px;
    position: relative;
    top: 3px;

}
#loftloader-wrapper.pl-imgloading #loader .imgloading-container {
    position: unset !important;
  
  
}
#clients .item img{background: #fff !important;} 

.twiter_svg1 {
    position: relative;
    top: 3px !important;
}

.wt-cli-ckyes-brand-logo {
    display: none !important;
}

#loftloader-wrapper.pl-imgloading #loader .imgloading-container {
    position: unset !important;
  
}

#flat-preloader-overlay img {
    margin-bottom: 10px;
    width: 200px !important;
}
input#miniorange_otp_token_submit_\{FORM_ID\} {
    color: #fff;
    background-color: #f68a21;
    border-color: #f68a21;
    BOX-SHADOW: 0PX 0PX 0PX #FFF;
    BORDER: 0PX SOLID #FFF;
    FLOAT: LEFT;
    PADDING: 5PX;
}
.validation_box1 p span input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    background: none !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0 !important;
    outline: none;
    margin: 0 0 17px !important;
    padding: .375rem 5px !important;
    color: #FFF !important;
    text-transform: none !important;
    width: 82% !important;
    margin-left: 2% !important;}

@media only screen and (max-width: 767px){
 .col-sm-8.pl-0.blog_p 
  {padding-right: 15px;
  padding-left: 15px !important;}
  section#blog1 {
    PADDING-TOP: 5PX !important;
}
  .blog_left {
    MARGIN-BOTTOM: 40PX !important;
}
  input#miniorange_otp_token_submit_\{FORM_ID\}{ width:100%}
.validation_box1 p span input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    background: none !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0 !important;
    outline: none;
    margin: 0 0 17px !important;
    padding: .375rem 5px !important;
    color: #FFF !important;
    text-transform: none !important;
    width: 100% !important;
    margin-left: 0% !important;

          margin-top: 16px !important;
        margin-bottom: 0px !important;
  }


}
span.country-name {
    color: #000 !important;
}
.feed_box ul li {
    padding-top: 0px !important;
}
input#miniorange_otp_token_submit_\{FORM_ID\} {
    position: relative;
    z-index: 999;
}
a {    cursor: pointer !important;}
div#accordion-column .sub_tit {color: #f68a21 !important;}


.gs_logo_single--inner {
    border: 1px solid #ccc  !important;
}
.margin-bottom10{ margin-bottom:10px}

.contact_button_top{text-align:center;margin-top:30px;}
.Content_dispaly{display:none !important;padding: 1em 2em 1em 3.5em !important;}

.margoin_0{margin: 0px !important;}
.width_150{width:150px !important}

.ml-0{margin-left: 0px !important}
.mr-0{margin-right: 0px !important}
.pl-0{ padding-left: 0px !important}
.box111 {
    width: 46%;
    margin: 1%;
    float: left;
    height: 78px;
}
.box1111 {
    width: 94%;
    margin: 1%;
}
.col-sm-12.text-center p {
    text-align: center;
}
label.bcc_label {
    color: #000 !important;
}
label.bcc_label span {
    color: #f68a21 !important;
    font-weight: blod !important;
}
input[type=text]:focus, textarea:focus, .form-control:focus {
    -moz-box-shadow: 0 0 5px #f68a21;
    -webkit-box-shadow: 0 0 5px #f68a21;
    box-shadow: 0 0 5px #f68a21;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #f68a21 !important;
}
@media only screen and (max-width: 900px){
  .intro_buttons a

 {
    white-space: break-spaces !important;
}
.validation_box input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100% !important;
    margin-left: 0% !important;
    margin-top: 1% !important;
    margin-bottom: 2% !important;
}
.box111 {
    width:98%;
    margin: 1%;
    float: left;
    height: auto;
}
.box1111 {
    width: 98%;
    margin: 1%;
}

}
.wpcf7-response-output {
    color: black !important;
}
label.bcc_labelss{font-weight:500 !important}
div#Tags a:focus

 {
    color: #000;
    outline: 1PX SOLID #CCC !important;
    border: 1PX SOLID #CCC !important;
    text-decoration: none !important;
}
.mission_line{     font-style: italic !important; font-weight:500 !important}

.Certifications_Block h3 a {
    color: #f68a21;
}

.blog_Cont a {color: #f68a21;
}

