body {
    font-family: "Manrope", sans-serif;
    color: #0F375A;
}

h1, h2, h3, h4 {
    font-family: "Poppins", sans-serif;
}

h3 {
    position: relative;

    display: inline-block;

    font-size: 38px;

    font-weight: 700;

    color: #243240;

    margin-bottom: 40px;
}

a:link {
    color: #0F375A;
}

a:visited {
    color: #0F375A;
}

a:hover {
    color: #0F375A;
    text-decoration: none;
}

.idk_btn:link {
    display: inline-block;
    padding: 15px 40px;
    background-color: #DE8D46;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 30px;
}

.idk_btn:visited {
    display: inline-block;
    padding: 15px 40px;
    background-color: #DE8D46;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 30px;
}

h3:after {
    position: absolute;

    left: 0px;

    bottom: -10px;

    width: 40%;

    height: 3px;

    background-color: #DE8D46;

    content: '';
}

h3.idk_txt_center:after {
    position: absolute;

    display: inline-block;

    left: 50%;

    transform: translateX(-50%);

    width: 30%;

    height: 3px;

    background-color: #DE8D46;

    content: '';
}

.fa-whatsapp:before {
    content: '\f232';
    color: #00e676;
}
.fa-viber:before {
    content: '\f409';
    color: #7370fa;
}
.fa-weixin:before {
    content: '\f1d7';
    color: #00c125;
}

.idk_margin_top30 {
    margin-top: 30px;
}

.idk_margin_top50 {
    margin-top: 10px;
}
.idk_margin_top80 {
    margin-top: 50px;
}

.idk_margin_top100 {
    margin-top: 100px;
}

.idk_margin_top150 {
    margin-top: 150px;
}

.idk_nopadding {
    padding: 0px;
}

.idk_nopadding_left {
    padding-left: 0px;
}

.idk_nopadding_right {
    padding-right: 0px;
}

.idk_logo {
    height: 100px;
}
.fcs {
    width: 100px;
}
.idk_line_bg {
    //background: url('../images/line_bg.png') no-repeat top right fixed;

    background-size: auto;
}

.idk_top_menu a:link {
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 100%;
    color: #0F375A;

    background-color: #f7f7f7;

    text-decoration: none;

    border: 1px solid transparent;
}

.idk_top_menu a:visited {
    color: #0F375A;

    text-decoration: none;
}

.idk_top_menu a:hover {
    color: #0F375A;

    text-decoration: none;

    border: 1px solid #DE8D46;
}

.idk_top_menu .idk_top_menu_active {
    border: 1px solid #DE8D46 !important;
    background-color: #DE8D46 !important;
    color: #FFFFFF !important;
}

.idk_top_menu_bg {
    background-color: #DE8D46 !important;

    color: #ffffff !important;
}

.idk_top_menu_bg:hover {
    background-color: #DE8D46 !important;

    color: #ffffff !important;

    border: 1px solid transparent !important;
}

#idk_slider {
    position: relative;
}

#idk_slider img {
    width: 100%;

    height: 800px;

    object-fit: cover;
}

#idk_slider .idk_slider_bg {
    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#idk_slider h1 {
    width: 100%;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    position: absolute;
    top: 380px;
    color: #ffffff;
}

#idk_slider h2 {
    width: 100%;

    font-size: 25px;

    font-weight: 700;

    text-align: center;

    position: absolute;

    top: 210px;

    color: #ffffff;
}
#idk_slider1 {
    position: relative;
}

#idk_slider1 img {
    width: 100%;

    height: 500px;

    object-fit: cover;
}

#idk_slider1 .idk_slider_bg {
    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;
}

#idk_slider1 h1 {
    width: 100%;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    position: absolute;
    top: 380px;
    color: #ffffff;
}

#idk_slider1 h2 {
    width: 100%;

    font-size: 25px;

    font-weight: 700;

    text-align: center;

    position: absolute;

    top: 210px;

    color: #ffffff;
}

.idk_arrow_right_slider_holder {
    position: absolute;

    z-index: 9;

    width: 100%;

    top: 300px;

    text-align: center;
}

