/*******************************/
/********* General CSS *********/
/*******************************/

body {
    color: #666666;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', serif;
    font-weight: 600;
    color: #121518;
}
.news marquee {
    font-size: 100px;
    margin-right: 400px
}
   

a {
    color: #454545;
    transition: .3s;
}

    a:hover,
    a:active,
    a:focus {
        color: #2371a6; /*#aa9166*/
        outline: none;
        text-decoration: none;
    }

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #2371a6; /*#aa9166*/
    color: #121518;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

    .back-to-top:hover {
        color: #2371a6; /*#aa9166*/
        background: #121518;
    }

.back-to-top i {
    padding-top: 10px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 100px;
    background: #FFFFFF;
}

.top-bar .logo {
  
    text-align: left;
    overflow: hidden;
}

    .top-bar .logo h3 {
        margin: 0;
        color: #2371a6; /* #aa9166*/
        font-size: 45px;
        line-height: 55px;
        font-weight: 800;
    }

    .top-bar .logo img {
        max-width: 175px;
        max-height: 99px;
        margin-left:auto;
        
    }

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    
    justify-content: center;
    flex-direction: column;
    height: 90px;
    padding: 0 20px;
    text-align: left;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

    .top-bar .text h5 {
        color: #2371a6;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-size: 16px;
        margin: 0;
    }

    .top-bar .text p {
        color: #2371a6;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        margin: 0;
        text-align:justify;
        align-content:flex-start;
    }

.top-bar .social {
    display: flex;
    height: 90px;
    font-size: 0;
    justify-content: flex-end;
}

    .top-bar .social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 100%;
        font-size: 16px;
       color: #2371a6;
        border-right: 1px solid rgba(255, 255, 255, .15);
    }

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

        .top-bar .social a:hover {
            color: #2371a6; /*#aa9166*/
            background: #D3D3D3;
            
        }





/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    padding: 20px 0;
    transition: .3s;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #000000; /*#aa9166*/
        transition: none;
    }

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #2371a6; /*#aa9166*/
    border-radius: 0;
    font-size: 20px;
}

    .nav-bar .btn:hover {
        background: #2371a6; /*#aa9166*/
    }








/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 110%;
}

    .carousel .carousel-item img {
        width: 100%;
        height: 110%;
        object-fit: cover;

    }

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
}

.carousel .carousel-caption h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 25px;
}

    .carousel .carousel-caption .btn {
        padding: 15px 35px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #2371a6; /*#aa9166*/
        background: #121518;
        border: 2px solid #2371a6; /*#aa9166*/
        border-radius: 0;
        transition: .3s;
    }

        .carousel .carousel-caption .btn:hover {
            color: #121518;
            background: #2371a6; /*#aa9166*/
        }






.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.carousel .carousel-item img {
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
   
}
.box {
    position: relative;
     
}

    .box .text {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 65%; /* Adjust this value to move the positioned div up and down */
       
        font-family: Arial,sans-serif;
        
        width: 60%; /* Set the width of the positioned div */
    }
/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: #2371a6; /*#aa9166*/
}

.page-header h2 {
    position: relative;
    color: #121518;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #121518;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 24px;
    color: #121518;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #121518;
}

.page-header a:last-child::after {
    display: none;
}



/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top:10px;
   
}

.section-header h4 {
   
    position: relative;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
    z-index: 1;
}
   .section-header h4::before {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 35px;
        background: transparent;
        border-top: 1px solid #2371a6; /*#aa9166*/
        border-bottom: 1px solid #2371a6; /*#aa9166*/
        z-index: -1;
    }

 /* .section-header h4::after {
        position: absolute;
        content: "";
        width: 44%;
        right: 0;
        bottom: 15px;
       
        background: transparent;
        border-top: 1px solid #2371a6; 
        border-bottom: 1px solid #2371a6; 
        z-index: -1;
    }
     */


/*******************************/
/******** Top Feature CSS ******/
/*******************************/
.feature-top {
    position: relative;
    background: #121518;
    margin-bottom: 45px;
}

