/*font-family:"Font Awesome 5 Brands";
font-family:"Font Awesome 5 Free";
font-family: 'Whitney Light Regular';
font-family: 'Whitney Book Regular';
font-family: 'Whitney Medium';
font-family: 'Whitney Bold';*/

@import url("../fonts/font-face.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap");
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px;
    }
}


/*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1920px;
}*/

body {
    font-family: "Roboto", sans-serif;
    /*font-family: Roboto_Lt_Regular;*/
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #323e48;
}

.form-control:focus {
    transition: ease 0.5s all;
}

::focus {
    outline: 0;
    border: 0;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #0095da;
}

::selection {
    color: #fff;
    background: #0095da;
}

:-webkit-any-link:focus-visible {
    outline-offset: 0px;
    outline: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    line-height: normal;
}

a {
    text-decoration: none;
    display: inline-block;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    padding: 0;
    margin: 0;
    line-height: normal;
}

p {
    font-size: 18.5px;
    /* color: #000; */
    font-weight: 300;
}

.clicked_new {
    overflow: hidden;
}

.uni_btn {
    height: 35px !important;
}

.kfw300 {
    font-weight: 300 !important;
}

[class^="col-"] {
    padding: 0 15px;
}

.k_header {
    padding: 28px 0 0px 0;
    background-color: #fff;
    position: relative;
}

.mega_menu {
    display: flex;
    justify-content: flex-end;
}

.mega_menu ul.main_menu,
.mega_menu ul.social_nav {
    display: flex;
    margin-left: 40px;
    align-items: center;
}


/*li.has_child {
    padding: 22px 15px 22px 15px;
}*/

li.has_child {
    padding: 32px 15px;
}

li.has_child a {
    text-transform: capitalize;
    color: #323e48;
    font-weight: 900;
    font-size: 12px;
}

li.has_child .child_menu ul.sub_menu_a li a {
    /*font-weight: 500;*/
    font-weight: 400;
    font-size: 14px;
    transition: 0.2s all;
}

li.has_child .child_menu ul.sub_menu_a li:hover a {
    font-weight: 900;
    font-style: italic;
    transition: 0.2s all;
}

li.has_child .child_menu ul.sub_menu_a li .sub_submenu a {
    font-style: italic;
}

.social_nav {
    position: relative;
}

input.search_bar {
    position: absolute;
    /*top: -10px;*/
    top: 0px;
    left: -120px;
    width: 220px;
    display: none;
    transition: ease 0.5s all;
    padding: 2px 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    border-radius: 0;
    height: 23px;
    border: 1px solid #004a98;
}

input.search_bar::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #808285;
}

.social_nav li:hover:last-child input.search_bar {
    display: block;
    transition: ease 0.5s all;
    -webkit-animation: slide-down 0.4s ease-out;
    -moz-animation: slide-down 0.4s ease-out;
}

.social_nav li {
    padding: 15px 4px;
}

.social_nav li a {
    color: #004a98;
}


/*i.fab.fa-instagram {
    font-size: 20px;
}*/

li.has_child .sub_menu1,
li.has_child .sub_menu2,
li.has_child .sub_menu3,
li.has_child .sub_menu4 {
    display: none;
    transition: ease 0.6s all;
}

