body {
    font-family: 'Open Sans', sans-serif;
}

video {
    z-index: -100;
    transition: 1s opacity;
    opacity: 0.3;
    height: 100%;
    min-width: 100%
}

#video-header {
    height: 100vh;
    width: 100%;
    position: relative;
    display: table;
    overflow: hidden;
    background: #000;
}

#video-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;

}

p {
    font-weight: 400;
}

h2 {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 45px;
}

#who-we-are {
    padding: 75px 0 45px 0;
}

#mission-vision {
    padding: 55px 0 45px 0;
    background-color: #2b2c2b;
    color: #fefefe;
    text-align: center;
}

#contact {
    padding: 55px 0 45px 0;
    background-color: #4971b7;
    color: #fefefe;
}


#services {
    padding: 55px 0 45px 0;
    background-color: #4971b7;
    color: #fefefe;
}

#services h3 {
    text-align: left;
}

.text-container {
    display: table;
    width: 100%;
    position: relative;
    height: 100%;
    color: #fefefe;
}

.text-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.logo {
    width: 600px;
    padding: 60px;
}


.service-img img {
    width:100%;
}

.service-text {
    color: #111;
}

.service-item {
/*    background-color: #fefefe;*/
    padding: 30px;
    margin: 30px 0;
}

.btn-creeds {
    background-color: #4971b7;
    border-color: #4971b7;
    border-radius: 0;
}

.btn-creeds:hover {
    background-color: #355184;
    border-color: #355184;
}

.input-creeds {
    border-radius: 0;
}

#map {
    width: 100%;
    height: 100%;
}

.contact-block {
    margin: 30px 0;
}

h3 {
    font-weight: 100;
    text-align: center;
}

footer {
    background-color: #33383c;
    padding: 70px 0px;
}

.logo {
    color: #FFF;
    font-weight: 800;
    font-size: 30px;
}

.adress span,
.contact span,
.social span,
.client-portal-footer span {
    color: #FFF;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
}

.adress li p,
.contact li a,
.social li a,
.client-portal-footer li a {
    color: #FFF;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 12px;
}

.social li {
    float: left;
}

.adress,
.contact,
.social,
.client-portal-footer {
    list-style: none;
}

.fa {
    color: #9c9c9c;
    margin-right: 10px;
    font-size: 14px;
}


.navbar {
    background-color: #2b2b2b;
}

.navbar-change {
    background-color: transparent;
}

/*new css*/

video {
    z-index: -100;
    transition: 1s opacity;
    opacity: 0.2;
    height: auto;
    width: 100%;
}

.nav-item a {
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
    border-bottom: 1px solid #4971b7;
}

.nav-item a:hover {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

.nav-item a:active {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

.max-height-205 {
    max-height: 145px;
}

@media (max-width: 768px) {
    .max-height-205 {
        max-height: 105px;
    }
}

@media (max-width: 576px) {
    .max-height-205 {
        max-height: 325px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .max-height-205 {
        max-height: 240px;
    }
}

@media (min-width: 1200px) {
    .max-height-205 {
        max-height: 300px;
    }
}

.center {
    text-align: center;
}

#blogs {
    padding: 55px 0 45px 0;
}

#primary {
    padding: 55px 0 45px 0;
}

#clients {
    padding: 55px 0 45px 0;
    background-color: #2b2b2b;
    color: white;
}

#our-map {
    padding: 55px 0 45px 0;
    
}
#our-map img{
   max-width: 600px;
   margin: 0 auto;
    
}

