﻿body {
    background: #fefefe;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover, .nav-pills > li > a:hover {
    text-decoration: none;
    font-weight: bold;
    /*border-radius: 0px;*/
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-bottom-width: 4px !important;
    border-bottom-style: solid;
    border-bottom-color: #FF6600;
    color: #000 !important;
    background-color: transparent !important;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.nav-tabs .nav-link {
    border: 2px solid transparent;
    
}

li.borderless {
    border: 0 none;
}

.contactmap {
    border-radius: 10px;
    border: 3px solid #e8dfdf;
    height: 100%;
    min-height: 350px
}

#mymap {
    border-radius: 10px;
    border: 3px solid #e8dfdf;
    height: 100%;
    min-height: 350px
}

.fotorama__caption {
    font-size:25px;
}


.text-red {
    color: rgb(238, 66, 81);
}

#contact_header {
    position: relative;
    /*background: #108dc7;*/
    background-color: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(to right, rgba(8, 8, 255,0.5), rgba(255, 190, 2,0.5));
    background: linear-gradient(to right, rgba(8, 8, 255,0.5), rgba(255, 190, 2,0.5));
}
   

#budgetCalculator {
    position: relative;
}
    #budgetCalculator::before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url('images/bg1.jpg');
        background-attachment: fixed;
        background-size: cover;
        z-index: 1;
    }
    #budgetCalculator::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 2;
    }
label.btn.btn-secondary {
    cursor:pointer;
}



.slidecontainer {
    width: 100%;
}

.rSlider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #6c757d;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .rSlider:hover {
        opacity: 1;
    }

    .rSlider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

    .rSlider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }




.blurWhiteBg {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid white;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
    }
        .blurWhiteBg .form-group {
            margin: 0;
        }
#budgetCalculatorContainer {
    position: relative;
    z-index: 3;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #3e7b25;
    border-color: #3e7b25;
}


    .mobile_right2 {
    bottom: 10px !important;
    right: 10px;
    position: absolute;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
    .mobile_right {
        flex-direction: row-reverse
    }

    .calc-item{
        margin-top:10px;
    }

}

.MenuButtons a span {
    display: unset;
}

.navbar-nav {
    /*font-size: 20.8px; tk1993*/
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar img {
    /*width: 238px; tk1993*/
    width: 190px;
}

@media only screen and (max-width : 1200px) {
    .navbar-nav {
        font-size: 18px;
    }

    .navbar img {
        width: 215px;
    }
}

@media only screen and (max-width : 1100px) {
    .navbar-nav {
        font-size: 16px;
    }

    .navbar img {
        width: 180px;
    }
}

@media only screen and (max-width : 992px) {
    .MenuButtons a span {
        display: none;
    }

    .navbar-nav {
        font-size: 14px;
    }

    .navbar img {
        width: 200px;
    }
}


.Closed {
    color: red;
}

#tabs {
    padding: 10px 10px;
}

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
       
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;
        font-size: 20px;
        font-weight: bold;
    }

    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        
        font-size: 20px;
    }

.info-row {
    padding: 10px 5px;
}

    .info-row .fas {
        color: #ffbe02;
    }

.graph-header {
    padding-top: 8px;
    -webkit-text-stroke-width: medium;
}

.dropdown-menu{
    min-width:14rem;
}



/** tk1993 */

@font-face {
    font-family: Roboto;
    src: url(../assets/webfonts/roboto.regular.ttf);
}

.hoverable-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

    .hoverable-item img {
        width: 30%;
        position: relative;
        top: 0;
        transition: 0.3s all;
    }

    .hoverable-item:hover img {
        width: 30%;
        top: -10px
    }

    .hoverable-item:hover span {
        color: #2195c4;
    }

    .hoverable-item span {
        font-weight: 500;
        margin-top: 1rem;
        padding: 0 1.5rem;
        text-align: center;
    }


.oddometer-counter {
    padding: 6rem 0 1rem 0;
    background: #233039;
    position: relative;
}

    .oddometer-counter::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0rem;
        bottom: 0rem;
        background-image: url(../assets/image/graph.png);
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.2;
    }

#odometer, .currencySymbol {
    font-size: 3rem;
    font-weight: 800;
    color: #ffc107;
    vertical-align: bottom;
}

.tk_text_orange {
    color: #ffc107;
}

