/*
Theme Name: Mikado One Child
Theme URI: http://demo.mikado-themes.com/mikado
Description: A child theme of Mikado One Theme
Author: Mikado Themes
Author URI: http://www.mikado-themes.com
Version: 1.0.0
Template: mikado1
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@font-face {
    font-family: "Black Jack";
    src: url("/wp-content/themes/mikado1-child/fonts/BlackJack.eot");
    src: url("/wp-content/themes/mikado1-child/fonts/BlackJack.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/mikado1-child/fonts/BlackJack.woff2") format("woff2"), url("/wp-content/themes/mikado1-child/fonts/BlackJack.woff") format("woff"), url("/wp-content/themes/mikado1-child/fonts/BlackJack.ttf") format("truetype"),
        url("/wp-content/themes/mikado1-child/fonts/BlackJack.svg#BlackJack") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.carousel-inner .center h3.mkd_slide_subtitle > span {
    font-family: "Black Jack";
    font-weight: bold;
}

/*Default-CSS*/
body .qbutton,
body .qbutton.medium,
body #submit_comment,
body .load_more a,
body .blog_load_more_button a,
body .blog_holder article .post_text a.more-link span,
body .post-password-form input[type="submit"] {
    font-family: "Noto Sans", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
}
body h3 {
    font-family: "Black Jack";
}
body h4 {
    font-family: "Black Jack";
}

body .projects_holder.hover_text article .item_holder .portfolio_title,
body .projects_holder.hover_text article .item_holder .portfolio_title a,
body .projects_holder.hover_text.no_space article .item_holder .portfolio_title,
body .projects_holder.hover_text.no_space article .item_holder .portfolio_title a {
    font-family: "Black Jack";
}

body .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit,
body .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    font-family: "Black Jack";
}

body .qbutton,
body .qbutton.mediumt {
    background: #001933;
}
body .qbutton:not(.white):hover,
body .qbutton:hover,
body .qbutton.mediumt:hover {
    background: #a8a9a9;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
html body {
    font-family: "Noto Sans", sans-serif;
    margin: 0;
}
*::-moz-selection {
    color: #fff;
    background: #000;
}
*::-webkit-selection {
    color: #fff;
    background: #000;
}
*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}
*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}
*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}
*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

ul,
ul li,
ol,
li {
    list-style: outside none none;
    font-family: "Noto Sans", sans-serif;
}
body ul {
    margin: 0;
    padding: 0;
}

body a {
    outline: none;
    color: #555;
}
body a:hover {
    color: #000;
}
body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}
body .clearfix {
    height: auto;
}
* {
    outline: none !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr:after,
ul:after,
.clearfix:after,
li:after {
    clear: both;
    display: block;
    content: "";
}
div input,
div select,
div textarea,
div button {
    font-family: "Noto Sans", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    line-height: 140%;
    color: #001933;
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: none;
}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}
div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
body p {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    line-height: 160%;
    margin: 0 0 15px;
    padding: 0;
    word-break: break-word;
}
body p:empty {
    margin: 0;
    line-height: 0;
}
body p:last-child {
    margin-bottom: 0;
}
p strong {
    font-weight: bold;
}
.kd-left {
    text-align: left;
}
.kd-right {
    text-align: right;
}
.kd-center {
    text-align: center;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}
.hidden {
    display: none !important;
}
iframe {
    display: block;
    width: 100%;
}
.gm-style img {
    max-height: inherit;
    max-width: none;
}
.container:after {
    content: "";
    display: block;
    clear: both;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}
body .container .container {
    padding-left: 0;
    padding-right: 0;
}
/*scroll Hide*/
html.no-scroll {
    overflow: hidden;
}
html.no-scroll body {
    overflow: hidden;
    height: 100%;
}

/*button*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/*Gapping*/
.section-gapping {
    padding-bottom: 60px;
    padding-top: 60px;
}
/*Gapping close*/

div.wpb_content_element {
    margin-bottom: 20px !important;
}
div.wpb_content_element:last-child {
    margin-bottom: 0px !important;
}