.feature-top .col-md-4 {
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.feature-top .feature-item {
    padding: 30px 0 ;
    text-align: center;
   
}

    .feature-top .feature-item i {
        color: #2371a6; /*#aa9166*/
        font-size: 35px;
        margin-bottom: 10px;
    }

.feature-top .feature-item h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.feature-top .feature-item p {
    color: #999999;
    margin: 0;
    font-size: 18px;
}


/*******************************/
/********** Login CSS **********/
/*******************************/
.login-page {
    width: 460px;
    padding: 8% 0 0;
    margin: auto;
    margin-top: -11px;
  
}
    .login-page .form .login {
        margin-top: -31px;
        margin-bottom: 26px;
    }

    .login-page .form {
        position: relative;
        z-index: 1;
        background: #aa9166;
        max-width: 360px;
        margin: 0 auto 100px;
        padding: 45px;
        text-align: center;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }

        .login-page .form input {
            font-family: "Roboto", sans-serif;
            outline: 0;
            background: #f2f2f2;
            width: 100%;
            margin: 0 0 15px;
            padding: 15px;
            box-sizing: border-box;
            font-size: 14px;
            border: 2px solid #121518;
            border-radius: 0;
        }

        .login-page .form button {
            position: relative;
            margin-top: 15px;
            padding: 15px 35px;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #aa9166;
            border: 2px solid #aa9166;
            border-radius: 0;
            background: #121518;
            transition: .3s;
            text-align: center;
        }

      



        .login-page .form .message {
            margin: 15px 0 0;
            color: #121518;
            font-size: 12px;
        }

            .login-page .form .message a {
                color: #aa9166;
                text-decoration: none;
            }

    .login-page .container {
        position: relative;
        z-index: 1;
        max-width: 500px;
        margin: 0 auto;
        color: #121518
    }


    


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-top:50px;
}

.about .about-img {
    position: relative;
    height: auto;
    padding: 5px;
    background: #121518;
    margin-left:20px;
    margin-right:20px;
}

.about .about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
   
}

    .about .about-text p {
        font-size: 16px;
        text-align: justify;
        font-family: 'Roboto', serif;
        /*font-style: italic;*/
        color: #000000;
    }

    .about .about-text a.btn {
        position: relative;
        margin-top: 15px;
        padding: 15px 35px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #aa9166;
        border: 2px solid #2371a6; /*#aa9166*/
        border-radius: 0;
        background: #121518;
        transition: .3s;
        text-align: center;
    }

        .about .about-text a.btn:hover {
            color: #121518;
            background: #2371a6; /*#aa9166*/
        }



/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    
}

    .service .service-item {
        position: relative;
        width: 100%;
        text-align: center;
        background: #D3D3D3;
        margin-bottom: 30px;
        
       
    }

    .service .service-icon {
        margin-top: 20px;
        height: 130px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #D3D3D3;
        border-radius: 5px;
    }

        .service .service-icon i {
            width: 100px;
            height: 100px;
            padding: 20px 0;
            text-align: center;
            font-size: 60px;
            color: #2371a6; /*#aa9166*/
            background: #D3D3D3;
            transition: .5s;
        }

.service .service-item:hover .service-icon i {
    margin-top: -15px;
}

    .service .service-item h5 {
        margin: 0;
        padding: 25px 15px 25px 15px;
        font-size: 20px;
        font-weight: 600;
        color: #2371a6; /*#aa9166*/
    }