.idk_arrow_right_slider_holder a:link {
    padding: 30px 20px;

    background-color: #DE8D46;

    color: #ffffff;

    border-radius: 5px;
}

.idk_arrow_right_slider_holder img {
    width: 50px !important;

    height: 50px !important;
}

.idk_image_holder {
    position: relative;

    width: 100%;

    height: auto;
}

.idk_image_holder img {
    width: 95%;

    height: 300px;

    object-fit: cover;

    border-radius: 5px;

    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

.idk_image_holder div {
    position: absolute;

    z-index: -1;

    right: 0px;

    top: 30px;

    width: 95%;

    height: 300px;

    background-color: #A7A7A7;

    border-radius: 5px;

    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

.idk_box {
    width: 100%;

    height: auto;

    text-align: center;

    margin-bottom: 50px;
}

.idk_box img {
    width: auto;

    height: 100px;

    margin-bottom: 30px;
}

.idk_box h4 {
    position: relative;

    height: 50px;

    display: inline-block;

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 55px;
}

.idk_box h4:after {
    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: -10px;

    width: 50%;

    height: 3px;

    background-color: #DE8D46;

    content: '';
}

.idk_content_bg {
    position: relative;

    width: 100%;

    padding: 100px 0px;

    background-color: #f7f7f7;

    z-index: -2;
}

.idk_image_holder_1 {
    position: relative;

    width: 100%;

    height: auto;

    text-align: right;
}

.idk_image_holder_1 img {
    width: 95%;

    height: 300px;

    object-fit: cover;

    border-radius: 5px;

    text-align: right;

    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

.idk_image_holder_1 div {
    position: absolute;

    z-index: -1;

    left: 0px;

    top: -30px;

    width: 95%;

    height: 300px;

    background-color: #0F375A;

    border-radius: 5px;

    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

.nav-tabs {
    display: flex;

    justify-content: center;

    flex-direction: row;

    border-bottom: 0px;
}

.nav-tabs li {
    padding-left: 50px;

    padding-right: 50px;

    margin-bottom: 30px;
}

.idk_tab_icon {
    width: 150px;

    height: 110px;

    border: 2px solid #DE8D46;

    margin: 0px auto;
}

.idk_tab_icon svg {
    width: 90px;

    height: 50px;

    margin-top: 25px;
}

.nav-tabs li a:link {
    text-decoration: none;
}

.nav-tabs li p {
    position: relative;

    font-size: 22px;

    font-weight: 700;

    color: #0F375A;

    margin-top: 30px;
}

.active .idk_tab_icon {
    width: 150px;

    height: 110px;

    border: 2px solid #A7A7A7;

    margin: 0px auto;

    background-color: #A7A7A7;
}

.nav-tabs li .active p:after {
    position: absolute;

    display: inline-block;

    left: 50%;

    transform: translateX(-50%);

    bottom: -10px;

    width: 40%;

    height: 2px;

    background-color: #DE8D46;

    content: '';
}

.active svg path {
    fill: #ffffff;
}

.active svg circle {
    fill: #ffffff;
}

.idk_slider_tab {
    text-align: left;
}

.idk_slider_tab img {
    width: 100%;

    height: auto;
}

.idk_slider_tab .carousel-control-next {
    width: auto;
}

.idk_slider_tab .carousel-control-prev {
    width: auto;
}

.idk_slider_tab h4 {
    color: #DE8D46;
}

.idk_content_bg_dark {
    width: 100%;

    height: auto;

    padding: 50px 0px 200px 0px;

    background-color: #0F375A;

    margin-top: 50px;

    color: #ffffff;
}

.idk_content_bg_dark h3 {
    color: #ffffff;
}

.idk_content_bg_dark h3:after {
    position: absolute;

    display: inline-block;

    left: 50%;

    transform: translateX(-50%);

    top: 60px;

    width: 40%;

    height: 3px;

    background-color: #ffffff;

    content: '';
}

.idk_content_bg_dark h5 {
    font-size: 24px;
}

.idk_content_bg_dark i {
    font-size: 80px;

    color: #DE8D46;
}

.idk_quote h5 {
    font-size: 20px;
}

.idk_photo_gallery {
    width: 100%;

    height: auto;

    margin-top: 80px;
}

.idk_gallery_img1 {
    width: 100%;

    height: 530px;

    object-fit: cover;

    margin-bottom: 30px;
}

.idk_gallery_img2 {
    width: 100%;

    height: 250px;

    object-fit: cover;

    margin-bottom: 30px;
}

#map {
    width: 100%;

    height: 500px;
}

#map path {
    stroke: #DE8D46;

    fill: #DE8D46;

    fill-opacity: 0.8;
}

.idk_map {
    position: relative;

    margin-top: -180px;
}

.idk_map img {
    width: 100%;
    height: auto;
}

.idk_contact_box {
    width: 100%;

    height: auto;

    background-color: #f7f7f7;

    padding: 20px;

    margin-bottom: 20px;
}

.idk_contact_box ul {
    margin-top: 5px;

    margin-bottom: 5px;
}

.idk_contact_box h3 {
    font-size: 20px;

    margin-bottom: 20px;
}

.idk_contact_box h3:after {
    position: absolute;

    left: 0px;

    bottom: -10px;

    width: 35%;

    height: 2px;

    background-color: #DE8D46;

    content: '';
}

.idk_contact_box p {
    margin: 0px;
}

.idk_contact_map_holder div {
    position: absolute;
    z-index: -1;
    right: -30px;
    top: 30px;
    width: 100%;
    height: 700px;
    background-color: #DE8D46;
    border-radius: 5px;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}
.idk_contact_map_holder  {
    position: relative;
    padding-bottom: 700px;
    height: 0;
    margin-right: 30px;
}
.idk_contact_map_holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.idk_contact_form {
    margin-top: 0px;
}

.idk_contact_form input {
    width: 100%;

    padding: 20px 30px;

    background-color: #f7f7f7;

    border: 0px;

    border-bottom: 1px solid #DE8D46;

    margin-bottom: 30px;
}

.idk_contact_form textarea {
    width: 100%;

    padding: 20px 30px;

    background-color: #f7f7f7;

    border: 0px;

    border-bottom: 1px solid #DE8D46;

    margin-bottom: 0px;
}

.idk_contact_form img {
    width: auto;

    height: 50px;
}

.idk_contact_form button {
    width: 100%;

    border: 0px;

    font-size: 18px;

    padding: 11px 30px;

    background-color: #DE8D46;

    color: #ffffff;

    border-radius: 5px;
}

footer {
    width: 100%;
    box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
    padding-top: 50px;
}

footer h3 {
    font-size: 20px;

    margin-bottom: 30px;
}

footer h3:after {
    position: absolute;

    left: 0px;

    bottom: -10px;

    width: 35%;

    height: 2px;

    background-color: #DE8D46;

    content: '';
}

footer p {
    font-size: 14px;

    margin-bottom: 5px;
}

footer hr {
    background-color: #DE8D46;

    color: #DE8D46;

    opacity: 1;

    height: 2px !important;
}

footer a:link {
    text-decoration: none;
}

#material img {
    width: 100%;

    height: 300px;

    object-fit: cover;
}

#material li {
    font-size: 20px;
    margin-bottom: 15px;
}