.home div.wpb_content_element.wpb_single_image {
    margin-bottom: 0 !important;
}
/*Default-CSS close*/

/*header*/
body header.fixed.scrolled .header_bottom,
body header.fixed.scrolled .header_top,
body header.fixed_hiding.scrolled .header_bottom,
body header.fixed_hiding.scrolled .header_top {
    background-color: rgb(100, 100, 100) !important;
}
header div.header_inner_left {
    position: relative;
    left: auto;
    top: auto;
}
.header_top_bottom_holder div.header_top {
    background: #001932 !important;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 10px 45px;
}
.header-left-widget >.custom-html-widget > span {
    display: inline-block;
    vertical-align: top;
}
.header-left-widget >.custom-html-widget > span:first-child {
    margin-top: 1px;
}
div.header_top a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    line-height: 120%;
}
div.header_top a:hover{
    opacity: 0.5;
}
div.header_top i {
    font-family: fontawesome;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 7px;
    font-style: normal;
    color: #fff;
    font-size: 14px;
}
div.header_top i.mk-theme-icon-phone:before{
    content: "\f095";
    font-family: fontawesome;
}
div.header_top i.mk-theme-icon-email:before{
    content: "\f0e0";
    font-family: fontawesome;
}


div.mkd_logo {
    padding: 10px 0;
    top: auto;
}
.mkd_logo a img {
    position: relative;
    top: auto;
}
header .logo_wrapper {
    height: auto !important;
}
header div.header_inner_right,
header nav.main_menu.right {
    margin-top: 10px;
}
header nav.main_menu > ul > li > a {
    font-family: "Noto Sans", sans-serif;
}
nav.main_menu > ul > li:last-child > a > span.item_inner {
    background: #001933;
    padding: 10px 18px 12px 18px;
    border-radius: 25px;
    color: #fff !important;
}
header nav.main_menu > ul > li:last-child.current_page_item > a > span.item_inner,
header nav.main_menu > ul > li:last-child > a > span.item_inner:hover,
header nav.main_menu > ul > li:last-child > a:hover > span.item_inner {
    background: #fff;
    color: #001933 !important;
}

header.scrolled nav.main_menu > ul > li:last-child > a > span.item_inner {
    background: #fff;
    color: #001933 !important;
}
header.scrolled nav.main_menu > ul > li:last-child > a > span.item_inner:hover,
header.scrolled nav.main_menu > ul > li:last-child > a:hover > span.item_inner {
    background: #001933;
    color: #fff !important;
}

header .drop_down .second .inner ul li.sub ul li a:hover,
header .drop_down .second .inner ul li ul li a:hover,
header .drop_down .second .inner > ul > li > a:hover,
header .drop_down .wide .second ul li ul li.menu-item-has-children > a:hover,
header .drop_down .wide .second .inner ul li.sub ul li.menu-item-has-children > a:hover,
header .header_bottom #lang_sel ul li li a:hover,
header .header_bottom #lang_sel_click ul li ul li a:hover,
header .header_top #lang_sel ul ul a:hover,
header .header_top #lang_sel_click ul ul a:hover {
    color: #001933 !important;
}
.scrolled .mkd_logo::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    height: 100%;
    width: 250px;
    left: -117px;
    transform: skew(-47deg);
}
/*header end*/

div.title h1 {
    line-height: 140%;
}

div.blog_holder article h2,
.post_text_inner > h2 {
    line-height: 140%;
}
.post_text_inner > h4 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 120%;
}
div.title.has_fixed_background {
    background-position: center 0 !important;
}

