body {
    font-family: "Open Sans", sans-serif;
    color: #4d4643;
}

a {
    color: navy;
}

a:hover {
    color: navy;
    text-decoration: none;
}

.alert-message {
    color: red;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: navy;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: navy;
    background: #fff;
    transition: 0.3s ease-in-out;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #f8f6f5;
    padding: 10px 0px;
    font-size: 14px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #4d4643;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: navy;
}

#topbar .contact-info i {
    color: navy;
    padding: 4px;
}

#topbar .contact-info .iconfont-phone {
    padding-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
    color: navy;
    padding: 4px 0 4px 20px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: blue;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background-color: #fff;
}

#header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu>ul>li+li {
    padding-left: 20px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #65534c;
    padding: 14px 0px 15px 0;
    transition: 0.3s;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: navy;
    text-decoration: none;
}


/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #65534c;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #2b2320;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: navy;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IconFonr;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(14, 11, 10, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#slide {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    padding: 0;
}

#slide .carousel,
#slide .carousel-inner,
#slide .carousel-item,
#slide .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#slide .carousel-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    top: 110px;
    left: 50px;
    right: 50px;
}

#slide .carousel-content {
    background: rgba(28, 23, 21, 0.7);
    padding: 20px;
    color: #fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-top: 5px solid navy;
}

#slide .carousel-content h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
}

#slide .carousel-content p {
    text-align: justify;
}

#slide .btn-get-started {
    font-family: "Muli", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid navy;
}

#slide .btn-get-started:hover {
    background: navy;
    color: #fff;
    text-decoration: none;
}

#slide .carousel-inner .carousel-item {
    transition-property: opacity;
}

#slide .carousel-inner .carousel-item,
#slide .carousel-inner .active.carousel-item-left,
#slide .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#slide .carousel-inner .active,
#slide .carousel-inner .carousel-item-next.carousel-item-left,
#slide .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#slide .carousel-inner .carousel-item-next,
#slide .carousel-inner .carousel-item-prev,
#slide .carousel-inner .active.carousel-item-left,
#slide .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#slide .carousel-control-prev,
#slide .carousel-control-next {
    width: 10%;
    color: navy;
}

#slide .carousel-control-next-icon,
#slide .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#slide .carousel-indicators li {
    cursor: pointer;
}

@media (min-width: 1024px) {
    #slide .carousel-content {
        width: 60%;
    }
    #slide .carousel-control-prev,
    #slide .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 992px) {
    #slide {
        height: calc(100vh - 70px);
    }
    #slide .carousel-content h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    #slide .carousel-content p {
        font-size: 15px;
    }
}

@media (max-height: 500px) {
    #slide {
        height: 120vh;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    background: url("../img/hero-bg.jpg");
    position: relative;
    padding: 250px 0 0 0;
}

#hero:before {
    content: "";
    background: rgba(2, 5, 161, 0.40);;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero h1 {
    font-family: 'Orbitron', sans-serif;
    margin: -90px 0 100px 0;
    font-size: 130px;
    font-weight: 700;
    line-height: 56px;
    color: #1C4675;
    text-shadow: 1px 1px #fff;
    /* background-color: pink; */
}

#hero span {
    font-family: 'Open Sans', sans-serif;
    color: #2A9604;
    font-weight: 700;
    font-size: 35px;
}

#hero hr {
    border: 2px solid #fff;
    position: absolute;
    top: 10px;
    width: 200px;
}

#hero h2 {
    color: #000;
    margin-top: -30px;
    margin-bottom: 100px;
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    /* background-color: green; */
}

#hero .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #1acc8d;
}

