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

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@500&display=swap');

:root {
    --primary: #6222CC;
    --secondary: #FBA504;
    --light: #F6F4F9;
    --dark: #04000B;
}

body {
    margin: 0;
    line-height: 1.5;
    color: #726D7B;
    background-image: url(../img/dot-grid.png);
}
p{
    color: #4e4e4e;
    font-family: 'Mulish', sans-serif;
/*    font-family: 'Oswald', sans-serif;*/
}

/*** 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;
}

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


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
    font-family: 'Raleway', sans-serif;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
    font-family: 'Raleway', sans-serif;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
    font-family: 'Raleway', sans-serif;
}


/*** Button ***/
.btn {
    font-weight: 400;
    transition: .5s;
    font-size: 15px;
}

.btn:hover {
/*    box-shadow: 0 0 10px rgba(0, 0, 0, .5);*/
}

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

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

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

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
    background-color: #5eac00;
    border-color: #5eac00;
    color: #fff;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
/*    padding: 35px 0;*/
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333 !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 5px 10px;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ffffff !important;
    background-color: #5eac00;
    border-radius: 0.25rem;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 90px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #dddddd00;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 10px;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 80px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        background-color:#fff;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

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

    .navbar-light .btn {
        color: #ffffff;
/*        background: #184326;*/
        border-color: #fff;
    }

    .sticky-top.navbar-light .btn {
        color: #ffffff;
        background: #5eac00;
        border-color: #5eac00;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-bottom: 6rem;
    padding: 18rem 0;
    /*background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png),
        url(../img/bg-bottom.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center,
        center bottom;
    background-repeat: no-repeat;*/
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    /* font-weight: 500; */
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: #184326;
}

.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #FFFFFF;
}


/*** Feature ***/
.feature-item {
    transition: .5s;
}

.feature-item:hover {
    margin-top: -15px;
}


/*** About ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Fact ***/
.fact {
    margin: 6rem 0;
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
/*    background: var(--light);*/
    overflow: hidden;
    transition: .5s;
}

.service-item:hover {
/*    margin-top: -15px;*/
/*    padding-bottom: 60px;*/
    background: #222
}

.service-item .service-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    color: var(--light);
    /* background: url(../img/blob-primary.png) center center no-repeat; */
    background-size: contain;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #d8a24a;
/*    background: url(../img/blob-secondary.png) center center no-repeat;*/
    background-size: contain;
}

.service-item h5,
.service-item p {
    transition: .5s;
    color: #fff;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    transition: .5s;
    z-index: 1;
}

.service-item a.btn:hover {
    color: var(--dark);
    background: var(--secondary);
}

.service-item:hover a.btn {
    bottom: 0;
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
    font-family: 'Raleway', sans-serif;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: #184326;
    border-color: #184326;
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
/*    background: rgba(98, 34, 204, .9);*/
    transition: .5s;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}


/*** Newsletter ***/
.newsletter {
    margin: 4rem 0;
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}


/*** Testimonial ***/
.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

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

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: #5eac00;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}


/*** Team ***/
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
}

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


/*** Footer ***/
.footer {
    margin-top: 6rem;
    padding-top: 2rem;
    /*background:
        url(../img/bg-top.png),
        url(../img/map.png);*/
    background-position:
        center top,
        center center;
    background-repeat: no-repeat;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #5eac00;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: #838383;
    font-weight: normal;
    transition: .3s;
}

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

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    opacity: 0.7;
}

.footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #5eac00;
    font-weight: lighter;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    opacity: 0.6;
    font-weight: lighter;
}




/*NEWSTYLESTART*/