/*about*/
* {
    box-sizing: border-box;
}
.full_width_inner > .vc_row {
    padding-top: 60px;
    padding-bottom: 60px;
}
div.boxed .section .section_inner,
div.grid_section .section_inner,
div.parallax_grid_section div.parallax_section_inner {
    max-width: 1140px;
    width: 100%;
    padding: 0 15px;
}
div.title.has_fixed_background {
    background-size: cover !important;
}
.title.has_fixed_background.standard_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.25;
}
div.title_subtitle_holder_inner h1 {
    font-size: 60px;
    color: #ffffff;
    line-height: 80px;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    word-break: break-word;
}
div.title_subtitle_holder_inner .separator {
    margin-top: 0 !important;
}
.content .content_inner > .full_width > div.full_width_inner {
    padding-top: 0px !important;
}
.section.about-us-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-us-block .sh-contentbox.top {
    width: auto;
    height: 100%;
}
/* .about-us-block .wpb_wrapper > .wpb_text_column p {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 34px;
    text-align: left;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
} */
.about-us-block .wpb_wrapper > .wpb_text_column p > br {
    display: block;
    margin-top: 10px;
}
.about-us-block p {
    color: #fff;
}
p:empty {
    display: none;
}
.sh-contentbox h5,
.sh-contentbox p {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    color: #000;
}
.sh-contentbox h5 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 120%;
}
.section.about-us-bottom {
    padding: 60px 0;
}
.section.about-us-bottom .section-holder {
    width: 100%;
    text-align: center;
    position: relative;
}
.section-title.boxed {
    border: 2px solid rgba(130, 130, 130, 1);
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    text-align: center;
    text-transform: none;
    font-family: Noto Sans;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    color: #9aa6ad;
    font-family: "Noto Sans", sans-serif!important;
}
/*about end*/

/*footer*/
footer.uncover {
    padding: 0;
}
footer .footer_top {
    padding: 40px 0 0 0;
}
footer .container_inner > .widget {
    margin-top: 10px;
}
footer .container_inner > .widget:first-child {
    margin-top: 0;
}
footer .footer_top .widget.widget_nav_menu li {
    margin: 0 7px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
}
.footer_top .widget_nav_menu ul li.menu-item a {
    margin-bottom: 0;
    color: #001932;
    font-size: 16px;
}
footer .footer_bottom_holder {
    height: auto;
    background-color: #fff;
    margin-top: 10px;
    padding-bottom: 20px;
}

footer .footer_bottom_holder .mkd_icon_shade {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #001932 !important;
}
footer .footer_bottom_holder .mkd_icon_shade:hover {
    background: #47c7ef !important;
}
footer .footer_bottom_holder .mkd_icon_shade a {
    display: block;
}
footer .footer_bottom_holder .mkd_icon_shade a i.fa {
    line-height: 40px !important;
    font-size: 18px !important;
}
.footer_bottom_holder p,
.footer_bottom_holder span,
.footer_bottom_holder ul li a {
    margin: 0;
    color: #001932;
    font-size: 14px;
}
footer .footer_bottom_holder .textwidget:last-child {
    margin-top: 15px;
}
a#back_to_top > span {
    background-color: #001933;
}
a#back_to_top > span:hover {
    background-color: #a8a9a9;
}
/*footer end*/

/* thank you page start here */
.page-id-11458 header, .page-id-11458 footer {
    display: none !important;
}

.page-id-11458 .content {
    margin-bottom: 0px !important;
}

.page-id-11458 .title_outer {
    display: none !important;
}

.thankyou-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #001932;
}
.thankyou-row {
    background: white;
    max-width: 570px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.thankyou-checkmark {
    background: #2dc66d;
    padding: 7px;
}

.thankyou-checkmark h2 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}

.thankyou-content {
    padding: 35px;
}

.thankyou-content p {
    font-size: 15px;
    margin-bottom: 20px;
}

.thankyou-content a {
    color: white;
    padding: 7px 21px;
    display: block;
    width: max-content;
    background: #646464;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    font-size: 14px;
    transition: .4s;
}

.thankyou-content a:hover {
    background: #001932;
    color: white !important;
}

@media screen and (max-width: 767px){
   .thankyou-wrapper {
    	padding: 20px;
	}
	.thankyou-checkmark h2 {
		font-size: 25px !important;
	}
}
/* thank you page close here */