li.has_child:hover .sub_menu1,
li.has_child:hover .sub_menu2,
li.has_child:hover .sub_menu3,
li.has_child:hover .sub_menu4 {
    display: block;
    /*display: flex !important;*/
    -webkit-animation: slide-down 0.4s ease-in;
    -moz-animation: slide-down 0.4s ease-in;
    transition: ease 0.6s all;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

.child_menu {
    position: absolute;
    background-color: #f4f4f4;
    /*background: url('../img/menu-bg.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-position: center;*/
    width: 100%;
    /*top: 75px;*/
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px 0 240px;
    justify-content: center;
    z-index: 1;
}

.child_menu:before {
    content: "";
    position: absolute;
    background-color: #ffffffc4;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

ul.sub_menu_a li {
    position: relative;
    padding-bottom: 7px;
}

ul.sub_menu_a {
    /*margin-left: 65px;*/
    margin-left: 30px;
    position: relative;
    /* position: absolute;
    left: 200px;
    top: 0px;
    width: 100%; */
}

ul.about {
    column-count: 2;
    column-count: unset;
    /*width: 50%;*/
    max-width: 80%;
}

.sub_submenu li>a,
.sub_sub_submenu li a {
    font-weight: 300 !important;
}

.sub_submenu li:hover>a {
    font-weight: 500 !important;
}

.child_menu div.head {
    text-align: end;
    /*margin-right: -100px;*/
}

.a.navbar-brand {
    padding-bottom: 0;
}

div.head h3 {
    /*font-size: 30px;*/
    font-size: 25px;
    text-transform: capitalize;
    line-height: 26px;
}

div.head div>h3 {
    display: inline-block;
    text-align: left;
}

.child_menu div.head h3 {
    color: #5e6c75;
}

ul.sub_submenu {
    display: none;
}

ul.sub_menu_a li:hover ul.sub_submenu {
    display: block;
}

ul.sub_submenu {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 100%;
}

ul.sub_sub_submenu {
    display: none;
}

.sub_submenu li:hover ul.sub_sub_submenu {
    display: block;
}

ul.sub_sub_submenu {
    position: absolute;
    left: 180px;
    top: 0;
    width: 100%;
}

ul.expertize li {
    max-width: 200px;
}

ul.project li {
    width: 200px;
}

ul.project li ul.sub_submenu {
    column-count: 2;
    width: 400px;
}

ul.project li ul.sub_submenu li {
    /*width: 220px;*/
    display: inline-block;
    width: 207px;
    padding: 3.5px 0;
}

.dropdown-toggle::after {
    display: none;
}

button:focus:not(:focus-visible) {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.ham_icon {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #a9a9a9;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 50px;
}


/*.bar2 {
    width: 25px;
    height: 4px;
    margin: auto;
}*/

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
    height: 4px;
    border-radius: 50px;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    height: 4px;
    border-radius: 50px;
}

nav.navbar {
    /*padding: 18px 0;*/
    /*position: fixed;*/
    /*padding: 15px 0;*/
    padding: 12px 0;
    z-index: 10;
    width: 100%;
    background: #fff;
}

a.navbar-brand img {
    /* max-width: 42%; */
}

i.fab.fa-instagram-square {
    font-size: 20px;
}


/*slider css*/

.slider_slides {
    background-size: cover !important;
    background-position: center !important;
    /*padding: 149px 0 253px 0;*/
    padding: 175px 0 0px;
    /*height: 85vh;*/
    height: 100vh;
}

.about_banner .slider_slides {
    padding: 122px 0 0px;
}

.content_row {
    /* display: flex;
    justify-content: space-around;
    margin: auto; */
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*left: 65px;*/
    /* left: 100px; */
}

.slide_title {
    align-self: center;
    /* padding: 0 76px; */
    /*width: 59%;*/
    /* width: 100%;
    align-self: center;
    z-index: 1; */
}

.slide_text {
    align-self: center;
    /*width: 41%;*/
    /* width: 100%;
    align-self: center;
    z-index: 1; */
}

.slide_title h2 {
    font-size: 76px;
    color: #ffffff;
    font-weight: 500;
    line-height: 66px;
    /* padding: 0 76px; */
}

.slide_title p {
    line-height: 66px;
}

.slide_text p {
    font-size: 39px;
    color: #ffffff !important;
    font-weight: 300;
    font-style: italic;
    line-height: 40px;
    margin: 0 88px;
}

.slide_text p strong {
    font-weight: 500;
}

.slick-prev {
    /*left: 10px;*/
    left: 38px;
    z-index: 1;
    /*transform: rotate(180deg);*/
    display: block;
}

.slick-next {
    /*right: 10px;*/
    right: 38px;
    display: block;
}

.slick_btns .slick-prev {
    left: 10px;
}

.slick_btns .slick-next {
    right: 10px;
}

.slick_btns .blog_posts .slick-prev {
    left: 10px;
}

.slick_btns .blog_posts .slick-next {
    right: 10px;
}

.slick-prev::before {
    content: url("../img/arrow-slide-left.png");
    display: block;
    opacity: 1;
}

.slick-next::before {
    content: url("../img/arrow-slide.png");
    display: block;
    opacity: 1;
}

.home_slider .slick-prev,
.home_slider .slick-next {
    opacity: 0;
    transition: 0.5s all;
}

.home_slider:hover .slick-prev,
.home_slider:hover .slick-next {
    opacity: 1;
    transition: 0.5s all;
}

.about_banner .slick-prev,
.about_banner .slick-next {
    opacity: 1;
}

.home_slider .slider_slides {
    position: relative;
}

.home_slider .slider_slides.kh_overlay:before {
    content: "";
    position: absolute;
    background: #00000078;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}

section.banner_slide1 {
    position: relative;
}

.mouse_hover {
    position: absolute;
    /*bottom: -75px;*/
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    animation: MoveUpDownq 2s linear infinite;
}


/*.mouse_hover a img{
	max-width: 70%;
}*/

@keyframes MoveUpDownq {
    0%,
    100% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
}


/*slider css*/


/*welcome section*/


/*.welcome_sec {
    padding: 87px 100px 77px;
}*/

.welcome_sec {
    padding: 87px 0px 77px;
}

.home_padd {
    padding-bottom: 60px;
}


/*.home_padd .row div[class^="col-"]{
    padding: 0 8px;
}*/

.c_padd {
    padding-top: 44px !important;
}

h1.all_head,
h2.all_head {
    display: inline-block;
    border-bottom: 2px solid #a3a3a3;
    padding-bottom: 20px;
    /*color: #0069aa;*/
    color: #004a98;
    font-weight: 300;
    font-size: 46px;
    margin-bottom: 35px;
}

.welcome_sec p {
    font-size: 18.5px;
    color: #000;
    font-weight: 300;
    margin-right: 21px;
}

.ab_kh_para p {
    margin-bottom: 20px;
}


/*welocme section*/


/*counter section*/

.counter_sec {
    /*padding: 72px 0 76px;*/
    padding: 54px 0 76px;
    background: #ebeef6;
}

.counter_box {
    text-align: center;
}

.counter_box p {
    color: #455560;
    font-size: 27px;
    font-weight: 500;
    position: relative;
    padding-top: 15px;
}

.counter_box span {
    color: #ebeef6;
    font-size: 122px;
    font-weight: 900;
    -webkit-text-fill-color: #ebeef6;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #455560;
    /*text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;*/
}

.counter_box p:before {
    content: "";
    position: absolute;
    width: 62%;
    top: 0;
    background-color: #7a858d;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}

.counter_sec .second_count .counter_box p:before {
    width: 95%;
}


/*counter section*/


/*project section*/

.our_project {
    padding: 77px 0 82px;
}

.our_project.kh_spring {
    padding: 60px 0 82px;
}

.project_slider h2.all_head {
    border: 0;
    margin: 0;
    padding: 0 0 25px;
}

.slides_projectfor img,
.slides_projectnav img {
    width: 100%;
}

.project_slider .slides_projectnav img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.nav_text {
    margin: 0 5px;
    position: relative;
}

.nav_text:before {
    content: "";
    position: absolute;
    background-color: #000000b0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: ease 0.5s all;
    opacity: 0;
}

.nav_text a {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 17px;
    color: #fff;
    opacity: 0;
    transition: ease 0.5s all;
    width: 100%;
}

.nav_textop.nav_text a {
    opacity: 1;
}

.nav_text a h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 9px;
}

.nav_text a p {
    font-size: 15px;
    color: #fff;
}

.nav_text:hover a,
.nav_text:hover:before {
    opacity: 1;
    transition: ease 0.5s all;
}

.project_slides-for {
    margin-bottom: 22px;
}

.for_text {
    position: relative;
}

.pro_slide_text {
    position: absolute;
    bottom: 0;
    /*padding: 72px 60px 72px;*/
    padding: 72px 72px 72px;
}

.pro_slide_text h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 900;
    padding-bottom: 22px;
    margin-bottom: 22px;
    position: relative;
}

.pro_slide_text h3:before {
    content: "";
    position: absolute;
    width: 25%;
    bottom: 0;
    background-color: #fff;
    height: 1px;
    left: 0;
}

.pro_slide_text p {
    width: 40%;
    font-size: 19px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 28px;
    /* font-size: 36px;
    color: #fff;
    font-weight: 900;
    padding-bottom: 22px;
    margin-bottom: 22px;
    position: relative; */
}

.pro_slide_text a {
    /*padding: 10px 50px;*/
    padding: 7px 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    transition: linear 0.5s all;
}

.pro_slide_text a:hover {
    color: #000;
    background-color: #fff;
    transition: linear 0.5s all;
    /* margin-bottom: 35px; */
}

.ongoing_projects ul.team_kh {
    column-count: 2;
}


/*project section*/


/*our client section*/

.our_client {
    background-color: #ebeef6;
    padding: 35px 0px;
}

.our_client h2.all_head {
    border: 0;
    margin: 0;
    padding: 0 0 25px;
}

.client_pic img {
    width: 100%;
    padding: 0 15px;
    filter: grayscale(100%);
    transition: 0.5s all;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.kh_clients .client_pic img {
    opacity: 1;
}

.client_pic img:hover {
    filter: grayscale(0%);
    /*transform: scale(1.2);*/
    transition: 0.5s all;
    opacity: 1;
    filter: alpha(opacity=100);
}

.our_client .slick-track {
    display: flex;
}

.our_client .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.our_client .slick-prev {
    left: -25px;
}

.our_client .slick-next {
    right: -25px;
}


/*our client section*/


/*Blogs section*/

.blogs {
    padding: 44px 0 56px;
}

.blogs h2.all_head {
    border: 0;
    margin: 0;
}

.post_block a {
    display: block;
}

.post_block a.blog_img img {
    width: 100%;
}


/*.post_block {
    padding: 0 7px;
}*/

p.post_meta {
    margin: 22px 0 10px 16px;
    font-size: 12px;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

.post_block h3 {
    font-size: 19px;
    margin-bottom: 16px;
    margin-left: 16px;
    font-weight: 800;
    color: #000;
}

.post_block a.desc {
    margin-left: 16px;
    /*font-size: 13px;*/
    font-size: 14px;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

.post_block a.desc p {
    margin-top: 10px;
    font-size: 14px;
    /*font-size: 13px;*/
    /*text-transform: capitalize;*/
    font-weight: 400;
    color: #000;
}

.blog_posts .slick-prev {
    left: 20px;
    top: 30%;
}

.blog_posts .slick-next {
    right: 20px;
    top: 30%;
}

.post_block a.blog_img {
    position: relative;
}

.post_block a.blog_img:before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #00000094;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: ease 0.5s all;
}

.post_block:hover a.blog_img:before {
    opacity: 1;
    transition: ease 0.5s all;
}

a.uni_btn {
    padding: 7px 50px;
    border: 1px solid #0069aa;
    color: #0069aa;
    font-size: 16px;
    margin-top: 40px;
}

a.uni_btn:hover {
    background: #0069aa;
    color: #fff;
    transition: linear 0.5s all;
}

.insta_cols[class^="col-"] {
    /*padding: 0 12px;*/
    padding: 0;
}

.insta_feeds .post_block {
    padding: 0;
}


/*Blogs section*/


/*footer section*/

.footer_sec {
    padding: 50px 0;
    background-color: #0069aa;
}

.contact_detail a.uni_btn,
.contact_detail button.uni_btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    margin-top: 40px;
}

.contact_detail a.uni_btn:hover,
.contact_detail button.uni_btn:hover {
    background-color: #fff !important;
    color: #0069aa;
    transition: linear 0.5s all;
}


/*.contact_detail button.uni_btn:hover{
    color: #fff;
    background-color: #fff;
}*/

.contact_detail.subscribe button.uni_btn {
    background-color: transparent;
    /*padding: 10px 50px;*/
    padding: 7px 50px;
    height: 35px;
    font-size: 18px;
    font-weight: 300;
}

.contact_detail h4 {
    font-size: 19px;
    font-weight: 900;
    color: #fff;
}

.contact_detail p,
.contact_detail a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-top: 7px;
}

.contact_detail.social a {
    margin-top: 12px;
}

.address p {
    line-height: 30px;
}

.contact_detail a {
    display: block;
}

.contact_detail form {
    margin-top: 28px;
}

.contact_detail form input {
    background-color: #ffffff26;
    border: 0;
    border-radius: 0;
    /*padding: 15px 10px;*/
    padding: 12px 10px;
}

.contact_detail form input::placeholder {
    color: #fff;
    font-size: 16px;
}

.contact_detail.address {
    padding: 0 53px 0 12px;
}

.contact_detail.social {
    /*padding: 0 15px 0 53px;*/
    padding: 0 0 0 75px;
    position: relative;
    z-index: 10;
}

.contact_detail.subscribe {
    /*padding: 0 50px;*/
    padding: 0 0 0 50px;
    position: relative;
    z-index: 1;
}

.contact_detail.subscribe:before {
    content: "";
    position: absolute;
    /*border: 2px solid #ffffff40;*/
    border-left: 2px solid #ffffff40;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    height: 236px;
    left: 0;
    z-index: -1;
}

.contact_detail.social:before {
    content: "";
    position: absolute;
    /*border: 2px solid #ffffff40;*/
    border-left: 2px solid #ffffff40;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    height: 236px;
    left: 24px;
    z-index: -1;
}

ul.social_nav.footer_cocial a {
    color: #fff;
}

ul.social_nav.footer_cocial a:hover {
    transition: transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transform: scale(1.5) rotate(360deg);
}

.social_nav.footer_cocial li {
    padding: 15px 8px;
}

.social a {
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    line-height: 8px;
}

ul.social_nav.footer_cocial {
    margin-bottom: 32px;
}

p.copyright {
    font-size: 12px;
    margin-top: 66px;
}

.footer_sec [class^="col-"] {
    padding: 0 8px;
}


/*footer section*/


/*about page css*/

.about_kooheji {
    /*padding: 112px 0 96px;*/
    padding: 60px 0 96px;
    position: relative;
}

.project_design.about_kooheji {
    padding: 60px 0 40px;
    position: relative;
}

.project_design_img img {
    width: 100%;
}

.about_kooheji:before {
    content: "";
    position: absolute;
    width: 85%;
    height: 2px;
    background: #d9dadb;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.about_kooheji h2.all_head {
    padding: 0;
    border: 0;
    margin-bottom: 44px;
}

.about_banner .slide_title h2 {
    line-height: 66px;
}

.about_banner .slick-next {
    right: 40px;
}

.about_banner .slick-prev {
    left: 40px;
}

.about_desc p {
    margin-bottom: 22px;
    margin-right: 60px;
    /*font-size: 20px;*/
    font-size: 18.5px;
}

.about_desc img {
    max-width: 100%;
    height: auto;
}

.about_carousel_slide img {
    height: 392px;
}

ul.about_list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

ul.about_list li {
    width: 48%;
    margin-top: 18px;
}

.about_projects {
    margin-top: 2px;
}

.about_list .nav_text {
    margin: 0;
}

.about_list .nav_text img {
    width: 100%;
}

.about_list li:nth-child(2n) {
    margin-left: 18px;
}

.about_list li .nav_text a {
    left: 0;
    width: 100%;
}

.about_list li .nav_text a h4 {
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.about_list li .nav_text a p {
    color: #fff;
    text-align: left;
}

#aboutModal .modal-dialog {
    max-width: 75%;
}

#aboutModal .modal-body {
    padding-top: 0px;
}

#aboutModal .about_carousel_slide img {
    height: 80vh;
    width: 100%;
}

#aboutModal .modal-dialog {
    position: relative;
}

#aboutModal button.btn-close {
    position: absolute;
    color: #fff;
    z-index: 1;
    background-color: #fff;
    right: -25px;
    top: -24px;
}

#aboutModal.modal {
    top: 30px;
    overflow: visible;
}


/*youtube video model css*/

.yb .modal-dialog {
    max-width: 75%;
}

.yb .modal-body {
    padding-top: 0px;
}

.yb .about_carousel_slide img {
    height: 80vh;
    width: 100%;
}

.yb .modal-dialog {
    position: relative;
}

.yb button.btn-close {
    position: absolute;
    color: #fff;
    z-index: 1;
    background-color: #fff;
    right: -25px;
    top: -24px;
}

