/*CUSTOM*/
input.wpcf7-text {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-radius: 0 !important;
}

input.wpcf7-text:focus {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-radius: 0 !important;
}

input.wpcf7-submit {
    color: #182333 !important;
    background-color: transparent !important;
    border-color: #182333 !important;
    border-right: 2px solid !important;
    border-left: 2px solid !important;
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 13px 30px 13px 30px !important;
    line-height: 21px !important;
    font-weight: 500;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: capitalize;
    margin-top: 30px;
}

.wpcf7-submit:hover {
    background-color: #182333 !important;
    border-color: #182333 !important;
    color: #fff !important;
}

.modal-callback {

}

.modal-content {
    border-radius: 0;
}

.modal-callback-inner {
    padding: 22px 30px;
    position: relative;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
}

.modal-callback-inner-title {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #182333;
    margin-bottom: 30px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.modal-callback-service .modal-callback-inner-title {
    font-size: 20px;
    line-height: 25px;
}

.modal-callback-inner label {
    width: 100%;
}


.modal-submit {
    margin: 0 auto;
    /*margin-top: 20px;*/
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-dialog {
    margin-top: 4%;
}

.ttm_contact_widget_wrapper li {
    list-style-type: none;
}

.ttm_contact_widget_wrapper a {
    color: #8d9297;
}

.heading-title {
    font-family: 'Century Gothic Bold';
}

.ttm-timelist-block li {
    list-style-type: none;
}

table {
    width: 100%;
}

.contact-block {
    background-image: url(../images/ttm-pagetitle-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.contact-block .dark-layer {
    background-color: rgba(24, 35, 51, 0.28);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Century Gothic Bold';
    margin-bottom: 15px;
    font-weight: 600;
    color: #182333;
}

.h1 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
}

.h2 {
    font-size: 35px;
    line-height: 40px;
}

.h3 {
    font-size: 30px;
    line-height: 35px;
}

.h4 {
    font-size: 25px;
    line-height: 30px;
}

.h5 {
    font-size: 20px;
    line-height: 25px;
}

.h6 {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}
.contact-block .h2{
	text-align: center;
}
.contact-block .h2, .h6 {
    color: #fff;
}

.sep-box a {
    color: #fff;
    margin-bottom: 20px;

}

.sep-box a:hover {
    color: #fda12b;
}

.primary-menu ul li {
    list-style-type: none;
}

.primary-menu ul li a {
    color: #fff;
}

.featured-title .h5 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
    font-weight: 600;
    color: #182333;
}

.table-responsive thead {
    background-color: #182333;
}

.table-responsive thead th {
    color: #fff;
    font-size: 17px;
}

.table-responsive tbody tr td:nth-of-type(2) {
    text-align: center;
}

.table-responsive tbody tr td .get-service {
    transition: .2s;
    font-size: 17px;
    background-color: #fda12b;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}

.table-responsive tbody tr td .get-service:hover {
    background-color: #182333;
    color: #fda12b;
}


.readmore__hide {
    position: relative;
    transition: all .5s ease-in-out;
    max-width: 100%;
    margin: 0 auto 22px;
    font-size: 14px;
    max-height: 247px;
    overflow: hidden;
}

.readmore__hide:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, .798757) 0, rgba(255, 255, 255, .01) 100%);
}

.readmore__hide.active {
    max-height: initial;
    overflow: inherit;
}

.readmore__hide.active:before {
    display: none;
}

.readmore__link:hover {
    cursor: pointer;
}

.readmore__link {
    display: block;
    margin: 0 auto;
    color: #182333;
    font-size: .875rem;
    border-bottom: 1px solid #182333;
    padding-bottom: 0;
    max-width: max-content;
    transition: .3s;
    text-align: center;
    width: 100%;
    font-family: 'Century Gothic Bold';
}

.readmore__link span:last-of-type {
    display: none;
}

.readmore__link.active span:first-of-type {
    display: none;
}

.readmore__link.active span:last-of-type {
    display: block;
}

/*ACCORDION*/
.accordion-item {
    margin-bottom: 10px;
}

.accordion-item-title {
    position: relative;
    width: 100%;
    display: block;
    transition: background .3s ease;
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    border: 1px solid #f7f7f7;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    padding: 14px 20px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    color: #666;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.accordion-item-title::after {
    color: #666;
    position: absolute;
    font-family: "themify";
    content: "\e61a";
    right: 20px;
    font-size: 16px;
    top: 15px;
}

.accordion-item-title.active::after {
    font-family: "themify";
    content: "\e622";
}

.accordion-item-inner {
    display: none;
    padding: 14px 20px;
    overflow: hidden;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #8d9297;
    font-family: 'Century Gothic';
}