.career_box {
    position: relative;
    padding: 3rem 10px 5rem;
    /*overflow:hidden;*/
    opacity: 0.8;
}

    .career_box::before {
        position: absolute;
        left: -50%;
        right: -50%;
        top: -15%;
        bottom: 75%;
        /*content: "";*/
        background-color: #ffbf00;
        z-index: -1;
        transform: rotate(-19deg)
    }

    .career_box::after {
        position: absolute;
        left: -50%;
        right: -50%;
        top: 15%;
        bottom: 15%;
        /*content: "";*/
        /*background-color: rgba(8, 8, 255, 0.7);*/
        z-index: -2;
        transform: rotate(-19deg);
    }

.career_box_container {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.45);
}

.career_box h4 {
    margin: 0;
    text-align: center;
    padding: 1.7rem 0;
    background-color: #b4b4fe;
    font-size: 1.75rem;
    font-weight: 700;
    color: #242431;
    font-family:'Roboto'
}

.career_box .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

    .career_box .nav-tabs .nav-item {
        font-size: 1.1rem !important;
        font-weight: 400 !important;
        border: none;
        border-bottom: 4px solid #cacaca;
        color: #1c1c1c !important;
    }

        .career_box .nav-tabs .nav-item.active {
            border-color: #ffbf00 !important;
        }

.our_teams > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.our_teams img {
    width: 4rem;
}

.our_teams small {
    display: block;
    text-align: center;
    margin-top: 5px;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin-top: 0;
    }
}

.tk_baag_bg {
    background-image: url(../assets/image/baag.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

    .tk_baag_bg:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #ffffffde;
    }

.tk_one_level_heading {
    color: #545454;
    font-weight: 700;
    font-family: 'roboto';
}

.tk_two_level_heading {
    color: #ffbf00;
    font-weight: 700;
    font-family: 'roboto';
    font-size: 1.2rem;
}

.MenuButtons {
    display: flex;
    align-items: center;
    justify-content: center
}

.tk_baag_1{
    background-image:url(../assets/image/baag1.jpg);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    padding:8rem 0 !important;
    position:relative;
}

.tk_baag_1:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display:block;
}

    .tk_baag_1:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        background-color: rgba(255, 255, 255, 0.2)
    }


.tk_agent_form {
    background: url(../assets/image/baag1.jpg) center no-repeat;
    background-size:cover;
}

.tk_agent_form>div{
    background-color:rgba(255,255,255,0.8);
}


.tk_career_tabs:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background: url(../assets/image/career.png) right bottom -6rem no-repeat;
    background-size: 150%;
    z-index: -3;
}
#UconstWrapper {
    display: block;
    width: 100%;
    min-height:300px;
}
    #UconstWrapper::before {
        content:"";
        position:absolute;
        display:inline-block;
        width:100%;
        height:100%;
        z-index:1;
        background-image: url(img/construction.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    @media (min-width:992px) and (max-width:1400px) {
        .tk_career_tabs:before {
        background-size: 180%;
    }
}

@media (max-width:991px) {
    .tk_career_tabs:before {
        background-size: 200%;
    }
}

@media (max-width:767px) {
    .tk_career_tabs:before {
        background-size: 250%;
    }
}
.tk_career_tabs:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background-color: #ffffff87;
    z-index: -3;
}
.tk_career_tabs{
    padding-bottom:2rem;
}

.tk_travel_budget {
    background: url(../assets/image/travel_budget.jpg) center no-repeat;
    background-position: center;
    background-size:cover;
    position:relative;
}

.tk_travel_budget .blurWhiteBg {
    background-color: rgba(255, 255, 255, 0.62);
}
    .tk_travel_budget .blurWhiteBg>form>div{
        border:none !important;
    }



    .tk_travel_budget:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.7);
    }


.tk_secondary {
    background-color: #ffbe02
}

.tk_rate_tracker{
    background-image:url(../assets/image/rate_tracker.jpeg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
}
    .tk_rate_tracker::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 35%, rgba(255,255,255,0.7) 65%, rgba(255,255,255,1) 100%);
    }

    .career_title {
        color: #00004c;
        font-family: 'roboto';
        text-transform: capitalize;
        letter-spacing: -0.5px;
        font-weight: bold;
    }


#custom_counter {
    width: 305px;
    display: inline-block;
    text-align: left;
    font-size: 2.8rem;
}

.post-module .post-content .sub_title{
    height:5rem;
}

img.flag {
    width: 30px;
    height: 22px;
}