/*css for logo slider*/

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    padding: 0px;
    -webkit-filter: grayscale(1) invert(1);
    /* -webkit-transition: all 300ms linear; */
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.slick-slide img:hover {
    width: 100%;
    -webkit-filter: grayscale(0) invert(0);
    /* -webkit-transition: all 300ms linear; */
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*end of logo slider css*/

.news-article {
    background-color: #2b2c2b;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
    color: white;
}

.news-image {
    padding-bottom: 20px;
}

.hvr-bob {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary {
    color: #fff;
    background-color: #4971b7;
    border-color: #4971b7;
}

.btn-primary:hover {
    color: #fff;
    background-color: #355184;
    border-color: #355184;
}

.btn-primary:active {
    color: #fff;
    background-color: #355184;
    border-color: #355184;
}

.creeds-black-button {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #fefefe;
}

.creeds-black-button:hover {
    color: #2b2b2b;
    background-color: #fefefe;
    border-color: #2b2b2b;
}

.creeds-black-button:active {
    color: #2b2b2b;
    background-color: #fefefe;
    border-color: #2b2b2b;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
}

.modal-content {
    text-align: center;
}

.img-responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block
}

.navbar-toggler {
    background-color: white;
    color: black;
    line-height: 0.3;
    border: 1px solid black;
}

.icon-bar {
    border-bottom: 2px solid black;
}

.navbar-toggler-icon {
    height: 2.0em;
}

@media (min-width: 1440px) {
    .bottom-padding-fill-page {
        padding-bottom: 170px;
        padding-top: 170px;
    }
}

/* Style the tab */

div.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */

div.tab button {
    background-color: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 14px 0px;
    transition: 0.3s;
    border: 1px solid black;
    width: 100%;
}

/* Change background color of buttons on hover */

div.tab button:hover {
    background-color: #2b2b2b;
    color: #fefefe;
    cursor: default;
}

/* Create an active/current tablink class */

div.tab button.active {
    background-color: #2b2b2b;
    color: #fefefe;
}

/* Style the tab content */

.tabcontent {
    display: none;
    border-top: none;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

span.wpcf7-not-valid-tip {
    background-color: white;
    margin-top: 5px;
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

area,
input:not([type=range]),
label,
select,
summary,
textarea {
    width: 100%;
    padding: 5px 0px;
}

[type=reset],
[type=submit],
html [type=button] {
    width: auto !important;
    padding: 5px 20px !important;
}

label {
    margin-bottom: 0rem;
}

form p {
    margin-bottom: 0rem;
}

input,
optgroup,
select,
textarea {
    padding: 5px 10px !important;
}

.adress span,
.contact span,
.social span,
.client-portal-footer span {
    color: #FFF;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.adress li p,
.contact li a,
.social li a,
.client-portal-footer li a {
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 15px;
    width: 75%;
}

footer {
    background-color: #2b2b2b;
    padding: 30px 0px 0px 0px;
}

.fa {
    color: #fbfbfb;
    margin-right: 10px;
    font-size: 20px;
}

#footer-info .bsit-icon {
    display: inline-block;
    background-image: url(../images/bsit_logo.png);
    height: 30px;
    width: 30px;
    background-size: cover;
    vertical-align: middle;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
}

#footer-info .bsit-icon :hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
  	filter: none;
}

#footer-info a {
    color: white;
    text-align: center;
}

.no-side-padding {
    padding-left: 0px;
    padding-right: 0px;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
}



@media (max-width: 992px) {
    .slick-slide {
        margin: 0px 0px;
    }
    .footprint-height {
        height: 275px;
    }
    video {
        height: 100%;
        min-width: 100%;
        width: auto;
    }
    #map {
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }
}

#padding404 {
    padding: 65px 0px 0px 0px;
}


.scroll-downs {
    position: relative;
    ;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

    width: 34px;
    height: 55px;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.white-text {
    color: white;
}

.white-text:hover {
    color: white;
}

#footer-info p {
    color: white;
}

#Terms {
    padding-top: 85px;
}

.max-width-205 {
    max-width: 205px;
       
}

.max-height-205{
     min-height: 300px;
}

@media(max-width: 992px) {
    .mobile-small-font-h4 {
        font-size: 1.2rem;
    }
}

.service-text2 {
    color: #111;
    padding-top: 35px;
}