.accordion-item-inner.active {
    display: -ms-flexbox;
    display: flex;
}

/*END ACCORDION*/


.service-list {

}

.service-list li {
    position: relative;
    padding-left: 20px;
}

.service-list li .fa-check-square {
    position: absolute;
    top: 15px;
    left: 0;
}

.title-header .title-main {
    font-size: 28px;
    font-family: 'Century Gothic Bold';
    color: #fff !important;
}

.title-header .title {
    font-size: 32px;
    font-family: 'Century Gothic Bold';
    color: #fff !important;
}

.title-header .title.dark {
    font-size: 32px;
    font-family: 'Century Gothic Bold';
    color: #182333 !important;
}

.featured-info {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff !important;
}

.staff-section {
    display: flex;
}

.staff-carousel .featured-title .spec-title {
    color: #182333;
    font-size: 19px;
    line-height: 23px;
    font-weight: 600;
}

.staff-carousel .featured-thumbnail {
    text-align: center;
}

.staff-carousel .featured-imagebox .featured-content .category {
    margin-bottom: 40px;
}

.slider-numb {
    color: #fda12b;
    font-size: 30px;
    text-decoration: none;
}

.slider-numb:hover {
    color: #fda12b;
}

/*}*/
/*.slider-col-text p{*/
/*    color: #fff;*/
/*    font-size: 28px;*/
/*    line-height: 28px;*/
/*}*/
.slider-col-text {
    margin-left: 92px !important;
    display: flex;
    flex-direction: column;
}

.rev_slider_wrapper#rev_slider_4_2_wrapper H1 {
    text-align: center !important;
    font-size: 50px !important;
}

.seo-text {
    margin-bottom: 40px;
    margin-top: 40px;
}

.techologies .featured-title .title {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #182333;
    font-family: 'Century Gothic Bold';
}

.price-title {
    color: #fff;
}

.service-info {
    font-family: 'Century Gothic Bold';
}

/*VERTICAL SLIDER*/
.vertical-slider {
    position: relative;
}

.vertical-slider.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 0;
    top: 50%;
    /*transform: rotate(90deg);*/

}

.vertical-slider.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0;
    top: 50%;
    /*margin-top: -1px;*/
    /*transform: rotate(90deg);*/
}

.vertical-slider.owl-theme .owl-dots {
    display: none !important;
}

.mob-visible {
    display: none !important;
}

/*LANGS*/
.lang-switcher {
    display: flex;
    width: 55px;
    justify-content: space-around;
}

.lang-switcher li {
    list-style-type: none;
}


.ttm-textcolor-skincolor a {
    color: #fda12b;
}

.half {
    overflow: hidden;
    max-height: 157px;
}

.tp-bgimg.defaultimg {
    background-position: initial !important;
}

.sep-box a {
    font-size: 24px;
}

.about-content .featured-icon-box.style7 {
    padding-bottom: 10px;
}

.about-content .featured-icon-box.style7 .featured-desc {
    color: #fff;
}

.about-featured-title:hover {
    cursor: pointer;
}

.about-featured-desc {
    display: none;
}

.about-featured-desc.active {
    display: -ms-flexbox;
    display: flex;
}

/*#site-header-menu #site-navigation .menu ul > li > a{*/
/*    font-size: 9px;*/
/*}*/

.swiper-item {
    display: flex;
}

.time-content {
    text-align: right;
    display: flex;
    justify-content: space-around;
    text-align: left;
}

#doc_time_top {
    margin-left: 8px;
}

.today #date_time {
    font-weight: bold;

}

.today .today-text {
    color: #fda12b;
    margin-left: 10px;
}

.pp_default .pp_social {
    display: none !important;
}

.fast-contact .h6 {
    font-family: 'Century Gothic';
}

.fast-contact a {
    color: #fda12b;
}

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

/*.comment-form-url{*/
/*    display: none;*/
/*}*/
.comments-area {
    width: 100%;
}

#comment::placeholder {
    color: #666;
    font-family: 'Century Gothic';
}

#comment {
    color: #666;
    font-family: 'Century Gothic';
}

.comment-form .submit {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 34px;
    line-height: 21px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    background-color: #fda12b;
    -webkit-appearance: button;
    font-size: 14px;
}

.comment-form .submit:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #182333;
}

.comments-title {
    display: none;
}

.comment-reply-title {
    display: none;
}

.comment-list a.comment-reply-link:after {
    top: 1px;
}

.seo-text {
    margin-top: 40px;
    color: #000;
}

.seo-text p {
    color: #000;
}

.city-dropdown {
    position: relative;
    float: right;
    z-index: 99;
}