#hero .btn-get-started:hover {
    background: #17b57d;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    #hero {
        padding-top: 80px;
    }
    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        max-width: 50%;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.banner_bg {
    background-image: url("/assets/img/bg2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .banner_bg {
        background-image: url("/assets/img/bg2.jpg");
        height: 100px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner_bg {
        background-image: url("/assets/img/bg2.jpg");
        height: 520px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1920px) {
    .banner_bg {
        background-image: url("/assets/img/bg2.jpg");
        height: 850px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.8;
    z-index: -1;
}

.banner .banner_iner {
    margin-top: 90px;
    padding: 0px;
    height: 450px;
    width: 100%;
    display: table;
}

@media (max-width: 576px) {
    .banner .banner_iner {
        padding-top: 100px;
        height: 150px;
        width: 100%;
        display: table;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner .banner_iner {
        padding-top: 50px;
        height: 150px;
        width: 450px;
        display: table;
    }
}

@media (min-width: 1920px) {
    .banner .banner_iner {
        padding: 0px;
        margin: 200px 150px 0px -150px;
        height: 100px;
        width: 700px;
        display: table;
    }
}

.banner .banner_iner .banner_iner_item {
    display: table-cell;
    vertical-align: middle;
}

.banner .banner_iner .banner_iner_item h2 {
    font-family: 'Orbitron', sans-serif;
    font-style: normal;
    color: #ffffff;
    font-size: 120px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}

.banner .banner_iner .banner_iner_item hr {
    margin-bottom: 50px;
    margin-top: 40px;
    width: 170px;
    border: 3px solid #fff
}

@media (min-width: 1920px) {
    .banner .banner_iner .banner_iner_item hr {
        margin-bottom: 50px;
        margin-top: 40px;
        width: 200px;
        border: 3px solid #fff
    }
}

@media (max-width: 576px) {
    .banner .banner_iner .banner_iner_item h2 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner .banner_iner .banner_iner_item h2 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner .banner_iner .banner_iner_item h2 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner .banner_iner .banner_iner_item h2 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

@media (min-width: 1920px) {
    .banner .banner_iner .banner_iner_item h2 {
        font-family: 'Orbitron', sans-serif;
        font-style: normal;
        color: #ffffff;
        font-size: 150px;
        font-weight: 600;
        text-transform: uppercase;
        text-shadow: 2px 2px #000;
    }
}

.banner .banner_iner .banner_iner_item p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 576px) {
    .banner .banner_iner .banner_iner_item p {
        width: 250px;
        margin-bottom: 130px;
        font-size: 20px;
        line-height: 1.8;
        color: #1385f0;
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .banner .banner_iner .banner_iner_item p {
        font-size: 15px;
        line-height: 1.8;
        color: #1385f0;
    }
}

@media (min-width: 1920px) {
    .banner .banner_iner .banner_iner_item p {
        font-family: 'Noto Sans', sans-serif;
        font-size: 14px;
        color: #ffffff;
    }
}

.banner .banner_iner .banner_iner_item span {
    margin: 0px 5px;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 3px 3px #000;
    letter-spacing: 9px;
}

.banner {
    margin-bottom: 0px !important;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title h2 strong {
    font-weight: 700;
}

.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #ebe6e4;
    height: 200px;
    position: relative;
    background: #faf9f8;
}

.services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 80px;
}

.services .icon i {
    color: #fff;
    font-size: 24px;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.services .title a {
    color: #343a40;
}

.services .icon-box:hover .icon i {
    color: navy;
}

.services .icon-box:hover .title a {
    color: navy;
}

.services .description {
    line-height: 24px;
    font-size: 14px;
}

.services .section-title,
.partners .section-title,
.clients .section-title,
.product .section-title {
    padding-bottom: 30px;
    text-align: center;
}

.services .section-title h2,
.partners .section-title h2,
.clients .section-title h2,
.product .section-title h2 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-bottom: 0;
    color: #65534c;
}


/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/

.partners .partners-wrap {
    border-top: 1px solid #f1eeed;
    border-left: 1px solid #f1eeed;
}

.partners .partner-logo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #f1eeed;
    border-bottom: 1px solid #f1eeed;
    overflow: hidden;
    background: #fff;
    height: 100px;
}

.partners .partner-logo img {
    transition: all 0.3s ease-in-out;
    height: 50px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partners .partner-logo:hover img {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
}


/*  */

.clients .clients-wrap {
    border-top: 1px solid #f1eeed;
    border-left: 1px solid #f1eeed;
}

.clients .client-logo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #f1eeed;
    border-bottom: 1px solid #f1eeed;
    overflow: hidden;
    background: #fff;
    height: 200px;
}

.clients .client-logo img {
    transition: all 0.3s ease-in-out;
    height: 150px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.clients .client-logo:hover img {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
}

.clients .client-logo .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}

.clients .client-logo .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #2b2320;
}

.clients .client-logo .portfolio-info p {
    color: #65534c;
    font-size: 14px;
    margin-bottom: 0;
}

.clients .client-logo .portfolio-info .preview-link,
.clients .client-logo .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #483b36;
}

.clients .client-logo .portfolio-info .preview-link:hover,
.clients .client-logo .portfolio-info .details-link:hover {
    color: #f03c02;
}

.clients .client-logo .portfolio-info .details-link {
    right: 10px;
}

.clients .client-logo:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}


