/********** Template CSS **********/





:root {
    --primary: #9b5728;
    ;
    --secondary: #DCDBDB;
    --light: #F2F8FE;
    --dark: #111111;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    z-index: 99;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
}

/*** Spinner ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/

.btn {
    font-size: 15px;
    font-weight: 300;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-square-1 {
    width: 250px;
    height: 250px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-square-1,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--primary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover {
    color: rgb(175, 175, 175);
}

.navbar .navbar-nav .nav-link.active {
    color: rgb(110, 245, 0);
}






.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}

.logo {
    width: 120px;
}

/*** Header ***/

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

/*** Service ***/

.service-item {
    position: relative;
    overflow: hidden;
}

.service-item::after {
    content: "";
    width: 0;
    height: 0;
    top: -80px;
    right: -80px;
    border: 80px solid;
    transform: rotate(45deg);
    opacity: 1;
    transition: .5s;
}


.service-item.bg-light::after {
    border-color: transparent transparent #FFFFFF transparent;
}

.service-item:hover::after {
    opacity: 0;
}

/*** Roadmap ***/

.roadmap-carousel {
    position: relative;
}

.roadmap-carousel::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 20px;
    left: 0;
    border-top: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item .roadmap-point {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    background: #FFFFFF;
    border: 2px solid var(--primary);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadmap-carousel .roadmap-item .roadmap-point span {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--primary);
}

.roadmap-carousel .roadmap-item {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

.roadmap-carousel .roadmap-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 115px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 111px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: var(--primary);
}

.roadmap-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}

/*** FAQs ***/

.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: var(--light);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}

/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.footer .btn.btn-square:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.footer .copyright {
    padding: 0 0 25px 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--secondary);
}

h2 {
    text-align: center;
    padding: 20px;
}

.logo2 {
    width: 100%;
}

.video-w-h {
    width: 650px;
    height: 380px;
    box-shadow: 10px 10px 10px #b8c4cd;
}

@media screen and (min-width: 360px) and (max-width: 480px) {
    .video-w-h {
        width: 100%;
        height: 200px;
    }
}

.video-w-h-small {
    width: 100%;
    height: 255px;
    box-shadow: 10px 10px 10px #b8c4cd;
}

.founder {
    color: white;
    font-size: 20px !important;
}

.bullets {
    font-size: 3.5rem !important;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: white;
    padding: 0 0 30px 70px;
    text-shadow: 4px 3px 14px black;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
    .bottom-left {
        padding: 0 0 10px 25px;
    }
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

.project-h {
    padding: 0 0 150px 0;
    color: #2E77AA;
    font-size: 3.2rem
}

@media screen and (min-width: 360px) and (max-width: 480px) {
    .project-h {
        padding: 0 0 0 0;
        color: #2E77AA;
        font-size: 3.2rem
    }
}


.banner {
    padding: 75px 0 0 0 !important;
    height: 470px !important;
    color: #2E77AA;
}

@media screen and (max-width: 820px) {
    .banner {
        padding: 50px 0 0 0 !important;
        height: 250px !important;
    }
}


/* .banner-dv {
    display: none;
}

@media screen and (min-width:418px) {
    .banner-dv {
        display: flex;
    }

}

.banner-mv {
    display: none;
}

@media screen and (max-width:418px) {
    .banner-mv {
        display: flex;
    }
} */

.banner-mv {
    display: none !important;
}

@media (max-width:720px) {
    .banner-dv {
        display: none !important;
    }

    .banner-mv {
        display: block !important;
    }
}


.page-block {
    margin: 75px 0 75px 0;
}



.page-block-3 {
    margin: 75px 0 0 0;
}

@media screen and (max-width:820px) {
    .page-block-3 {
        margin: 40px 0 0 0;
    }
}



.page-block-2 {
    background-color: #EFF2F5;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.banner-2 {
    font-size: 2.1 rem !important;
    line-height: 45px;
    color: var(--primary);
}

.award-img {
    width: 650px;
}

@media screen and (min-width: 360px) and (max-width: 1400px) {
    .award-img {
        width: 100%;
    }
}

.award-text {
    padding: 25px 10px 0 25px;
}

.news-div {
    width: 33%;
}

.s-activity {
    padding: 0 20px 0 20px;
}


/* Award image gallery */
div.gallery img {
    width: 100%;
    height: auto;
}

.responsive {
    padding: 25px 25px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 820px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

/* zoom onclick */
#myImg {
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    padding-top: 80px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 20px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    right: 35px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: rgb(121, 68, 44);
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 90%;
    }
}