/*title*/
.section-holder h1.section-title.boxed {
    text-align: center;
    display: block;
    border: none;
    padding: 0 50px 35px;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-size: 36px;
    position: relative;
    border-bottom: 1px solid #a8a9a9;
    display: table;
    margin: 0 auto 40px auto;
    font-weight: bold;
    color: #001933;
}
.section-holder h1.section-title.boxed::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 33px;
    width: 45px;
    background-image: url("/wp-content/themes/mikado1-child/images/logo_silver.png");
    background-size: 30px auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    margin: auto;
}
.c-form form.wpcf7-form {
    background: #001932;
    padding: 40px;
    border-radius: 7px;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0px 30px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 30px -5px rgba(0, 0, 0, 0.5);
}
.c-form form.wpcf7-form::after {
    content: "";
    clear: both;
    display: block;
}
form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea,
form.wpcf7-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]) {
    margin-bottom: 0;
    font-family: Noto Sans;
    font-size: 16px;
    height: 40px;
    padding: 0 15px;
    border: none;
    background-color: #fff;
}
form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
    padding: 15px;
    resize: none;
    background-color: #fff;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: #fff;
    max-width: 160px;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 5px;
    color: #001932;
    font-size: 16px;
    padding: 16px;
    line-height: 100%;
    height: auto;
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
    display: block;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #646464;
    color: #fff;
}
.c-form form.wpcf7-form p {
    position: relative;
    margin-bottom: 20px;
}
.c-form form.wpcf7-form p:not(.half-field) {
    float: left;
    width: 100%;
    clear: both;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.c-form form.wpcf7-form p.half-field {
    width: 49%;
    float: left;
}
.c-form form.wpcf7-form p.half-field + p.half-field {
    float: right;
}
span.wpcf7-not-valid-tip {
    margin-top: 6px;
}
.c-form form.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

body form.wpcf7-form .wpcf7-response-output {
    clear: both;
    margin: 20px 0 0;
    width: 100%;
    border: 2px solid #333;
    text-align: center;
    background: #fff;
    color: #333;
    line-height: 120%;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: none;
    letter-spacing: 0;
    float: left;
    width: 100%;
}
body form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
body form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng,
body form.wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked {
    border-color: #ff0000;
    color: #ff0000;
}
body form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #008000;
    color: #008000;
}
body div.wpcf7 .ajax-loader {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 #333;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 16px;
    left: 0;
    right: -240px;
    margin: auto;
}

.full_width_inner > .vc_row.address {
    padding-bottom: 40px;
    background: #fbfbfbe6;
}
.address .wpb_text_column {
    max-width: 430px;
    border: 1px solid #f0f0f0;
    padding: 50px 14px 20px 14px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}