.city-dropdown img {
    position: absolute;
    top: 42px;
    right: -23px;
}

.city-dropdown img:hover {
    cursor: pointer;
}

#city-menu {
    line-height: 30px;
    margin: 0;
    padding: 0;
    height: 35px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    padding-left: 12px;
    padding-right: 12px;
    z-index: 1;
}

#city-menu.active {
    line-height: 30px;
    height: auto;
    overflow: initial;
    background-color: #182333;

}

#city-menu li {
    list-style-type: none;
    height: auto;
}

#city-menu li:hover {
    cursor: pointer;
}

#city-menu li:hover a {
    color: #fda12b;
}
.city-sub #city-menu li:hover a {
    color: #fff !important;
}
.city-sub #city-menu li.current-menu-item:hover a{
    color: #fda12b !important;
}

#city-menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.city-sub li a {
    color: #fda12b !important;
    transition: .2s;
}

.city-sub li a:hover {
    font-weight: bold;
}

.city-sub img {
    top: 51px;
}

.city-sub #city-menu {
    margin-top: 42px;
}

.ttm-topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.city-sub #city-menu {
    position: relative;
}

.city-sub #city-menu .current-menu-item {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
}

.city-sub #city-menu.active .current-menu-item {
    background-color: #182333;
}

.city-sub #city-menu.active {
    padding-top: 30px;
    overflow: hidden;
}


.clock {
    width: 32px;
    height: 32px;
}

.today-text__close {
    display: none;
}

.techologies {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.techologies .featured-imagebox {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.techologies .featured-imagebox .ttm-box-bottom-content {
    width: 100%;
    max-width: 360px;
}

.techologies .featured-imagebox img {
    width: 100%;
    max-width: 360px;
}

.ttm-row.services2-section {
    background-image: none;
    background-color: #182333;
}

.call-back-box__primary {
    background-color: #fda12b;
    padding-top: 20px;
    padding-bottom: 15px;
}


.call-back-box {

}

.call-back-box span {
    color: #fff;
}

.call-back-box__sub {
    background-color: #182333;
    padding-top: 20px;
    padding-bottom: 15px;
}

.call-back-box__sub a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Century Gothic';
    font-size: 20px;
}

.call-back-box__sub a:hover {
    color: #fff;
    cursor: pointer;
}

.callback-time {
    color: #fff;
}

.callback-time-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.callback-time-wrapper a {
    font-family: 'Century Gothic';
    font-weight: 600;
    text-transform: uppercase;
}

.call-back-box__sub #doc_time {
    font-family: 'Century Gothic';
    font-weight: 600;
    text-transform: uppercase;
}

#site-header-menu #site-navigation .menu ul li > a {
    font-size: 11px;
}

.today {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.today img {
    margin-right: 10px;
}

.fixed-header #city-menu {
    margin-top: 20px;
}

