

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin-left: auto!important;
}

/************************
    HEADER
************************/


@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700|Open+Sans:400,400i,600&display=swap&subset=latin-ext');

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    background: #f9f9f9;
}



h1, h2 {
    font-family: 'Merriweather', serif;

}

h1 {
    font-size: 40px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

a {
	color:#000;
	transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
}

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

footer {
    padding: 40px 30px;
}

.navbar-brand img {
    float: left;
    width: 150px;
}

/**********************************************
                    HEADER
***********************************************/


header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #000;
}

.header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

.top-info span {
   white-space: nowrap;
   font-size: 14px;
   font-family: "Open Sans";
}

.header-top a {
    color: #9797A9;
    text-decoration: none;
}
.header-top a:hover {
    color: #fff;
}

.top-info {
    font-size: 14px;
    padding-top: 2px;
}

.top-info i {
    color: #359846;
}

.top-social {
    text-align: right;
    padding-right: 20px;
}

.fab {
    font-size: 28px;
    margin-left: 5px;
}

/****************************
        NAV BAR
****************************/

header nav {
    position: absolute;
}

header nav .container, #navbarPrimary {
    position: relative;
    top: 0px;
}

.nav-link {
    font-size: 22px;
}

.navbar-toggler:focus {
    border: 1px solid #bbb;
    box-shadow: none;
}

nav ul li {
    padding-left: 15px;
    font-family: 'Merriweather', serif;
}

nav ul li a {
    color: #9797A9!important;
    font-size: 17px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

nav ul li a:hover,
nav ul li.active a
{
    color: #fff!important;
}

/*****************************
    CAROUSEL
****************************/

.header-img-overlay {
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
    background: rgba(14,13,13,0.2);
}

#carouselExampleCaptions .carousel-item img {
    width: 100%;
}

.carousel-item {
    position: relative;
    top: 0;
    bottom:0;
    left:0;
    right:0;
}

.w-100 {
    object-fit: cover;
    height: 700px;
}

.carousel-caption {
    position: absolute;
    top: 400px;
}

.lineUp-title {
    font-size: 50px;
    line-height: 1.1;
}

.line {
    width: 100%;
    height: 4rem;
    overflow: hidden;
    border: 1px solid black;
    padding: 0;
    margin-bottom: 16px;
  }

  .lineUp {
    animation: 3s anim-lineUp ease-out;
    color: black;
  }

  @keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(80%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }

.carousel-caption {
    position: absolute;
}


/***************************
            ABOUT US
****************************/

.tekma_about {
    padding: 100px 0px;
}

.tekma-accordion {
    display: inline-grid;
    align-items: center;
    align-content: center;    
}

.about-us {
    padding: 100px 0px;
}

