/*_ _ _ _ _ _ _wrappers_ _ _ _ _ _ _*/

.wrappers {
    margin: 0 auto;
}

.navbar .container-fluid {
    max-width: 1282px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}


/*_ _ _ _ _ _ _container-fluid_ _ _ _ _ _ _*/

.container-fluid {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0
}


/*_ _ _ _ _ _ _@font-face_ _ _ _ _ _ _*/

@font-face {}

body {
    font-family: Open Sans !important;
    font-size: 12px;
    color: #9ca4ab;
}




html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
p,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

p {
    margin-bottom: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    font-weight: 900;
}

.navbar-brand {
    max-width: 228px;
}

.navbar-brand>img {
    display: block;
    width: 100%;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;

}

.navbar {
    border-color: none;
    min-height: 69px;
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0px -1px 20px #000;

}

.navbar-nav li.active a {
    background-color: #e1051f;
    color: #fff;
    padding: 23px 27px;
}

.navbar-default .navbar-nav li a {
    padding: 23px 34px;
    color: #022045;

}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #e1051f;
}


.navbar-nav>li>a {
    padding-top: 23px;
    padding-bottom: 24px;
    background-color: #f2f7ff;
    margin-left: 4px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 22px;
}

.navbar-default .navbar-nav>li>a {

    font-weight: 700;
    font-size: 18px;
}

/*--------banner-img--------*/
.banner-img img {
    max-width: 100%;
    display: block;
    background: #000;
    margin: -76px auto 0;
}

.banner-img {
    max-height: 621px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.img-overlay {
    position: absolute;
    background: rgb(0, 0, 0);
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    height: 100%;
}

.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    max-width: 1100px;
    top: 164px;


}

.content-slider {
    margin-bottom: 50px;
}

.banner-content h2 {
    font-size: 35px;
    font-weight: 700;
    font-style: oblique;
    margin-bottom: 23px;
}

.banner-content p {
    font-size: 17px;
    line-height: 26px;
    max-width: 445px;
    padding-bottom: 41px;
}

.banner-content a {
    border: 1px solid #fff;
    padding: 12px 49px 12px 23px;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}

.banner-content a:hover {
    background-color: #fff;
    color: #001751;
    transition: all 0.5s;
}

.banner-content svg {
    margin-left: 13px;
}

.about-paragraph p {
    margin-top: 64px;
    color: #001751;
    max-width: 1225px;
    line-height: 24px;
    margin-left: auto;
    font-weight: 400;
    margin-right: auto;
    font-size: 17px;

}

.aboutfab-btn a {
    padding: 17px 39px;
    background: #e1051f;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.aboutfab-btn {
    padding-top: 20px;
}

.aboutfab {
    background-color: #f2f7ff;
    padding-bottom: 60px;
}

.lab-img img {
    width: 100%;
    display: block;
}

* {
    box-sizing: border-box;
}

/* Center website */
.main {
    padding: 52px 23px;


}

h1 {
    font-size: 50px;
    word-break: break-all;
}