#sizing img {
    width: 100%;

    height: 200px;

    object-fit: cover;

    margin-bottom: 20px;

    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

#sizing1 img {
    width: 100%;

    height: 300px;

    object-fit: cover;

    margin-bottom: 20px;

    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

#packaging img {
    width: auto;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

#coloring img {
    width: 100%;

    height: 200px;

    object-fit: cover;

    margin-bottom: 20px;

    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

.idk_small_img {
    margin-top: 15px;
}

.idk_small_img img {
    width: 204px !important;

    height: 120px !important;

    object-fit: cover;
}

/********** PRODUCTS  GALLERY ***************/

.idk_products_galery {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* margin-top: 15px; */
    width: 100%;
}

.idk_products_img {
    display: flex;
}

.idk_products_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.idk_gallery_img_m {
    width: 100%;

    height: 250px;

    object-fit: cover;
}

.idk_header_holder {
    width: 100%;
    height: 800px;
    position: relative;
}

.idk_header_holder1 {
    width: 100%;
    height: 500px;
    position: relative;
}

.idk_menu_holder {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    padding: 5px 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.idk_contactus_fixed {
    position: fixed;
    top: 50%;
    left: -62px;
    background-color: #DE8D46;
    color: #FFFFFF;
    padding: 10px 20px;
    z-index: 99;
    transform: rotate(-90deg);
    border-radius: 0px 0px 5px 5px;
    font-weight: 700;
}

.idk_content_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 30px;
    object-position: top;
}