.address .wpb_text_column::after {
    content: "\f0f7";
    position: absolute;
    top: -9px;
    font-family: fontawesome;
    left: 0;
    right: 0;
    margin: auto;
    width: 19px;
    font-size: 24px;
    color: #fff;
}
.address .wpb_text_column::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: #646464;
    border: 1px solid #ccc;
    top: -24px;
    margin: auto;
    line-height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.address .wpb_text_column h6 {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.address .wpb_text_column ul li {
    position: relative;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 10px;
    color: #333;
    font-family: "Noto Sans", sans-serif;
    padding-left: 30px;
}
.address .wpb_text_column ul li * {
    font-family: inherit;
    color: #001933;
}
.address .wpb_text_column ul li a {
    border-bottom: 1px solid transform;
}
.address .wpb_text_column ul li a:hover {
    color: #001933;
    border-bottom: 1px solid #001933;
}
.address .wpb_text_column ul li:last-chid {
    margin-bottom: 0;
}
.address .wpb_text_column ul li::before {
    content: " ";
    position: absolute;
    left: 2px;
    top: 0;
    font-family: fontawesome;
    font-size: 18px;
    color: #a8a9a9;
}
.address .wpb_text_column ul li.address::before {
    content: "\f041";
}
.address .wpb_text_column ul li.Phone::before {
    content: "\f095";
}
.address .wpb_text_column ul li.email::before {
    content: "\f0e0";
    left: 0;
}
.address .wpb_text_column ul li.Url::before {
    content: "\f0c1";
}

/*logo title*/
.wpb_text_column .wpb_wrapper > h6 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a8a9a9;
    font-size: 24px;
    margin-top: 30px;
}
.wpb_text_column .wpb_wrapper > h6::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 23px;
    width: 25px;
    background-image: url("/wp-content/themes/mikado1-child/images/logo_silver.png");
    background-size: 20px auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.wpb_text_column .wpb_wrapper > h6[style="text-align: left;"]::before {
    left: 0;
    bottom: -12px;
}
.wpb_text_column .wpb_wrapper > h6[style="text-align: center;"]::before {
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
    width: 32px;
    background-position: center center;
}
.wpb_text_column .wpb_wrapper > h6[style="text-align: right;"]::before {
    left: auto;
    right: 0;
    bottom: -12px;
    background-position: right 0;
}
.wpb_wrapper div.mkd_list ul.simple > li::before,
.wpb_text_column .wpb_wrapper > ul.simple > li::before{
    content: "\f111";
    font-size: 10px;
}
.wpb_wrapper div.mkd_list ul > li,
.wpb_text_column .wpb_wrapper > ul > li, 
.wpb_wrapper div.mkd_list ul.simple > li,
.wpb_text_column .wpb_wrapper > ul.simple > li,
.widget_recent_entries ul > li {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    line-height: 140%;
    padding-left: 30px;
    margin-bottom: 12px;
    position: relative;
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 10px;
    word-break: break-word;
}
.wpb_wrapper div.mkd_list ul.simple > li,
.wpb_text_column .wpb_wrapper > ul.simple > li,
.widget_recent_entries ul > li {
    /* color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    line-height: 140%;
    padding-left: 0px; */
    margin-bottom: 0px;
    /*position: relative;
    padding-bottom: 0px;
    word-break: break-all;
    list-style: disc;
    list-style-position: inside; */
}
.wpb_wrapper div.mkd_list ul > li::before,
.wpb_text_column .wpb_wrapper > ul > li::before,
.widget_recent_entries ul > li::before {
    content: "\f101";
    position: absolute;
    top: 0px;
    left: 5px;
    font-family: fontawesome;
    font-size: 21px;
    color: #001933;
    background: transparent;
}
.vc_row.wpb_row.section.img-gallery.grid_section {
    background: rgba(0, 0, 0, 0.03);
}