.about-us_text{
    padding: 35px 25px;
    margin-top: -185px;
    position: relative;
    z-index: 99;
    background: white;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.about-us_text p {
    font-size: 18px;
}

.how-we-work {
    position: relative;
    padding-bottom: 60px;
    margin-top: 80px;
}

.float-text {
    font-family: 'Merriweather', serif;
    position: absolute;
    font-weight: bold;
    color: #F0F0F0;
    font-size: 140px;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    top: 0px;
    z-index: -1;
    line-height: 1;
}

.how-box {
    height: 100%;
    border: 2px solid #e5e5e5;
    padding: 42px 12px;
    border-radius: 2px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.how-box h4 {
    font-size: 24px;
    padding: 25px 0 13px;
    font-weight: bold !important;
    font-family: 'Merriweather', serif;
}
.how-box p {
    line-height: 1.4;
    margin-bottom: 0;
}


.how-we-work i {
    font-size: 50px;
    color: #00a651;
}


.tekma-map iframe{
    width: 100%;
    height: 550px;
}

/****************************
        MATERIALS
*****************************/

.jkp-payment {
    padding: 100px 0px 50px 0px;
    position: relative;
    background-color: #cfbfbf; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #cfbfbf , rgb(238, 238, 220));
    color: #ffffff;
}

.jkp-payment .container .row {
    justify-content: center;
}

.jkp-payment-box {
    position: relative;
}

.jkp-img-payment {
    margin-bottom: 15px;
    width: 100%;
    height: 350px;
    filter: brightness(90%);
    object-fit: cover;

    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.payment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(178, 33, 37, 0.8);
    background: rgba(22, 48, 142, 0.8);
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    height: 80px;
    transition: all .5s ease;

    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.payment-overlay h4 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.jkp-payment-box:hover .payment-overlay {
    height: 351px;
    background: rgba(59, 59, 58, 0.8);
}

.jkp-payment-box:hover .payment-overlay h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jkp-price_list {
    margin: 0px auto;
}

.jkp-price_table {
    color: #000000;
    margin: 0px auto;
    border-collapse: collapse;
    width: 100%;

}

.price_list {
    margin-top: 30px;
}

.jkp-price_table td, .jkp-price_table th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.jkp-price_table th {
    background-color: #a09b9b;
    font-size: 20px;
    padding: 10px;
}

.jkp-price_table tr:nth-child(even){
    background-color: #f2f2f2;
}

.jkp-price_table tr:hover {
    background-color: #ddd;
}



/***************************
            PAGE
****************************/
.page h1 {
    margin-bottom: 80px;
}

.section-page_content {
    margin-top: -160px;
    position: relative;
    z-index: 99;
}

.section-page_content .row {
    margin-top: 60px;
}

.section-page_content p {
    font-size: 20px;
}

.section-page_content p span {
    font-size: 25px;
}




/***************************
            REVIEWS
****************************/
.reviews {
    background: #0f0f1b;
    padding: 0;
}

.reviews .row > div {
    padding-left: 0;
    padding-right: 0;
}
.reviews .row {
    margin-left: 0;
    margin-right: 0;
}

.reviews-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reviews-box {
    padding-top: 70px;
    padding-bottom: 120px;
}

.reviews-box h3 {
    font-size: 28px;
    margin-bottom: 55px;
    font-family: 'Merriweather', serif;
}
.reviews .carousel-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.reviews .carousel-indicators {
    bottom: -60px;
}

.reviews .carousel-indicators li {
	width: 10px;
	height: 10px;
    border-radius: 50%;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #00a651;
}

.reviews-title {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #dad0d0;
}
.reviews-title p {
    min-height: 72px;
}

.review-profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 17px;
    object-fit: cover;
}

.reviews-author {
    color: #aaa;
}

/**********************************************
                    NEWS
***********************************************/

.jkp-news {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #cfbfbf; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #cfbfbf , rgb(238, 238, 220));
}

.jkp-news h1 {
    color: #192d66;
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: bold;
}

.jkp-news h1::after {
        content: '';
        display: block;
        position: relative;
        margin: 3px auto 0;
        width: 80px;
        border-top: 4px solid #000;
        z-index: 1;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
}

.jkp-news_box {
    position: relative;
}

.jkp-news_box:hover {
    filter: brightness(80%);
    transition: all .8s ease;

}

.jkp-news_pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tkm-blog_item {
    line-height: 200px;
    text-align: center;
    padding: 90px 0px 80px 0px;
}

.tkm-blog_item p {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.jkp-img-featured {
    object-fit: cover;
    width: 100%;
    height: 220px;
    overflow: hidden;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    filter: brightness(70%);
}

.jkp-news_date {
    position: absolute;
    background-color: #b72222;
    padding: 5px 15px;
    top: 205px;
    color: #ffffff;
    font-size: 13px;
}

.jkp-new_decision {
    margin-top: 13px;
    margin-bottom: 15px;
}
 
.jkp-new_decision h4 {
    font-size: 15px;
    font-weight: bold;
    color: #495986;
}

.jkp-news-overlay {
    position: absolute;
    top: 0;
    bottom: 110px;
    left: 0;
    right: 0;
    background: #0e0d0d66;
    background: #13121233;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.jkp-news_more {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 35px;
    font-weight: bolder;
    transition: all .5s ease;
}

.jkp-news_more a {
    padding: 10px 25px;
    transition: all .5s ease;;
}

.jkp-news_more a:hover {
    background-color: #b72222;
}

.jkp-news_more a {
    color: #192d66;
}

/***************************
            CONTACT
****************************/

.tkm-contact {
    padding: 129.5px 0px;
    background-color: #cad1d1;
}

.tkm-contact h1 {
    color: #192d66;
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: bold;
}

.tkm-contact h1::after {
        content: '';
        display: block;
        position: relative;
        margin: 3px auto 0;
        width: 80px;
        border-top: 4px solid #000;
        z-index: 1;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
}

.tkm-contact p {
    font-size: 20px;
    margin-top: 30px;
}

.tkm_contact_mail:hover {
    color: #000000;
}

.tkm-footer_mail:hover {
    color: #ffffff;
}


.tekma-form {
    display: none;
    background-color: #cfbfbf;
    background-image: linear-gradient(to right, #cfbfbf , rgb(238, 238, 220));
    padding: 35px 0px;
}

.contact-box {
    background: #0B0C16;
    color: #fff;
    padding: 35px 0px;
}

.contact-info {
    text-align: center;
    
}

.contact-info a {
    color: #AAAABE;
    font-size: 18px;
}

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

.contact-info i {
    color: #00a651;
}

/*****************************
    MAPS
****************************/

.map iframe {
    width: 100%;
    height: 500px;
}



/*****************************
    FOOTER
****************************/

footer {
    background: #000000;
    margin-top: -5px;
}

.col-footer h6 {
    font-size: 25px;

}

.col_top-social {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.col-footer_info a img {
    margin-top: 35px;
    margin-left: 35px;
}

.col_top-social a i {
    font-size: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.col_top-social a i:hover {
    color: #1e3186;
}

.footer-logo {
    width: 150px;
}

footer h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}
footer h4::after{
    content: '';
    display: block;
    position: relative;
    margin: 8px 0 0;
    width: 50px;
    border-top: 4px solid #359846;
    z-index: 1;
}

footer p {
    color: #eee;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 1rem;
}

footer ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
footer li {
	padding: 0;
    font-size: 15px;
}
footer, footer p, footer a, footer ul {
	color: #d3d3d3;
}

footer a:hover {
    text-decoration: none;
}




/*****************************
    COPY
****************************/

.jkp-copy {
    background-color: #1d1d1d;
}

.jkp-copy_text {
    padding: 8px 1px;
    margin-bottom: 0;
    font-size: 15px;
    text-align: right;
    color: #888;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #1d1d1d;
    border: 1px solid #1d1d1d;
}

#btn-back-to-top:focus {
    box-shadow: none;
}

#btn-back-to-top:active {
    border-color: none;
    color: none;
}

#btn-back-to-top:disabled {
    color: none;
}



/**************************************
	           RESPONSIVE
**************************************/




@media (max-width: 1199px) {
    .navbar-nav > li > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .carousel-caption {
        top: 280px;
    }

    .lineUp-title {
        font-size: 48px;
    }
    
    
}




@media (max-width: 991px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-toggler {
        padding: 6px 22px;
        font-size: 18px;
        line-height: 1;
        border: 1px solid #bbb;
        border-radius: 19px;
        color: #fff;
    }
    .navbar-toggler:focus {
        outline: 0;
    }

    .navbar-collapse {
        flex-grow: none;
    }

    .carousel-caption {
        top: 300px;
    }

    .w-100 {
        height: 550px;
    }

    .tkm-blog_item {
        padding: 20px 0px;
        font-size: 15px;
    }

    .tekma-map iframe {
        height: 400px;
    }

    .col-footer h6 {
        margin-top: 15px;
    }

    .col_top-social {
        padding-top: 10px;
    }

    .lineUp-title {
        font-size: 43px;
    }
    
    .navbar-nav > li > a {
        text-align: center;
    }
    
    .how-we-work .row > div {
        margin-bottom: 30px;
    }
    
    .about-us h1 {
        margin-top: 40px;
    }
    .about-us .about-btn {
        text-align: center;
    }

    .mr-t {
        margin-top: 15px;
    }

    .mr-t-2 {
        margin-top: 26px;
    }
    
    footer {
        text-align: center;
    }
    footer h4 {
        margin-top: 40px;
    }
    footer h4::after {
        margin-left: auto;
        margin-right: auto;
    }
    
    footer ul {
        margin-left: 0;
        list-style: none;
    }

    .col-footer_info a img {
        float: none;
        margin: 0px;
    }
    
}


@media (max-width: 768px) {

    h1, h2, h3 {
        font-size: 28px;
    }

    p {
        font-size: 16px!important;
    }

    .navbar-brand img {
        width: 100px;
    }

    #carouselExampleCaptions .carousel-item img {
        height: 500px;
    }
    
    .carousel-item {
        position: relative;
    }

    .tkm-blog_item {
        padding: 30px 0px;
    }

    .jkp-news {
        padding-bottom: 0px;
    }

    .w-100 {
        height: 450px;
    }

    .carousel-caption {
        top: 250px;
    }

    .lineUp-title {
        font-size: 30px;
    }

    .btn {
        padding: 11px 18px;
        font-size: 14px;
    }
  
    .about-us_text {
        padding: 35px 15px;
        margin-top: -115px;
    }

    .jkp-news h2 {
        margin-top: 40px;
    }

    .jkp-news p {
        padding-top: 0px!important;
    }
    
    .reviews-title p {
        font-size: 17px;
    }
    .reviews-author {
        font-size: 15px;
    }

    .about-us h1 {
        margin-top: 0px;
    }

    .all-about_us {
        margin-top: -150px;
    }

    .float-text {
        font-size: 115px;
    }

    .how-box h3 {
        font-size: 23px!important;
    }

    .reviews-box h3 {
        font-size: 25px; 
    }

    .materials-page_content > .row  {
        margin-top: 55px;
    }
    
    .gallery-img a {
        margin: 0 1% 2% 1% !important;
        width: 48% !important;
    }  
    
    .map iframe {
        height: 250px;
    }
    
  
}


@media (max-width: 591px) {

    .navbar-brand img {
        width: 85px;
    }
    
    #carouselMain .carousel-item img {
        height: 470px;
    }
    
    #carouselMain .carousel-caption {
        bottom: 40px;
    }

    .w-100 {
        height: 350px;
    }

    .carousel-caption {
        top: 200px;
    }

    .tkm-blog_item {
        font-size: 12px;
    }

    .lineUp-title {
        font-size: 25px;
    }
    
    .top-info span {
        font-size: 17px;
    }  

    .navbar-toggler {
        font-size: 16px;
    }
    
    .map iframe {
        height: 350px;
    }

    .section-page_content {
        margin-top: -140px;
    }

    .float-text {
        font-size: 80px;
        top: 18px;
    }
    
    
    .project-box .img-featured {
        height: 130px;
    }
    
    .projects-monuments .project-box .img-featured {
        height: 200px;
    }

    .section-page_content > .row  {
        margin-top: 0px;
    }
    
    .gallery-img a img {
        height: 170px;
    }

    
    
}



@media (max-width: 420px) {
    .navbar-toggler {
        padding: 5px 13px;
        font-size: 16px;
    }
    
    #carouselMain .carousel-caption h1 {
        font-size: 27px;
    }
     #carouselMain .carousel-caption h4 {
         font-size: 16px;
    }

    .carousel-caption {
        top: 160px;
    }

    .top-info span {
        font-size: 14px;
    } 

    .lineUp-title {
        font-size: 20px;
    }

    .btn {
        padding: 10px 14px;
        font-size: 13px;
    }   
    
    .float-text {
        font-size: 60px;
        top: 30px;
    }
    
}


@media (max-width: 370px) {
   
}