.idk_imgs_gallery {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

.idk_imgs_gallery1b {
    width: 100%;
    height: 490px;
    object-fit: cover;
    margin-bottom: 20px;
}

.idk_imgs_gallery1s {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 20px;
}

.lightcase-icon-next, .lightcase-icon-close, .lightcase-icon-prev {
    color: #FFFFFF !important;
}


































/* IDK MENU START */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;

    padding: 0;

    border: 0;

    list-style: none;

    line-height: 1;

    display: block;

    position: relative;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;
    z-index: 9999;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: '.';

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    margin-top: 10px;

    background: transparent;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;

    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;

    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 17px 7px;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    color: #0F375A;

    text-transform: uppercase;
}

.idk_menu_active {
    color: #DE8D46 !important;
}

#cssmenu > ul > li:hover > a {
    color: #DE8D46;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;

    top: 22px;

    right: 11px;

    width: 8px;

    height: 2px;

    display: none;

    background: #dddddd;

    content: '';
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 17px !important;
    right: 14px;
    display: block;
    width: auto;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
}
#cssmenu > ul > li:hover > a:before {
    transform: rotate(-180deg);
    transform-origin: center center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 30px;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    right: 0px;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    height: 0;

    -webkit-transition: all 0.25s ease;

    -moz-transition: all 0.25s ease;

    -ms-transition: all 0.25s ease;

    -o-transition: all 0.25s ease;

    transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    left: auto;

    right: 0;
}

#cssmenu li:hover > ul > li {
    height: auto;
}

#cssmenu ul ul ul {
    margin-left: 100%;

    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;

    margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);

    padding: 11px 15px;

    width: 170px;

    font-size: 12px;

    text-decoration: none;

    color: #dddddd;

    font-weight: 400;

    background: #0F375A;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;

    top: 16px;

    right: 11px;

    width: 8px;

    height: 2px;

    display: block;

    background: #dddddd;

    content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;

    left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;

    top: 13px;

    right: 14px;

    display: block;

    width: 2px;

    height: 8px;

    background: #dddddd;

    content: '';

    -webkit-transition: all 0.25s ease;

    -moz-transition: all 0.25s ease;

    -ms-transition: all 0.25s ease;

    -o-transition: all 0.25s ease;

    transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;

    left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;

    height: 0;
}