.yb.modal {
    top: 30px;
    overflow: visible;
}


/*about page css*/


/*our peoples page css*/


/* .cco_coo_sec{
    padding: 80px 0;
}*/

.cco_coo_sec {
    padding: 50px 0 30px;
}

.managing_dir {
    padding: 48px 0;
}

.cco_coo_sec {
    background-color: #eceff7;
}

.people_head {
    margin-bottom: 26px;
}

.people_head h3 {
    color: #0069aa;
    font-weight: 900;
    font-size: 36px;
}

.junior_sec h3 {
    font-size: 27px;
    margin-bottom: 15px;
}

.engr_cco {
    padding-right: 6px;
}

.engr_coo {
    padding-left: 6px;
}

p.position {
    color: #939598;
    font-size: 26px;
    font-style: italic;
    font-weight: 300;
}

.owner_says p {
    margin-bottom: 20px;
    /*margin-right: 16px;*/
    font-size: 18.5px;
}

.owner_img {
    margin-bottom: 27px;
}

.cco_coo_sec .owner_says p {
    font-size: 18.5px;
    /*margin-right: 30px;*/
}

.team_kh .nav_text {
    margin: 0;
}

ul.team_kh {
    column-count: 4;
}

ul.team_kh li {
    margin-bottom: 15px;
}

.team_kh .nav_text img {
    width: 100%;
}

.team_kh .nav_text a {
    width: 100%;
}

.our_team {
    padding: 72px 0;
}

.ou_lead.our_team {
    padding: 40px 0;
}

.our_team h2.all_head {
    margin: 0;
    border: 0;
}

.ou_lead h2.all_head {
    margin-bottom: 25px;
}

.sec_border {
    position: relative;
}

.sec_border:before {
    content: "";
    position: absolute;
    width: 84.5%;
    height: 2px;
    background: #d9dadb;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}


/*our people page css*/


/*interior design */

.about_banner.interior .slider_slides {
    padding: 58px 0 0px;
}

.pro_slide_text.interior_slide {
    max-width: 100%;
}

.interior_slide p {
    width: 100%;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 300;
}

.interior_slide p strong {
    font-weight: 600;
}

.interior_slide a {
    margin-top: 25px;
}

.project_slides-for-int {
    margin-bottom: 22px;
}

.project_slides-for-int {
    margin-bottom: 10px;
}

.timeline_sec {
    background-color: #eceff7;
    padding: 60px 0;
}

.timeline_left {
    position: relative;
}

.timeline_left:before {
    content: "";
    position: absolute;
    background-color: #ff5100;
    width: 10px;
    height: 100%;
    right: 20px;
    transform: skew(-13deg, 8deg);
}

ul.timeline_left_start {
    text-align: end;
}

h5.time_year {
    position: relative;
    color: #14477e;
    font-weight: 900;
    font-size: 25px;
}

h5.time_year:before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 92%;
    height: 1px;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
}

ul.timeline_left_start li:first-child {
    margin-right: 10px;
}

ul.timeline_left_start li:nth-child(2) {
    margin-right: 20px;
}

ul.timeline_left_start li:nth-child(3) {
    margin-right: 30px;
}

ul.timeline_left_start li:nth-child(4) {
    margin-right: 40px;
}

ul.timeline_left_start li:nth-child(5) {
    margin-right: 50px;
}

ul.timeline_left_start li:nth-child(6) {
    margin-right: 60px;
}

ul.timeline_left_start li:nth-child(7) {
    margin-right: 70px;
}

ul.timeline_left_start li:nth-child(8) {
    margin-right: 80px;
}

ul.timeline_left_start li:nth-child(9) {
    margin-right: 90px;
}

ul.timeline_left_start li:last-child {
    margin-right: 100px;
}

.timeline_left_start li a {
    font-size: 20px;
    color: #808184;
    font-weight: 600;
    margin-top: 22px;
    transition: ease 0.5s all;
}

.timeline_left_start li a span {
    margin-left: 30px;
    font-weight: 300;
}

.timeline_left_start li a:hover {
    color: #0069aa;
    transition: ease 0.5s all;
}

.time_right:before {
    left: -47px;
    top: -1px;
}

.time_right h5.time_year {
    text-align: right;
}

.time_right h5.time_year:before {
    width: 74%;
    height: 1px;
    left: 85px;
}

ul.right_start {
    text-align: left;
}

ul.right_start li:first-child {
    margin-left: 80px;
    margin-right: 0;
}

ul.right_start li:nth-child(2) {
    margin-left: 70px;
    margin-right: 0;
}

ul.right_start li:nth-child(3) {
    margin-left: 60px;
    margin-right: 0;
}

ul.right_start li:nth-child(4) {
    margin-left: 50px;
    margin-right: 0;
}

ul.right_start li:nth-child(5) {
    margin-left: 40px;
    margin-right: 0;
}

ul.right_start li:nth-child(6) {
    margin-left: 30px;
    margin-right: 0;
}

ul.right_start li:nth-child(7) {
    margin-left: 20px;
    margin-right: 0;
}

ul.right_start li:nth-child(8) {
    margin-left: 10px;
    margin-right: 0;
}

ul.right_start li:nth-child(9) {
    margin-left: 0px;
    margin-right: 0;
}

ul.right_start li:nth-child(10) {
    margin-left: -10px;
    margin-right: 0;
}

ul.right_start li:nth-child(11) {
    margin-left: -20px;
    margin-right: 0;
}

ul.right_start li:nth-child(12) {
    margin-left: -30px;
    margin-right: 0;
}

ul.right_start li:nth-child(13) {
    margin-left: -40px;
    margin-right: 0;
}

ul.right_start li:nth-child(14) {
    margin-left: -50px;
    margin-right: 0;
}

ul.right_start li:nth-child(15) {
    margin-left: -60px;
    margin-right: 0;
}

ul.right_start li:nth-child(16) {
    margin-left: -70px;
    margin-right: 0;
}

ul.right_start li:nth-child(17) {
    margin-left: -80px;
    margin-right: 0;
}

ul.right_start li:nth-child(18) {
    margin-left: -90px;
    margin-right: 0;
}

ul.right_start li:nth-child(19) {
    margin-left: -100px;
    margin-right: 0;
}

ul.right_start li:nth-child(20) {
    margin-left: -110px;
    margin-right: 0;
}

ul.right_start li:nth-child(21) {
    margin-left: -120px;
    margin-right: 0;
}

ul.right_start li:nth-child(22) {
    margin-left: -130px;
    margin-right: 0;
}

ul.right_start li:last-child {
    margin-left: -140px;
    margin-right: 0;
}

.time_right li a span {
    margin-right: 30px;
    font-weight: 300;
}

h5.time_year.bottom_year:before {
    width: 54%;
    left: 70px;
}

.show_less {
    text-align: right;
}

.show_less a {
    font-size: 20px;
    color: #0069aa;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.show_less a i {
    margin-left: 15px;
    font-size: 36px;
}


/*section.timeline_sec.timeline_height {
    height: 750px;
    overflow: hidden;
}*/


/*interior design*/


/* single project springfiled css*/

.slide_title.project_slide {
    width: 100%;
}

.slide_title h4 {
    margin-top: 30px;
    /* margin-left: 76px; */
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.slide_title>h4>strong {
    font-weight: 700;
}

.slide_title h4~h4 {
    margin-top: 0;
}

.slide_title>h4>span>strong {
    font-weight: 700;
}

.slide_title.project_slide p {
    color: #fff;
    margin-top: 30px;
    font-size: 30px;
}

.slide_title.project_slide p:last-child {
    margin-top: 0px;
}

.slide_title.project_slide p strong {
    font-weight: 700;
}

.single_project .slider_slides {
    padding: 245px 0 0px;
}

.inner_page_counter {
    background: #0069aa;
}

.inner_page_counter .counter_box span {
    color: #0069aa;
    font-size: 122px;
    font-weight: 900;
    /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
    -webkit-text-fill-color: #0069aa;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}

.inner_page_counter .counter_box p {
    color: #fff;
    padding-top: 8px;
}

.inner_page_counter .counter_box p:before {
    background-color: #fff;
}

.inner_page_counter .counter_box .suffix {
    font-size: 80px;
}


/* single project springfiled css*/


/*mechanical page css*/

.mechanical .slider_slides {
    padding: 195px 0 0px;
}

section.quality_sec {
    padding: 60px 0;
}

.quality_sec p {
    font-size: 20px;
}


/*.certification img {
    padding: 0 35px;
}*/

.certification img.first_img {
    padding: 0 35px 0 0;
}

.certification img.last_img {
    padding: 0 0 0 35px;
}

table#Machine {
    width: 100%;
}

table#Machine tr th {
    background: #0064aa;
    color: #fff;
    padding: 3px;
    border-right: 1px solid #fff;
}

table#Machine tr td {
    padding: 4px;
}

table#Machine tr td:first-child {
    color: #323639;
    font-weight: 600;
}

table#Machine tr td {
    color: #646464;
    font-weight: 300;
    border-right: 1px solid #fff;
}

table#Machine tr:nth-child(2n+1) {
    background-color: #eceff7;
}

.quality_table {
    margin-top: 40px;
}


/*mechanical page css*/


/* reliable construction sec*/

.reliable {
    background-color: #eceff7;
}

.reliable_team {
    position: relative;
}

.reliable_team h4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
}

.reliable_team_caraousel {
    margin-top: 20px;
}

.reliable_slide img {
    width: 100%;
    padding: 0 5px;
}

.reliable_col p {
    margin-bottom: 20px;
}

.reliable_icons ul {
    column-count: 2;
    text-align: center;
}

.reliable_icons img {
    max-width: 110px;
    height: 110px;
}

.reliable_icons ul li {
    margin-bottom: 20px;
}

.reliable_icons ul li h4 {
    color: #a7a9ac;
    font-size: 19px;
    margin-top: 10px;
    font-weight: 700;
}

.two_img [class^="col-"] {
    padding: 0 8px;
}

.two_imgc [class^="col-"] {
    padding: 0 7px;
}

.padd_8 [class^="col-"] {
    padding: 0 8px;
}


/* reliable construction sec*/


/*commercial page css*/

.commercial .content_row,
.commercial .slide_title {
    width: 100%;
}