/*--------------------------------------------------------------
# Partners Details
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 50px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #4d4643;
    transition: all 0.3s;
    border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #f03c02;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #2b2320;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #65534c;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #483b36;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #f03c02;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
    color: #fe825a;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}


/*--------------------------------------------------------------
# End Partners
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Certifications
--------------------------------------------------------------*/

.certificat .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #ebe6e4;
    height: 340px;
    position: relative;
    background: #faf9f8;
}

.certificat .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: navy;
}

.certificat .title {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
}

.certificat .title a {
    color: #343a40;
}

.certificat .icon-box:hover .icon {
    background: #fff;
    border: 2px solid navy;
}

.certificat .icon-box:hover .icon i {
    color: navy;
}

.certificat .icon-box:hover .title a {
    color: navy;
}

.certificat .description {
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
}

.certificat .section-title {
    padding-bottom: 30px;
    text-align: center;
}

.certificat .section-title h2 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-bottom: 0;
    color: #65534c;
}


/*--------------------------------------------------------------
# End Certifications
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background: #3f51b5;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ded5d2;
}

.breadcrumbs ol a {
    color: #fff;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #c8bab5;
    content: "/";
}

@media (max-width: 786px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about-us .image {
    /* background-color: pink; */
    padding-top: 40px;
}

@media (max-width: 991px) {
    .about-us .image {
        text-align: center;
    }
    .about-us .image img {
        max-width: 80%;
    }
}

@media (max-width: 667px) {
    .about-us .image img {
        max-width: 100%;
    }
}

.about-us .content {
    padding: 30px 0;
}

.about-us .content h3 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 34px;
}

@media (max-width: 767px) {
    .about-us .content h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.about-us .content p {
    text-indent: 6%;
    line-height: 2em;
    margin-bottom: 0;
    text-align: justify;
    font-size: 14px;
}

.about-us .content p span {
    color: navy;
}


/*--------------------------------------------------------------
# Visions
--------------------------------------------------------------*/

.visions {
    padding: 80px 0;
    background: url("../img/2.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.visions::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(1, 3, 111, 0.5);
}

@media (min-width: 1024px) {
    .visions {
        background-attachment: fixed;
    }
}

.visions .section-title {
    padding-bottom: 15px;
    text-align: center;
}

.visions .section-title h2 {
    font-family: 'Eczar', serif;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #fff;
}

.visions p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
}


/*--------------------------------------------------------------
# Missions
--------------------------------------------------------------*/

.missions .content+.content {
    margin-top: 100px;
}

.missions .content h3 {
    font-family: 'Eczar', serif;
    font-weight: 600;
    font-size: 40px;
    color: #010483;
}

.missions .content ul {
    margin-top: 30px;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 15px;
    list-style: none;
    padding: 0;
}

.missions .content ul li {
    padding-bottom: 10px;
}

.missions .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: navy;
}