.service .service-item p {
    margin: 0;
    color: #999999;
    padding: 0 25px 25px 25px;
    font-size: 18px;
}

    .service .service-item a.btn {
        position: relative;
        margin-bottom: 30px;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #2371a6; /*#aa9166*/
        border: 2px solid #2371a6; /*#aa9166*/
        border-radius: 0;
        background: #121518;
        transition: .3s;
    }

    .service .service-item:hover a.btn {
        color: #121518;
        background: #2371a6; /*#aa9166*/
    }
    .service .equal-height {
        display: table-cell;
        padding: 16px
    }

    /*******************************/
    /********* Feature CSS *********/
    /*******************************/
    .feature {
        position: relative;
        width: 100%;
        padding: 45px 0;
    }

        .feature .feature-item {
            margin-bottom: 30px;
            
        }

        .feature .feature-icon {
            height: 150px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #D3D3D3;
            border-radius: 5px;
        }

            .feature .feature-icon i {
                width: 100px;
                height: 100px;
                padding: 20px 10px 0 10px;
                text-align: center;
                font-size: 60px;
                color: #2371a6; /*#aa9166*/
                background: #D3D3D3;
                transition: .5s;
            }

        .feature .feature-item:hover .feature-icon i {
            margin-right: -15px;
        }

        .feature .feature-item h4 {
            position: relative;
            margin-bottom: 15px;
            margin-left:15px;
            padding-bottom: 10px;
            font-size: 25px;
            font-weight: 600;
        }

            .feature .feature-item h4::after {
                position: absolute;
                content: "";
                width: 50px;
                height: 2px;
                left: 0;
                bottom: 0;
                background: #2371a6; /*#aa9166*/
            }

        .feature .feature-item p {
            margin: 0;
            font-size: 16px;
        }

        .feature .feature-img {
            position: relative;
            height: 100%;
            padding: 10px;
            background: #121518;
        }

            .feature .feature-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }


    /*******************************/
    /*********** Team CSS **********/
    /*******************************/
    .team {
        position: relative;
        width: 100%;
        padding: 45px 0 15px 0;
    }

        .team .team-item {
            margin-bottom: 30px;
        }

        .team .team-img {
            position: relative;
        }

            .team .team-img img {
                width: 100%;
            }

        .team .team-text {
            position: relative;
            padding: 50px 15px 30px 15px;
            text-align: center;
            background: #121518;
        }

            .team .team-text h2 {
                font-size: 22px;
                font-weight: 600;
                color: #aa9166;
            }

            .team .team-text p {
                margin: 0;
                color: #999999;
            }

        .team .team-social {
            position: absolute;
            width: calc(100% - 60px);
            height: 50px;
            top: -25px;
            left: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #2371a6; /*#aa9166*/
            font-size: 0;
            transition: .5s;
        }

        .team .team-item:hover .team-social {
            width: 100%;
            left: 0;
        }

        .team .team-social a {
            display: inline-block;
            margin-right: 15px;
            font-size: 18px;
            text-align: center;
            color: #121518;
            transition: .3s;
        }

            .team .team-social a:last-child {
                margin-right: 0;
            }

            .team .team-social a:hover {
                color: #ffffff;
            }


    /*******************************/
    /*********** FAQs CSS **********/
    /*******************************/
    .faqs {
        position: relative;
        width: 100%;
        padding: 45px 0;
    }

        .faqs .faqs-img {
            position: relative;
            height: 100%;
            padding: 10px;
            background: #121518;
        }

            .faqs .faqs-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    @media (max-width: 767.98px) {
        .faqs .faqs-img {
            margin-bottom: 30px;
            height: auto;
        }
    }

    .faqs .card {
        margin-bottom: 15px;
        padding-top: 15px;
        border: none;
        border-radius: 0;
        border-top: 1px solid #2371a6; /*#aa9166*/
    }

        .faqs .card:last-child {
            margin-bottom: 0;
            padding-bottom: 15px;
            border-bottom: 1px solid #2371a6; /*#aa9166*/
        }

    .faqs .card-header {
        padding: 0;
        border: none;
        background: #ffffff;
    }

        .faqs .card-header a {
            display: block;
            width: 100%;
            color: #121518;
            font-size: 18px;
            line-height: 40px;
        }

            .faqs .card-header a span {
                display: inline-block;
                width: 40px;
                height: 40px;
                margin-right: 10px;
                text-align: center;
                background: #121518;
                color: #aa9166;
                font-weight: 700;
            }

        .faqs .card-header [data-toggle="collapse"]:after {
            font-family: 'font Awesome 5 Free';
            content: "\f067";
            float: right;
            color: #121518;
            font-size: 12px;
            font-weight: 900;
            transition: .3s;
        }

        .faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
            font-family: 'font Awesome 5 Free';
            content: "\f068";
            float: right;
            color: #121518;
            font-size: 12px;
            font-weight: 900;
            transition: .3s;
        }

    .faqs .card-body {
        padding: 15px 0 0 0;
        font-size: 16px;
        border: none;
        background: #ffffff;
    }

    .faqs a.btn {
        position: relative;
        margin-top: 15px;
        padding: 15px 35px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #aa9166;
        border: 2px solid #aa9166;
        border-radius: 0;
        background: #121518;
        transition: .3s;
    }

        .faqs a.btn:hover {
            color: #121518;
            background: #aa9166;
        }


    /*******************************/
    /******* Testimonial CSS *******/
    /*******************************/
    .testimonial {
        position: relative;
        padding: 45px 0;
    }

        .testimonial .testimonials-carousel {
            position: relative;
            width: calc(100% + 30px);
            left: -15px;
            right: -15px;
        }

        .testimonial .testimonial-item {
            position: relative;
            margin: 0 15px;
            padding: 30px;
            background: #D3D3D3;
            overflow: hidden;
            border-radius: 10px;
        }

            .testimonial .testimonial-item i {
                position: absolute;
                top: 0;
                right: 0;
                color: #333333;
                font-size: 60px;
                transform: rotate(45deg);
                z-index: 1;
            }

            .testimonial .testimonial-item .col-12 {
                margin-top: 20px;
                height: 250px;
            }

            .testimonial .testimonial-item img {
                width: 100%;
            }

            .testimonial .testimonial-item h2 {
                color: #2371a6; /*#aa9166*/
                font-size: 22px;
                font-weight: 600;
                margin-bottom: 15px;
            }

            .testimonial .testimonial-item p {
                color: #999999;
                font-size: 16px;
                margin: 0;
                font-family: 'Roboto', serif;
                color: #000000;
                /*font-style: italic;*/
            }

        .testimonial .owl-nav,
        .testimonial .owl-dots {
            margin-top: 15px;
            text-align: center;
        }

        .testimonial .owl-dot {
            display: inline-block;
            margin: 0 5px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #2371a6; /*#aa9166*/
        }

            .testimonial .owl-dot.active {
                background: #121518;
            }

    .avatar {
        vertical-align: middle;
        margin-right: 200px;
        margin-left: 20px;
        height: 50px;
        border-radius: 50%;
    }

   