@media all and (max-width: 1023px),
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min-resolution: 192dpi) and (max-width: 1024px),
    only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;

        display: none;
    }

    #cssmenu.align-center > ul {
        text-align: left;
    }

    #cssmenu ul li {
        width: 100%;

        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }

    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;

        border-bottom: 0;
    }

    #cssmenu > ul > li {
        float: none;
    }

    #cssmenu ul ul li a {
        padding-left: 25px;
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }

    #cssmenu ul ul li a {
        color: #0F375A;

        background: none;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #ffffff;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;

        left: 0;

        width: 100%;

        margin: 0;

        text-align: left;
    }

    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;

        padding: 17px;

        color: #0F375A;

        cursor: pointer;

        font-size: 16px;

        text-transform: uppercase;

        font-weight: 700;
    }

    #cssmenu #menu-button:after {
        position: absolute;

        top: 22px;

        right: 17px;

        display: block;

        height: 8px;

        width: 20px;

        border-top: 2px solid #0F375A;

        border-bottom: 2px solid #0F375A;

        content: '';
    }

    #cssmenu #menu-button:before {
        position: absolute;

        top: 16px;

        right: 17px;

        display: block;

        height: 2px;

        width: 20px;

        background: #0F375A;

        content: '';
    }

    #cssmenu #menu-button.menu-opened:after {
        top: 23px;

        border: 0;

        height: 2px;

        width: 15px;

        background: #0F375A;

        -webkit-transform: rotate(45deg);

        -moz-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

        -o-transform: rotate(45deg);

        transform: rotate(45deg);
    }

    #cssmenu #menu-button.menu-opened:before {
        top: 23px;

        background: #0F375A;

        width: 15px;

        -webkit-transform: rotate(-45deg);

        -moz-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

        -o-transform: rotate(-45deg);

        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        position: absolute;

        z-index: 99;

        right: 0;

        top: 0;

        display: block;

        border-left: 1px solid rgba(120, 120, 120, 0.2);

        height: 46px;

        width: 46px;

        cursor: pointer;
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;

        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;

        top: 22px;

        right: 19px;

        width: 8px;

        height: 2px;

        display: block;

        background: #dddddd;

        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;

        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }

    #cssmenu .submenu-button:before {
        position: absolute;

        top: 19px;

        right: 22px;

        display: block;

        width: 2px;

        height: 8px;

        background: #dddddd;

        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;

        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
}

/** BACK TO TOP BUTTON **/

/* IDK MENU START */

#cssmenu_m,
#cssmenu_m ul,
#cssmenu_m ul li,
#cssmenu_m ul li a,
#cssmenu_m #menu-button {
    margin: 0;

    padding: 0;

    border: 0;

    list-style: none;

    line-height: 1;

    display: block;

    position: relative;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;
}

#cssmenu_m:after,
#cssmenu_m > ul:after {
    content: '.';

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;
}

#cssmenu_m #menu-button {
    display: none;
}

#cssmenu_m {
    margin-top: 10px;

    background: transparent;
}

#cssmenu_m > ul > li {
    float: left;
}

#cssmenu_m.align-center > ul {
    font-size: 0;

    text-align: center;
}

#cssmenu_m.align-center > ul > li {
    display: inline-block;

    float: none;
}

#cssmenu_m.align-center ul ul {
    text-align: left;
}

#cssmenu_m.align-right > ul > li {
    float: right;
}

#cssmenu_m > ul > li > a {
    padding: 10px 7px;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    color: #0F375A;

    text-transform: uppercase;
}

#cssmenu_m > ul > li:hover > a {
    color: #DE8D46;
}

#cssmenu_m > ul > li.has-sub > a {
    padding-right: 30px;
}

#cssmenu_m > ul > li.has-sub > a:after {
    position: absolute;

    top: 22px;

    right: 11px;

    width: 8px;

    height: 2px;

    display: block;

    background: #dddddd;

    content: '';
}

#cssmenu_m > ul > li.has-sub > a:before {
    position: absolute;

    top: 19px;

    right: 14px;

    display: block;

    width: 2px;

    height: 8px;

    background: #dddddd;

    content: '';

    -webkit-transition: all 0.25s ease;

    -moz-transition: all 0.25s ease;

    -ms-transition: all 0.25s ease;

    -o-transition: all 0.25s ease;

    transition: all 0.25s ease;
}

#cssmenu_m > ul > li.has-sub:hover > a:before {
    top: 23px;

    height: 0;
}

#cssmenu_m ul ul {
    position: absolute;

    left: -9999px;
}

#cssmenu_m.align-right ul ul {
    text-align: right;
}

#cssmenu_m ul ul li {
    height: 0;

    -webkit-transition: all 0.25s ease;

    -moz-transition: all 0.25s ease;

    -ms-transition: all 0.25s ease;

    -o-transition: all 0.25s ease;

    transition: all 0.25s ease;
}

#cssmenu_m li:hover > ul {
    left: auto;
}

#cssmenu_m.align-right li:hover > ul {
    left: auto;

    right: 0;
}

#cssmenu_m li:hover > ul > li {
    height: 35px;
}