.h-award-p {
    padding: 0 20px 0 20px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.point {
    font-size: 26px;
    font-weight: 300;
    color: white;
}

/* projects */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

body {
    background-color: rgb(255, 255, 255);
    font-family: "Poppins", sans-serif
}

.card {
    background-color: #eff2f5;
    padding: 14px;
    border: none
}

.demo {
    width: 100%
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}

img {
    display: block;
    height: auto;
    width: 100%
}

.stars i {
    color: #f6d151
}

.stars span {
    font-size: 13px
}

hr {
    color: #d4d4d4
}

.badge {
    padding: 5px !important;
    padding-bottom: 6px !important
}

.badge i {
    font-size: 10px
}

.profile-image {
    width: 35px
}

.comment-ratings i {
    font-size: 13px
}

.username {
    font-size: 12px
}

.comment-profile {
    line-height: 17px
}

.date span {
    font-size: 12px
}

.btn-long {
    padding-left: 35px;
    padding-right: 35px
}

.buttons {
    margin-top: 15px
}

.buttons .btn {
    height: 46px
}

.buttons .cart {
    border-color: #ff7676;
    color: #ff7676
}

.buttons .cart:hover {
    background-color: #e86464 !important;
    color: #fff
}

.buttons .buy {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676
}

.buttons .buy:focus,
.buy:active {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676;
    box-shadow: none
}

.buttons .buy:hover {
    color: #fff;
    background-color: #e86464;
    border-color: #e86464
}

.buttons .wishlist {
    background-color: #fff;
    border-color: #ff7676
}

.buttons .wishlist:hover {
    background-color: #e86464;
    border-color: #e86464;
    color: #fff
}

.buttons .wishlist:hover i {
    color: #fff
}

.buttons .wishlist i {
    color: #ff7676
}

.comment-ratings i {
    color: #f6d151
}

/* Home icon  */
.home .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.home .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.home .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
    background-image: url(img/start-1.svg);
}

.home .btn.btn-square-1 {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.home .btn.btn-square-1:hover {
    color: #FFFFFF;
    background: var(--primary);
}


.col-reverse {
    display: flex;
}

@media screen and (max-width:820px) {
    .col-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}


.social-a-padd {
    padding-top: 0px;
}

@media screen and (max-width:820px) {
    .social-a-padd {
        padding-top: 30px;
    }
}

.f-center {
    text-align: left !important
}

@media screen and (max-width:820px) {
    .f-center {
        text-align: center !important;
    }
}


.f-img {
    display: block;
}

@media screen and (max-width:820px) {
    .f-img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}



.anim {
    padding: 1em 0;
    float: left;
    width: 50%;
}

@media screen and (max-width: 640px) {
    .anim {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 900px) {
    .anim {
        width: 25%;
    }
}

.title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: var(--primary);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 0.8;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}


.map-deck {
    width: 100%;
    height: 450px;
}

.map {
    width: 100%;
    height: 100%;

}

.company-map {
    width: 100%;
    height: 100%;
    border: 10px red;
}


.img-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 500px;
}

@media screen and (max-width:480px) {
    .img-center {
        width: 250px;
    }
}


.contact-hr {
    height: 5px !important;
}



.service-i {
    width: 65px;
}

@media screen and (max-width:480px) {
    .service-i {
        width: 45px !important;
    }
}


.left-padd-50 {
    padding: 0 0 0 50px;
    line-height: 35px;
}



.banner-text {
    padding-bottom: 3rem !important;
}












h1 {
    /* color: #fff; */
    /* text-align: center; */
    font-weight: 400;
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    /* width: 100%;
    height: 300px; */
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

img.control_prev,
a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

img.control_prev:hover,
a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

img.control_prev {
    border-radius: 0 2px 2px 0;
}

img.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}


.padd {
    padding-left: 65px;
    padding-right: 15px;
}

@media (max-width:576px) {
    .padd {
        padding-left: 0px;
        padding-right: 0px;
    }

}



.bold {
    font-size: 18px;
    line-height: 1px;
    padding-top: 5px;
}

.b-text {
    font-size: 3.8rem;
    color: white;
    text-shadow: 4px 3px 14px black;
}

@media (max-width:1400px) {
    .b-text {
        font-size: 2.5rem !important;
        color: white;
        text-shadow: 4px 3px 14px black;
    }

}

.project-txt {
    padding-bottom: 1rem !important;
}





.padd-left {
    padding-left: 20px;
}



.vision-m {
    background-color: #f5f5f5;
    padding: 35px 0 35px 0;
}

@media (max-width:1400px) {
    .vision-m {
        background-color: #f5f5f5;
        padding: 35px 0px 35px 0px !important;
    }

}


.display-4-slide {
    font-size: 2.5rem;
}

.display-4-slide-2 {
    font-size: 2.5rem;
}

@media (max-width:576px) {
    .display-4-slide {
        font-size: 1.7rem !important;
    }

    .display-4-slide-2 {
        font-size: 1.4rem;
    }
}


.center-sm{
    margin:auto;
}
@media (max-width:360px) {
    .center-sm{
        margin:auto;
        width:70% !important;
    }
    
}
@media (max-width:576px) {
    .center-sm{
        margin:auto;
        width:70%;
    }
    
}
@media (max-width:768px) {
    .center-sm{
        margin:auto;
        width:45%;
    }
    
}
@media (max-width:820px) {
    .center-sm{
        margin:auto;
        width:35%;
    }
    
}



.mb-view {
    display: none;
}

.desktop-view {
    display: block;
}

@media (max-width:576px) {
    .mb-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

}


@media (max-width:576px) {
    .mid-vid {
        padding: 40px 14px 40px 14px;
    }

}




/* 
@import "compass/css3";

html {
  font-family: "Calibri", "Trebuchet MS", "Helvetica", sans-serif;
}
h3 {
  margin-top: 0;
  font-size: 24px;
}
a,
a:visited {
  color: #1760bf;
  text-decoration: none;
}
a:hover {
  color: #c00;
}
.links {
  ul {
  }
  li {
    margin-bottom: 5px;
  }
}
h4 {
  margin: 24px 0 0 0;
}

.bottom-text {
  margin-top: 40px;
  border-top: 2px solid #e5e7e9;
  a {
    border-bottom: 1px solid #e5e7e9;
  }
  p {
    max-width: 650px;
  }
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
} */



.bold-text{
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0rem;
}