.fixed-header .city-dropdown img {
    top: 28px;
}
.callback-time-wrapper-phones a{
    margin-right: 10px;
}
.callback-time-wrapper-phones a:hover{
    color: #fda12b;
}
.portfolio-slide .featured-imagebox .featured-thumbnail{
    overflow: hidden;
    max-height: 200px;
}
.portfolio-slide .featured-imagebox img{
    width: 370px;
    height: auto;
}
.single-slider .tparrows{
    display: none !important;
}
.comment-form-url{
    display: none;
}
#commentform{
    display: flex;
    flex-direction: column;
}
.space-between{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.cf7ic_instructions{
    font-size: 11px !important;
}
.captcha-image{
	    padding: 4px !important;
	    border: none !important;
}
.captcha-image svg {
    padding: 5px !important;
    width: 40px !important;
    height: 40px !important;
}
.wpcf7-not-valid-tip{
	    font-size: 12px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	    font-size: 12px !important;
}
.captcha-image label{
	margin-bottom: 0 !important;
}
.modal-callback-inner .captcha-image{
	width: 100%;
}

.single-works .about3-section{
    margin-top: 120px;
    }
    

    .section_inner_phone{
        font-size: 22px;
        line-height: 27px;

        font-weight: 600;
        color:#191970;
        margin-right: 20px;
    }

    .section_inner_number:hover{
        transition: all 0.5s ease;
    }
    .section_inner_number{
        font-size: 22px;
        line-height: 27px;
        font-weight: 600;
        transition: none 0s ease 0s;
        text-align: inherit;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        letter-spacing: 0px;
        color: #fda12b;
    }
    .single-works .featured-title .h5{
        margin-bottom: 20px;
    }
    .featured-title-main{
        display: flex;
        align-items: center;
    }

    footer p{
        color: #fff;;
    }
    .space-between a{
        color: #fff!important;
    }
/*     .single-works .ttm_single_image-wrapper{
        max-width: 470px;
        max-height: 320px;
        object-fit: cover;
    } */
    .single-works .ttm_single_image-wrapper img{
        height: 311px;
        object-fit: cover;
    }

  /*   @media only screen and (max-width: 576px) {
        .featured-title-main {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }
        .section_inner_phone{
            margin-bottom: 10px;
            margin-right: 0px;
        }
        .section_inner_number{
            display: flex;
            justify-content: flex-start;
        }

       .single-works .about3-section {
        padding-bottom: 0px!important;
       }

       .single-works .about3-section{
        margin-top: 180px!important;
        }
    } */



    .archives  .archive__sec{
        padding-top: 90px;
    }

    .archives  .archive__sec .title{
        font-family: "Poppins",Arial,Helvetica,sans-serif;
        font-weight: 600;
        font-size: 36px;
        line-height: 46px;
        color: #182333!important;
    }
 
    .archives  .themetechmount-box-title h4{
        font-size: 20px;
        margin-bottom: 0;
        line-height: 25px;
        font-family: "Poppins",Arial,Helvetica,sans-serif;
        font-weight: 600;
        color: #182333;
    }

    .archives  .themetechmount-box-title h4 a{
        color: #182333;
    }

    .themetechmount-box-desc{
        margin-bottom: 20px;
        padding-top: 13px;
        font-family: "Poppins",Tahoma,sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 27px;
        color: #8d9297;
        text-align: center;
    }

    .themetechmount-box-bottom-content{
        padding: 37px 30px 42px 30px;
        text-align: center;
    }

    .themetechmount-serviceboxbox-readmore{
        padding-top: 9px;
        padding-bottom: 2px;
    }

    .themetechmount-service-box-view-top-image .themetechmount-serviceboxbox-readmore a {
        display: inline-block;
        position: relative;
        padding-right: 50px;
        padding: 8px 35px 8px 35px;
        color: #182333;
        border: 2px solid #182333;
        font-size: 13px;
        font-weight: 600;
    }


    .themetechmount-serviceboxbox-readmore a:hover {
        color: #fff;
        border-color: #182333;
        background-color: #182333;
    }

    .tm-titlebar-main-inner{
        display: flex;
    }

    .archives .heading-slider {
        margin-top: 170px;
        margin-bottom: 0px;
        overflow: visible;
    }

    .archives .slider-item {
 display: flex;
 height: 415px;
    }

    .archives .tm-titlebar-main-inner {
        display: flex;
        justify-content: center;
        height: 100%;
        flex-direction: column;
    }

    .archives .entry-title-wrapper .entry-title:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 6px;
        top: 0;
        background-color: #fda12b;
    }

    .archives  .entry-title-wrapper .entry-title {
        padding-left: 20px;
        font-family: "Poppins",Arial,Helvetica,sans-serif;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 43px;
        line-height: 50px;
        color: #fff;
    }

    .archives #breadcrumbs{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .archives #breadcrumbs .breadcrumb_last{
        color: #fda12b;
        font-family: "Poppins",Arial,Helvetica,sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 13px;
        line-height: 20px;
    }
   
    .archives  .ti-home{
        color: #fff;
        transition: all .3s ease 0s;
        font-size: 13px
    }

    .archives  .ti-home:hover{
        color: #fda12b;
        transition: all .3s ease 0s;
        font-size: 13px
    }

     .tm-bread-sep{
        color: #fff;
    }

    .single-works .portfolio-slide .featured-imagebox img {
        width: 370px;
        height: 200px;
        object-fit: cover;
    }

    
    @media only screen and (max-width: 1200px) {
        .archives .heading-slider {
            margin-top: 140px;
        }
    }
    @media only screen and (max-width: 991px) {
        .single-works .ttm_single_image-wrapper{
            max-width: 100%;
            max-height: 100%;
        }
    }

    @media only screen and (max-width: 637px) {
        .featured-title-main {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }
        .section_inner_phone{
            margin-bottom: 10px;
            margin-right: 0px;
        }
        .section_inner_number{
            display: flex;
            justify-content: flex-start;
        }

       .single-works .about3-section {
        padding-bottom: 0px!important;
       }

       .single-works .about3-section{
        margin-top: 180px!important;
        }
    }

    @media only screen and (max-width: 576px) {
        .archives .archive__sec .title {

            font-size: 22px;
            line-height: 28px;
            margin-bottom: 40px;

        }
        .archives .archive__sec {
            padding-top: 40px;
        }
    }

    @media only screen and (max-width: 991px) and (min-width: 514) {
        .single-works .ttm_single_image-wrapper img{
            width: 100%!important;
        }
    
    }

