/*
Theme Name: Mitech Child
Theme URI: https://mitech.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: mitech
Text Domain: mitech-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.apply-form .wpcf7-form-control {
	margin-bottom: 20px;
}
label.cv {
	border: 1px solid #ddd;
    padding: 10px;
}
.mb-4.checkbox {
	margin-bottom: 20px;
}
.apply-form .form-label {
	color: #202020;
    font-weight: 500;
}
.our_services .entry-header {
	display: none;
}
.conceptseven-icon.accent > .icon {
    color: #265cdc;
}
.conceptseven-icon .icon {
    font-size: 20px;
    text-align: center;
    display: table-footer-group;
    transition: all ease 0.3s;
}
/* Single Heading
-------------------------------------------------------------- */

.conceptseven-single-heading > .inner {
    position: relative;
    display: inline-block;
}

.conceptseven-single-heading .heading {
    padding-left: 60px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.conceptseven-single-heading .heading.accent {
    color: #265cdc;
}

.conceptseven-single-heading .line {
    position: absolute;
    left: 0;
    top: 12px;
    width: 40px;
    height: 2px;
    background-color: #2b79c3;
}

.conceptseven-single-heading .line.accent {
    background-color: #265cdc;
}

.conceptseven-single-heading.text-center > .inner {
    margin: 0 auto;
}


/* Headings
-------------------------------------------------------------- */

.conceptseven-headings .sep.accent {
    background-color: #265cdc;
}

.conceptseven-headings.text-center .sep {
    text-align: center;
    margin: 0 auto;
}

.conceptseven-headings.text-right .sep {
    float: right;
}

.conceptseven-headings .heading,
.conceptseven-headings .sub-heading {
    margin-bottom: 0;
}

.conceptseven-headings .heading.accent {
    color: #265cdc;
}

.conceptseven-headings .heading > span {
    margin-left: 5px;
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #265cdc;
}

.conceptseven-headings.left-sep {
    position: relative;
}

.conceptseven-headings.left-sep .sep {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and ( max-width: 767px) {
    .conceptseven-headings.text-center {
        padding: 0 15px;
    }
}

/* Step Box
-------------------------------------------------------------- */

.conceptseven-step-box .numb {
    font-size: 90px;
    font-weight: 700;
    line-height: normal;
    color: #ccc;
}

.conceptseven-step-box .heading {
    font-size: 27px;
    line-height: 33px;
}

.conceptseven-step-box .numb.accent,
.conceptseven-step-box .heading.accent {
    color: #265cdc;
}

.conceptseven-step-box .line.accent {
    background-color: #265cdc;
}

.conceptseven-step-box.text-center .line {
    margin: 0 auto;
}


/* Action Box
-------------------------------------------------------------- */

.conceptseven-action-box .inner {
    display: table;
    overflow: hidden;
    width: 100%;
    padding: 10px;
}

.conceptseven-action-box .heading-wrap {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 70%;
}

.conceptseven-action-box .heading-wrap .heading {
    margin: 0;
}

.conceptseven-action-box .url-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    padding-top: 8px;
}

.conceptseven-action-box .url-ex {
    padding-top: 16px;
    font-size: 15px;
    line-height: 19px;
}

@media only screen and ( max-width: 1230px) {
    .conceptseven-action-box .heading-wrap {
        width: 60%;
    }
    .conceptseven-action-box .url-wrap {
        width: 40%;
    }
}

@media only screen and ( max-width: 991px) {
    .conceptseven-action-box .inner,
    .conceptseven-action-box .heading-wrap,
    .conceptseven-action-box .url-wrap {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
    }
    .conceptseven-action-box.has-icon .heading-wrap > .text-wrap {
        padding: 0 !important;
    }
    .conceptseven-action-box .heading-wrap {
        padding: 0;
        margin: 0 0 25px;
    }
}


/* Grid Box
-------------------------------------------------------------- */

.conceptseven-grid-box.grid2 .grid-item {
    width: 50%;
}

.conceptseven-grid-box.grid3 .grid-item {
    width: 33.333%;
}

.conceptseven-grid-box.grid4 .grid-item {
    width: 25%;
    position: relative;
}

.conceptseven-grid-box .grid-row:first-child {
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
}

.conceptseven-grid-box .grid-row:not(:first-child) {
    border-left: 1px solid #c2c2c2;
}

.conceptseven-grid-box .grid-item {
    float: left;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
}

.conceptseven-grid-box.border-dark .grid-row:first-child {
    border-top: 1px solid #626262;
    border-left: 1px solid #626262;
}

.conceptseven-grid-box.border-dark .grid-row:not(:first-child) {
    border-left: 1px solid #626262;
}

.conceptseven-grid-box.border-dark .grid-item {
    float: left;
    border-right: 1px solid #626262;
    border-bottom: 1px solid #626262;
}

.conceptseven-grid-box.border-verylight .grid-row:first-child {
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.conceptseven-grid-box.border-verylight .grid-row:not(:first-child) {
    border-left: 1px solid #e7e7e7;
}

.conceptseven-grid-box.border-verylight .grid-item {
    float: left;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.conceptseven-grid-box.no-border-wrap .grid-row:first-child,
.conceptseven-grid-box.no-border-wrap .grid-row:not(:first-child) {
    border: 0 !important;
}

.conceptseven-grid-box.no-border-wrap .grid-row .grid-item:last-child {
    border-right: 0 !important;
}

.conceptseven-grid-box.no-border-wrap .grid-row:last-child .grid-item {
    border-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
    .wpb_row.no-padding .conceptseven-grid-box {
        max-width: 90%;
        margin: 0 auto;
    }
    .conceptseven-grid-box .grid-item {
        width: 100% !important;
        padding: 35px 0;
    }
    .conceptseven-grid-box .grid-row,
    .conceptseven-grid-box .grid-item {
        border-width: 0 !important;
    }
    .conceptseven-grid-box .grid-item {
        border-top: 1px solid #c2c2c2 !important;
    }
    .conceptseven-grid-box.border-dark .grid-item {
        border-top: 1px solid #626262 !important;
    }
    .conceptseven-grid-box.border-verylight .grid-item {
        border-top: 1px solid #e7e7e7 !important;
    }
    .conceptseven-grid-box .grid-row:first-child .grid-item:first-child {
        border-top: 0 !important;
    }
}

.text-center {
    text-align: center !important;
}
/* List
-------------------------------------------------------------- */

.conceptseven-list > div {
    position: relative;
    padding: 0;
}

.conceptseven-list > div > span {
    padding-left: 30px;
    position: relative;
    display: block;
}

.conceptseven-list .icon {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.conceptseven-list .icon.accent {
    color: #265cdc;
}

.conceptseven-list.icon-top .icon {
    top: 0;
}

.conceptseven-list.icon-middle .icon {
    top: 50%;
    transform: translateY(-50%);
}


/* Parallax Box
-------------------------------------------------------------- */

.conceptseven-parallax-box {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
}


/* Contact Form 7
-------------------------------------------------------------- */

.wpcf7-form .submit-wrap {
    position: relative;
    text-align: center;
    padding-top: 5px;
}

.wpcf7-form .submit-wrap .ajax-loader {
    position: absolute;
    right: 0;
    top: 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
    padding-top: 4px;
}

.wpcf7-form .cf7-style-1 .name-wrap,
.wpcf7-form .cf7-style-1 .email-wrap,
.wpcf7-form .cf7-style-1 .phone-wrap {
    margin-bottom: 10px;
}

.wpcf7-form .cf7-style-1 .name-wrap,
.wpcf7-form .cf7-style-1 .email-wrap,
.wpcf7-form .cf7-style-1 .phone-wrap {
    width: 100%;
}

.wpcf7-form .cf7-style-1 {
    padding: 53px 55px 60px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.wpcf7-form .cf7-style-1.blue-bg {
    background-color: #e5f1f9;
}

.wpcf7-form .cf7-style-1 .texts {
    text-align: center;
    margin-bottom: 40px;
}

.wpcf7-form .cf7-style-1 .texts > h4 {
    margin-bottom: 26px;
    font-size: 20px;
}

.wpcf7-form .cf7-style-1 .texts > h6 {
    color: #7a7c7f;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.wpcf7-form .cf7-style-3 .name-wrap,
.wpcf7-form .cf7-style-3 .email-wrap,
.wpcf7-form .cf7-style-3 .phone-wrap {
    margin-bottom: 10px;
}

.wpcf7-form .cf7-style-3 .name-wrap,
.wpcf7-form .cf7-style-3 .email-wrap,
.wpcf7-form .cf7-style-3 .phone-wrap {
    width: 100%;
}

/* Price Tables
-------------------------------------------------------------- */

.conceptseven-pricing .pricing-item {
    float: left;
    padding: 33px 40px 50px;
    text-align: center;
}

.conceptseven-pricing .pricing-item.box_shadow {
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.05);
}

.conceptseven-pricing .title {
    font-size: 15px;
    color: #999;
}

.conceptseven-pricing .price-wrap {
    border-bottom: 1px solid #e7e7e7;
    padding: 32px 0 27px;
}

.conceptseven-pricing .price-wrap .figure {
    font-size: 54px;
    font-weight: 700;
    line-height: normal;
    color: #414042;
    position: relative;
    padding-left: 20px;
}

.conceptseven-pricing .price-wrap .figure:before {
    content: "$";
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 3px;
    color: #414042;
    font-weight: 400;
}

.conceptseven-pricing .price-wrap .term {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    padding-left: 2px;
}

.conceptseven-pricing .title.accent > span {
    display: inline-block;
    font-size: 14px;
    color: #0079c1;
    background-color: #e5f1f9;
    padding: 0 10px;
    border-radius: 3px;
}

.conceptseven-pricing .features {
    font-size: 16px;
    line-height: 28px;
    padding: 23px 0 50px;
}

.conceptseven-pricing .features ul {
    list-style: none;
    margin: 0;
}

.conceptseven-pricing .pricing-item.featured {
    margin: 0;
    position: relative;
    z-index: 1;
}

.conceptseven-pricing .pricing-item.featured .price-wrap {
    padding: 20px 0 4px;
    margin-bottom: 33px;
}

.conceptseven-pricing .pricing-item.featured .features {
    margin-bottom: 30px;
}


/* Group 2 */

.conceptseven-pricing.two .pricing-item {
    width: 50%;
    padding: 33px 40px 50px;
}

.conceptseven-pricing.two.gutter .pricing-item {
    width: 45%;
    margin-left: 3%;
}

.conceptseven-pricing.two.gutter .pricing-item:first-child {
    margin-left: 0;
}


/* Group 3 */

.conceptseven-pricing.three .pricing-item {
    width: 33.333%;
}

.conceptseven-pricing.three.gutter .pricing-item {
    width: 31.624%;
    margin-left: 2.564%;
}

.conceptseven-pricing.three.gutter .pricing-item:first-child {
    margin-left: 0;
}


/* Group 4 */

.conceptseven-pricing.four .pricing-item {
    width: 24%;
}

.conceptseven-pricing.four.gutter .pricing-item {
    width: 22%;
    margin-left: 2%;
}

.conceptseven-pricing.four.gutter .pricing-item:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    .conceptseven-pricing.four .pricing-item,
    .conceptseven-pricing.four.gutter .pricing-item,
    .conceptseven-pricing.four.gutter .pricing-item:first-child {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .conceptseven-pricing.two .pricing-item,
    .conceptseven-pricing.two.gutter .pricing-item,
    .conceptseven-pricing.three .pricing-item,
    .conceptseven-pricing.three.gutter .pricing-item {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

/* Accent */

.conceptseven-button.medium {
    padding: 18px 44px;
	border-radius: 0px;
}

.conceptseven-button.accent {
    background-color: #265cdc;
    color: #fff;
}

.conceptseven-button.accent:hover {
    background-color: #363636 !important;
    color: #fff
}

.conceptseven-button.accent .icon {
    color: #fff;
}

.conceptseven-button.accent:hover .icon {
    color: #fff;
}


/* Outline Accent */

.conceptseven-button.outline.outline-accent {
    border-color: #265cdc;
    color: #265cdc;
}

.conceptseven-button.outline.outline-accent:hover {
    background-color: #265cdc;
    border-color: #265cdc;
    color: #fff;
}

.conceptseven-button.outline.outline-accent .icon {
    color: #265cdc;
}

.conceptseven-button.outline.outline-accent:hover .icon {
    color: #fff;
}

.conceptseven-button.icon_style_1 > span {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    transition: transform ease 0.3s;
}

.conceptseven-button.icon_style_1 > span:before,
.conceptseven-button.icon_style_1 > span:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.3s;
}

.conceptseven-button.icon_style_1 > span:before {
    right: 12px;
    opacity: 0;
}

.conceptseven-button.icon_style_1:hover > span:before {
    opacity: 1;
    right: 0;
}

.conceptseven-button.icon_style_1:hover > span:after {
    opacity: 0;
    right: -12px;
}

body, .gmap-marker-wrap {
    color: #696969;
    font-family: Satoshi;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.4 !important;
}
.tm-accordion.style-01 .accordion-section:hover .accordion-title,
.tm-accordion.style-01 .accordion-section.active .accordion-title {
	background-color: #2268e2 !important;
}
.skill .extra-content {
	padding: 10px 20px;
}
.skill .extra-content p {
	line-height: 1.5;
	font-size: 18px;
}
.item .inner {
	display: flex;
    justify-content: center;
    align-items: center;
}
.item .text-wrap {
	padding-top: 20px;
}
.ays-pb-modal p, .ays-pb-modal.ays-pb-modal_1>div>div, .ays_window .ays_pb_timer {
    text-align: left !important;
	font-weight: 500;
	line-height: 2.5;
}
.timeline .conceptseven-icon {
	display: inline-block;
}
.timeline .heading {
	display: inline-block;
	padding-left: 20px !important;
	margin-bottom: 10px;
    font-size: 25px;
}
.timeline .heading a {
	color: #000;
}
.timeline .desc {
	display: inline-block;
	padding-left: 80px !important;
}
.timeline .conceptseven-icon .icon {
	display: block;
	padding: 8px;
	font-size: 18px !important;
    width: 45px !important;
    height: 45px !important;
}
.timeline .conceptseven-icon-box:nth-child(2) .heading {
	padding-left: 80px !important;
	margin-top: -46px
}
.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 35px;
    width: 2px;
    height: 100%;
    z-index: -1;
}
ul.price-tag {
	padding-left: 0;
}
.price-tag li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 10px;
}
.price-tag li p {
    color: #052536;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
	text-align: left;
}
.price-table .conceptseven-pricing .price-wrap {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0 10px;
}
.conceptseven-pricing .price-wrap .figure:before {
    content: "$";
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 3px;
    color: #414042;
    font-weight: 400;
}
.price-table .conceptseven-pricing .price-wrap .figure {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    color: #086ad8;
    position: relative;
    padding-left: 20px;
}
.price-table .conceptseven-pricing .title {
    font-size: 22px;
    color: #0b0b0b;
    font-weight: 800;
}
.price-table .conceptseven-button.icon_style_1 > span:before, 
.price-table .conceptseven-button.icon_style_1 > span:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    font-style: normal;
    position: absolute;
    top: 4px;
    right: -5px;
    transition: all ease 0.3s;
}
.price-table .conceptseven-pricing.three.gutter .pricing-item {
    height: 460px;
}
.skill .thumb img {
	width: 60px;
	height: 60px;
}
.skill .item .text-wrap {
    padding-top: 20px;
    padding-left: 10px;
}
.footer-widget .conceptseven-icon-box {
	display: flex;
}
.footer-widget .conceptseven-icon-box h4 a {
	color: #a2a2a2;
}
.footer-widget .conceptseven-icon-box h4 a:hover {
	color: #086ad8;
}
.footer-widget .tm-heading .heading a {
	margin-left: 8px;
}
.item-box .vc_column-inner  {
	margin: 20px;
	border-radius: 10px;
}
.item-box .vc_column-inner .wpb_wrapper {
	padding: 20px;
}
.item-box:nth-child(1) .vc_column-inner {
	background: #E8F4F8;
}
.item-box:nth-child(2) .vc_column-inner {
	background: #EFF9F2;
}
.item-box:nth-child(3) .vc_column-inner {
	background: #F8F5FF;
}
.page-title-bar .page-title-bar-inner {
    background-image: url(https://teckbridge.com/wp-content/uploads/2024/06/banner-inner.jpg) !important;
    background-color: #f6f2ed;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 12em !important;
    padding-bottom: 12em !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title-bar .page-title-bar-overlay {
    background-color: rgb(37 36 36 / 50%) !important;
}
.page-title-bar .heading {
    color: #feffff !important;
}
.dev-hire {
	margin: 20px 0;
    padding: 0 50px;
}
p.hire-content {
	color: #dfdfdf;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.single-hire_developer .entry-header {
	display: none;
}

.mb-4 {
	margin-bottom: 15px;
}
.my-3 {
	margin-top: 15px;
	margin-bottom:15px;
}
p.desc {
	margin-bottom: 10px !important;
}
.conceptseven-step-box p.desc {
	color: #fff !important;
}
.conceptseven-step-box p {
	color: #f1f1f1 !important;
}
.far.fa-ellipsis-h-alt {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}
@media (max-width: 767px) {
	.branding__logo img, .error404--header .branding__logo img {
		width: 180px;
		margin-right: 100px;
	}
}

@media (min-width: 768px) {
	.branding__logo img, .error404--header .branding__logo img {
		width: 180px;
		margin-right: 350px;
	}
}
.form-field {
	height: 95px;
    display: block;
}
.form-field span.form-label, .d-block.mb-4 span.form-label {
	color: #000;
	font-weight: 600;
}
.page-content {
    padding-top: 50px;
    padding-bottom: 100px;
}