.welcome_sec.padd_8 {
    padding: 77px 100px 87px;
}

.counter_sec.comm_count {
    padding: 65px 0 72px;
}

.comm_buil .pro_slide_text p {
    font-weight: 300;
    width: 46%;
}


/*.commercial .slide_title{
    margin-left: 65px;
 }*/


/*commercial page css*/


/*high rise page CSS*/


/*.high_develop{
    background-color: #eceff7;
}*/

.bg_grey_black {
    /*background: #808285;*/
    background: #eceff7;
}

.bg_grey_black .counter_box span {
    color: #808285;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.bg_grey_black .counter_box p:before {
    background-color: #455560;
}

.bg_grey_black .counter_box p {
    color: #455560;
    padding-top: 15px;
}

.video_sec {
    padding: 60px 0 0;
}

.video_sec .pro_slide_text h3:before {
    width: 100%;
}

.video_sec a.video_icon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.video_projects {
    padding: 15px 0 60px;
}

.our_team.video_projects {
    padding: 15px 0 80px;
}

.video_projects .nav_text a {
    opacity: 1;
}


/*high rise page CSS*/


/*project page CSS*/

.video_sec .pro_slide_text p {
    width: 100%;
}

.video_sec img {
    width: 100%;
}

.kh_ongo .pro_slide_text h3 {
    display: inline-block;
}


/*project page CSS*/


/*King Hamad University Hospital CSS*/

.uni_projects ul.team_kh {
    margin-top: 15px;
    column-count: unset;
    display: flex;
    justify-content: space-between;
}

.uni_projects ul.team_kh li:nth-child(2) {
    padding: 0 5px;
}

.one_project {
    position: relative;
}

.one_project .nav_text {
    margin: 0;
}

.uni_projects .nav_text a {
    left: 0;
}

.healthcare h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 28px;
    color: #000;
}

.healthcare p {
    margin-bottom: 10px;
    color: #000;
    /*color: #323e48;*/
    font-weight: 300;
}

.hamad:before {
    display: none;
}

.our_team.hamad h2.all_head {
    margin-bottom: 35px;
    border-bottom: 2px solid #7a858d;
    display: block;
}

.our_team.hamad {
    padding-top: 60px;
}

.on_bef h2.all_head {
    position: relative;
    border-bottom: 0 !important;
}

.on_bef h2.all_head:before {
    position: absolute;
    content: "";
    background: #7a858d;
    height: 2px;
    width: 58%;
    bottom: 0;
}

.kh_hospi.counter_sec {
    padding: 50px 0 76px;
}


/*King Hamad University Hospital CSS*/


/*news page CSS*/

.news_sec {
    padding: 60px 0;
}

.news_con .pro_slide_text p {
    width: 100%;
}

.news_con img {
    width: 100%;
}

.news_con .pro_slide_text h3:before {
    width: 100%;
}

.article1 {
    padding-bottom: 60px;
}

.news_banner .slick-prev,
.news_banner .slick-next {
    height: 37px;
}


/*news page CSS*/


/*media page CSS*/

.media_common img {
    width: 100%;
}

.media_common .for_text p {
    width: 100%;
    font-size: 18px;
    margin-bottom: 0px;
}

.media_common .pro_slide_text h3 {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.media_common .pro_slide_text h3:before {
    display: none;
}

.media_common .pro_slide_text a {
    padding: 0;
    border: 0;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
}

.media_common .pro_slide_text a:hover {
    color: #fff;
    background-color: transparent;
    transition: linear 0.5s all;
}

.media_padd {
    padding-top: 30px;
}


/*media page CSS*/


/* Downloads page CSS*/

.download_sec .post_block {
    padding: 0;
    margin-bottom: 35px;
}

.download_sec p.post_meta {
    color: #000;
    font-weight: 400 !important;
}

.download_sec .post_block h3 {
    font-weight: 900;
    line-height: 20px;
}

.download_sec .post_block a.desc p,
.download_sec .post_block a.desc span {
    /*font-weight: 600;*/
    font-weight: 400;
    /*color: #323e48;*/
    color: #000;
}

.download_sec .post_block a.desc span,
.download_sec .post_block a.desc p {
    font-size: 13px;
    line-height: 15px;
}

.download_sec a.blog_img {
    position: relative;
}

.download_sec .blog_img:after {
    content: "";
    position: absolute;
    background: url(../img/icons/docx-icon.png);
    background-size: cover;
    bottom: 12px;
    right: 12px;
    width: 50px;
    height: 50px;
    filter: invert(1);
}

.download_sec .blog_img.video-icon:after {
    background: url(../img/icons/video-icon.png);
    background-size: cover;
}

.download_sec .blog_img.pdf-icon:after {
    background: url(../img/icons/pdf-icon.png);
    background-size: cover;
}

.download_sec .blog_img.ppt-icon:after {
    background: url(../img/icons/ppt-icon.png);
    background-size: cover;
}

.download_sec .blog_img.zip-icon:after {
    background: url(../img/icons/zip-icon.png);
    background-size: cover;
}

.download_sec .blog_img.xls-icon:after {
    background: url(../img/icons/xls-icon.png);
    background-size: cover;
}


/* Downloads page CSS*/


/* Get In Touch Page CSS */

section.our_offices {
    padding: 55px 0;
    background-color: #f1f1f2;
}


/*.accordion-button::after{
    background-image: none;
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #a7a9ac;
    font-size: 30px;
    border: 2px solid #a7a9ac;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 3px 8px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '\f00d';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #a7a9ac;
    font-size: 30px;
    border: 2px solid #a7a9ac;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 3px 8px;
}*/

.accordion-button {
    position: relative;
}

.accordion-button[aria-expanded="true"]:before {
    content: "";
    position: absolute;
    background: url(../img/icons/close-acc.svg) 50% 50% no-repeat;
    filter: invert(0.6);
    background-size: 30px 30px;
    background-position: right;
    width: 60%;
    height: 60%;
    right: 10px;
    transition: linear 0.3s all;
}

.accordion-button[aria-expanded="false"]:before {
    content: "";
    position: absolute;
    background: url(../img/icons/chevron-acc.svg) 50% 50% no-repeat;
    filter: invert(0.6);
    background-size: 30px 30px;
    background-position: right;
    width: 60%;
    height: 60%;
    right: 10px;
    transition: linear 0.3s all;
}

.accordion-button:after {
    display: none;
}

.acc_icons img {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    filter: invert(0.5);
}

button.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: #f1f1f2;
    box-shadow: none !important;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 28px;
    padding-bottom: 0;
}