#cssmenu_m ul ul ul {
    margin-left: 100%;

    top: 0;
}

#cssmenu_m.align-right ul ul ul {
    margin-left: 0;

    margin-right: 100%;
}

#cssmenu_m ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);

    padding: 11px 15px;

    width: 170px;

    font-size: 12px;

    text-decoration: none;

    color: #dddddd;

    font-weight: 400;

    background: #333333;
}

#cssmenu_m ul ul li:last-child > a,
#cssmenu_m ul ul li.last-item > a {
    border-bottom: 0;
}

#cssmenu_m ul ul li:hover > a,
#cssmenu_m ul ul li a:hover {
    color: #DE8D46 !important;
}

#cssmenu_m ul ul li.has-sub > a:after {
    position: absolute;

    top: 16px;

    right: 11px;

    width: 8px;

    height: 2px;

    display: block;

    background: #dddddd;

    content: '';
}

#cssmenu_m.align-right ul ul li.has-sub > a:after {
    right: auto;

    left: 11px;
}

#cssmenu_m ul ul li.has-sub > a:before {
    position: absolute;

    top: 13px;

    right: 14px;

    display: block;

    width: 2px;

    height: 8px;

    background: #dddddd;

    content: '';

    -webkit-transition: all 0.25s ease;

    -moz-transition: all 0.25s ease;

    -ms-transition: all 0.25s ease;

    -o-transition: all 0.25s ease;

    transition: all 0.25s ease;
}

#cssmenu_m.align-right ul ul li.has-sub > a:before {
    right: auto;

    left: 14px;
}

#cssmenu_m ul ul > li.has-sub:hover > a:before {
    top: 17px;

    height: 0;
}

@media all and (max-width: 1023px),
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min-resolution: 192dpi) and (max-width: 1024px),
    only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu_m {
        width: 100%;

    }

    #cssmenu_m ul {
        width: 100%;
        background-color: #FFFFFF;
        padding: 10px;
        display: none;
        margin-top: 35px;
    }

    #cssmenu_m.align-center > ul {
        text-align: left;
    }

    #cssmenu_m ul li {
        width: 100%;

    }

    #cssmenu_m ul ul li,
    #cssmenu_m li:hover > ul > li {
        height: auto;
    }

    #cssmenu_m ul li a,
    #cssmenu_m ul ul li a {
        width: 100%;

        border-bottom: 0;
    }

    #cssmenu_m > ul > li {
        float: none;
    }

    #cssmenu_m ul ul li a {
        padding-left: 25px;
    }

    #cssmenu_m ul ul ul li a {
        padding-left: 35px;
    }

    #cssmenu_m ul ul li a {
        color: #0F375A;

        background: none;
    }

    #cssmenu_m ul ul li:hover > a,
    #cssmenu_m ul ul li.active > a {
        color: #ffffff;
    }

    #cssmenu_m ul ul,
    #cssmenu_m ul ul ul,
    #cssmenu_m.align-right ul ul {
        position: relative;

        left: 0;

        width: 100%;

        margin: 0;

        text-align: left;
    }

    #cssmenu_m > ul > li.has-sub > a:after,
    #cssmenu_m > ul > li.has-sub > a:before,
    #cssmenu_m ul ul > li.has-sub > a:after,
    #cssmenu_m ul ul > li.has-sub > a:before {
        display: none;
    }

    #cssmenu_m #menu-button {
        display: block;

        padding: 17px;

        color: #0F375A;

        cursor: pointer;

        font-size: 16px;

        text-transform: uppercase;

        font-weight: 700;
    }

    #cssmenu_m #menu-button:after {
        position: absolute;

        top: 22px;

        right: 17px;

        display: block;

        height: 8px;

        width: 20px;

        border-top: 2px solid #0F375A;

        border-bottom: 2px solid #0F375A;

        content: '';
    }

    #cssmenu_m #menu-button:before {
        position: absolute;

        top: 16px;

        right: 17px;

        display: block;

        height: 2px;

        width: 20px;

        background: #0F375A;

        content: '';
    }

    #cssmenu_m #menu-button.menu-opened:after {
        top: 23px;

        border: 0;

        height: 2px;

        width: 15px;

        background: #0F375A;

        -webkit-transform: rotate(45deg);

        -moz-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

        -o-transform: rotate(45deg);

        transform: rotate(45deg);
    }

    #cssmenu_m #menu-button.menu-opened:before {
        top: 23px;

        background: #0F375A;

        width: 15px;

        -webkit-transform: rotate(-45deg);

        -moz-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

        -o-transform: rotate(-45deg);

        transform: rotate(-45deg);
    }

    #cssmenu_m .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

    #cssmenu_m .submenu-button.submenu-opened {
        background: transparent;
    }

    #cssmenu_m ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu_m .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: none;
        background: #fff;
        content: '';
        content: '';
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        text-decoration: inherit;
        z-index: 9999;
    }

    #cssmenu_m ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu_m .submenu-button.submenu-opened:after {
        background: #ffffff;
        display: none;
    }

    #cssmenu_m .submenu-button:before {
        position: absolute;
        top: 19px !important;
        right: 14px;
        display: block;
        /* background: #dddddd; */
        content: '';
        width: auto;
        height: auto;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        content: '';
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        text-decoration: inherit;
        z-index: 9999;
    }

    #cssmenu_m ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu_m .submenu-button.submenu-opened:before {
        display: block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        transform: rotate(-180deg);
    }
}