.img-gallery .wpb_single_image .wpb_wrapper {
    background: #fff;
    height: 160px;
    width: 100%;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
.img-gallery .wpb_single_image img {
    position: relative;
    top: 50%;
    left: 50%;
    right: 0;
    margin: auto;
    transform: translate(-50%, -50%);
}

.bottom-contact-section.grid_section {
    background: #001932;
    overflow: hidden;
    -webkit-box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.bottom-contact-section.grid_section::before {
    content: "";
    position: absolute;
    width: 1000%;
    background: #fff;
    top: 0;
    height: 100%;
    z-index: 0;
    left: 75%;
}
.bottom-contact-section .section-title.boxed {
    width: 100%;
}
.bottom-contact-section .wpb_wrapper {
    text-align: right;
}
.bottom-contact-section .wpb_column.vc_col-sm-4:last-child::before {
    content: "";
    background: #fff;
    height: 250px;
    width: 100%;
    position: absolute;
    top: -60px;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    right: 0;
    left: 80px;
}
.bottom-contact-section .wpb_wrapper a.qbutton.medium {
    color: #fff !important;
    padding: 15px 26px;
    line-height: 100%;
    height: auto;
}
.wpb_text_column .wpb_wrapper p > a {
    color: #001933;
    text-decoration: underline;
}
.wpb_text_column .wpb_wrapper p > a:hover {
    color: #ccc;
    text-decoration: underline;
}
.wpb_text_column .wpb_wrapper > h6:first-child {
    margin-top: 0;
}
.vc_row.wpb_row.section.pb-0.grid_section {
    padding-bottom: 0;
}
.wpb_wrapper h5 {
    font-size: 18px;
}

.service .wpb_wrapper h5 {
    font-size: 22px;
}
.mkd_counter_holder + .separator.normal {
    margin: 0 auto 20px auto !important;
}
.carousel-inner h3.mkd_slide_subtitle.el,
.carousel-inner h2.mkd_slide_title.el {
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
}
.carousel-inner h3.mkd_slide_subtitle.el {
	text-align: left;
}
.carousel-inner h3.mkd_slide_subtitle.el span,
.carousel-inner h2.mkd_slide_title.el span {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 40px;
	display: block;
}
.carousel-inner h2.mkd_slide_title.el {
	margin-bottom: 15px;
}
.carousel-inner .slider_content .separator {
	margin: 20px 0 10px 0 !important;
	max-width: 450px !important;
	width: 100% !important;
}

.carousel-inner .item .image::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
}

.section.service-row {
    margin-top: 80px;
}
.service-row .section_inner_margin {
    display: flex;
    flex-wrap: wrap;
}
.service-row .section_inner_margin > div > div {
    height: 100%;
}
.service-row .wpb_column > div > .wpb_wrapper {
    border: none;
    padding: 15px 15px 75px 15px;
    border-radius: 5px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    position: relative;
}
.service-row .wpb_column > div > .wpb_wrapper .qbutton {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    text-transform: capitalize;
    text-align: center;
    max-width: 110px;
    position: absolute;
    bottom: 15px;
}
.service-row .wpb_column > div > .wpb_wrapper .qbutton:hover {
    background: #6f6f6f;
}
.service-row .wpb_column > div > .wpb_wrapper > .mkd_icon_shade {
    border: 1px solid #ccc;
    width: 80px;
    height: 80px;
    line-height: 84px;
    border-radius: 60%;
    margin-top: -55px;
    background: #fff;
    margin-bottom: 20px;
}


.vc_row.bg-section {
    background-attachment: fixed;
    background-size: cover;
    padding-top: 12%;
    padding-bottom: 12%;
}
.vc_row.bg-section.grid_section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.6;
}
.bg-section .wpb_wrapper * {
    color: #fff;
    text-align: center;
    line-height: 180%;
}
.bg-section .wpb_wrapper .qbutton {
    line-height: 45px;
}
.bg-section .wpb_wrapper .qbutton:hover {
    color: #000;
}
.full_width_inner > .vc_row.section.service {
    padding-bottom: 0;
}
.single .post_content_holder .post_image{
    display: none !important;
} 
/* body.single .title .title_holder .container{
    background-color: rgb(100, 100, 100) !important;
} */
.bottom-contact-section h5 {
    font-family: "Noto Sans", sans-serif!important;
}
.contact-boxed h1{
    text-align: center;
    display: block;
    border: none;
    padding: 0 50px 35px;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-size: 36px;
    position: relative;
    border-bottom: 1px solid #a8a9a9;
    display: table;
    margin: 0 auto 40px auto;
    font-weight: bold;
    color: #001933;
}
.sector-box .icon_text_holder {
    background-color: #0000000d;
    margin-top: 0px !important;
}

