/*
Theme Name: the7dtchild
Template: dt-the7
*/

.my_svg_log{
height: 40px !important;
}

.top-bar .mini-contacts, .header-phone, .top-bar .text-area p {
	font-family:'Open Sans Condensed' !important;
}

.header-phone {
	text-decoration:none !important;
	color: #1F365C !important;
}

.page .page-title-head {
	padding-bottom:10px;
}

.service-hero-img .vc_single_image-wrapper img, .service-solution .service-solution-img img {
	aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
	
}



.divided-heading .uvc-heading-spacer, .cta-heading .uvc-heading-spacer {
	margin-top:10px;
	margin-bottom:10px
}

.divided-heading .uvc-heading-spacer span.uvc-headings-line, .cta-heading .uvc-heading-spacer span.uvc-headings-line {
	border: none !important;
    background-color: rgb(217, 0, 24) !important;
    width: 150px;
    font-weight: 700;
    max-height: 5px;
    height: 5px;
}

.divided-heading .uvc-sub-heading, .cta-heading .uvc-sub-heading {
	font-size:18px;
	font-weight:700 !important;
}

.cta-heading .uvc-main-heading h2,.cta-heading .uvc-sub-heading {
	color:#ffffff;
}

.divided-heading, .service-problem .problem-definition {
	padding-bottom:40px;
}

.solution-text {
	padding-bottom:20px;
}

.service-page-hero h2, .service-problem h2 {
	font-size:34px;
	font-family:'Open Sans Condensed';
	line-height:1.05 !important;
	max-width: 25ch;
}

.service-page-hero h2 {
	margin-bottom:20px !important;
}

.text-width, .service-problem .problem-item p {
	max-width:55ch;
}

.service-problem .problem-citation .wpb_wrapper {
	padding-left:25px;
}

.service-problem .problem-citation {
	position:relative;
}

.service-problem .problem-citation:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #D90018;
    position: absolute;
    top: 0;
    left: 0;
}

.service-problem .problem-item {
	padding:20px 0;
	border-bottom: 1px solid #E6E6E6;
}

.service-problem .problem-item:first-of-type {
	border-top: 1px solid #E6E6E6;
}

.service-problem .problem-item h3 {
	font-family:'Open Sans Condensed';
}

.service-problem .problem-item p {
	margin-bottom:0;
}

.service-badges .service-badges-item {
	padding:40px 20px;
    background: #1F365C;
}

.service-badges .service-badges-item h3, .service-badges .service-badges-item .dt-text-desc {
	color:#ffffff;
}
.service-badges .service-badges-item h3 {
	font-family:'Open Sans Condensed';
	font-size:36px;
	padding-bottom:5px;
}

.service-badges .service-badges-item .dt-text-desc {
	font-size:18px;
	margin-bottom:0 !important;
}

.check-list ul {
	list-style:none;
	margin:0;
}