/** BACK TO TOP BUTTON **/

#myBtn {
    display: none;

    position: fixed;

    bottom: 20px;

    right: 10px;

    z-index: 99;

    font-size: 24px;

    border: none;

    outline: none;

    background-color: #DE8D46;

    color: white;

    cursor: pointer;

    padding: 5px 15px;

    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

/* IDK MENU END */

@media (max-width: 1200px) {
    .idk_contact_box h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .idk_logo {
        height: 80px;
    }

    #idk_slider h1 {
        font-size: 22px;
    }

    #idk_slider h2 {
        font-size: 18px;

        top: 200px;
    }

    h3 {
        margin-top: 30px;
    }

    .idk_slider_tab img {
        margin-bottom: 50px;
    }

    .idk_contact_map_holder {
        margin-bottom: 50px;
    }
}

@media (max-width: 570px) {
    .idk_content_bg_dark i {
        font-size: 60px;
    }

    .nav-tabs li {
        padding-left: 15px;

        padding-right: 15px;

        margin-bottom: 20px;
    }

    .idk_tab_icon {
        width: 60px;

        height: 60px;
    }

    .active .idk_tab_icon {
        width: 60px;

        height: 60px;
    }

    .idk_tab_icon svg {
        width: 40px;

        height: 40px;

        margin-top: 9px;
    }

    .nav-tabs li p {
        font-size: 12px;

        margin-top: 10px;
    }
}

@media (max-width: 450px) {
    .idk_content_bg_dark i {
        font-size: 20px;
    }

    .idk_logo {
        height: 50px;
    }

    #idk_slider1 img {
        height: 300px;
    }

    .idk_header_holder1 {
        height: 300px;
    }

    .idk_margin_top80 {
        margin-top: 10px;
    }

    .idk_header_holder {
        height: 500px;
    }

    .idk_menu_holder {
        padding: 5px;
    }

    #idk_slider img {
        width: 100%;

        height: 500px;

        object-fit: cover;
    }

    #idk_slider h1 {
        width: 100%;
        padding: 0px 30px;
        font-weight: 700;
        font-style: italic;
        text-align: center;
        position: absolute;
        top: 230px;
        color: #ffffff;
    }

    .fcs {
        display: none;
    }

    .idk_img_sm {
        width: 40%;
        height: auto;
    }
    .idk_margin_top30m { margin-top: 30px; }

    .idk_zorder {
        position: relative;
        z-index: 9999;
    }

    footer {
        margin-top: 50px !important;
    }

    .carousel-control-next, .carousel-control-prev {
        top: -160px;
    }

    iframe {
        margin-bottom: 30px;
    }

    button {
        margin-bottom: 30px;
    }
}