.sector-box .icon_holder i {
    line-height: 72px !important;
    font-size: 36px !important;
}
.sector-box h4.icon_title {
    /* line-height: 140%; */
    color: #001933;
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.sector-box .icon_text_inner p {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #000;
}
.sector-box .icon_text_inner {
    padding: 60px 20px 30px 20px!important
}
.sector-box .icon_text_inner {
    margin-top: -40px;
}
.sector-box a.icon_with_title_link {
    font-family: "Noto Sans", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    background: #001933;
    color: #ffffff;
    line-height: 44px;
    height: 44px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    border-color: #001932;
    border-width: 1px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 0px;
}
.sector-box a.icon_with_title_link:hover{
    background: #a8a9a9;
}
/*.sector-box .icon_holder {
    border: 1px #001932; solid !important;
    border-radius: 50%;
}
.sector-box i.icon_text_icon.fa.fa-check {
    color: #001932;
    border: 1px solid #001932 !important;
    display: inline-block;
    font-size: 36px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 36px !important;
    padding: 15px;
    width: auto;
} */
@media screen and (min-width: 2800px) {
    .bottom-contact-section.grid_section::before {
        left: 65%;
    }
}

@media screen and (min-width: 6000px) {
    .bottom-contact-section.grid_section::before {
        left: 57%;
    }
}

@media screen and (max-width: 1500px) {
    .bottom-contact-section.grid_section::before {
        left: 82%;
    }
}

@media screen and (max-width: 1200px) {
    .full_width_inner > .vc_row {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section.about-us-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section.about-us-bottom {
        padding: 40px 0;
    }
    div.grid_section div.section_inner {
        width: 93%;
    }
    .about-us-block .wpb_wrapper > .wpb_text_column p {
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0;
    }
    .sh-contentbox h5,
    .sh-contentbox p {
        font-size: 12px;
        line-height: 150%;
    }
    .sh-contentbox h5 {
        font-size: 13px;
    }
    div.sh-contentbox {
        padding: 12px;
    }
    .section-title.boxed {
        font-size: 18px;
    }

    .grid_section.img-gallery .wpb_column.vc_column_container {
        width: 33.33%;
    }
    .bottom-contact-section.grid_section .wpb_column.vc_column_container {
        max-width: 50%;
        width: 100%;
    }
    .img-gallery .wpb_single_image .wpb_wrapper {
        margin-bottom: 20px;
    }

    .section-holder h1.section-title.boxed {
        padding: 0 30px 30px;
        margin: 0 auto 40px auto;
    }

    .service-row .wpb_column {
        margin-bottom: 60px;
        width: 50%;
    }
    .service-row .wpb_column:nth-last-child(2),
    .service-row .wpb_column:last-child{
        margin-bottom: 0;
    }

    div.header_top .left{
        text-align: left;
        float: left;
    }
    div.header_top .right {
        float: right;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    body p {
        font-size: 14px;
        line-height: 150%;
    }
    .blog_holder article {
        margin: 0 0 25px;
    }
    .blog_holder article div.post_info {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .content .full_width h2,
    .content .container_inner.default_template_holder h2 {
        padding-bottom: 0;
    }

    div.title h1,
    div.position_center.title h1 {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 120%;
    }
    div.title h1 + .separator.small {
        margin-top: 20px !important;
    }

    div.blog_holder article h2 a,
    div.blog_holder article h2 span {
        font-size: 18px;
    }
    div.content .full_width h2,
    div.content .container_inner.default_template_holder h2 {
        font-size: 18px;
        line-height: 120%;
    }
    .post_text_inner > p > img.alignright {
        margin: 20px 0 20px 20px;
    }

    div.footer_top {
        padding-top: 30px;
        padding-bottom: 0;
    }
    div.footer_bottom_holder {
        height: auto;
        padding: 0 0 15px 0;
    }
    .footer_bottom_holder .textwidget .mkd_icon_shade {
        max-width: 45px;
        max-height: 45px;
    }
    .footer_bottom_holder .textwidget .mkd_icon_shade .fa {
        line-height: 40px !important;
        font-size: 17px !important;
        display: block;
    }
    div.footer_top,
    div.footer_top p {
        font-family: Raleway, sans-serif;
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0px;
        font-weight: 400;
        font-style: normal;
        text-transform: none;
        color: #727373;
    }
    footer .footer_bottom_holder p,
    footer .footer_bottom_holder span,
    footer .footer_bottom_holder ul li a {
        font-size: 12px;
        margin-bottom: 6px;
    }
    footer .footer_bottom_holder p:last-child,
    footer .footer_bottom_holder span:last-child,
    footer .footer_bottom_holder ul li a:last-child {
        margin-bottom: 0px;
    }
    .footer_top .widget_nav_menu ul li.menu-item a {
        font-size: 14px;
    }

    .full_width_inner > .vc_row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section.about-us-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section.about-us-bottom {
        padding: 30px 0;
    }
    div.grid_section div.section_inner {
        width: 93%;
    }
    .about-us-block .wpb_wrapper > .wpb_text_column p {
        font-size: 15px;
        line-height: 150%;
        letter-spacing: 0;
    }
    .sh-contentbox h5,
    .sh-contentbox p {
        font-size: 12px;
        line-height: 150%;
    }
    .sh-contentbox h5 {
        font-size: 13px;
    }
    div.sh-contentbox {
        padding: 12px;
    }
    .section-title.boxed {
        font-size: 16px;
    }

    .wpb_text_column .wpb_wrapper > h6 {
        font-size: 18px;
    }
    .wpb_column.vc_column_container {
        margin-bottom: 30px;
    }
    .wpb_column.vc_column_container:last-child {
        margin-bottom: 0px;
    }
    .wpb_wrapper div.mkd_list ul > li,
    .wpb_text_column .wpb_wrapper > ul > li {
        font-size: 14px;
    }

    .img-gallery .wpb_single_image .wpb_wrapper {
        margin-bottom: 0;
    }
    .grid_section.img-gallery .wpb_column.vc_column_container {
        width: 50%;
        float: left;
    }
    .bottom-contact-section.grid_section::before,
    .bottom-contact-section .wpb_column.vc_col-sm-4:last-child::before {
        display: none;
    }
    .bottom-contact-section.grid_section .wpb_column.vc_column_container {
        max-width: 100%;
        width: 100%;
    }
    .bottom-contact-section .wpb_wrapper {
        text-align: center;
    }
    .bottom-contact-section .wpb_wrapper a.qbutton.medium {
        padding: 15px 26px;
        line-height: 100%;
        height: auto;
        background: #fff !important;
        color: #001932 !important;
    }
    .img-gallery .wpb_single_image .wpb_wrapper {
        height: 120px;
        padding: 10px;
    }

    .service .mkd_elements_holder .mkd_elements_item_content {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .responsive_mode_from_768.mkd_elements_holder .mkd_elements_item_content {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }
    div.testimonials.with_arrows {
        padding: 0 20px;
    }
    .scrolled .mkd_logo::before {
        width: 150px;
        left: -70px;
        transform: skew(-35deg);
    }
    .section-holder h1.section-title.boxed {
        padding: 0 0 20px;
        font-size: 24px;
        margin: 0 auto 30px auto;
    }
    .section-holder h1.section-title.boxed:before {
        height: 23px;
        width: 35px;
        background-image: url("/wp-content/themes/mikado1-child/images/logo_silver.png");
        background-size: 20px auto;
    }
    .c-form form.wpcf7-form {
        padding: 20px;
        max-width: 100%;
        width: 100%;
        -webkit-box-shadow: 0 0px 15px -5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0px 15px -5px rgba(0, 0, 0, 0.5);
    }
    .c-form form.wpcf7-form p.half-field {
        width: 100%;
        float: none;
    }
    .c-form form.wpcf7-form p.half-field + p.half-field {
        float: none;
    }

    .carousel-inner h3.mkd_slide_subtitle.el span,
	.carousel-inner h2.mkd_slide_title.el span {
		font-family: 'Montserrat', sans-serif !important;
		font-size: 5vw;
		display: block;
	}

    .service-row .section_inner_margin > div > div {
        padding: 0;
    }
    .service-row > div.section_inner {
        padding: 0;
    }
    .service-row .wpb_column {
        margin-bottom: 60px;
        width: 100%;
    }
    .service-row .wpb_column:nth-last-child(2){
        margin-bottom: 60px;
    }
    .service-row .wpb_column:last-child{
        margin-bottom: 0;
    }

    .header_top_bottom_holder div.header_top {
        padding: 10px 15px;
    }
    div.header_top .left a {
        font-size: 0;
    }
    div.header_top a {
        margin-right: 8px;
    }
    div.header_top i {
        line-height: 120%;
    }
    div.header_top i.mk-theme-icon-phone {
        margin-top: 0;
    }
    div.mkd_logo::before {
        content: "";
        position: absolute;
        background: #fff;
        top: 0;
        height: 100%;
        width: 130px;
        left: -61px;
        -webkit-transform: skew(-32deg);
        transform: skew(-32deg);
    }
}