/*******************************/
/*********** Blog CSS **********/
/*******************************/
.accomplishment {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

        .accomplishment .col-container {
            display: table;
            width: 100%;
        }

        .accomplishment .accomplishment-carousel {
            position: relative;
            width: calc(100% + 30px);
            left: -15px;
            right: -15px;
        }

        .accomplishment .accomplishment-item {
            position: relative;
            margin: 0 15px;
            background: #ffffff;
            overflow: hidden;
        }

        .accomplishment .accomplishment-page .accomplishment-item {
            margin: 10px 45px 15px 45px;
            border: 1px solid #2371a6;
        }

    .accomplishment .accomplishment-item img {
        width: 100%;
        margin-bottom: 25px;
        object-fit: cover;
    }
           /* .accomplishment .accomplishment-item img:hover {
                -ms-transform: scale(1.5); /* IE 9 */
               /* -webkit-transform: scale(1.5); /* Safari 3-8 */
               /* transform: scale(1.5);
            } */
        .accomplishment .accomplishment-item h3 {
            font-size: 25px;
            font-weight: 600;
        }

        .accomplishment .accomplishment-item .meta {
            padding: 0 0 15px 0;
        }

            .accomplishment .accomplishment-item .meta * {
                display: inline-block;
                margin: 0;
                padding: 0;
                font-size: 14px;
                color: #999999;
            }

            .accomplishment .accomplishment-item .meta i {
                margin: 0 2px 0 10px;
            }

                .accomplishment .accomplishment-item .meta i:first-child {
                    margin-left: 0;
                }

        .accomplishment .accomplishment-item p {
            font-size: 20px;
            text-align: justify;
            color: #000000;
        }

        .accomplishment .accomplishment-item a.btn {
            padding: 10px 10px 10px 10px;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #2371a6; /*#aa9166*/
            transition: .3s;
        }

            .accomplishment .accomplishment-item a.btn i {
                margin-left: 10px;
            }

            .accomplishment .accomplishment-item a.btn:hover {
                color: #D3D3D3;
            }

        .accomplishment .owl-nav,
        .accomplishment .owl-dots {
            margin-top: 15px;
            text-align: center;
        }

        .accomplishment .owl-dot {
            display: inline-block;
            margin: 0 5px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #2371a6; /*#aa9166*/
        }

            .accomplishment .owl-dot.active {
                background: #121518;
            }

        .accomplishment .pagination .page-link {
            color: #121518;
            border-radius: 0;
            border-color: #2371a6; /*#aa9166*/
        }

            .accomplishment .pagination .page-link:hover,
            .accomplishment .pagination .page-item.active .page-link {
                color: #121518;
                background: #2371a6; /*#aa9166*/
            }

        .accomplishment .pagination .disabled .page-link {
            color: #999999;
        }

        .accomplishment .form {
            position: relative;
            max-width: 400px;
            margin: 0 auto;
        }

        .accomplishment input {
            height: 50px;
            border: 2px solid #121518;
            border-radius: 0;
        }

        .accomplishment select {
            height: 50px;
            border: 2px solid #121518;
            border-radius: 0;
        }

        .accomplishment textarea {
            border: 2px solid #121518;
            border-radius: 0;
        }

        .accomplishment .btn {
            position: relative;
            top: 5px;
            height: 40px;
            padding: 8px 20px;
            font-size: 16px;
            font-weight: 500;
            text-transform: uppercase;
            color: #2371a6; /*#aa9166*/
            background: #D3D3D3;
            border-radius: 0;
            border: 2px solid #2371a6; /*#aa9166*/
            transition: .3s;
        }

        .accomplishment .title {
            position: absolute;
            top: 5px;
            height: 50px;
            padding: 8px 20px;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: #2371a6; /*#aa9166*/
            /*background: #121518;*/
            border-radius: 0;
            /*border: 2px solid #aa9166;*/
            transition: .3s;
        }

        .accomplishment .btn:hover {
            color: #000000;
            background: #2371a6; /*#aa9166*/
        }

        /* Fake image */
    .accomplishment .fakeimg {
        /* background-color: #aaa;*/
        width: 100%;
        height: 100%;
       
    }

        /* Add a card effect for articles */
        .accomplishment .card {
            background-color: white;
            padding: 20px;
            margin-top: 20px;
            border: 1px solid #2371a6; /*#aa9166*/
        }

        .accomplishment .equal-height {
            display: table-cell;
            padding: 16px
        }





    /*******************************/
    /******** Portfolio CSS ********/
    /*******************************/
    .portfolio {
        position: relative;
        padding: 45px 0;
        background: #ffffff;
    }

        .portfolio #portfolio-flters {
            padding: 0;
            margin: -15px 0 25px 0;
            list-style: none;
            font-size: 0;
            text-align: center;
        }

            .portfolio #portfolio-flters li,
            .portfolio .load-more .btn {
                cursor: pointer;
                display: inline-block;
                margin: 5px;
                padding: 8px 15px;
                color: #2371a6; /*#aa9166*/
                font-size: 14px;
                font-weight: 500;
                text-transform: uppercase;
                border-radius: 0;
                background: #121518;
                border: 2px solid #2371a6; /*#aa9166*/
                transition: .3s;
            }

                .portfolio #portfolio-flters li:hover,
                .portfolio #portfolio-flters li.filter-active {
                    background: #2371a6; /*#aa9166*/
                    color: #121518;
                }

        .portfolio .load-more {
            text-align: center;
        }

            .portfolio .load-more .btn {
                padding: 15px 35px;
                font-size: 16px;
                transition: .3s;
            }

                .portfolio .load-more .btn:hover {
                    color: #121518;
                    background: #2371a6; /*#aa9166*/
                }

        .portfolio .portfolio-item {
            position: relative;
            margin-bottom: 30px;
            overflow: hidden;
            transition: .5s;
        }

            .portfolio .portfolio-item:hover {
                margin-top: -10px;
            }

        .portfolio .portfolio-wrap {
            position: relative;
            width: 100%;
        }

        .portfolio img {
            position: relative;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .portfolio figure {
            position: absolute;
            padding: 30px;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: flex;
            align-items: flex-start;
            justify-content: flex-end;
            flex-direction: column;
            background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .0), rgba(0, 0, 0, 1) 90%);
        }

            .portfolio figure p {
                position: relative;
                margin-bottom: 5px;
                padding-bottom: 5px;
                color: #ffffff;
                font-size: 18px;
            }

                .portfolio figure p::after {
                    position: absolute;
                    content: "";
                    width: 50px;
                    height: 2px;
                    left: 0;
                    bottom: 0;
                    background: #ffffff;
                }

            .portfolio figure a {
                font-family: 'Roboto', serif;
                color: #2371a6; /*#aa9166*/
                font-size: 25px;
                font-weight: 600;
                font-style: italic;
                transition: .3s;
            }

                .portfolio figure a:hover {
                    text-decoration: none;
                    color: #ffffff;
                }

            .portfolio figure span {
                position: relative;
                color: #999999;
                font-size: 16px;
            }


    /*******************************/
    /********* Contact CSS *********/
    /*******************************/
    .contact {
        position: relative;
        width: 100%;
        padding: 45px 0 15px 0;
    }

        .contact .contact-info {
            position: relative;
            margin-bottom: 30px;
            width: 100%;
            padding: 30px;
            background: #D3D3D3;
        }

        .contact .contact-item {
            position: relative;
            margin-bottom: 30px;
            margin-right: 10px;
            margin-left: 10px;
            padding: 30px;
            display: flex;
            align-items: flex-start;
            flex-direction: row;
            border: 2px solid #2371a6; /*#aa9166*/
        }

            .contact .contact-item i {
                display: inline-block;
                width: 60px;
                height: 60px;
                display: flex;
                padding: 10px 10px 10px 10px;
                align-items: center;
                justify-content: center;
                font-size: 30px;
                color: #2371a6; /*#aa9166*/
                border: 2px solid #2371a6; /*#aa9166*/
            }

        .contact .contact-text {
            position: relative;
            width: auto;
            padding-left: 15px;
        }

            .contact .contact-text h2 {
                color: #2371a6; /*#aa9166*/
                font-size: 25px;
                font-weight: 600;
            }

            .contact .contact-text p {
                margin: 0;
                color: #000000;
                font-size: 16px;
            }

        .contact .contact-item:last-child {
            margin-bottom: 0;
        }

        .contact .contact-form {
            position: relative;
            margin-bottom: 30px;
        }

            .contact .contact-form input {
                height: 60px;
                border-radius: 0;
                border-width: 1px;
                border-color: #2371a6;
            }

            .contact .contact-form textarea {
                height: 190px;
                border-radius: 0;
                border-width: 1px;
                border-color: #2371a6;
            }

            .contact .contact-form .btn {
                padding: 16px 35px;
                font-size: 18px;
                font-weight: 500;
                letter-spacing: 1px;
                text-transform: uppercase;
                color: #2371a6; /*#aa9166*/
                background: #D3D3D3;
                border: 2px solid #2371a6; /*#aa9166*/
                border-radius: 0;
                transition: .3s;
                color: #000000;
            }

                .contact .contact-form .btn:hover {
                    color: #121518;
                    background: #2371a6; /*#aa9166*/
                }




    /*******************************/
    /********* Footer CSS **********/
    /*******************************/
    .footer {
        position: relative;
        margin-top: 25px;
        padding-top: 60px;
        background: #D3D3D3;
        color: #ffffff;

    }

        .footer .footer-about,
        .footer .footer-link,
        .footer .footer-contact {
            position: relative;
            margin-bottom: 45px;
            margin-left: 45px;
            color: #000000;
        }

            .footer .footer-about h2,
            .footer .footer-link h2,
            .footer .footer-contact h2
            {
                position: relative;
                margin-bottom: 30px;
                font-size: 25px;
                font-weight: 600;
                color: #2371a6; /*#aa9166*/
            }
        .footer .footer-location h2 {
            position: relative;
            margin-bottom:20px;
            font-size: 25px;
            font-weight: 600;
           
            color: #2371a6; /*#aa9166*/
        }
            .footer .footer-link a {
                display: block;
                margin-bottom: 10px;
                color: #000000;
                transition: .3s;
            }

                .footer .footer-link a::before {
                    position: relative;
                    content: "\f105";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    margin-right: 10px;
                }

                .footer .footer-link a:hover {
                    color: #2371a6; /*#aa9166*/
                    letter-spacing: 1px;
                }

            .footer .footer-contact p i {
                width: 25px;
            }

        .footer .footer-social {
            position: relative;
            margin-top: 20px;
            margin-bottom: 20px;
        }

            .footer .footer-social a {
                display: inline-block;
            }

                .footer .footer-social a i {
                    margin-right: 15px;
                    font-size: 18px;
                    color: #2371a6; /*#aa9166*/
                }

                .footer .footer-social a:last-child i {
                    margin: 0;
                }

                .footer .footer-social a:hover i {
                    color: #000000;
                }

        
        .footer .footer-menu .f-menu {
            position: relative;
            padding: 15px 0;
            background: #2371a6;
            font-size: 0;
            text-align: center;
        }

            .footer .footer-menu .f-menu a {
                color: #ffffff;
                font-size: 16px;
                margin-right: 15px;
                padding-right: 15px;
                border-right: 1px solid rgba(255, 255, 255, .3);
            }

                .footer .footer-menu .f-menu a:hover {
                    color: #000000;
                }

                .footer .footer-menu .f-menu a:last-child {
                    margin-right: 0;
                    padding-right: 0;
                    border-right: none;
                }

        .footer .ex1 {
            width: 100%;
            margin: auto;
        }
        .footer .map{
            margin-left:150px;
        }

        .footer .copyright {
            padding: 30px 15px;
        }

            .footer .copyright p {
                margin: 0;
                color: #000000;
            }

            .footer .copyright .col-md-6:last-child p {
                text-align: right;
            }

            .footer .copyright p a {
                color: #2371a6; /*#aa9166*/
                font-weight: 500;
                letter-spacing: 1px;
            }

                .footer .copyright p a:hover {
                    color: #000000;
                }