.row {
    margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row>.column {
    padding: 8px;
    margin-top: 20px;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 100%;
    display: none;
    /* Hide all elements by default */
}

/* Clear floats after rows */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {

    padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

/* Style the buttons */
.btn {
    outline: none;
    background: transparent;
    cursor: pointer;
    margin: 6px 49px 6px 0;
    font-weight: 700;
    font-size: 18px;
    color: #3c516e;
    line-height: 32px;
    padding: 0px !important;
    border-bottom: 3px solid transparent;
}

.content-paragraph p {
    line-height: 24px;
    font-weight: 300;
    color: #001751;
    font-size: 16px;
}

.content-paragraph span {
    font-weight: 600;
}

.content-paragraph {
    width: 40%;
    float: left;
}

.content {
    float: right;
    width: 54%;
    margin-right: 25px;
}

.filtergallary-sec {
    background: #ebf1fa;
    margin-top: 37px;
}

.btn.focus, .btn:focus, .btn:hover, .btn.active {
    color: #e1051f;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    border-bottom: 3px solid #e1051f;
    line-height: 32px;
    border-radius: 0;
}

.technology-dropdown {
    -webkit-appearance: none;
    outline: none;
    padding: 10px 34px 10px 15px;
    color: #e1051f;
    font-weight: 700;
    line-height: 24px;
    background: none;
    border: 0;
    z-index: 2;
    position: relative;
}

.technology-icon {
    position: absolute;
    right: -2px;
    width: 30px;
    height: 30px;
    z-index: 1;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #e1051f;
}


.technology-icon::before {
    position: absolute;
    content: "\f063";
    height: 100%;
    width: 100%;
    top: 14px;
    font-family: FontAwesome;
    font-weight: 100;
    color: red;
}

.flex-direction-nav {
    display: none;
}

.location img {
    font-size: 35px;
    margin-bottom: 19px;
    color: #e1051f;
}

.develop-link {
    float: right;
}

.develop-link a {
    text-decoration: none;
    color: #001751;
    font-weight: 600;
}

.email svg {
    font-size: 30px;
    margin-bottom: 25px;
    color: #e1051f;
}

.founderSlider.active {
    overflow: visible;
    height: auto;
}

.founderSlider {
    overflow: hidden;
    height: 0;
    position: relative;
}

.foundermain-heading {
    width: 42%;
    float: left;
    margin-left: auto;
    margin-right: auto;

}

.btn-foundermain {
    float: right;

}

.foundermain-heading h2 {
    color: #152f51;
    font-size: 26px;
    font-weight: 800;
    margin-top: 10px;
}

.foundermain {
    margin-top: 52px;
    margin-bottom: 46px;
    margin-left: auto;
    margin-right: auto;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.getin-touch {
    background-image: url(../img/getintouch.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    max-height: 100%;

    height: 680px;

}

.getin-touch .aboutfab-btn {
    padding-top: 20px;
}

.location {
    width: 40%;
    margin-top: 289px;
    max-width: 167px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    float: left;


}
.other {
    width: 40%;
    margin-top: 289px;
    max-width: 167px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    float: right;


}

.email {
    width: 40%;
    margin-top: 289px;
    max-width: 198px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    float: left;
    margin-left: 200px;
}

.email a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.copyright-sec {
    padding: 30px 0;
    color: #96a0b0;
    font-weight: 300;
    width: 100%;

}

.copyright-sec p {
    float: left;
}

.slides img {
    width: 100%;
    display: block;

}

.content img {
    width: 100%;
    display: block;
}

.img-slider {
    min-height: 200px;
}

.img-slider .slides li {
    margin-right: 0 !important;
    width: 214px !important;

}

.slides h2 {
    color: #e1051f;
    font-style: oblique;
    font-weight: 800;
    font-size: 21px;
    padding-bottom: 11px;
}

.slides span {
    font-style: oblique;
    font-size: 21px;
    color: #152f51;
}

.slides p {
    padding-top: 30px;
    line-height: 24px;
    font-weight: 400;
    font-size: 17px;
    color: #001751;
}

.img-slider .flex-nav-prev {
    display: none;
}

.img-slider .flex-nav-next {
    display: none;
}

.slides img:hover, .img-slider .slides .flex-active-slide a img {
    border-bottom: 3px solid #e1051f;
    transition: all 0.5s;
}

.slides img {
    border-bottom: 3px solid transparent;
}

.img-slider .slides img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.img-slider .slides .flex-active-slide img {
    filter: grayscale(0);
}

.img-slider .slides a {
    position: relative;
    display: block;
    padding-bottom: 73%;
    -webkit-transition: padding 0.3s;
    /* Safari */
    transition: padding 0.3s;
}

.img-slider .slides a:hover, .img-slider .slides .flex-active-slide a {
    padding-bottom: 80%;
}

.slider-box {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;

}

.flex-prev {
    margin-right: 54px;
}

.flex-next {
    margin-left: 54px;
}

.custom-navigation a {
    text-decoration: none;
    outline: none;
    display: inline-block;
}

.team-custom-controls-container, .founder-custom-controls-container, .advisor-custom-controls-container {
    display: inline-block;
    text-decoration: none;
    outline: none;
}

.container {
    max-width: 1060px;
}

.team-custom-navigation, .founder-custom-navigation, .advisor-custom-navigation {
    position: absolute;
    right: 43%;
    z-index: 1;
    margin-top: 55px;
    margin-right: -366px;
}

.founder-custom-navigation:focus {
    outline: none;

}

.flex-prev:focus {
    outline: none;
}

.flex-next:focus {
    outline: none;
}

.custom-navigation {
    position: absolute;
    right: 45%;
    z-index: 9;
    margin-top: 23px;
}

.custom-controls-container {
    display: inline-block;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}

.flex-prev, .flex-next {
    color: #0d6174;
}

.technology-main {
    position: relative;
    width: 291px;
    margin: 0 auto;
    float: none;

    border: 1px solid #e1051f;
    margin-top: 70px;
    display: none;
}

/*_ _ _ _ _ _ _responsive media query_ _ _ _ _ _ _*/

@media (max-width: 1200px) {


    .btn {
        margin: 6px 30px 6px 0;
    }
}

@media (max-width: 991px) {

    .btn {
        margin: 6px 11px 6px 0;
    }

    .container {
        width: auto;
    }

    .email {

        margin-left: 140px;
    }


}

@media (max-width: 900px) {
    .founder-custom-navigation {

        right: 52%;

    }

    .btn {

        font-size: 15px;
    }

    .team-custom-navigation, .founder-custom-navigation, .advisor-custom-navigation {

        right: 55%;
    }
}

@media (max-width: 800px) {
    .btn {

        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .navbar-nav li:nth-child(2) a {
        padding: 24px 25px;
        border-bottom: 1px solid #dcdada;
    }

    .btn-foundermain {
        margin-top: -8px;
    }

    .slider-box {
        margin-top: 11px;

    }

    .copyright-sec p {
        float: none;
        width: 100%;
        text-align: center;
    }

    .develop-link {
        float: none;
        text-align: center;
        margin-top: 30px;
    }

    .getin-touch {

        height: 478px;
    }

    .lab-img img {

        height: 277px;
        object-fit: cover;
    }

    .banner-content a {
        border: 1px solid #fff;
        padding: 9px 33px 9px 14px;
    }

    .getin-touch .aboutfab-btn {
        padding-top: 14px;
    }

    .aboutfab-btn {
        padding-top: 14px;
    }

    .aboutfab-btn a {
        padding: 11px 29px;
    }

    .filtergallary-sec #myBtnContainer {

        display: none;
    }

    .row, .row>.column {

        margin-top: 0px;
        padding: 0px;
    }

    .content-paragraph {
        width: 100%;

    }

    .technology-main {

        display: block;
    }

    .content {
        float: left;
        width: 100%;
        max-width: 600px;
        margin-top: 40px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 31px;
        height: 5px;
    }

    default .navbar-toggle:hover {
        background-color: none !important;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent !important;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent !important;
    }

    .founder-custom-navigation {
        right: 63%;
    }

    .banner-content h2 {
        font-size: 30px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .about-paragraph p {

        font-size: 15px;
    }

    .aboutfab-btn a {

        font-size: 16px;
    }

    .foundermain-heading h2 {

        font-size: 22px;
        margin-top: 5px;
    }

    .location img {
        float: left;
        margin-right: 16px;

    }

    .location {
        width: 75%;
        margin-top: 230px;
        line-height: 28px;
        font-size: 17px;
        color: #fff;
        font-weight: 100;
        float: left;
        text-align: center;
        padding-left: 172px;
        max-width: 800px;
    }
	
	.other {
        width: 75%;
        margin-top: 230px;
        line-height: 28px;
        font-size: 17px;
        color: #fff;
        font-weight: 100;
        float: right;
        text-align: center;
        padding-left: 172px;
        max-width: 800px;
    }

    .email {
        width: 73%;
        margin-top: 60px;
        max-width: 273px;
        font-size: 17px;
        color: #fff;
        font-weight: 100;
        float: left;
        margin-left: 172px;
        line-height: 30px;
    }

    .email svg {
        font-size: 30px;
        margin-bottom: 25px;
        color: #e1051f;
        float: left;
        margin-right: 19px;
    }

    .location p {
        text-align: left;
    }

    .slides p {

        font-size: 15px;
    }

    .banner-content {

        top: 137px;
    }

    .banner-content h2 {
        font-size: 27px;
    }

    .location {
        width: 80%;
        padding-left: 126px;
    }

    .email {
        width: 78%;
        margin-left: 125px;
    }

    .team-custom-navigation, .founder-custom-navigation, .advisor-custom-navigation {
        position: relative;
        right: 0;
        margin-top: 26px;
        margin-right: 0px;
        text-align: center;
    }

    .team-custom-controls-container, .founder-custom-controls-container, .advisor-custom-controls-container {

        padding-top: 7px;
    }

    .flex-prev {

        position: absolute;
        left: 25px;
    }

    .flex-next {
        position: absolute;
        right: 25px;
    }

    .slides h2 {
        padding-top: 50px;
    }

    .foundermain-heading {
        width: 36%;
    }

    .navbar-toggle {
        padding: 12px 25px;
    }
}

@media (max-width: 600px) {
    .banner-img {
        max-height: inherit;
    }

    .banner-img img {

        padding-top: 288px;
    }

    .location {
        width: 80%;
        padding-left: 87px;
    }

    .email {
        width: 80%;
        margin-left: 87px;
    }
}

@media (max-width: 500px) {
    .location {
        width: 83%;
        padding-left: 42px;
    }

    .email {
        width: 83%;
        margin-left: 42px;
    }

    .banner-content h2 {
        font-size: 24px;
    }

    .foundermain-heading {
        width: 50%;
    }

    .banner-content h2 {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .banner-img img {
        padding-top: 348px;
    }

    .banner-img {
        max-height: inherit;
        max-height: 594px;
    }

    .location img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .location {
        position: relative;
        margin-top: 164px;

    }
	
	.other img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .other {
        position: relative;
        margin-top: 164px;

    }

    .email {
        width: 83%;
        margin-left: 0;
    }
}

@media (max-width: 366px) {
    .foundermain-heading h2 {
        font-size: 18px;
        margin-top: 7px;
    }

    .foundermain-heading {
        width: 42%;
    }

    .btn-foundermain {
        width: 54%;
    }

    .foundermain-heading {
        padding-left: 0px;
    }
}

@media (max-width: 360px) {
    .location {
        width: 100%;

    }

    .email {
        width: 100%;
        margin-left: 0px;
    }

    .banner-img img {
        padding-top: 385px;
    }
}

.team-custom-navigation {
    right: 63%;
}

@media (max-width: 900px) {
    .team-custom-navigation {

        right: 52%;

    }

    .btn {

        font-size: 15px;
    }

    .team-custom-navigation, .advisor-custom-navigation {

        right: 55%;
    }
}

.team-custom-navigation:focus {
    outline: none;

}