button.accordion-button {
    padding: 20px 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-body {
    background-color: #f1f1f2;
    padding: 0 0 1rem;
}

.accordion-item {
    border: 0;
    border-top: 2px solid #80808061;
    border-bottom: 2px solid #80808061;
    border-radius: 0 !important;
}

.accordion-body h5 {
    margin-bottom: 20px;
    color: #000;
}

.accordion-body p {
    color: #000000eb;
    font-weight: 300;
}

section.form_sec {
    padding: 60px 0;
}

.form_start {
    background-color: #f1f1f2;
    padding: 35px 25px;
}

p.form_head {
    font-weight: 900;
    /*font-size: 16px;*/
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 9px;
}

.kh_form input,
.kh_form select {
    height: 54px;
    border: 0;
    border-radius: 0;
    padding: 0 20px;
}

.kh_form textarea {
    border-radius: 0;
    padding: 0 20px;
    border: 0;
    padding: 10px 20px 0;
}

.kh_form input::placeholder,
.kh_form select,
.kh_form textarea::placeholder {
    font-size: 20px;
    font-weight: 300;
    color: #bcbcbc;
}

.kh_form [class^="col-"] {
    margin-top: 30px;
}

button.uni_btn {
    padding: 10px 50px;
    border: 1px solid #0069aa;
    color: #0069aa;
    font-size: 16px;
}

.kh_form button.uni_btn {
    padding: 10px 50px;
    border: 1px solid #b6b8ba;
    color: #b6b8ba;
    font-size: 16px;
}

button.uni_btn:hover {
    background: #0069aa;
    color: #fff;
    transition: linear 0.5s all;
}

section.visit_sec {
    padding: 60px 0;
}

.visit_sec p.form_head {
    margin-bottom: 50px;
    font-weight: 500;
}


/* Get In Touch Page CSS */


/* project design and management */

.project_design .about_desc p {
    margin-right: 0 !important;
}

.tab_pro {
    /*overflow: hidden;*/
    border-bottom: 1px solid #aeaeae;
    display: flex;
    justify-content: space-between;
    /*align-items: baseline;
    -moz-align-items: baseline;*/
}


/* Style the buttons inside the tab */

.tab_pro button {
    background-color: inherit;
    /*float: left;*/
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 0;
    transition: 0.3s;
    font-size: 17px;
    text-align: center;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent_pro.active {
    display: block;
}

.tabcontent_pro {
    display: none;
    /* padding: 6px 0;*/
    border-bottom: 1px solid #aeaeae;
    border-top: none;
}


/* Style the close button */

.topright {
    float: right;
    cursor: pointer;
    font-size: 32px;
}

.topright {
    color: #a8aaac;
}

.topright:hover {
    color: #ff5100;
}

.project_design:before {
    display: none;
}

.Pre_contract {
    background: #eceff7;
    padding: 60px 0 70px;
}

.Post_contract {
    padding-bottom: 0px;
}

.Pre_contract .tab_icon h2.all_head {
    padding-bottom: 15px;
}

.tablinks h2 {
    color: #828285;
    /*font-size: 20px;
    font-weight: 700;*/
    font-size: 19px;
    font-weight: 500;
    padding: 29px 0;
}

.tablinks svg {
    max-width: 80%;
}

.tablinks svg path {
    fill: #ff5100;
    transition: ease 0.5s all;
}

.tablinks:hover svg path {
    fill: #0069ac;
    transition: ease 0.5s all;
}

.tablinks.active {
    position: relative;
}

.tablinks.active:before {
    content: "";
    position: absolute;
    background: #ff5100;
    width: 100%;
    height: 10px;
    bottom: -5px;
    left: 0;
}

.tablinks.active svg path {
    fill: #0069ac;
}


/*.tab_pro button.tablinks:nth-child(3) {
    padding: 14px 0 40px;
}*/

ul.tab_list {
    column-count: 2;
    padding: 10px 0 40px 0;
    margin-left: 20px;
}

.Pre_contract ul.tab_list {
    padding: 14px 0 35px 0;
}

.Post_contract ul.tab_list {
    padding: 14px 0 35px 0;
}

.tab_list li {
    /*list-style: disc;*/
    /*font-size: 18px;
    padding-top: 20px;*/
    /*font-size: 20px;
    padding-top: 20px;*/
    font-size: 18.5px;
    padding-top: 16px;
    font-weight: 300;
    color: #000;
    position: relative;
}

.tab_list li:before {
    content: "\f111";
    position: absolute;
    left: -14px;
    top: 25px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 5px;
}

.topright {
    margin-top: 24px;
}

section.Post_contract {
    background: transparent;
}

.Post_contract .tablinks svg path {
    fill: #0069ac;
    transition: ease 0.5s all;
}

.Post_contract .tablinks:hover svg path,
.Post_contract .tablinks.active svg path {
    fill: #ff5100;
    transition: ease 0.5s all;
}

.Post_contract .tab_pro {
    display: block;
}

.Post_contract .tabcontent_pro {
    border-top: 1px solid #aeaeae;
    border-bottom: 0;
}

.Post_contract .tablinks.active:before {
    background: #0069ac;
}

.line_list {
    display: flex;
}

.project_more_de a.uni_btn {
    margin-top: 30px;
    /*position: relative;
    top: -60px;*/
}

.project_blogs {
    padding-bottom: 0;
}


/* project design and management */


/*insta feed section */

.posts_slides.insta_feeds {
    width: 100%;
    height: 89%;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: -67px;
}


/*insta feed section*/


/*mobile get down icon*/

.dkh-none {
    display: none;
}


/*mobile get down icon*/


/*our leader page*/

.leader_slid {
    position: relative;
}

.leader_slid h4 {
    position: absolute;
    bottom: 9px;
    left: 12px;
    color: #fff;
    font-size: 20px;
}


/*our leader page*/


/*commercial building page CSS*/

.comm_buil .slides_projectnav .nav_text a {
    opacity: 1;
}


/*commercial building page CSS*/


/*kooheji contractors*/

.kh_contractors {
    background-color: #ebeef6;
}

.kh_contractors .nav_text a {
    opacity: 1;
    top: 0;
    bottom: auto;
}

.our_client.kh_clients {
    background-color: #fff;
    padding: 55px 0;
}

.kh_clients1 .client_pic img {
    filter: none;
}

.kh_clients1 .client_pic img:hover {
    filter: none;
    transform: scale(1);
}

.kh_mecha {
    background-color: #fff;
}

.kh_clients2 .client_pic img {
    filter: none;
}

.kh_clients2 .client_pic img:hover {
    filter: none;
    transform: scale(1);
}

.inte_pro {
    background-color: #eceff7;
    padding: 40px 0 82px;
}

.on_bef.video_projects {
    padding: 60px 0 40px;
}

.inte_pro .nav_text a {
    opacity: 1;
}

.welcome_sec.ab_kh_para {
    padding: 85px 0 30px;
}

.our_project.ab_kh_para2 {
    padding: 50px 0 82px;
}

.ab_kh_para2.sec_border:before,
.ab_kh_para.sec_border:before {
    height: 2px;
    background: #c4c5c6;
}


/*kooheji contractors*/

.spring_project {
    /*top: 60%;*/
    /*left: 100px;*/
    /*left: 240px;*/
    /*left: 190px;*/
}


/*for mobile menu CSS*/

.for_Mmobile {
    display: none;
}


/* The side navigation menu */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #ffffffe0;
    overflow-x: hidden;
    transition: 0.5s;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.mobile_header {
    display: flex;
    align-items: center;
    padding: 15px 0;
    background-color: #fff;
}

.logo_m img {
    max-width: 25% !important;
}

.close_icon {
    padding: 0 12px 0 0;
    color: #a9a9a9;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.m_comma {
    display: none;
}


/*for mobile menu CSS*/


/*feedback chnages CSS*/

.reliable_const.welcome_sec {
    padding: 87px 94px 60px;
}

.meck_work {
    padding: 60px 0px 32px !important;
}

.kh_mecha.our_project {
    padding: 50px 0;
}

.slides_projectfor .for_text {
    /*margin: 0 5px;*/
    /*margin: 0 5px 0 0;*/
}

.two_img {
    padding: 0 5px;
}


/*feedback chnages CSS*/


/*new-final changes css*/

.kh_con_join.welcome_sec {
    padding: 55px 90px 47px;
}

.kh_con_join.sec_border:before {
    background: #ababab;
}

.kh_bglogo_img a img {
    height: 100px;
    max-width: 437px !important;
}

.kh_relable.padd_8 {
    padding-bottom: 90px;
    padding-top: 55px;
}

.kh_reli_team {
    padding: 72px 0 100px;
}

.kh_down_files {
    padding-top: 55px;
}


/*new final changes css*/


/*new css for replicate pages*/

ol.ord_list {
    padding: 0 0px;
    margin: 0;
}

ol.ord_list li {
    font-size: 18.5px;
    color: #000;
    font-weight: 300;
    line-height: 30px;
    list-style-position: inside;
}

.only_reliable {
    margin-right: 5px;
}

.footer_sec li a i.fa-search {
    display: none;
}


/*new css for replicate pages*/


/*Client Feedback CSS*/

.welcome_sec.ab_kh_para {
    padding: 48px 0 0px;
}

.on_clk_zoom {
    padding: 40px 0;
}

.kh-certificate_thumb img {
    border-radius: 10px;
    box-shadow: 0px 0px 8px 2px #004a9852;
    transition: 0.3s all;
}

.kh-certificate_thumb img:hover {
    box-shadow: 0px 0px 15px 2px #004a9852;
    transition: 0.5s all;
    cursor: pointer;
}

.priorityModal .modal-content {
    background-color: transparent;
    border: 0;
    text-align: center;
}

.priorityModal .kh_our_priority img {
    width: auto !important;
    margin: auto !important;
}

.kh_our_priority h4 {
    color: #fff;
    margin-top: 15px;
}

.kh-certificate_thumb p {
    font-size: 18px;
    max-width: 78%;
    margin: 20px auto;
}

.kh-certificate_thumb {
    text-align: center;
    position: relative;
}

.kh-certificate_thumb .ico_zoom {
    position: absolute;
    font-size: 24px;
    right: 60px;
    pointer-events: none;
}

.kh-certificate_thumb .ico_zoom i {
    color: #5a5959;
}

.priorityModal {
    /* overflow: scroll !important;*/
    overflow-y: scroll !important;
}

.priorityModal .about_carousel_slide img {
    height: 100% !important;
}

.priorityModal button.btn-close {
    position: fixed;
    color: #fff;
    z-index: 1;
    background-color: #fff;
    right: 43px;
    top: 36px;
}

.priorityModal .modal-dialog {
    max-width: 100% !important;
}


/*30-nov-2021*/

.our_project.kh_interior {
    padding-top: 0px;
}

.kh_blogpadd {
    padding-top: 0px;
}

li.has_child>a {
    font-size: 14px;
}

.nav-link:focus,
li.has_child:hover a.nav-link {
    color: #014a97;
}

.kh_culture_desc>p {
    width: 100%;
    margin-bottom: 0;
    font-size: 25px;
}

ul.sub_sub_submenu.divi_sub_sub_menu {
    column-count: 2;
    width: 244px;
}

.kh_bglogo_img.kh_join_logo a img {
    height: auto !important;
}

#accordionExample .accordion-body>p:first-child {
    padding-top: 20px !important;
}

.kh_blue_bann_text .slide_text p {
    color: #014a97;
}

.kh_blue_bann_text .slide_title h2 {
    color: #014a97;
}


/*new blog CSS*/

.post_blog_slides {
    margin-top: 68px;
}

.post_blog_slides a.blog_img img {
    border-radius: 6px 6px 0 0;
}

.post_blog_slides .post_block a.blog_img:before {
    border-radius: 6px 6px 0 0;
}

.post_blog_slides p.post_meta {
    margin: 8px 0 8px 16px;
}

.post_blog_slides .post_block h3 {
    margin-bottom: 9px;
}

.blogs.kh_s_blog h2.all_head {
    padding-bottom: 0;
    margin-bottom: -9px;
}

.kh_news_letter_padd {
    padding-right: 3px;
}

.social_nav li:last-child {
    display: none;
}

.kh_p_count p {
    column-count: 2;
}

.kh_p_count p span {
    display: table;
}

.counter_sec .counter_box span.suffix {
    font-size: 122px;
}

.dir_kh_back {
    background-position: -67px center !important;
}


/*new blog CSS*/


/*Client Feedback CSS*/


/*menu hover delay CSS*/

ul.sub_submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out all;
}

ul.sub_menu_a li:hover ul.sub_submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0s ease-in-out all;
}

ul.sub_sub_submenu {
    transition: 0s ease-in-out all;
}

ul.sub_sub_submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out all;
}

.sub_submenu li:hover ul.sub_sub_submenu {
    display: block;
    transition: 0.5s ease-in-out all;
    opacity: 1;
    visibility: visible;
}

li.has_child .child_menu ul.sub_menu_a li .sub_submenu li a,
li.has_child .child_menu ul.sub_menu_a li .sub_submenu li ul.sub_sub_submenu li a {
    font-style: italic;
    transition: 0.2s all;
    font-weight: 300 !important;
}

li.has_child .child_menu ul.sub_menu_a li .sub_submenu li:hover a,
li.has_child .child_menu ul.sub_menu_a li .sub_submenu li ul.sub_sub_submenu li:hover a {
    font-weight: 900 !important;
    font-style: italic;
    transition: 0.2s all;
}


/*menu hover delay CSS*/

@media (max-width: 1199px) {
    ul.about_list li {
        width: 47%;
    }
    .slide_text p {
        font-size: 30px;
        line-height: 36px;
    }
    .slide_title h2 {
        font-size: 55px;
        line-height: 54px;
    }
    .counter_box span {
        font-size: 90px;
    }
    .slide_text {
        margin-right: 100px;
    }
    .welcome_sec.padd_8 {
        padding: 77px 0 87px;
    }
    .healthcare p br,
    .reliable_col p br {
        display: none;
    }
    ul.sub_sub_submenu.divi_sub_sub_menu {
        column-count: unset;
    }
    .child_menu {
        padding: 15px 0 180px;
    }
    ul.sub_sub_submenu {
        width: 78%;
    }
    .dir_kh_back {
        background-position: top center !important;
    }
}