.check-list ul li {
	padding-bottom:10px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.check-list ul li:last-of-type {
	padding-bottom:0;
}

.check-list ul li:before {
	content: "\e5ca";
	font-size:14px;
	font-family: 'icomoon-material-24x24' !important;
	margin-right:15px;
	background-color:#D90018;
	height:20px !important;
	width:20px !important;
	border-radius:50px;
	color:#ffffff;
	display:inline-block;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	aspect-ratio:1 / 1;
	top: 5px;
    position: relative;
}

.service-btn {
	margin-top:40px;
	font-family:'Open Sans Condensed';
	margin-bottom:0;
}

/*
.service-btn span:after, .service-pricing .go-pricing .gw-go-btn:after {
	content: "\e5c8";
    font-size: 18px;
    font-family: 'icomoon-material-24x24' !important;
    padding-left: 10px;
    line-height: 1;
	top: 1px;
    position: relative;
}
*/

.service-reference-item-content {
	padding:20px;
}

.service-reference-item-title {
	margin-bottom:0 !important;
}

.service-reference-item-title h3 {
	margin-bottom:0 !important;
	font-family:'Open Sans Condensed';
}

.service-reference-item-title h3 a {
	color:#ffffff !important;
}

.service-reference .vc_btn3, .reference-archive .vc_btn3, .home-reference .vc_btn3 {
	font-size:18px;
	font-family:'Open Sans Condensed';
	text-transform:uppercase;
	padding:18px 24px;
	border-radius:0;
	background-color:#1F365C !important;
	margin-bottom:24px;
}

.service-about-us-process {
	margin-bottom:0 !important;
}

.service-about-us-process ul li.icon_list_item .icon_list_icon {
	width:2em;
	height:2em;
	line-height:2em;
}

.service-about-us-process .smile_icon_list.left li .icon_list_connector {
	left:.34em;
}

.service-about-us-process .icon_list_item .info-list-heading {
	font-family:'Open Sans Condensed';
	font-weight:700 !important;
	font-size:26px !important;
	line-height:1.2 !important;
}

.service-about-us-process .icon_list_item .icon_description {
	height:2.5em !important;
}

.service-about-us-process .icon_list_item .icon_description_text {
	font-size:18px !important;
	padding-top:10px;
	line-height:1.6 !important;
}

.service-cta, .portfolio-cta {
	background-color:#1F365C;
}

.form-row {
    display: flex;
    gap: 25px;
	padding-bottom:25px;
}

.form-col {
    flex: 1;
}

.form-row input, .form-row p {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #333;
    opacity: 1;
}

.wpcf7 input,
.wpcf7 textarea {
	padding:10px 20px !important;
    font-size: 18px !important;
}

.service-cta .wpcf7-submit, .portfolio-cta .wpcf7-submit {
	padding:18px 24px !important;
	font-family:'Open Sans Condensed' !important;
	font-size:18px;
}
	

.service-cta h5, .service-cta .suhlas-text, .service-cta .akcept-text,.service-cta .wpcf7-file, .portfolio-cta h5, .portfolio-cta .suhlas-text, .portfolio-cta .akcept-text,.portfolio-cta .wpcf7-file {
	color:#ffffff;
}

.service-cta .wpcf7-file, .portfolio-cta .wpcf7-file {
	padding:0 !important;
}

.service-cta .wpcf7-acceptance .wpcf7-list-item, .portfolio-cta .wpcf7-acceptance .wpcf7-list-item  {
	margin-left:0 !important;
}

.service-cta .suhlas-text, .portfolio-cta .suhlas-text {
	font-size:16px;
	line-height:1.6;
	padding-top:20px;
	margin-bottom:20px;
}

.service-cta .wpcf7-submit, .portfolio .wpcf7-submit {
	margin-top:10px;
}

.portfolio-service-link {
	color:#ffffff;
	text-decoration: none;
}

.service-faq .vc_tta-panel-heading {
	background-color:unset !important;
	border-radius:0 !important;
	border-left:none !important;
	border-right:none !important;
	border-top:none !important;
	border-bottom:1px solid #E6E6E6 !important;
}

.service-faq .vc_tta-panel-heading h3 {
	font-family:'Open Sans Condensed';
	text-transform:none;
}

.service-faq .vc_tta-panel-heading h3 span {
	color:#333 !important;
	font-size:26px !important;
}

.service-faq .vc_tta-panel-heading h3 a {
	padding:18px 24px 18px 50px !important;
}

.service-faq .vc_tta-panel-heading h3 .vc_tta-controls-icon:before, .service-faq .vc_tta-panel-heading h3 .vc_tta-controls-icon:after  {
	border-color:#1F365C !important;
}

.service-faq .vc_tta-panel-body {
	border-bottom:none !important;
	border-left:none !important;
	border-right:none !important;
	border-top:1px solid #1F365C !important;
	border-radius:0;
	background-color:unset !important;
}

.dt_portfolio-template-default .nav-links .meta-nav {
	display:none;
}

.service-pricing .go-pricing {
	margin-bottom:0 !important;
}

.service-pricing .go-pricing .gw-go {
	    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap {
	padding:0 !important;
	margin-bottom:25px;
	border:5px solid #1F365C;
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col:before, .service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col:after {
	display:none;
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap .gw-go-col-inner {
	box-shadow:none !important;
	border:none;
}

.service-pricing .go-pricing .gw-go:after {
	display:none;
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col .gw-go-body {
	border-bottom:none;
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col .gw-go-header-top {
	height:100%;
	padding:30px 0;
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col .gw-go-header-bottom .gw-go-price-wrap span {
	font-family:'Open Sans Condensed';
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col .gw-go-header-bottom .gw-go-price-wrap small {
	padding-top:5px;
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col .gw-go-header-bottom .gw-go-price-wrap small, .service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col .gw-go-body li .gw-go-body-cell {
	font-size:18px;
	font-family:'Open Sans';
	padding-top:5px;
	color:#333;
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col .gw-go-header-bottom {
	background:none;
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col .gw-go-body li {
	padding:0 10px 20px !important;
	background:none;
}

.service-pricing .go-pricing h3 {
	font-family:'Open Sans Condensed';
	text-transform:uppercase !important;
	font-weight:700;
	font-size:26px !important;
}

.service-pricing .go-pricing .gw-go-btn {
	padding:18px 24px;
	border-radius:0;
	background: #D90018;
	transition:all 0.3s ease-out;
}

.service-pricing .go-pricing .gw-go-btn:hover {
	background:#F4A215;
}

.service-pricing .go-pricing .gw-go-btn span {
	font-family:'Open Sans Condensed';
	font-size:18px;
	text-transform:uppercase;
	line-height:1;
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col .gw-go-body {
	padding-bottom:100px !important;
}
	
.service-pricing .go-pricing .gw-go .gw-go-col-wrap  .gw-go-col .gw-go-footer-wrap {
	position:absolute;
	bottom:10px;
}	

@media (min-width:991px) {
	.service-page-hero {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.service-problem, .service-badges, .service-solution, .service-reference, .service-about-us, .service-faq, .service-pricing, .home-service-first, .home-why-us, .home-cta, .home-reference, .contact-first, .contact-second {
	padding-top:100px;
}

.other-cta {
	margin-top:100px !important;
}

.portfolio-cta {
	margin-top:100px !important;
}

.service-about-us, .home-service-last, .home-why-us, .home-cta, .home-reference, .contact-first, .contact-company {
	padding-bottom:100px !important;
}

.service-cta, .portfolio-cta {
	padding:70px 40px;
}

.cta-heading {
	padding-bottom:40px;
}

.portfolio-service-link-wrapper {
	margin-top:40px;
}
}

@media (max-width:777px) {
	
	.scroll-top.on {
		display:none !important;
	}
	
	
	.service-page-hero .service-hero-text-col {
		padding-bottom:50px;
	}
	
	.portfolio-cta {
	margin-top:50px !important;
}

.portfolio-service-link-wrapper {
	margin-top:20px;
	text-align:center
}
	
	.form-row {
        flex-direction: column;
    }
	
	.service-hero-img .vc_single_image-wrapper img, .service-solution .service-solution-img img {
		aspect-ratio:6 / 4;
	}
	
	.service-problem, .service-badges, .service-solution, .service-reference, .service-about-us, .service-solution-last, .service-about-us-process, .service-faq, .service-pricing, .home-service-first, .home-why-us, .home-cta, .home-reference, .contact-first, .contact-second {
	padding-top:50px;
}

.other-cta {
	margin-top:50px !important;
}

.service-about-us, .service-problem-first, .cta-heading, .home-why-us, .home-cta, .home-reference, .contact-company {
	padding-bottom:50px;
}

.home-service-last {
	padding-bottom:0 !important;
}

.service-cta, .portfolio-cta {
	padding-top:50px;
	padding-bottom:50px;
}

.service-badges .service-badges-item {
	margin-bottom:25px;
}

.service-cta .cta-submit-btn-wrapper {
	position:relative;
}

.service-cta .cta-submit-btn-wrapper .wpcf7-submit, .portfolio-cta .cta-submit-btn-wrapper .wpcf7-submit {
	width:100%;
	margin-top:40px;
}

.service-cta .cta-submit-btn-wrapper .wpcf7-spinner {
	position: absolute;
    left: 46%;
	transform: translateX(-46%);
    bottom: -40px;
}

.service-about-us-process ul li.icon_list_item .icon_list_icon {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
}

.service-about-us-process .smile_icon_list.left li .icon_list_connector {
    left: .248em;
}

.service-pricing .go-pricing .gw-go {
	    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.service-pricing .go-pricing .gw-go .gw-go-col-wrap {
	width:100% !important;
}




.home-hero h1 {
        font-size: 48px;
        line-height: 1.05 !important;
		padding-top:50px !important;
		padding-bottom:50px !important;
    }

.home-hero h1:after {
	bottom: -30px;
	left:0;
}

.home-hero .service-btn {
	width: calc(100% - 50px);
}

.home-hero-img-wrapper {
	padding-top:50px !important;
	padding-bottom:0 !important;
}

.home-hero-img-wrapper img {
	aspect-ratio: 16 / 9;
	width:100%;
	height:auto;
	object-fit:cover;
	clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
}
.home-hero-img-wrapper .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.home-service-item img {
	aspect-ratio: 6 / 4;
	width:100%;
	height:auto;
	object-fit:cover;
}

.home-service-item .wpb_single_image a {
	margin-bottom:25px;
}

/*.home-service-item h2 {
	padding-bottom:10px !important;
}*/

.home-service-item .service-btn {
	margin-top:25px;
}

.service-btn {
	width: calc(100% - 48px);
}

.home-service-item {
padding-bottom:50px;
}	

.home-why-us-wrapper {
        padding-top: 50px;
        padding-bottom: 25px;
    }

.home-why-us-item-num {
        font-weight: 700;
        font-size: 64px;
        /* color: #ffffff; */
    }

.home-why-us-item h3, .why-us-partners h3 {
	padding-bottom:5px !important;
	padding-top:5px !important;
}

.home-why-us-item p {
	padding-bottom:25px;
}

.home-cta h2 {
	font-size:48px !important;
	color:#ffffff;
	line-height:1.05 !important;
}

.home-cta p {
	color:#ffffff;
	text-align:center;
}

.home-reference-wrapper {
	padding-top:50px;
}

.service-reference-item {
	aspect-ratio:6 / 4;
}

}

@media (min-width:778px) and (max-width:990px) {
	
	.service-problem, .service-badges, .service-solution, .service-reference, .service-about-us, .service-faq, .service-pricing, .home-service-first, .home-why-us, .home-cta, .home-reference, .contact-first, .contact-second {
	padding-top:70px;
}

.other-cta {
	margin-top:70px !important;
}

.portfolio-cta {
	margin-top:70px !important;
}

.service-about-us {
	padding-bottom:70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	gap:40px;
}

.home-why-us, .home-cta, .home-reference, .contact-first, .contact-company {
	padding-bottom:70px !important;
	}

.home-service-last {
	padding-bottom:40px !important;
}

.service-about-us:after {
	display:none;
}

.service-about-us > .vc_column_container {
	width:100%;
}

.service-cta, .portfolio-cta {
	padding:70px 40px;
}

.cta-heading {
	padding-bottom:40px;
}

.service-badges .service-badges-item {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	text-align:center;
	min-height:166px;
}

.service-badges .service-badges-item .text-icon {
	margin:0 auto 20px !important;
}

.portfolio-service-link-wrapper {
	margin-top:40px;
}

	.service-pricing .go-pricing .gw-go .gw-go-col-wrap .gw-go-col .gw-go-body li .gw-go-body-cell {
		line-height:1.5;
	}

.home-hero {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.home-hero .home-hero-content-wrapper, .home-hero .home-hero-img-wrapper {
	width:100%;
}

.home-hero .home-hero-img-wrapper {
	margin-right: -70px;
        margin-left: -70px;
        width: 100svw;
}


/*.home-hero {
	padding-right:0 !important;
}*/

.home-hero .home-hero-img-wrapper .vc_column-inner {
	padding-right:0;
	padding-left:0;
}

.home-hero img {
	width:100%;
	height:auto;
	aspect-ratio: 6 / 4;
	object-fit:cover;
  clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
}

    .home-hero h1 {
        font-size: clamp(3rem, -0.6698rem + 7.5472vw, 4rem);
        line-height: 1.05 !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
	
.home-hero h1:after {
    bottom: -25px;
}	

.home-service .home-service-item {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-service .home-service-item .wpb_column {
	width:100% !important;
}

.home-service .home-service-item .wpb_column img {
	aspect-ratio: 6 / 4;
	width:100%;
	height:auto;
	object-fit:cover;
}

.home-service .home-service-item h2 {
	margin-top:20px !important;
	margin-bottom:10px !important;
}

.home-service .home-service-item .service-btn {
	margin-top:20px;
	margin-bottom:40px;
	min-width:100px;
}

.home-why-us-wrapper {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-top:40px;
}

.home-why-us-wrapper .home-why-us-item {
	width:50%;
}

.home-why-us-wrapper .home-why-us-item-num {
	font-size:64px;
	font-weight:700;
}

.home-why-us-wrapper p {
	margin-bottom:30px !important;
	margin-top:10px !important;
}

.why-us-partners {
	padding-top:40px;
}

.why-us-partners p {
	margin-top:10px !important;
}

.home-cta h2 {
	font-size:64px !important;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	line-height:1.05 !important;
}

.home-cta p {
	color:#ffffff;
	text-align:center;
	margin-top:30px !important;
}

.home-reference .vc_grid-container-wrapper {
	margin-top:40px !important;
}

.home-reference .vc_grid-container-wrapper h3 {
	font-size:22px;
}

}

@media (max-width:540px) {
	.dt_portfolio-template-default .nav-links .post-title {
		font-size:18px !important;
	}
	

	
}

.mobile-callbar {
    position: fixed;
    bottom: 0;
    left: 0;
	/*right:25px;*/
    width: 100%;
    background: #D90018;
    color: #fff;
    z-index: 99999;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
	transition:transform 0.2s ease;;
	}

.mobile-callbar:hover {
	/*background: #F4A215;*/
	color: #ffffff;
}


.mobile-callbar:active {
    transform: scale(0.90);
}


.mobile-callbar svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex-shrink: 0;
}

.mobile-callbar span {
	font-family:'Open Sans Condensed';
	text-transform:uppercase;
}

@media (max-width: 778px) {

footer #bottom-bar .wf-wrap {
    padding-bottom: 90px !important;
}

.service-detail-reference img {
	margin-top:50px;
}

    .home-service h2 {
        padding-bottom: 10px !important;
    }

}

/* iba mobil */
@media (min-width: 779px) {
    .mobile-callbar {
        display: none;
    }
}

.navigation .mini-widgets .microwidget-btn span {
	text-transform:uppercase;
}

.home-hero {
	background:#1F365C;
}

.home-hero h1, .home-hero .home-hero-subtext {
	color:#ffffff;
}

.home-hero h1 {
	font-family:'Open Sans Condensed';
	line-height:1.25;
	width:fit-content;
}

.home-hero h1:after {
	content:"";
	width:100%;
	height:5px;
	background:#d90018;
	display:block;
	position:relative;
}

.home-service h2 {
		font-family:'Open Sans Condensed';
	line-height:1.05 !important;
	width:fit-content;
}

@media (min-width:992px) {

.service-hero-img .vc_single_image-wrapper img {
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.home-hero {
	padding-right:0 !important;
}

.home-hero h1 {
	font-size: clamp(3rem, 0.8665rem + 3.4446vw, 5rem);
	line-height:1.05 !important;
}

.home-hero h1:after {
	bottom:-35px;
	left:0;
}

.home-hero-subtext {
	padding-top:70px;
	max-width:55ch;
}

.home-hero .hero-img {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.home-hero .home-hero-img-wrapper .vc_column-inner {
	padding:0 !important;
}

.home-service .home-service-img-col img {
	aspect-ratio:5 / 4;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home-service h2 {
	padding-bottom:10px !important;
}



.home-service {
	padding-bottom:50px;
}

.home-service img {
	aspect-ratio:1 / 1;
	object-fit:cover;
}

.home-service .service-btn {
	margin-top:20px;
}

.home-why-us h2 {
	text-transform:uppercase;
}

.home-why-us-wrapper {
	padding-top:50px;
	padding-bottom:50px;
}

.home-why-us-item-num {
	font-weight:700;
	font-size:80px;
	/*color:#ffffff;*/
}

.home-why-us-item h3 {
	padding-bottom:10px !important;
}

.home-why-us .why-us-partners h3 {
	padding-bottom:10px !important;
}

.home-cta h2 {
	color:#ffffff;
	font-size:80px !important;
	margin-bottom:50px !important;
	line-height: 1.05 !important;
}

.home-cta .wpb_text_column p {
	text-align:center;
	color:#ffffff;
}
.home-reference .home-reference-wrapper {
	margin-top:50px;
}

}

.footer-info {
	color:#ffffff;
}

footer .footer-info p a {
	color:#ffffff !important;
	text-decoration:none;
}

footer .footer-info p a:hover {
	color:#D90018 !important;
	text-decoration:underline;
}

.service-detail-reference h3 {
	margin-bottom:10px !important;
}

.other-service:first-of-type {
	padding-top:0 !important;
}

.other-service img {
	aspect-ratio:6 / 4 !important;
}

footer .widget-title {
	font-family:'Open Sans Condensed';
}

footer .company-name {
	font-family:'Open Sans Condensed';
	font-weight:700;
	font-size:22px;
	margin-bottom:20px !important;
}



footer .footer-info p:not(.company-name) {
	line-height:24px;
	padding-bottom:10px !important;
	margin-bottom:9px !important;
	border-bottom:1px solid rgba(148, 159, 178, 0.15);
}

footer .footer-info p:last-child {
	border-bottom:none !important;
}

.contact-icon-box a.aio-icon-box-link {
	font-size:26px;
	color:#1F365C;
}

.contact-first {
	background:#F5F5F5;
}

.contact-first .contact-icon-box {
	background:#ffffff;
	margin-bottom:0 !important;
	padding-top:40px;
	padding-bottom:40px;
}

.contact-first .contact-icon-box a.aio-icon-box-link {
	margin-top:20px;
}

.local-contact h3 {
	margin-bottom:20px !important;
}

.local-contact .aio-icon-component:not(:last-of-type) {
	margin-bottom:15px !important;
}

.local-contact .aio-icon-component:last-of-type {
	margin-bottom:0 !important;
}

.local-contact .local-contact-item {
	margin-bottom:20px;
}

.local-contact .local-contact-item .aio-icon-title {
	font-family:'Open Sans Condensed';
}

.local-contact .local-contact-item:last-of-type {
	margin-bottom:0;
}

.local-contact .local-contact-item a {
	color:#333333;
}

.local-contact .local-contact-item a:hover {
	color:#d90018;
}

.contact-second .wpcf7-file {
	padding-left:0 !important;
}

.contact-second .wpcf7-list-item {
	margin-left:0 !important;
}

.contact-second h5 {
	font-family:'Open Sans Condensed';
}

.contact-company .aio-icon-component {
	margin-bottom:10px !important;
}

@media (max-width: 778px) {
	
	.contact-first .contact-icon-box {
		margin-bottom:50px !important;
	}
	
	.form-contact {
		margin-top:50px !important;
	}
	
	.form-contact .wpcf7-submit {
		margin-top:20px;
		width:100%;
	}
	
}

.wpcf7-spinner {
    display: none !important;
}

@media (max-width:990px) {

#nav_menu-5 {
	padding-bottom:19px;
}

.mobile-mini-widgets-in-menu .text-area, .mobile-mini-widgets-in-menu .mini-contacts {
	display:none !important;
}

.mobile-mini-widgets-in-menu {
	padding-top:0;
	padding-bottom:21px;
}

.mobile-mini-widgets-in-menu .microwidget-btn {
	padding:21px 21px !important;
	margin:0 !important;
	width:100% !important;
	font-size:22px;
	text-transform:uppercase;
}

.mobile-mini-widgets-in-menu .microwidget-btn span {
	margin-left: auto;
    margin-right: auto;
}	

}