.background {
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(45deg, #42424285,#42424285),url(../img/hero_2.jpg);
    width: 100%;
/*    height: 100vh;*/
    background-repeat: no-repeat;
    transition: 5s;
    animation-name: animate;
    animation-direction: alternate-reverse;
    /* animation-play-state: running; */
    /* animation-timing-function: ease; */
    animation-duration: 20s;
    /* animation-fill-mode: forwards; */
    animation-iteration-count: infinite;
    transition-property: opacity;
}


@keyframes animate{
    0%{
        background-image:linear-gradient(45deg, #42424285,#42424285),url(../img/hero_2.jpg);
    }
    20%{
        background-image:linear-gradient(45deg, #42424285,#42424285),url(../img/hero_3.jpg);
    }
    40%{
        background-image:linear-gradient(45deg, #42424285,#42424285),url(../img/hero_4.jpg);
    }
    60%{
        background-image:linear-gradient(45deg, #42424285,#42424285),url(../img/hero_5.jpg);
    }
    80%{
/*        background-image:linear-gradient(45deg, #42424285,#42424285),url(../img/hero_6.jpg);*/
    }
    100%{
/*        background-image:linear-gradient(45deg, #42424285,#42424285),url(../img/hero_1.jpg);*/
    }


}



.btn-danger{
    background-color: #5eac00;
    border-color: #5eac00;
    color: #fff;
}

.btn-danger:hover{
    background-color: #5eac00;
    border-color: #5eac00;
    color: #fff;
}

.btn-secondary {
    color: #fff;
    background-color: #18432600;
    border-color: #ffffff;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #fcb32a00;
    border-color: #ffffff;
}
.btn-light {
    color: #fff;
    background-color: #5eac00;
    border-color: #5eac00;
}
.btn-light:hover {
    color: #fff;
    background-color: #5eac00;
    border-color: #5eac00;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #184326;
    border-color: #184326;
    box-shadow: 0 0 0 0.25rem rgb(213 140 3 / 0%);
}
.text-primary {
    color: #d8a24a !important;
}
.text-secondary {
    color: #5eac00  !important;
}
.text-color{
    color: #5eac00 !important;
}
.bg-primary {
    background-color: #000000f5 !important;
}



/*CONTENTSTYLE*/

.about{
    text-align: justify;
    line-height: 1.9;
}
.service_item_view_img{
    background: linear-gradient(360deg, black, transparent),url(../img/wall/2.jpg);
}
.service_item_view_img_2{
    background: linear-gradient(360deg, black, transparent),url(../img/road/3.jpg);
}
.service_item_view_img_3{
    background: linear-gradient(360deg, black, transparent),url(../img/trafic/trhm.jpg);
}
.service_item_view_img_4{
    background: linear-gradient(360deg, black, transparent),url(../img/vehicle/1.jpg);
}
.service_item_view_img_5{
    background: linear-gradient(360deg, black, transparent),url(../img/poster/1.jpg);
}
.service_item_view_img_6{
    background: linear-gradient(360deg, black, transparent),url(../img/outdoor/7.jpg);
}

.position-relative p{
/*    font-weight: 500;*/
    font-size: 20px;
/*    color: #2b2b2b;*/
}
.img-fluid{
/*    border-radius: 5px;*/
    height: 330px;
    object-fit: cover;
}



.pulse_btn i{
    z-index: 1;
}

.pulse_btn{
    width: 100px;
    height: 100px;
    background-color: #5eac00;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.pulse_btn:before,
.pulse_btn:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #5eac00;
    border-radius: 50%;
/*    z-index: -1;*/
    opacity: 0.7;
}
.pulse_btn:before{
    animation: pulse 2s ease-out infinite;
}
.pulse_btn:after{
    animation: pulse 2s 1s ease-out infinite;
}

@keyframes pulse{
    100%{
        transform: scale(1.8);
        opacity: 0;
    }
}





/*LOGO SLIDE SHOW STYLE*/



/*photobanner*/
 
.photobanner {
 height: 233px;
 width: 3550px;
 margin-bottom: 10px;
}

/*keyframe animations*/
/*.first {
 -webkit-animation: bannermove 30s linear infinite;
    -moz-animation: bannermove 30s linear infinite;
     -ms-animation: bannermove 30s linear infinite;
      -o-animation: bannermove 30s linear infinite;
         animation: bannermove 30s linear infinite;
}*/
 
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2125px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}


.tech-slideshow {
  height: 200px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 200px;
  width: 2526px;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/collage.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}
.tech-slideshow .mover-2{
  opacity:0;
  transition: opacity 0.2s;
  background-position: 0 -200px;
}
.tech-slideshow:hover .mover-2{
  opacity:1;
  animation: moveSlideshow 15s linear infinite;  
}

.tech-slideshow .mover-1 {
  animation: moveSlideshow 12s linear infinite;
}



.box {
 /*width: 100px;*/
 /*height: 100px;*/
 flex: 0 0 100px;
 /*background-color: green;*/
 display: flex;
 align-items: center;
  justify-content: center;
}

.box + .box{
  margin-left: 20px;
}

.images{
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);  
  animation: moveSlideshow 130s linear infinite;
  background-color: #fff;
}

.slideshow {
    height: 200px;
    /* max-width: 800px; */
    margin: 0px;
    position: relative;
     overflow: hidden; 
    transform: translate3d(0, 0, 0);
}






/*NEW-FILE-STYLE*/


.navbar-light .navbar-toggler {
    color: rgb(94 172 0);
    border-color: rgba(0,0,0,0.1);
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: box-shadow 0.15s ease-in-out;
}
.background h1{
    font-size: 3.5rem;
}
.count_bg h1{
    font-family: 'Oswald', sans-serif;
}
.footer_self{
    color: #838383;
}
.footer_address p{
    color: #838383;
    margin-bottom: 0;
}
.dropdown-item.active, .dropdown-item:active{
    color: #fff;
    text-decoration: none;
    background-color: #5eac00;
}
.products_highlights{
    padding: 6.1rem 0rem;
}
.shadow-effect{
    margin:0px 5px;
}
.view_small{
    color: #fff;
}
.view_small:hover{
    color: #fff;
}
.footer_address a{
    color: #838383;
}
.footer_address a:hover{
    opacity: 0.7;
}
.footer_address i{
    color: #838383;
}
.copyright_text{
    padding: 30px 0px;
}
.copyright_text p{
    margin-bottom: 0px;
}
.feature-item p{
    line-height: 1.6;
}





/*NEW STYLE ABOUT START*/

.breadcrumb-area .breadcrumb {
    position: relative;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.breadcrumb-area .breadcrumb .breadcrumb-item {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Mulish', sans-serif;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
}

.breadcrumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
}

.page__header {
    position: relative;
    padding: 16rem 0rem 8rem;
}

.page__header .overlay, .facility .overlay {
    background-color: #000000;
    opacity: 0.22;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    position: absolute;
}

.bg-overlay::after {
    background-color: rgba(17, 17, 17, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.page__header h1 {
    font-size: 3.437rem !important;
    font-weight: 500 !important;
    line-height: 3.5rem;
    z-index: 99;
    position: relative;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}


.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.site_about .about{
    font-size: 18px;
    line-height: 1.8;
}


.site_about .section-title {
    position: relative;
    display: flex;
    align-items: center;
    /* font-weight: 500; */
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}





/*PRODUCTS STYLE START*/
.pr_site{
    padding: 5rem 0rem 3rem;
}

.pr_site h1{
    font-size: 3rem;
}

.pr_site .pr_site_sub{
    font-size: 20px;
    color: #181818;
}

.pr-title {
     position: relative; 
    /* display: flex; */
    align-items: center;
     font-weight: 500; 
     text-transform: uppercase; 
    font-size: 15px;
    letter-spacing: 2px;
}




.flex_row{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.flex_box_align {
    flex: 25%;
/*    max-width: 25%;*/
    padding: 0 4px;
}
.flex_box_align img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}






/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .flex_box_align {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .flex_box_align {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}






/*GALLERY STYLE START*/

.section-padding-70-0{
    padding-top: 70px;
    padding-bottom: 0px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


.nav-tabs {
    border-bottom: 1px solid #dee2e600;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #5eac00;
    border-color: #dee2e600 #dee2e600 #f6f4f900;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #5eac00 #5eac00 #5eac00;
    isolation: isolate;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #141414;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
    font-weight: 500;
    font-family: 'Mulish';
}


.nav-link:hover, .nav-link:focus {
    color: #141414;
}


.gallery_tab_nav_center{
    display: flex;
    justify-content: center;
}





/*CONTACT STYLE START*/
.info-wrap {
    background-color: #1c1c1c;
    border-radius: 0px;
}


.padding-small{
    padding: 3rem;
}


@media screen and (max-width: 991px) and (min-width: 768px){
    .padding-small{
        padding: 3rem 0.5rem 3rem;
    }
}



@media screen and (max-width: 2000px) and (min-width: 991px){
    .padding-lg {
        padding: 3.5rem !important;
    }
}



.map {
    padding: 11px 0px;
}

.map span {
    padding: 10px 17px 0px 0px;
    color: #5eac00;
}

.map p{
    color: #e9e9e9;
}

.map p a{
    color: #e9e9e9;
}


.btn-check:focus+.btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #5eac00;
    border-color: #5eac00;
    box-shadow: 0 0 0 0.25rem rgb(94 172 0 / 46%);
}



@media (min-width: 768px){
    .p-md-5 {
        padding: 0rem 3rem 3rem 3rem !important;
    }
}


.form-group {
    margin-bottom: 1rem;
}

.contact-wrap_nw .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #687855;
    border-radius: 0rem;
    font-family: 'Marcellus', serif;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-wrap_nw .form-control:focus {
    color: #726D7B;
    background-color: #fff0;
    border-color: #687855;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(94 172 0 / 0%);
}


::placeholder{
    color: #1c1c1c !important;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
}

textarea.form-control {
    height: auto !important;
}


textarea:focus, input:focus {
    color: #000 !important;
}












@media screen and (max-width: 767px){
    .nav-link{
       padding: 0.5rem 0.5rem;
    }
}



@media screen and (max-width: 768px) {
  .background h1 {
    font-size: 2rem;
  }
  .position-relative p{
    font-size: initial;
  }
  .hero-header{
    margin-bottom: 1rem;
  }
  .pr_site .pr_site_sub{
    font-size: 18px;
    padding: 0rem 1rem;
  }
  .page__header{
    padding: 5rem 0rem 5rem;
  }
}



@media screen and (max-width: 330px) and (min-width: 315px) {
  #portfolio-flters li {
    font-size: 9px;
  }
}





@media screen and (max-width: 375px) and (min-width: 331px) {
  #portfolio-flters li {
    font-size: 11px;
  }
}





@media screen and (max-width: 480px) and (min-width: 375px) {
  #portfolio-flters li {
    font-size: 12px;
  }
}







@media screen and (max-width: 991px) and (min-width: 769px) {
  .background h1 {
    font-size: 3rem;
  }
  .nav-link{
    padding: 0.5rem 0.3rem;
  }
}








@media screen and (max-width: 1114px) and (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.75rem;
  }
  .view_small{
    font-size: 12px;
  }
  .nav-link{
    padding: 0.5rem 0.5rem;
  }
}
























.project_flex_row{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.project_flex_box_align {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
.project_flex_box_align img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}




/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .project_flex_box_align {
    -ms-flex: 50%;
    flex: 50%;
/*    max-width: 50%;*/
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .project_flex_box_align {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}