@media (min-width: 992px) {
    .slide_title {
        padding: 0 76px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }
    .topright {
        z-index: 10;
        position: relative;
    }
}

@media (max-width: 991px) {
    .kh_p_count p {
        column-count: unset;
    }
    .slide_text {
        margin-right: 0px;
    }
    .for_Ddesktop {
        display: none;
    }
    .for_Mmobile {
        display: block;
    }
    .topright {
        z-index: 10;
        position: relative;
    }
    .healthcare p br {
        display: none !important;
    }
    /*mobile menu css*/
    .menu_mobile_start .mega_menu.ms-auto {
        background: none;
    }
    .menu_mobile_start .mega_menu.ms-auto:before {
        display: none;
    }
    .close_icon .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-7px, 6px);
        height: 4px;
        border-radius: 50px;
    }
    .close_icon .bar2 {
        opacity: 0;
    }
    .close_icon .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
        height: 4px;
        border-radius: 50px;
    }
    .sidenav .child_menu {
        background: transparent;
    }
    .sidenav li.has_child>a:before {
        margin-left: 10px;
    }
    .sidenav li.has_child {
        padding-left: 20px;
    }
    .sidenav li.has_child .child_menu ul.sub_menu_a li .sub_submenu li:hover a {
        color: #006086;
        font-style: italic;
        font-weight: 800 !important;
    }
    .sidenav li.has_child .child_menu ul.sub_menu_a li .sub_submenu li .sub_sub_submenu a {
        color: #455560;
        font-style: normal;
        font-weight: 400 !important;
    }
    /*mobile menu css*/
    .contact_detail.social:before {
        display: none;
    }
    .slide_title h2 {
        line-height: 36px;
    }
    .slide_text p {
        line-height: 26px;
    }
    .mega_menu ul.social_nav {
        display: none;
    }
    .navbar-collapse {
        height: 100vh;
        transition: ease 0s all;
    }
    .dkh-none {
        display: block;
    }
    .mkh-none {
        display: none;
    }
    .engr_cco {
        padding-right: 15px;
    }
    .engr_coo {
        padding-left: 15px;
    }
    .mouse_hover a img.dkh-none {
        max-width: 12%;
        margin: auto;
    }
    .mega_menu.ms-auto {
        background: #ccc;
        display: block;
        padding: 15px 15px 8px 15px;
    }
    .mega_menu ul.main_menu,
    .mega_menu ul.social_nav {
        margin-left: 12px;
    }
    li.has_child {
        padding: 0px;
        padding-left: 10px;
    }
    li.has_child:hover>a.dropdown-toggle {
        font-style: italic;
    }
    li.has_child:hover .sub_menu1,
    li.has_child:hover .sub_menu2,
    li.has_child:hover .sub_menu3,
    li.has_child:hover .sub_menu4 {
        display: block !important;
    }
    .child_menu div.head {
        display: none;
    }
    ul.sub_menu_a.about {
        column-count: unset;
        width: 100%;
        margin-left: 0px;
        max-width: 100%;
    }
    .child_menu {
        padding: 15px;
        position: relative;
        top: 0;
    }
    ul.sub_menu_a {
        margin-left: 0px;
    }
    ul.sub_submenu {
        position: relative;
        padding-left: 15px;
        left: 0;
        padding-top: 8px;
    }
    ul.sub_sub_submenu {
        position: relative;
        left: 0;
        padding-left: 25px;
        padding-top: 8px;
    }
    ul.project li ul.sub_submenu {
        column-count: auto;
        width: 100%;
    }
    .child_menu li,
    ul.sub_submenu li,
    ul.sub_sub_submenu li {
        /*padding-bottom: 10px;*/
        padding: 10px 0;
    }
    ul.project li,
    ul.project li ul.sub_submenu li,
    ul.expertize li {
        width: 100%;
        max-width: 100%;
    }
    .mega_menu ul.main_menu,
    .mega_menu ul.social_nav {
        align-items: normal;
    }
    input.search_bar {
        position: absolute;
        top: 6px;
        left: 28%;
    }
    .child_menu:before {
        display: none;
    }
    .child_menu {
        background: #fff;
        background-image: none;
    }
    .mega_menu.ms-auto {
        background: url("../img/menu-bg.jpg") 50% 50% no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
    }
    .mega_menu.ms-auto:before {
        content: "";
        position: absolute;
        background-color: #ffffffc4;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    nav.navbar {
        position: relative;
    }
    /* new mobile menu CSS*/
    li.has_child>a {
        color: #7d888f;
        font-size: 30px;
        transition: ease 0.5s all;
    }
    li.has_child:hover>a {
        color: #455560 !important;
        transition: ease 0.5s all;
    }
    .child_menu {
        padding: 0px 0px 15px 0;
    }
    li.has_child .child_menu ul.sub_menu_a li a {
        font-weight: 600;
        font-size: 18px;
        color: #006086;
    }
    .child_menu [class^="col-"] {
        padding: 0;
    }
    li.has_child .child_menu ul.sub_menu_a li .sub_submenu a {
        color: #455560;
        font-style: normal;
        font-weight: 400;
    }
    .child_menu li,
    ul.sub_submenu li,
    ul.sub_sub_submenu li {
        padding: 5px 0;
    }
    li.has_child>a:before {
        content: "";
        position: absolute;
        background: url("../img/icons/down-chevron.png") 50% 50% no-repeat;
        background-size: contain;
        background-position: center;
        width: 20px;
        height: 20px;
        left: 0;
        margin-top: 10px;
        transition: ease 0.5s all;
    }
    li.not-at-all>a:before {
        content: none !important;
    }
    li.not-at-all:hover>a:before {
        content: none !important;
    }
    li.has_child:hover>a:before {
        content: "";
        position: absolute;
        background: url("../img/icons/cancel.png") 50% 50% no-repeat;
        background-size: contain;
        background-position: center;
        width: 20px;
        height: 20px;
        left: 0;
        margin-top: 10px;
        transition: ease 0.5s all;
    }
    .navbar-brand {
        display: contents;
    }
    .inner_page_counter .counter_box span {
        font-size: 54px;
    }
    .inner_page_counter .counter_box .suffix {
        font-size: 33px;
    }
    /*common mobile responsive media CSS*/
    .our_project {
        padding: 30px 0;
    }
    /*.client_pic img{
        padding: 0 5px;
    }*/
    .blogs [class^="col-"] {
        padding: 0 8px;
    }
    .post_block a.desc span {
        display: none;
    }
    .post_block h3 {
        font-size: 12px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    p.post_meta {
        margin: 22px 0 10px 0px;
    }
    .post_block a.desc {
        margin-left: 0px;
    }
    .counter_box span {
        font-size: 36px;
        /*text-shadow: -1px -2px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    }
    .counter_sec {
        padding: 20px 0;
    }
    .counter_box p {
        font-size: 10px;
        padding-top: 3px;
    }
    .counter_sec [class^="col-"] {
        padding: 0 5px;
    }
    .contact_detail.subscribe {
        padding-bottom: 0px !important;
        border-bottom: 0 !important;
    }
    .social_nav li a {
        color: #0069aa;
        font-size: 45px;
    }
    .contact_detail>a {
        display: inline-block;
        margin-right: 18px;
    }
    p.copyright {
        margin-top: 15px;
    }
    p.copyright br {
        display: none;
    }
    .home_slider .slider_slides:before {
        display: none;
    }
    .home_slider .slider_slides {
        padding: 0 0 0;
    }
    .slide_title h2,
    .slide_text p {
        text-align: left;
        margin: 15px 0 0 20px;
    }
    .mega_menu .social_nav li a {
        font-size: 18px;
    }
    /*common mobile responsive media css*/
    /* new mobile menu CSS*/
    /*slider responsive*/
    .content_row {
        display: block;
        width: 100%;
        top: 120px;
        left: 0;
        transform: translateY(0px);
    }
    .sg_text {
        /*top: 50px;*/
        top: 0px;
    }
    .sg_text2 {
        /*top: 132px;*/
        top: 0px;
    }
    .sg_text3 {
        /*top: 209px;*/
        top: 0px;
    }
    .sg_text4 {
        /*top: 155px;*/
        top: 0px;
    }
    .slide_title,
    .slide_text {
        width: 100%;
    }
    .slide_title h2 {
        font-size: 35px;
        text-align: left;
    }
    .slide_text p {
        font-size: 25px;
        text-align: left;
    }
    .slider_slides {
        padding: 191px 0 0;
    }
    /*slider responsive*/
    .welcome_sec {
        padding: 76px 0;
    }
    h1.all_head,
    h2.all_head {
        font-size: 30px;
    }
    .welcome_sec p {
        margin-right: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    .counter_sec {
        padding: 20px 0;
    }
    /*.counter_box {
    	margin-bottom: 45px;
	}*/
    .counter_box p {
        font-size: 10px;
        padding-top: 3px;
    }
    .counter_sec [class^="col-"] {
        padding: 0 5px;
    }
    .contact_detail.subscribe:before {
        display: none;
    }
    .contact_detail.subscribe,
    .contact_detail.address,
    .contact_detail.social {
        padding: 0 10px 50px;
        margin-bottom: 35px;
        border-bottom: 1px solid #ffffff6b;
    }
    .contact_detail.social {
        margin: 0;
        padding: 0 10px;
        border: 0;
    }
    .pro_slide_text.kh_culture_desc {
        top: auto;
        bottom: 12px;
    }
    .pro_slide_text {
        right: 0;
        width: 70%;
        padding: 0;
        left: -190px;
        margin: auto;
        transform: scale(0.9);
        top: 93px;
    }
    .pro_slide_text h3 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pro_slide_text p {
        width: 100%;
        font-size: 14px;
        line-height: normal;
    }
    .slick-next {
        right: 6px;
        top: 50%;
    }
    .blog_posts .slick-next {
        top: 28%;
    }
    /*about css responsive*/
    .about_banner .slide_title h2 {
        line-height: 38px;
    }
    .about_banner .slick-prev {
        left: 7px;
    }
    .about_banner .slick-next {
        right: 7px;
        top: 50%;
    }
    .about_desc p {
        margin-right: 0px;
        text-align: left;
    }
    #aboutModal .modal-dialog {
        max-width: none;
    }
    #aboutModal .about_carousel_slide img {
        height: auto;
    }
    /*youtube video modal*/
    .yb .modal-dialog {
        max-width: none;
    }
    .yb .about_carousel_slide img {
        height: auto;
    }
    /*about css responsive*/
    ul.team_kh {
        column-count: 2;
    }
    h5.time_year:before,
    .timeline_left:before {
        display: none;
    }
    ul.timeline_left_start li {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .timeline_left_start li a span {
        margin-left: 10px;
    }
    ul.timeline_left_start {
        text-align: left;
    }
    .timeline_left_start li a {
        font-size: 15px;
    }
    ul.timeline_left_start.right_start {
        text-align: right;
    }
    .time_right li a span {
        margin-right: 10px;
    }
    .show_less {
        margin-top: 20px;
    }
    .certification img {
        padding: 0;
        margin-bottom: 15px;
    }
    .certification img.ndimg2 {
        margin-bottom: 40px;
    }
    .certification img.first_img {
        padding: 0;
    }
    .certification img.last_img {
        padding: 0;
        margin-bottom: 0;
    }
    .reliable_icons {
        margin-top: 30px;
    }
    .reliable_team {
        margin-bottom: 20px;
    }
    .video_sec .pro_slide_text {
        top: 0;
        left: -115px;
        bottom: -180px;
    }
    .video_sec a.video_icon {
        left: auto;
        right: 5px;
        font-size: 31px;
        top: auto;
        bottom: 3px;
        transform: translateY(0);
    }
    #aboutModal button.btn-close {
        right: 0;
        top: -33px;
        left: 0;
        margin: auto;
    }
    /*youtube video modal*/
    .yb button.btn-close {
        right: 0;
        top: -33px;
        left: 0;
        margin: auto;
    }
    .our_client .slick-prev {
        left: 0;
    }
    .our_client .slick-next {
        right: 0;
    }
    /*product design tabs*/
    .tablinks svg {
        /*max-width: 100%;*/
        max-width: 150px;
        margin-bottom: 20px;
        height: auto;
    }
    .tablinks {
        position: relative;
        padding: 22px 10px;
    }
    .tablinks h2 {
        font-size: 14px;
        padding: 0px 0;
    }
    .tab_pro button {
        padding: 0 15px 24px 0px;
    }
    .tab_pro {
        overflow: hidden;
        overflow-x: scroll;
    }
    /*.tab_pro button.tablinks:nth-child(3) {
        padding: 0 15px 42px 0px;
    }*/
    .Pre_contract .tab_icon h2.all_head {
        padding-bottom: 22px;
    }
    .posts_slides.insta_feeds {
        top: 0;
        height: 94%;
    }
    ul.tab_list {
        column-count: unset;
    }
    .project_more_de a.uni_btn {
        margin-top: 55px;
        margin-bottom: 40px;
        /*position: relative;
        top: 0;*/
    }
    .commercial .slide_title {
        margin-left: 0px;
    }
    /*product design tabs*/
    footer i.fab.fa-instagram {
        font-size: 45px;
    }
    .managing_dir p br {
        display: none !important;
    }
    .managing_dir p {
        text-align: left;
    }
    .slide_title.project_slide p {
        color: #fff;
        margin-top: 10px;
        font-size: 30px;
        margin-left: 20px;
    }
    .content_row .slide_title h2 br {
        display: none;
    }
    .content_row .slide_text p br {
        display: none;
    }
    .sub_points_service h4 {
        font-size: 15px;
    }
    .dir_kh_back {
        background-position: -525px center !important;
    }
}

