html,body{
    overflow-x:hidden;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 40px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 40px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.screen-reader-text {

}
.consultplus-blog-layout-one.inner-blog-section .inner-blog-content .inner-blog-img {
    min-height:100px;
}
.sticky,.tag-sticky-2 {
    position:relative;
}
.stick-pin {
    border-color: #ffac55 #ffac55 transparent;
    border-style: solid;
    border-width: 25px 14px 22px 13px;
    position: absolute;
    right: 32px;
    top: 0;
    z-index: 6;
}
.stick-pin i {
    color: #fff;
    font-size: 16px;
    left: -4px;
    position: absolute;
    top: -19px;
}
table {
    border: 1px solid #ffac55;
    color: #838b8c;
    margin: 10px 0;
    width: 100%;
}
td, th {
    border: 1px solid #ffac55;
    color: #838b8c;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px;
    text-align: center;
}
thead th {
    color: #838b8c;
    border-bottom: 2px #ffac55 solid;
}
th a {
    color: #343a3b;
}
dl {
    margin-bottom: 10px;
}

dt {
    font-weight: bold;
    color: #343a3b;
}

dd {
    margin-bottom: 10px;
    color: #838b8c;
}

li {
    font-size: 15px;
    font-family: 'Domine', serif;
    color: #838b8c;
    line-height: 1.85;
    font-weight: 400;
}
ul, ol {
    margin: 0 0 15px 15px;
    padding:0;
}
ul {
    list-style-type: disc;
}
ul ul,ol ul{
    list-style-type: square;
}
ul ul ul,ol ul ul,ol ol ul,ul ol ul{
    list-style-type: circle;
}
ol {
    list-style: decimal;
}

li > ol {
    margin: 0 0 0 15px;
}
ol {
    list-style-type: decimal;
}
ol ol ,ul ol{
    list-style: upper-alpha;
}
ol ol ol,ol ul ol,ul ol ol,ul ul ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
address {
    font-weight: bold;
    color: #838b8c;
}
h1,h2,h3,h4,h5,h6 {
    clear:both;
}
h1{
    font-weight: 500;
}
iframe {
    max-width:100%;
}
h6 {
    font-size:14px;
    font-weight: 600;
}
code,
pre {
    color:#16d428;
    background:transparent;
}
a {
    color:#343a3b;
}
big {
    text-transform:capitalize;
}
.consultplus-blog-layout-one .inner-blog-content {
    margin-bottom:20px;
}
figure {
    display:block;
    max-width:100%;
}
figcaption {
    color: #838b8c;
    font-weight:600;
    line-height:2;
    text-align:center;
}
.inner-blog-content .inner-blog-text {
    text-align:left;
}
button, input, optgroup, select, textarea {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: inherit;
    background: #fff;
    border: 1px solid #ccc;
    font-family: 'Ubuntu', serif;
    padding:5px;
    max-width:100%;
}
input {
    min-height:40px;
}
input[type = "submit"] {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    background: #16d428;
    border: 3px solid transparent;
    padding: 9px 20px;
}
input[type="submit"]:hover {
    border-color: #16d428;
    color: #16d428;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
blockquote a {
    color : #fff;
}
a:hover {
    color: #ffaf5d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget {
    margin-bottom:20px;
}
.widget ul {
    list-style-type:none;
    margin-left:0;
}
.widget li {
    color: #ffac55;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height:1.5;
}
.widget li:before {
    content: "\f101";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.widget a {
    display: inline-block;
    font-size: 13px;
    color: #838b8c;
    font-family: 'Ubuntu', serif;
    letter-spacing: -0.2px;
    line-height:1.5;
}
.widget a:hover {
    color: #ffaf5d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget h3{
    color: #343a3b;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: -0.7px;
}
.widget_search {
    overflow: hidden;
}
.widget_search label {
    display: block;
}
.widget_search input[type="text"] {
    float:left;
    width:75%;
}
.widget_search input[type="submit"] {
    float:left;
    width:25%;
    padding: 9px 1px;
}
.widget_tag_cloud .tagcloud {
    overflow: hidden;
}
.widget_tag_cloud .tagcloud a {
    padding: 10px 14px;
    background-color: #16d428;
    border-radius: 30px;
    display:block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 3px solid transparent;
    float: left;
    margin: 0 4px 10px;
    line-height:18px;
    min-height:44px;
}
.widget_tag_cloud .tagcloud a:hover {
    border-color: #16d428;
    color: #16d428;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget_nav_menu ul li li {
    padding-left: 18px;
}
.bcp-widget-tag ul {
    list-style-type: none; 
}
.bcp-widget-tag ul li {
    padding-left: 0;
}
.bcp-widget-tag ul li a{
    color:#fff;
}
.bcp-widget-tag ul li a:hover {
    color: #16d428;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bcp-widget-tag ul li:before {
    content:"";
    display:none;
}
.footer.bcp-footer-layout-one .footer-widget ul {
    list-style-type: none;
}  
.footer.bcp-footer-layout-one .footer-widget ul a {
    color: #838b8c;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    /*text-transform: uppercase;*/
}
.footer.bcp-footer-layout-one .footer-widget ul a:hover {
    color: #ffac55;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer.bcp-footer-layout-one .footer-widget label {
    color:#fff;
    margin-right:10px;
}
.footer.bcp-footer-layout-one .footer-widget.widget_nav_menu ul {
    margin-left:0;
}
.main-header .navigation-block ul{
    list-style-type:none;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu {
    left: -20px;
    border-top: 3px solid transparent;
    position: absolute;
    top: 175%;
    width: 250px;
    z-index: 3;
    background-clip: padding-box;
    padding: 8px 0;
    transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(38,40,41,0.9);
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu li {
    padding-bottom: 10px;
    float:none;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu li:hover a{
    color:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu .sub-menu > li:hover a{
    color: #ffac55;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu li .sub-menu {
    left:100%;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu li:hover .sub-menu {
    opacity: 1;
    top: -20px;
    transition: top 0.3s ease 0s;
    -webkit-transition: top 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s;
    -ms-transition: top 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s;
    visibility: visible;
}
.bcp-header-layout-one .main-header .navigation-block .navigation li:hover >.sub-menu {
    opacity: 1;
    top: 67%;
    transition: top 0.3s ease 0s;
    -webkit-transition: top 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s;
    -ms-transition: top 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s;
    visibility: visible;
}
body.single .inner-blog-content figure.inner-blog-img {
    min-height:95px;
}
blockquote {
    border-left : none;
    background-color: #03b6e7;
    border-left: 0;
    padding: 59px 11.9% 69px;
    position: relative;
    margin-bottom: 35px;
}
blockquote p {
    color:#fff;
}
blockquote::before, blockquote::after {
    font-family: Montserrat, sans-serif;
    font-size: 100px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    position: absolute;
    content: "“";
}
blockquote:before {
    left: 44px;
    top: 21px;
}
blockquote:after {
    bottom: -35px;
    right: 46px;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
}
.btn.btn-primary {
    background-color: #16d428;
    border-radius: 30px;
    display: inline-block;
    margin-left: 0;
    margin-top: 13px;
    padding: 15px 29px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 3px solid transparent;
    background: #16d428;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 37px;
}
.btn.btn-primary:hover {
    border-color: #16d428;
    color: #16d428;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn.btn-trans {
    background-color: rgba(22, 212, 40,.7);
    border-radius: 30px;
    display: inline-block;
    margin-left: 0;
    margin-top: 13px;
    padding: 15px 29px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 3px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 37px;
}
.btn.btn-trans:hover {
    border-color: rgba(22, 212, 40,.7);
    color: rgba(22, 212, 40,.7);
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
mark, .mark {
    background-color: #16d428;
    color:#fff;
    padding:0 5px
}
.footer-widget.widget_calendar  #prev a,
.footer-widget.widget_calendar  #next a {
    color:#838b8c;
}
.pagination {
    padding-left: 0;
    list-style-type: none;
    display:block;
    text-align:center;
    border-radius:0;
    margin:0;
}
.pagination li {
    display: inline-block;
    margin: 0 3px;
}
.pagination li a {
    color: #343a3b;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    height: 48px;
    width: 48px;
    line-height: 34px;
    text-align: center;
    display: block;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    display: block;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius:50%;
}
.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination li:hover a {
    border-color: #ffac55;
    background:transparent;
    color: #343a3b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tag-pagination .inner-blog-txt a{
    color: #343a3b;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    height: 48px;
    width: 48px;
    line-height: 46px;
    text-align: center;
    display: block;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    display: inline-block;
}
.tag-pagination .inner-blog-txt a:hover {
    border-color: #ffac55;
    background:transparent;
    color: #343a3b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-widget {
    margin-bottom:20px;
}




.blog-comment-block .media .media-body .comment-reply-link {
    margin-bottom: 0;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #16d428;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 3px solid transparent;
    position: absolute;
    right: 0;
    top: 1px;
    padding: 2px 17px;
    margin-left: 0;
    margin-top: 0;
}
.blog-comment-block .media .media-body .comment-edit-link {
    margin-bottom: 0;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #16d428;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 3px solid transparent;
    right: 0;
    top: 1px;
    padding: 2px 17px;
    margin-left: 0;
    margin-top: 0;
}
.blog-comment-block .media .media-left img.avatar {
    border-radius:50%;
}
.bcp-blog-comment-block {
    padding-bottom: 95px;
}
.bcp-comment-form {
    background-color: #e7eff1;

}
.bcp-comment-form .popup-form-block {
    list-style-type: none;
}
.bcp-comment-form .popup-form-block li .popupform-field{
    float:left;
    margin-right: 4%;
    width: 47.2%;
}
.bcp-comment-form .popup-form-block li .popupform-field:last-child {
    margin-right:0;
}
.bcp-comment-form .popup-form-block input.form-control ,
.bcp-comment-form .popup-form-block textarea.form-control {
    border-top:0;
    box-shadow: none;
    min-height:0;
}
.bcp-comment-form .popup-form-block input.form-control:focus,
.bcp-comment-form .popup-form-block textarea.form-control:focus {
    border-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #cddbde;
}

/*20-may*/


.bcp-about-us-block-v-one-layout-one .about-us{
    z-index: 2;
    top: 159px;
}
.bcp-about-us-block-v-one-layout-one .about-us-content .common-btn {
    padding: 10px 22px !important;
    margin-top: 0 !important;
}
.bcp-about-us-block-v-one-layout-one .heading-block{
    margin-top: 0;
}
.bcp-about-us-block-v-one-layout-one .experience-year.cart strong{
    font-size:75px;
}
.bcp-steps-version-one.ptb {
    padding-top: 75px;
    padding-bottom: 80px;
}
.bcp-featured-project-v-one.ptb {
    padding-top: 72px;
    padding-bottom: 95px;
}
.owl-wrapper {
    max-width: none;
}
.bcp-testimonial-v-one-layout-four.testimonial-block{
    padding-top:75px;
}
.bcp-testimonial-v-one-layout-four.testimonial-block .author-text{
    padding-bottom: 0;
}
.bcp-testimonial-v-one-layout-four .client-image img {
    border-radius: 50%;
}
.bcp-blog-sec-version-one .ptb{
    padding-top: 70px;
}
.bcp-blog-sec-version-one .blog-header{
    margin-bottom: 18px;
}
.bcp-blog-sec-version-one .blog-text .blog-time{
    margin-bottom: 6px;
}
.bcp-blog-sec-version-one .medium-heading{
    margin-top: 0;
}
.bcp-contact-block-version-one.ptb{
    padding-top: 75px;
}
.bcp-footer-layout-one .ptb {
    padding-top: 53px;
    padding-bottom: 10px;
}
.bcp-footer-layout-one.footer h5 {
    letter-spacing: -0.7px;
} 
.bcp-footer-layout-one.footer .footer-form-section p {
    line-height: 1.5;
}
.footer-form-section .mc4wp-form input[type="text"] {
    background-color: #323334;
    font-size: 13px;
    color: #5e5e5e;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    float: left;
    border: 0;
    height: 54px;
    border-radius: 28px;
    width: 73%;
    padding: 0 68px 0 34px;
}
.mc4wp-form{
    position:relative;
}
.bcp-footer-layout-one .footer-form-section .mc4wp-form button {
    font-size: 15px;
    position: absolute;
    padding: 13px 29px;
    right: 41px;
    top: 0px;
    margin-left: 0;
    margin-top: 0;
}
.footer-form-section .mc4wp-form button:hover {
    background-color: #323334 !important;
}
.bcp-footer-layout-one .footer-nav{
    list-style:none;
    margin-left:0;
}
.bcp-footer-layout-one .footer-nav li {
    margin-bottom: 3px;
}
.navigation-block .navigation li.current-menu-item a{
    color: #ffac55;
}
.bcp-about-us-block-v-one-layout-two.ptb{
    padding-top: 72px;
    padding-bottom: 75px;
}
.bcp-about-us-block-v-one-layout-two{
    position:relative;
    z-index:2;
}
.bcp-core-value-version-one.ptb{
    padding-top: 75px;
    padding-bottom: 76px;
}
.bcp-vision-mission-version-one.ptb{
    padding-top: 75px;
    padding-bottom: 95px;
}
.bcp-vision-mission-version-one .common-btn{
    margin-top: 20px;
}
.bcp-leadership-v-one-layout-three .pt{
    padding-top:70px;
}
.bcp-leadership-v-one-layout-three .mgmt-block-wrap {
    margin-bottom: 0px;
}
.bcp-leadership-v-one-layout-three .mgmt-content .mgmt-img{
    border-radius: 50%;
    overflow:hidden;
}
.bcp-leadership-v-one-layout-three .mgmt-content-wrap .about-mgmt h3{
    margin-top: 0;
}
.bcp-leadership-v-one-layout-three ul.social-links{
    list-style: none;
    margin-left: 0;
}
.bcp-leadership-v-one-layout-three ul.social-links li a{
    font-weight: normal;
}
.bcp-leadership-v-one-layout-three ul.social-links li a:hover{
    text-decoration: none;
}
.bcp-leadership-v-one-layout-three .mit_bt{
    text-align:center;
    padding-top: 26px;
}
.bcp-leadership-v-one-layout-three .common-btn {
    margin-top: 36px;
}
.bcp-industry-version-one.ptb{
    padding-top: 72px;
}
.bcp-service-v-one.ptb {
    padding-top: 72px;
}
.bcp-industry-version-one .inner-industry-section h3{
    margin-top: 0;
}
.wpcf7-form span.select-wrapper{
    position: relative;
}
.wpcf7-form span.select-wrapper i{
    background: url('../images/carrot-down.png') no-repeat center center;
    width: 10px;
    height: 6px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    bottom: 10px;

}
.select-wrapper .select-box{
    height:40px;
}
.bcp-contact-us-v-one .select-wrapper .select-box{
    height:35px;
}
.bcp-contact-us-v-one select {
    padding: 9px 0 3px;
}
.bcp-contact-us-v-one ul.popup-form-block  {
    margin-left: 0px; 
}
.bcp-contact-us-v-one .popup-form-block li {
    margin-bottom: 7px;
}
.bcp-contact-us-v-one .popup-form-block li span input[type="text"], .bcp-contact-us-v-one .popup-form-block li span input[type="email"] {
    padding: 9px 0 3px;
    min-height: 30px;
}
.bcp-contact-us-v-one .popup-form-block li span textarea {
    padding: 9px 0 6px;
    height:195px;
}
.bcp-contact-us-v-one .address-info {
    margin-bottom: 40px;
}
.bcp-contact-us-v-one input[type = "submit"] {
    padding: 9px 20px;
    margin: 30px auto 10px;
    width: 150px;
    display: block;
    min-height: 46px;
}
.popup-form-block li span textarea{
    height:188px;
}
.inner-blog-content .inner-blog-text .inner-blog-time{
    line-height:1.42857143;
}
.bcp-career-version-one .ptb{
    padding-top:72px;
    padding-bottom: 80px;
}
.bcp-career-version-one .career-block-wrap{
    padding-top:0;
}
.bcp-career-version-one .offer-block{
    padding: 28px 0 22px 0;
}
.bcp-career-version-one .offer-block:first-child {
    padding-top: 0px;
}
.bcp-career-version-one .career-block-wrap .medium-heading{
    margin-bottom:24px;
}
.bcp-career-version-one .offer-block .offer-img{
    margin-top:11px;
}
.bcp-opening-position-version-one.pt{
    padding-top:75px;
}
.bcp-opening-position-version-one input.sjb-search {
    border: 3px solid;
    border-radius: 30px;
    padding: 5px 10px;
    background-image: none;
}
.bcp-opening-position-version-one .sjb-search-button{
    position: relative;
    padding-right:0;
    padding-left:0;
    margin-right:15px;
    margin-left:15px;
    border-radius:30px;
    float:right;
}

.bcp-opening-position-version-one input.sjb-search:hover{
    background-color:white;
}
.bcp-opening-position-version-one .sjb-search-button:hover input.sjb-search{
    background-color:white;
}
.bcp-opening-position-version-one .sjb-wrap #sjb-contain-bg{
    background-color:transparent;
    border-bottom:1px solid #e1e1e1;
}
.bcp-opening-position-version-one .sjb-wrap #sjb_job-visiable{
    border:none;
    border-bottom: 1px solid #e1e1e1;
}
.bcp-opening-position-version-one .sjb-wrap #sjb_job-heading a, 
.bcp-opening-position-version-one .sjb-wrap #sjb-job-heading a,
.bcp-opening-position-version-one #sjb_job-bolits,
.popup-block #sjb-job-heading,
.popup-block #sjb_job-bolits{
    color:#343a3b !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.bcp-opening-position-version-one #sjb-heading{
    padding-top: 25px;
}
.bcp-opening-position-version-one #sjb_job-bolits{
    padding-top: 35px;
}
.popup-block #sjb-job-heading{
    margin-top: 24px !important;
}
.popup-block .sjb-wrap #sjb_job-detail-heading th,
.popup-block .sjb-wrap #sjb_job-detail-heading td{
    border-color: #ffac55;
}
.popup-block .sjb-wrap #sjb_job-detail-heading th{
    border-right: 1px solid #ffac55;
}
.popup-block #sjb_job-bolits{
    padding-top: 22px;
}
.popup-block #sjb-form-padding-button #jobpost_submit_button{
    padding:15px 28px;
    font-size:13px;
    font-weight:400;
    border:3px solid;
    border-radius:30px;
    color: white;
    text-transform:uppercase;
}
.popup-block #sjb-form-padding-button #jobpost_submit_button:hover{
    background-color: white;
}
.bcp-question-section-version-one.ptb{
    padding-top:72px;
}
.bcp-question-section-version-one.ptb .panel-group .panel + .panel {
    margin-top: 0px;
}
.bcp-question-section-version-one .panel-title > a:focus{
    text-decoration:none;
}
.bcp-question-section-version-one .find-ans-section{
    padding-top:9px !important;
    padding-bottom:0 !important;
}
.bcp-question-section-version-one .find-ans-section ul.find-ans-block{
    list-style:none;
    margin-left: 0;
}
.bcp-question-section-version-one .find-ans-block li input[type="text"], .bcp-question-section-version-one .find-ans-block li input[type="email"], .bcp-question-section-version-one .find-ans-block li textarea {
    line-height: 1.2;
}
.bcp-question-section-version-one input {
    min-height: 30px;
}
.bcp-question-section-version-one .find-ans-section .common-btn{
    width:100% !important;
}
.bcp-pricing-plan-version-one.ptb{
    padding-top:72px;
    padding-bottom: 95px;
}
.bcp-pricing-plan-version-one .pricing-list li{
    list-style:none;
}
.bcp-pricing-plan-version-one .pricing-list{
    margin-left:0;
}
.bcp-question-section-version-one .question-block,
.bcp-question-section-version-one{
    background-color: #e7eff1;
}
.bcp-pricing-plan-version-one .medium-heading{
    margin-top: 0 !important;
}
.bcp-featured-project-v-one-layout-one {
    background-color: #e7eff1;
    padding-top: 72px;
    padding-bottom: 95px;
}
.bcp-featured-project-v-one-layout-one h2 {
    margin-bottom: 28px;
}
.bcp-featured-project-v-one-layout-three.pt,
.bcp-featured-project-v-one-layout-two.ptb{
    padding-top: 72px;
}   
.bcp-leadership-v-one-layout-one.ptb{
    padding-top: 72px;
    padding-bottom: 95px;
}
.bcp-leadership-v-one-layout-two ul.social-links,
.bcp-leadership-v-one-layout-one ul.social-links{
    list-style:none;
    margin-left:0;
}
.bcp-leadership-v-one-layout-two ul.social-links li:hover a,
.bcp-leadership-v-one-layout-one ul.social-links li:hover a{
    text-decoration: none;
}
.bcp-leadership-v-one-layout-two.pt{
    padding-top:72px;
}
.bcp-testimonial-v-one-layout-one.ptb{
    padding-top:72px;
    padding-bottom: 82px;
}
.bcp-testimonial-v-one-layout-one .about-happy-client h3{
    margin-top: 0;
}
.bcp-testimonial-v-one-layout-one .happy-client-img,
.bcp-testimonial-v-one-layout-two .testimonial-img{
    border-radius:50%;
    overflow:hidden;
}
.bcp-testimonial-v-one-layout-three .video-testimonial-content h3{
    margin-top: 0;
}
.bcp-testimonial-v-one-layout-three .video-testimonial-wrap{
    min-height:270px;
}
.inner-blog-content .inner-blog-text h3{
    margin-top:0;
}
.consultplus-blog-layout-one .inner-blog-content{
    border-bottom: 1px solid #e2e6e7;
}
.consultplus-blog-layout-one .inner-blog-content{
    margin-bottom:45px;
}
.consultplus-blog-layout-one .ptb {
    padding-top: 72px;
}
.bcp-project-detail-version-one.ptb{
    padding-top:72px;
}
.bcp-project-detail-version-one .heading-block {
    margin-bottom: 25px;
}
.bcp-project-detail-version-one .client-view-section h2.heading-block{
    margin-top:0;
}
.bcp-project-detail-version-one .client-view-section{
    margin-top:-210px;
}
.bcp-project-detail-version-one .sub-heading-sec {
    border-bottom: 1px solid #e0eaec;
        margin-bottom: 6px;
}
.bcpproject-feature-version-one .pricing-list, .bcpproject-feature-version-one .project-features-wrap {
    border-bottom: 0px solid #e0eaec;
}
.bcpproject-feature-version-one .pricing-list li {
    list-style-type: none;
}
.bcpproject-feature-version-one .pricing-list li:before {
    left: -16px;
}
.location-section-wrap ul.social-media-section{
    list-style:none;
    margin-left:0;
}
.bcp-opening-position-version-one .sjb-wrap .sjb-search{
    width:100px;
    border:3px solid;
    border-radius:30px;
    background-image:none;

}
.bcp-opening-position-version-one .sjb-wrap .sjb-search:hover{
    background-color:white;
}
.bcp-opening-position-version-one .sjb-wrap .sjb-search > i{
    font-size:25px;
}
::-webkit-input-placeholder {
    color:    #fff;
}
:-moz-placeholder {
    color:    #fff;
}
::-moz-placeholder {
    color:    #fff;
}
:-ms-input-placeholder {
    color:    #fff;
}
.menu-image.main-menu > span{
    width:23px;
    height:3px;
    margin-bottom:4px;
    background-color:#ffac55;
    display:block;
}
.bcp-testimonial-v-one-layout-one .happy-client-img > img{
    border-radius:50%;
}
.main-header .navigation-block ul{
    margin-left:0;
}
.bcp-opening-position-version-one .sjb-list-view{
    position:relative;

}
.bcp-opening-position-version-one h2{
    font-weight:700;
}
.bcp-opening-position-version-one .sjb-list-view .company-logo > a > img{
    display:none;
}
.bcp-opening-position-version-one .sjb-list-view .company-logo > a{
    padding: 14px 25px;
    position:absolute;
    border-radius:30px;
    border:3px solid;
    font-size: 13px;
    font-weight:500;
    text-transform:uppercase;
    right:0;
    top:16px; 
    color:white;

}
.bcp-opening-position-version-one .sjb-list-view > .sjb-row > header.sjb-col-md-6{
    width:35%;
    position:static;
}
.bcp-opening-position-version-one #sjb_company-logo-full-view{
    width:0 !important;
    margin-left:0 !important;
}
.bcp-opening-position-version-one .sjb-row > #sjb-heading{
    padding-left:5px;
    width:100%;
}
.bcp-opening-position-version-one .sjb-row > #sjb-heading h4{
    font-weight:700;
    text-transform:uppercase;
}
.bcp-opening-position-version-one .sjb-wrap #sjb-contain-bg{
    margin-bottom:0;
}
.bcp-opening-position-version-one .sjb-wrap #sjb_job-visiable{
    margin-bottom:0;
    padding:0 20px 20px 20px;
    margin-top:0;
}
.popup-block .single-job-listing .sjb-company-logo > img{
    display:none;
}
.popup-block .single-job-listing .sjb-company-logo{
    width:0;
    margin-left:0;
}
.popup-block .single-job-listing #sjb-heading{
    padding-left:0;
}
.popup-block .single-job-listing .sjb-form-control{
    border:none;
    border-bottom:1px solid;
    border-color: -moz-use-text-color -moz-use-text-color #cddbde;
    box-shadow:none;

}
.popup-block .single-job-listing .sjb-form-group:nth-child(2n) {
    margin-right: 0;
}
.popup-block .single-job-listing .sjb-form-group {
    display: inline-block;
    margin-right: 5%;
    width: 47%;
}
.popup-block .single-job-listing #sjb-form-padding-button{
    display:block;
    width:100%;
    text-align:center;
}
.popup-block .single-job-listing #sjb-form-padding-button > button{
    display:inline-block;
}
.sjb-wrap #sjb_job-detail-heading h3,
.sjb-wrap #job-title, #job-title{
    color:#343a3b !important;
}
.sjb-job-application #sjb-application-form .sjb-col-md-10{
    width:100%;
}
.mc4wp-form-fields{
	clear: both;
	overflow: hidden;
	
}

/*======================version-2=====================*/