.missions .content p {
    line-height: 2em;
    margin-top: 20px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.missions .content span {
    color: navy;
}

.missions .second p {
    text-align: justify;
    font-size: 16px;
}


/*--------------------------------------------------------------
# End About
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.product .product-carousel .owl-nav,
.product .product-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.product .product-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.product .product-carousel .owl-dot.active {
    background-color: navy !important;
}

.product #product-flters {
    padding: 0;
    margin: 0 auto 50px auto;
    list-style: none;
    text-align: center;
}

.product #product-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #4d4643;
    transition: all 0.3s;
    border-radius: 50px;
}

.product #product-flters li:hover,
.product #product-flters li.filter-active {
    color: #fff;
    background: navy;
}

.product #product-flters li:last-child {
    margin-right: 0;
}

.product .product-item {
    margin-bottom: 30px;
}

.product .product-item .product-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}

.product .product-item .product-info h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    color: #2b2320;
}

.product .product-item .product-info h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    color: #2b2320;
}

.product .product-item .product-info p {
    color: #65534c;
    font-size: 14px;
    margin-bottom: 0;
}

.product .product-item .product-info .preview-link,
.product .product-item .product-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #483b36;
}

.product .product-item .product-info .preview-link:hover,
.product .product-item .product-info .details-link:hover {
    color: navy;
}

.product .product-item .product-info .details-link {
    right: 10px;
}

.product .product-item .product-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.product .product-item .product-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.product .product-item .product-links a:hover {
    color: #fe825a;
}

.product .product-item:hover .product-info {
    opacity: 1;
    bottom: 20px;
}


/*--------------------------------------------------------------
# End Products
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/

.product-dt {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.product_dt-details {
    padding: 40px;
}

.product_dt-details .product_dt-title {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}

.product_dt-details .product_dt-title1 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: -16px;
}

@media (max-width: 500px) {
    .product_dt-details .product_dt-title {
        font-size: 30px;
    }
    .product_dt-details .product_dt-title1 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
        margin-top: -35px;
    }
}

.product_dt-details .product_dt-info p {
    margin-top: 20px;
    text-indent: 4%;
    font-size: 15px;
    padding: 15px 0 0 0;
    text-align: justify;
    line-height: 2em;
}

.product_dt-details .product_dt-info p span {
    color: navy;
}

.product_dt-details ul {
    margin-top: 30px;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 15px;
    list-style: none;
    padding: 0;
}

.product_dt-details ul li {
    padding-bottom: 10px;
}

.product_dt-details ul i {
    font-size: 20px;
    padding-right: 4px;
    color: navy;
}

#back {
    margin-bottom: -100px;
}

#back i {
    font-size: 50px;
}

#back i:hover {
    color: #00CED1;
}


/*--------------------------------------------------------------
# End Product Details
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Technologies
--------------------------------------------------------------*/

.techn .tech-item {
    box-sizing: content-box;
    padding: 40px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
    height: 180px;
}

.techn .tech-item .tech-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}

.techn .tech-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.techn .tech-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.techn .tech-item .quote-icon-left,
.techn .tech-item .quote-icon-right {
    color: navy;
    font-size: 26px;
}

.techn .tech-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.techn .tech-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.techn .tech-item p {
    text-align: justify;
    margin: 15px 0 0 0;
    padding: 0;
}


/*--------------------------------------------------------------
# End Technologies
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Career
--------------------------------------------------------------*/

.career {
    padding-top: 0;
}

.career .section-title {
    margin: 30px;
    ;
    padding-bottom: 30px;
    text-align: center;
}

.career .section-title h2 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #65534c;
}

.career .nav-tabs {
    border: 0;
}

.career .nav-link {
    border: 0;
    padding: 25px 20px;
    transition: 0.3s;
    color: #2b2320;
}

.career .nav-link:hover {
    color: navy;
}

.career .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
}

.career .nav-link p {
    font-size: 14px;
    margin-bottom: 0;
}

.career .nav-link.active {
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
    color: navy;
}

.career .tab-pane.active {
    -webkit-animation: slide-down 0.5s ease-out;
    animation: slide-down 0.5s ease-out;
}

.accordion .btn-link {
    text-decoration: none;
    color: #000080;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*--------------------------------------------------------------
# End Career
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact .info {
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: navy;
    float: left;
    width: 44px;
    height: 44px;
    background: #ffeee8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2b2320;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #65534c;
}

.contact .info:hover i {
    background: navy;
    color: #fff;
}

.contact .form-contact {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: #fff;
}

.contact .form-contact .form-group {
    padding-bottom: 8px;
}

.contact .form-contact button[type="submit"] {
    background: navy;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .form-contact button[type="submit"]:hover {
    color: navy;
    background: #fff;
    border: 1px solid navy;
}


/*--------------------------------------------------------------
# End Contact
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    margin-top: 100px;
    color: #b4aca8;
    font-size: 14px;
    background-color: #3f51b5;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #1a237e;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Muli", sans-serif;
    color: #b4aca8;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding-left: 55px;
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #00CED1;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #b4aca8;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px 0 0 4px;
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #3f51b5;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    color: #b4aca8;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #b4aca8;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: navy;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #fff;
    color: navy;
    text-decoration: none;
}