@media (max-width: 1199px) {
    .content_row.sg_text>.row {
        flex-wrap: nowrap;
    }
}

@media (max-width: 991px) {
    .content_row.sg_text>.row {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .slide_title.project_slide p {
        font-size: 18px;
    }
    .people_head h3,
    .junior_sec h3 {
        font-size: 25px;
    }
    .only_reliable {
        margin-right: 0px;
    }
    .welcome_sec.ab_kh_para {
        padding: 30px 0 30px;
    }
    .project_design.about_kooheji {
        padding: 30px 0 30px;
    }
    .on_bef.video_projects {
        padding: 30px 0 30px;
    }
    .about_kooheji h2.all_head {
        margin-bottom: 20px;
    }
    .our_project.ab_kh_para2 {
        padding: 32px 0 32px;
    }
    p.position {
        font-size: 20px;
    }
    .download_sec .post_block h3 {
        font-size: 20px;
    }
    .contact_detail a.uni_btn {
        margin-top: 25px;
    }
    .footer_sec {
        padding: 50px 0 0;
    }
    .contact_detail button.uni_btn {
        margin-top: 05px;
        font-size: 15px;
    }
    .contact_detail.subscribe,
    .contact_detail.address,
    .contact_detail.social {
        padding: 0 10px 30px;
        margin-bottom: 25px;
    }
    .contact_detail.social {
        margin-bottom: 0px;
    }
    .counter_box span {
        -webkit-text-stroke-width: 1px;
    }
    .inner_page_counter .counter_box span {
        -webkit-text-stroke-width: 1px;
    }
    .healthcare br {
        display: none;
    }
    .healthcare p {
        text-align: left;
    }
    .pro_slide_text {
        padding: 0;
        transform: scale(0.8);
        top: 29px;
        left: -172px;
    }
    .client_pic img:hover {
        transform: scale(1);
    }
    .nav_text a h4 {
        font-size: 14px;
    }
    .nav_text a p {
        font-size: 12px;
    }
    .about_list li .nav_text a h4 {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: normal;
    }
    /*common mobile responsive media CSS*/
    .our_project {
        padding: 30px 0;
    }
    .blogs [class^="col-"] {
        padding: 0 8px;
    }
    .post_block a.desc span {
        display: none;
    }
    .post_block h3 {
        font-size: 14px;
        margin-bottom: 5px;
        margin-left: 0px;
    }
    p.post_meta {
        /*margin: 22px 0 10px 0px;*/
        margin: 12px 0 5px 0px;
        font-weight: 400;
    }
    .post_block a.desc {
        margin-left: 0px;
    }
    .counter_box span {
        font-size: 36px;
        /*text-shadow: -1px -2px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    }
    .counter_sec {
        padding: 20px 0 !important;
    }
    .counter_box p {
        font-size: 10px;
        padding-top: 3px;
    }
    .counter_sec [class^="col-"] {
        padding: 0 5px;
    }
    .contact_detail.subscribe {
        padding-bottom: 0px !important;
        border-bottom: 0 !important;
    }
    .social_nav li a {
        color: #0069aa;
        font-size: 45px;
    }
    i.fab.fa-instagram {
        font-size: 24px;
    }
    .contact_detail>a {
        display: inline-block;
        margin-right: 18px;
    }
    p.copyright {
        margin-top: 15px;
    }
    p.copyright br {
        display: none;
    }
    .home_slider .slider_slides:before {
        display: none;
    }
    .home_slider .slider_slides {
        padding: 0 0 0;
    }
    .slide_title h2,
    .slide_text p {
        text-align: left;
        margin: 15px 0;
    }
    .mega_menu .social_nav li a {
        font-size: 18px;
    }
    /*common mobile responsive media css*/
    /*responsive menu CSS*/
    .mega_menu.ms-auto {
        background: none;
    }
    /*responsive menu CSS*/
    .contact_detail form {
        margin-top: 16px;
    }
    .kh_bglogo_img a img {
        height: auto;
        max-width: auto !important;
    }
    button.accordion-button,
    .accordion-button:not(.collapsed) {
        font-size: 16px;
    }
    .accordion-button[aria-expanded="true"]:before {
        height: 72%;
    }
    .acc_icons img {
        left: 0px;
        position: absolute;
    }
    .accordion-body p {
        padding-left: 30px;
        position: relative;
        margin-bottom: 13px;
        font-size: 14px;
    }
    .empy {
        display: none;
    }
    .kh_reli_team {
        padding: 30px 0;
    }
    .two_imgc .reliable_team_caraousel {
        margin-top: 0;
    }
    .topright {
        z-index: 10;
        position: relative;
    }
    .Pre_contract ul.tab_list {
        z-index: -1;
    }
    .on_bef.video_projects.mob_int {
        padding: 30px 0 30px;
    }
    .mw_text,
    .m_video_ban h2.all_head,
    .media_common h2.all_head {
        padding-left: 15px;
    }
    .our_client.kh_clients {
        padding: 35px 0;
    }
    .reliable_col p br {
        display: none;
    }
    .reliable_icons ul li h4 {
        font-size: 16px;
    }
    .sg_text5 {
        /*top: 69px;*/
        top: 0;
    }
    .slick-prev::before {
        width: 20px;
        height: 25px;
        content: "";
        background: url(../img/arrow-slide-left.png) no-repeat 0 0;
        background-size: 65%;
        display: inline-block;
    }
    .slick-next::before {
        width: 20px;
        height: 25px;
        content: "";
        background: url(../img/arrow-slide.png) no-repeat 0 0;
        background-size: 65%;
        display: inline-block;
    }
    .load_mo div[class^="col-"] {
        padding: 0 15px;
    }
    .load_mo a.uni_btn {
        margin-top: 0px;
        padding: 6px 32px;
    }
    section.visit_sec {
        padding: 44px 0;
    }
    .visit_sec p.form_head {
        margin-bottom: 15px;
    }
    a.uni_btn {
        padding: 6px 32px !important;
    }
    footer a.uni_btn {
        padding: 7px 50px !important;
    }
    .dir_kh_back {
        background-position: center 98px !important;
    }
    .counter_sec .counter_box span.suffix {
        font-size: 36px !important;
    }
    .bg_grey_black .counter_box p {
        padding-top: 8px;
    }
    .counter_sec .counter_box p {
        padding-top: 8px;
    }
}

@media (max-width: 481px) {
    .pro_slide_text {
        width: 100%;
        transform: scale(0.6);
        top: -20px;
        left: -100px;
    }
    .slick-next {
        right: 10px;
        top: 50%;
    }
    /*about page css*/
    .about_carousel_slide img {
        height: auto;
    }
    /*about page css*/
    ul.team_kh {
        column-count: 1;
    }
    .mob_video_sec ul.team_kh {
        column-count: 2;
    }
    i.fab.fa-instagram {
        font-size: 22px;
    }
    .more_news {
        text-align: left;
    }
    /*.contact_detail.address br{
        display: none;
    }*/
    .ft_mob {
        display: inline !important;
        margin: 0 !important;
    }
    .address p {
        line-height: normal;
        margin-bottom: 11px;
    }
    .contact_detail p,
    .contact_detail a {
        font-size: 15px;
    }
    .contact_detail.subscribe,
    .contact_detail.address,
    .contact_detail.social {
        border-bottom: 1px solid #ffffff6b;
    }
    .banner_slide1 .slick-prev {
        left: 10px !important;
        top: 50%;
        transform: translateY(-50%);
    }
    .banner_slide1 .slick-next {
        right: 10px !important;
        top: 50%;
        transform: translateY(-50%);
    }
    .logo_m img {
        max-width: 54% !important;
    }
    h1.all_head,
    h2.all_head {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .welcome_sec {
        padding: 30px 0;
    }
    .slider_slides {
        height: 88vh;
    }
    .mob_slide [class^="col-"] {
        padding: 0px;
    }
    .mob_slide .project_slider .all_head {
        padding-left: 15px;
        padding-bottom: 10px;
    }
    .project_slides-for {
        margin-bottom: 10px;
    }
    .project_slides-nav {
        margin: 0 5px;
    }
    .c_padd {
        padding-top: 20px !important;
    }
    .counter_box p:before {
        width: 74%;
        height: 2px;
    }
    .counter_box p {
        padding-top: 6px;
    }
    .blog_posts .slick-prev,
    .blog_posts .slick-next {
        top: 30%;
    }
    .post_block {
        margin: 0 5px;
    }
    .project_more_de a.uni_btn {
        margin-top: 26px;
        margin-bottom: 10px;
        margin-left: 5px;
        padding: 6px 32px;
        height: 32px;
    }
    a.uni_btn {
        padding: 6px 32px !important;
    }
    footer a.uni_btn {
        padding: 7px 50px !important;
    }
    .post_block a.desc p {
        margin-top: 0;
    }
    .m_comma {
        display: inline-block;
        color: #fff;
    }
    .ab_kh_para2.sec_border:before,
    .ab_kh_para.sec_border:before {
        width: 92%;
    }
    .owner_says p br,
    .about_desc p br {
        display: none;
    }
    .blogs h2.all_head {
        margin: 0 0 0 5px;
    }
    .m_video_ban.video_sec .pro_slide_text p br {
        display: none;
    }
    .m_video_ban.video_sec .pro_slide_text {
        bottom: -90px;
    }
    .mob_video_sec {
        padding-bottom: 30px !important;
    }
    .m_video_ban,
    .kh_down_files {
        padding-top: 30px;
    }
    .welcome_sec {
        padding: 30px 10px !important;
    }
    .comm_buil .pro_slide_text p {
        width: 100% !important;
    }
    .our_project div[class^="col-"],
    .video_sec div[class^="col-"] {
        padding: 0;
    }
    .article1.video_sec div[class^="col-"] {
        padding: 0 15px;
    }
    .download_sec .post_block h3 {
        font-size: 14px;
    }
    .download_sec .post_block h3 br {
        display: none;
    }
    .news_sec,
    .video_sec {
        padding: 30px 0;
    }
    .our_team.video_projects {
        padding: 0px 0 30px;
    }
    .reliable_icons ul li {
        margin-bottom: 20px;
        min-height: 167px;
    }
    .sec_border:before {
        width: 91%;
    }
    .our_team.video_projects.hamad {
        padding: 30px 0 30px;
    }
    .project_slider h2.all_head {
        margin-left: 15px;
    }
    .our_project.kh_spring {
        padding: 60px 0 42px;
    }
    .kh_news_letter_padd {
        padding-right: 15px;
    }
    .kh_news_letter_padd a.uni_btn {
        margin-top: 10px;
    }
    .post_blog_slides {
        margin-top: 20px;
    }
    .inner_page_counter .counter_box .suffix {
        font-size: 22px !important;
    }
    .inner_page_counter .counter_box span {
        font-size: 35px !important;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.youtube_hover {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    bottom: 85px;
}

.youtube_hover a i {
    font-size: 75px;
    color: #fff;
}


/*new changes CSS*/

.slide_title {
    padding: 0 76px 0 85px;
}

.contact_detail.subscribe h4 {
    text-transform: capitalize;
}

.slide_text p br {
    display: none !important;
}

.for_text.line_inblock .pro_slide_text h3 {
    display: inline-block;
}

.post_blog_slides a.blog_img img {
    width: 294px;
    height: 206px;
    object-fit: cover;
}

.blog_posts .slick-next:before {
    content: "\f054";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
}

.blog_posts .slick-prev:before {
    content: "\f053";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
}

.blog_posts .slick-prev,
.blog_posts .slick-next {
    top: 35%;
    transform: translateY(-35%);
}

.blog_posts .post_block {
    margin: 0 5px;
}

@media (max-width: 1199px) {
    .slide_text p {
        margin: 0 78px;
    }
    .slide_text p br {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .slide_text p {
        margin: 10px 22px 0;
    }
    .counter_sec .counter_box span.suffix {
        font-size: 36px;
    }
    .counter_sec.c_padd {
        padding-top: 20px !important;
    }
    .slide_title {
        padding: 0 0px 0 15px;
    }
    .contact_detail p,
    .contact_detail a,
    .contact_detail span,
    .contact_detail a.ft_mob {
        display: block !important;
    }
    .contact_detail .uni_btn {
        display: inline-block !important;
    }
    .blog_posts .slick-next:before,
    .blog_posts .slick-prev:before {
        background: none;
    }
    .post_blog_slides a.blog_img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .slide_text p {
        margin: 10px 0 0;
    }
    .contact_detail.address span.m_comma {
        display: none !important;
    }
}

@media (max-width: 481px) {
    .contact_detail p,
    .contact_detail a,
    .contact_detail span,
    .contact_detail a.ft_mob {
        display: block !important;
    }
    .contact_detail .uni_btn {
        display: inline-block !important;
    }
    .form_start {
        padding: 35px 20px;
    }
    .owner_says p {
        color: #000;
    }
    section.our_project.sec_border.media_common.slick_btns.media_padd div[class^="col-"] {
        padding: 0 15px;
    }
    iframe.address_map {
        height: 370px !important;
    }
}


/*menu hover delay CSS responsive*/

@media (max-width: 991px) {
    ul.sub_submenu {
        display: none;
        opacity: 1;
        visibility: visible;
        transition: 0s ease-in-out all;
    }
    ul.sub_menu_a li:hover ul.sub_submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transition: 0s ease-in-out all;
    }
    ul.sub_sub_submenu {
        transition: 0s ease-in-out all;
    }
    ul.sub_sub_submenu {
        display: none;
        opacity: 1;
        visibility: visible;
        transition: 0s ease-in-out all;
    }
    .sub_submenu li:hover ul.sub_sub_submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transition: 0s ease-in-out all;
    }
}

.highlight_change {
    border: 10px solid red !important;
    padding: 15px !important;
}


/*menu hover delay CSS responsive*/

.media_common .nav_text img {
    width: 100%;
    height: 218px;
    object-fit: cover;
    object-position: center;
}


/*article main*/


/*english page CSS*/

@font-face {
    font-family: 'GESSTwoMedium';
    src: url('fonts/GESSTwoMedium.eot');
    src: url('fonts/GESSTwoMedium.eot') format('embedded-opentype'), url('fonts/GESSTwoMedium.woff2') format('woff2'), url('fonts/GESSTwoMedium.woff') format('woff'), url('fonts/GESSTwoMedium.ttf') format('truetype'), url('fonts/GESSTwoMedium.svg#GESSTwoMedium') format('svg');
}

.kh_languageen {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10;
}

.flagar {
    background: #dddddd80;
    color: #30383d;
    text-decoration: none;
    padding: 5px 10px;
    font-family: 'GESSTwoMedium' !important;
    font-size: 16px;
}

.kh_languageen .flagar img {
    margin-right: 5px;
}


/*english page CSS*/


/*arabic page CSS*/

.kh_languagear {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 10;
}

.flagen {
    background: #dddddd80;
    color: #30383d;
    text-decoration: none;
    padding: 5px 10px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
}

.kh_languagear .flagar img {
    margin-left: 5px;
}


/*arabic page CSS*/

.kh_article_main {
    padding: 40px 0 0;
}

.article_str {
    max-width: 800px;
    margin-bottom: 40px;
}

.article_str img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.article_str span {
    display: block;
    margin: 15px 0;
    font-weight: 600;
    font-size: 16px;
    color: #b5b5b5;
    font-family: 'Heebo', sans-serif;
}

.article_str h3 {
    font-size: 22px;
    color: #014a97;
    font-weight: 600;
    margin: 0px 0 22px;
}

.article_str p {
    font-size: 14px;
    color: #020202;
    line-height: 20px;
    margin-bottom: 12px;
}

.article_str a {
    font-size: 16px;
    color: #014a97;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #014a97;
    padding-bottom: 10px;
}

.single_article_sec {
    max-width: 800px;
}

@media(max-width: 991px) {
    .article_str {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .article_str img {
        max-width: 100%;
    }
    .single_article_sec {
        max-width: 100%;
    }
}

.kh_archieve ul.kh_archieve_list {
    list-style: disc;
    padding-left: 1rem;
}

.kh_archieve .kh_archieve_list li {
    margin: 15px 0;
}

.kh_archieve .kh_archieve_list li a {
    font-size: 18px;
    color: #000;
}

.kh_archieve .kh_archieve_list li a:hover {
    color: #004a98;
}

.kh_archieve h3 {
    font-weight: 700;
    font-size: 22px;
    color: #000;
}


/*article main*/

@media(max-width: 991px) {
    a.flagen {
        display: none;
    }
    a.flagar {
        display: none;
    }
}