@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {font-family: "Kanit", sans-serif;margin: 0px;padding: 0px;}



.sidenav {margin-left: -20px;margin-right: -3px;height: 100%;width: 0;position: fixed;z-index: 1;top: 0;right: 0;background-color: #fff;overflow-x: hidden;transition: 0.3s;padding-top: 60px;align-content: center;border-left: 2px solid #1cb5ea;z-index: 1000;}
.sidenav a {margin-bottom: 15px;padding: 8px 8px 8px 32px;text-decoration: none;font-size: 25px;color: #000;display: block;transition: 0.3s;}
.sidenav .closebtn {position: absolute;top: 0;right: 25px;font-size: 36px;margin-left: 50px;}
#main {transition: margin-left 0.5s;padding: 16px;}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


.sidenav .accordion {padding-top: 30px;}
.sidenav .accordion h2 button:focus {outline: none;box-shadow: none;}
.sidenav .accordion h2 button {
    font-size: 22px;
    outline: none;
    box-shadow: none;
    color: #000;
}
.sidenav .accordion h2 [aria-expanded="true"]:after {
    color: #000;
    display: inline-block;
    content: "";
    background-image: url("../img/up-down.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    right: 32px;
    position: absolute;
    top: 15px;
}
.sidenav .accordion h2 [aria-expanded="false"]:after {
    color: #000;
    display: inline-block;
    content: "";
    background-image: url("../img/arrow-down.svg");
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    right: 32px;
    position: absolute;
    top: 15px;
}
.sidenav .card-header {
    background: #fff;
    border: 0px;
    padding: 0px;
    padding-left: 10px;
}
.sidenav .card-body {
    background: #fff;
    border: 0px;
    padding: 0px;
    padding-left: 24px;
}
.sidenav .card {
    background: #fff;
    border: 0px;
    margin-bottom: 15px;
}
.sidenav .card-body ul {
    list-style: none;
    padding-left: 0px;
}
.sidenav .card-body ul li a {
    font-size: 17px;
    margin-bottom: 10px;
    padding-left: 15px !important;
    padding: 0px;
}

menu {
    padding-inline-start: 0px !important;
}
menu .col-6 {
    margin: auto;
    font-size: 10px;
}
menu .col-md-6 {
    margin: auto;
}
menu .col-6 span {
    margin: auto;
    font-size: 10px;
}
menu .col-6 img {
    width: 90px;
}
menu .col-md-6 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 0px;
}
menu .col-md-6 ul li {
    float: left;
    margin-right: 40px;
}
menu .col-md-6 ul li a {
    font-size: 22px;
    color: #000;
}
menu .col-md-3:first-child {
    text-align: left;
    float: left;
}
menu .col-md-3:last-child {
    float: right;
    text-align: right;
    align-content: center;
}
menu .col-md-6 {
    display: block;
}
menu .logo-box {
    text-align: left;
}
menu .col-md-3 img.searc-ico {
    width: 20px;
}
menu .last-icons {
    margin-top: 13px;
}
menu .col-md-3 img.searc-bar {
    width: 24px;
    margin-top: -10px;
    margin-left: 20px;
}
@media (max-width: 768px) {
    menu .col-md-6 {
        display: none !important;
    }
}

a:hover {
    text-decoration: none;
}

a.main-button {
    background: #1cb5ea;
    padding: 12px 26px;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hompg-header .col-md-6 {
    padding: 0px;
    margin: auto;
}
.hompg-header img {
    border-radius: 56px 0px 0px 56px;
}
.hompg-header .col-md-6:first-child {
    padding-left: 5%;
}
.hompg-header .col-md-6:first-child .left-blue-box {
    background: #145099;
    padding: 40px;
    color: #fff;
    margin-right: -10px;
    border-radius: 56px 0px 0px 56px;
}
.hompg-header .col-md-6:first-child .left-blue-box h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
}
.hompg-header .col-md-6:first-child .left-blue-box p {
    z-index: 10;
    margin-bottom: 40px;
}
.hompg-header .col-md-6:first-child .left-blue-box a {
    background: #1cb5ea;
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .hompg-header .d-flex {
        flex-direction: column-reverse;
    }
    .hompg-header .col-md-6:first-child .left-blue-box h1 {
        font-size: 40px;
        line-height: 70px;
        margin-bottom: 30px;
    }
    .hompg-header img {
        border-radius: 56px 56px 0px 0px;
        margin-top: 0px;
    }
    .hompg-header .col-md-6:first-child .left-blue-box {
        padding: 20px;
        color: #fff;
        margin-right: 0px;
        border-radius: 0px 0px 56px 56px;
    }
    .hompg-header .col-md-6:first-child {
        padding-left: 0%;
        text-align: center;
    }
    .hompg-header .col-md-6:first-child .left-blue-box h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .hompg-header {
        padding: 15px;
    }
}

.middlepopup {
    margin-top: 80px;
    margin-bottom: 80px;
}
.middlepopup .container {
    background: #f6f6f6;
    text-align: center;
    border-radius: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    border: 1px solid #1cb5ea;
}
.middlepopup .container h2 {
    color: #145099;
    font-size: 40px;
    margin-bottom: 30px;
}
.middlepopup .container p {
    margin-bottom: 0px;
}
.middlepopup .container a {
    margin-top: 40px;
}
@media (max-width: 768px) {
    .middlepopup .container {
        background: #f6f6f6;
        text-align: center;
        border-radius: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        border: 1px solid #1cb5ea;
        border-left: 0px;
        border-right: 0px;
    }
    .middlepopup .container h2 {
        color: #145099;
        font-size: 40px;
        margin-bottom: 30px;
    }
}

.sing-project {
    background-image: linear-gradient(180deg, rgba(2, 0, 36, 0) 45%, rgb(0 0 0) 100%), url(../img/top-header-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 400px;
    padding-bottom: 40px;
    color: #fff;
}
.sing-project h1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.sing-project h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    font-size: 18px;
}
.sing-project ul {
    list-style: none;
    padding-left: 0px;
}
.sing-project ul li {
    float: left;
    font-weight: 300;
    font-family: "Kanit", sans-serif;
    font-size: 14px;
    opacity: 0.7;
}
.sing-project ul li a {
    color: #fff;
}
.sing-project ul li:after {
    content: "/";
    padding-left: 15px;
    padding-right: 15px;
}
.sing-project ul li:last-child::after {
    display: none;
}
@media (max-width: 600px) {
    .sing-project {
        padding-top: 300px;
        padding-bottom: 40px;
        color: #fff;
    }
}

.client-info {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 10px;
}
.client-info .container {
    border-top: 1px solid #1cb5ea;
    border-bottom: 1px solid #1cb5ea;
}
.client-info .col-md-2 {
    border-right: 1px solid #1cb5ea;
    padding-top: 25px;
    padding-bottom: 25px;
}
.client-info p {
    margin-bottom: 0px;
}
.client-info img.clinet-biglogo {
    border: 1px solid #c6c6c6;
    border-radius: 8px;
}
.client-info .col-md-3 {
    border-right: 1px solid #1cb5ea;
    padding-top: 25px;
    padding-bottom: 25px;
}
.client-info .col-md-3:last-child {
    border: 0px;
}
.client-info .col-md-4 {
    border-right: 1px solid #1cb5ea;
    padding-top: 25px;
    padding-bottom: 25px;
}
.client-info .col-md-4 .col-md-7 {
    margin: auto;
}
.client-info .col-md-3 .row {
    padding-top: 30px;
    margin-bottom: 10px;
}
.client-info .col-md-3 .row h5 {
    font-size: 19px;
}
.client-info .col-3 {
    padding-right: 0px;
}
.client-info .col-md-3 .row .col-9 {
    margin: auto;
}
@media (max-width: 768px) {
    .client-info {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .client-info .col-md-2 {
        border-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .client-info .col-md-3 {
        border-top: 1px solid #1cb5ea;
        border-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .client-info .col-md-4 {
        border-top: 1px solid #1cb5ea;
        border-right: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .client-info .col-md-3:last-child {
        border-top: 1px solid #1cb5ea;
        border-bottom: 0px !important;
    }
    .client-info .col-6 {
        border-right: 1px solid #1cb5ea;
        border-bottom: 0px !important;
    }
    .client-info .col-md-3 .row h5 {
        font-size: 14px;
    }
    .client-info .col-6 a {
        font-size: 13px;
    }
    .client-info .col-md-3 .row {
        padding-top: 15px;
        margin-bottom: 10px;
    }
    .client-info p {
        font-size: 12px;
    }
}

.project-description {
    margin-bottom: 100px;
}
.project-description .box {
    border-radius: 8px !important;
    border: 1px solid #1cb5ea;
    padding: 2px;
    margin-top: 20px;
}
.project-description .box table {
	width: 100%;
}
.project-description .content-box {
    margin-bottom: 40px;
}
.project-description table tr td a {
    color: #fff;
}
.project-description table tr.top-links td:first-child {
    width: 80%;
    background: #145099;
    padding: 20px;
    border-radius: 8px 0px 0px 0px;
}
.project-description table tr.top-links td:last-child {
    width: 20%;
    background: #1cb5ea;
    padding: 20px;
    border-radius: 0px 8px 0px 0px;
}
.project-description table tr.full-para td {
    padding: 20px;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .project-description .box {
        margin-top: 20px;
    }
    .project-description {
        margin-bottom: 50px;
    }
}

.our-services {
    margin-bottom: 80px;
}
.our-services .top-head {
    margin-bottom: 50px;
}
.our-services .top-head .col-md-4 {
    text-align: right;
}
.our-services div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}
.our-services div.scrollmenu a {
    color: #000;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -webkit-pre-wrap;
    word-break: break-all;
    white-space: normal;
    margin-bottom: 40px;
    hyphens: auto;
    display: inline-block;
    color: white;
    padding: 20px;
    text-decoration: none;
    width: 35%;
    height: 250px;
    border-right: 1px solid #27459d;
}
.our-services div.scrollmenu .col-md-12 h3 {
    margin-bottom: 20px;
    color: #1cb5ea;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0px;
}
.our-services div.scrollmenu .col-md-12 h6 {
    margin-bottom: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 0px;
}
.our-services div.scrollmenu .col-md-8 {
    margin: auto;
}
.our-services div.scrollmenu .col-md-8 h5 {
    margin-bottom: 0px;
    color: #1cb5ea;
}
.our-services div.scrollmenu .col-md-8 h6 {
    margin-bottom: 0px;
    color: #1cb5ea;
}
.our-services div.scrollmenu .col-md-8 p {
    margin-bottom: 0px;
    color: #000;
}
.our-services div.scrollmenu .col-md-4 img {
    width: 38px;
}
.our-services .scrollmenu::-webkit-scrollbar-track {
    border-radius: 0px;
    padding-left: 500px;
    position: absolute;
    background: #223671;
    border-radius: 100px;
}
.our-services .scrollmenu::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #1cb5ea;
    border-radius: 100px;
}
.our-services .scrollmenu::-webkit-scrollbar {
    width: 0px;
    margin-top: 30px;
    height: 12px;
    padding-top: 40px;
}
.our-services .scrollmenu {
    width: 100%;
    position: relative;
    z-index: 2;
    overflow-y: hidden;
}
@media (max-width: 768px) {
    .our-services .top-head .col-md-4 {
        text-align: left;
        margin-top: 25px;
    }
    .our-services div.scrollmenu a {
        width: 100%;
    }
    .our-services h1 {
        font-size: 40px;
    }
}

.our-markets {
    margin-bottom: 80px;
}
.our-markets .top-head {
    margin-bottom: 50px;
}
.our-markets div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}
.our-markets div.scrollmenu a {
    margin-bottom: 10px;
    hyphens: auto;
    display: inline-block;
    color: white;
    padding: 25px;
    text-decoration: none;
    width: 24.7%;
    border-right: 0px;
    color: #000;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -webkit-pre-wrap;
    word-break: break-all;
    white-space: normal;
}
.our-markets .scrollmenu::-webkit-scrollbar-track {
    border-radius: 0px;
    padding-left: 500px;
    position: absolute;
    background: #223671;
    border-radius: 100px;
}
.our-markets .scrollmenu::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #1cb5ea;
    border-radius: 100px;
}
.our-markets .scrollmenu::-webkit-scrollbar {
    width: 0px;
    margin-top: 30px;
    height: 12px;
    padding-top: 40px;
}
.our-markets div.scrollmenu a img {
    border-radius: 8px;
}
.our-markets div.scrollmenu p {
    width: 100%;
    position: absolute;
    bottom: 20px;
    color: #fff;
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}
.our-markets div.scrollmenu p img {
    margin-left: 10px;
}
.our-markets .scrollmenu {
    width: 100%;
    position: relative;
    z-index: 2;
    overflow-y: hidden;
}
@media (max-width: 768px) {
    .our-markets .top-head .col-md-4 {
        text-align: left;
        margin-top: 25px;
    }
    .our-markets h1 {
        font-size: 40px;
    }
    .our-markets div.scrollmenu a {
        width: 75%;
    }
}

.testimonials {
    margin-bottom: 80px;
}
.testimonials .top-head {
    margin-bottom: 50px;
}
.testimonials .top-head .col-md-4 {
    text-align: right;
}
.testimonials div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}
.testimonials div.scrollmenu a {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
    margin-bottom: 40px;
    hyphens: auto;
    display: inline-block;
    color: white;
    padding: 30px;
    text-decoration: none;
    width: 35%;
    height: 330px;
    border-right: 1px solid #27459d;
}
.testimonials div.scrollmenu .col-md-12 h3 {
    margin-bottom: 50px;
    color: #000;
    font-size:16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0px;
}
.testimonials div.scrollmenu .col-md-8 {
    margin: auto;
}
.testimonials div.scrollmenu .col-md-8 h5 {
    margin-bottom: 0px;
    color: #1cb5ea;
}
.testimonials div.scrollmenu .col-md-8 p {
    margin-bottom: 0px;
    color: #000;
}
.testimonials div.scrollmenu .col-md-4 img {
    border-radius: 50%;
    border: 2px solid #27459d;
}
.testimonials .scrollmenu::-webkit-scrollbar-track {
    border-radius: 0px;
    padding-left: 500px;
    position: absolute;
    background: #223671;
    border-radius: 100px;
}
.testimonials .scrollmenu::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #1cb5ea;
    border-radius: 100px;
}
.testimonials .scrollmenu::-webkit-scrollbar {
    width: 0px;
    margin-top: 30px;
    height: 12px;
    padding-top: 40px;
}
.testimonials .scrollmenu {
    width: 100%;
    position: relative;
    z-index: 2;
    overflow-y: hidden;
}
@media (max-width: 768px) {
    .testimonials .top-head .col-md-4 {
        text-align: left;
        margin-top: 25px;
    }
    .testimonials div.scrollmenu a {
        width: 100%;
    }
    .testimonials div.scrollmenu .col-md-12 h3 {
        font-size: 22px;
    }
}

.the-button {
    letter-spacing: 1px;
    background: #1cb5ea;
    padding: 10px 25px;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.the-button:hover {
    color: #fff;
}
@media (max-width: 500px) {
    .the-button {
        font-size: 13px;
    }
}

.all-tags {
    margin-bottom: 40px;
}
.all-tags .container .row .col-12 {
    border: 1px solid #145099;
    padding: 20px;
    background: #f6f6f6;
    border-radius: 8px;
    margin: 10px;
}
.all-tags .container ul {
    list-style: none;
    margin-bottom: 0rem;
}
.all-tags .container ul li {
    float: left;
    margin-right: 30px;
}
@media (max-width: 500px) {
    .all-tags .container .row {
        padding: 15px;
    }
    .all-tags .container .row .col-12 {
        padding: 10px;
        margin: 0px;
    }
    .all-tags .container ul li {
        float: left;
        margin-bottom: 10px;
    }
}

.social-share {
    margin-bottom: 50px;
}
.social-share .container .row .col-12 {
    border-top: 1px solid #1cb5ea;
    border-bottom: 1px solid #1cb5ea;
    padding: 20px;
    margin: 10px;
}
.social-share .container ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0rem;
}
.social-share .container ul li {
    float: left;
    margin-right: 20px;
    color: #145099;
}
@media (max-width: 500px) {
    .social-share .container .row {
        padding: 15px;
    }
    .social-share .container .row .col-12 {
        padding: 10px;
        margin: 0px;
    }
}

.links-tab {
    margin-bottom: 40px;
}
.links-tab .container .row {
    padding: 20px;
    background: #1894d0;
    border-radius: 8px;
    margin: 10px;
}
.links-tab .container .row .col-md-4 {
    text-align: center;
    border-right: 1px solid #fff;
}
.links-tab .container .row .col-md-4:last-child {
    border: 0px;
}
.links-tab .container .row .col-md-4 h4 {
    color: #fff;
    margin-bottom: 0px;
}
.links-tab .container .row .col-md-4 a {
    color: #fff;
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .links-tab .container .row .col-md-4 {
        text-align: center;
        border-right: 0px;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.similer-proj {
    margin-bottom: 100px;
}
.similer-proj img {
    z-index: 100;
    border-radius: 8px;
}
.similer-proj .theoverly:after {
    position: absolute;
    border-radius: 8px;
    content: " ";
    background-image: linear-gradient(0deg, rgba(2, 0, 36, 0) 60%, rgb(0 0 0) 100%);
    left: 0px;
    z-index: 20;
    width: 100%;
    height: 30%;
    top: 0;
    display: inline-block;
    padding: 0px;
}
.similer-proj span.date {
    top: 0;
    z-index: 100;
    position: absolute;
    left: 35px;
    color: #fff;
    padding-top: 15px;
}
.similer-proj .card {
    border: 0px;
    margin-bottom: 40px;
}
.similer-proj .content-box {
    margin-top: 20px;
}
.similer-proj .content-box .col-9 {
    margin: auto;
}
.similer-proj .content-box .col-9 h6 {
    color: #145099;
}
.similer-proj .content-box .col-9 p {
    margin-bottom: 0px;
    font-size: 14px;
}
.similer-proj .content-box .col-9 p a {
    color: #1cb5ea;
}
.similer-proj .content-box .col-3 {
    margin: auto;
}
.similer-proj .content-box .col-3 img {
    border-radius: 50%;
    border: 1px solid #1cb5ea;
}
.similer-proj .content-box .main-head {
    margin-bottom: 10px;
}
.similer-proj .content-box .main-head h4 a {
    color: #145099;
}
.similer-proj .content-box .learn-but {
    margin-top: 20px;
}
.similer-proj .content-box .learn-but a {
    color: #1cb5ea;
    display: block;
    border-bottom: 1px solid #145099;
    padding-bottom: 10px;
}
.similer-proj .content-box .col-12 img {
    right: 15px;
    position: absolute;
    top: 6px;
}
.similer-proj .load-more-but {
    display: flex;
    justify-content: center;
}
@media (max-width: 500px) {
    .similer-proj {
        margin-bottom: 50px;
    }
}

.industry-details {
    margin-bottom: 100px;
}
.industry-details img {
    z-index: 100;
    border-radius: 8px;
}
.industry-details theoverly:after {
    position: absolute;
    border-radius: 8px;
    content: " ";
    background-image: linear-gradient(0deg, rgba(2, 0, 36, 0) 60%, rgb(0 0 0) 100%);
    left: 0px;
    z-index: 20;
    width: 100%;
    height: 30%;
    top: 0;
    display: inline-block;
    padding: 0px;
}
.industry-details span.date {
    top: 0;
    z-index: 100;
    position: absolute;
    left: 15px;
    color: #fff;
    padding-top: 15px;
    font-size: 12px;
}
.industry-details .card {
    border: 0px;
    margin-bottom: 40px;
}
.industry-details .content-box {
    margin-top: 20px;
}
.industry-details .content-box .col-9 {
    margin: auto;
}
.industry-details .content-box .col-9 h6 {
    color: #145099;
}
.industry-details .content-box .col-9 p {
    margin-bottom: 0px;
    font-size: 14px;
}
.industry-details .content-box .col-9 p a {
    color: #1cb5ea;
    font-size: 12px;
}
.industry-details .content-box .col-3 {
    margin: auto;
}
.industry-details .content-box .col-3 img {
    border-radius: 50%;
    border: 1px solid #1cb5ea;
}
.industry-details .content-box .main-head {
    margin-bottom: 10px;
}
.industry-details .content-box .main-head h4 a {
    color: #145099;
}
.industry-details .content-box .learn-but {
    margin-top: 20px;
}
.industry-details .content-box .learn-but a {
    color: #1cb5ea;
    display: block;
    border-bottom: 1px solid #145099;
    padding-bottom: 10px;
}
.industry-details .content-box .col-12 img {
    right: 15px;
    position: absolute;
    top: 6px;
}
.industry-details .load-more-but {
    display: flex;
    justify-content: center;
}
@media (max-width: 500px) {
    .industry-details {
        margin-bottom: 50px;
    }
}

.huge-cta {
    margin-bottom: 100px;
}
.huge-cta .row {
    border: 1px solid #1cb5ea;
    background: #f8f8f8;
    border-radius: 40px;
}
.huge-cta .col-md-8 {
    text-align: center;
    padding: 40px;
    padding-bottom: 60px;
}
.huge-cta .col-md-8 h1 {
    margin-bottom: 30px;
}
.huge-cta .col-md-8 p {
    margin-bottom: 50px;
    font-weight: 300;
}
@media (max-width: 500px) {
    .huge-cta {
        margin-bottom: 50px;
    }
    .huge-cta {
        padding: 15px;
    }
    .huge-cta .col-md-8 {
        text-align: center;
        padding: 20px;
        padding-bottom: 40px;
    }
}

.owl-bubble {
    margin-bottom: 80px;
}
.owl-bubble .owl-carousel.owl-drag .owl-item {
    height: 230px !important;
}
.owl-bubble .owl-carousel.owl-drag .owl-item img {
    width: 160px;
    border-radius: 8px;
}
.owl-bubble .owl-carousel.owl-drag .center {
    padding-bottom: 20px;
    height: 100%;
}
.owl-bubble .owl-carousel.owl-drag .center img {
    width: 100%;
    margin-left: -10px;
}
.owl-bubble .owl-item > div {
    cursor: pointer;
    margin: 15% 10%;
    transition: margin 0.4s ease;
}
.owl-bubble .owl-item.center > div {
    cursor: auto;
    margin: 0;
}
.owl-bubble .owl-nav button.owl-next {
    border: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 40%;
    height: 0;
    background: #145099;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 50%;
}
.owl-bubble .owl-nav button.owl-prev {
    border: 2px solid #fff;
    position: absolute;
    left: -20px;
    top: 40%;
    height: 0;
    background: #145099;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 50%;
}
.owl-bubble .owl-nav button.owl-prev:focus,
.owl-bubble .owl-nav button.owl-next {
    outline: none;
}
@media (max-width: 500px) {
    .owl-bubble {
        margin-bottom: 60px;
    }
    .owl-bubble .owl-carousel.owl-drag .center img {
        margin-left: 0px;
        widht: 100% !important;
    }
    .owl-bubble .owl-carousel.owl-drag .owl-item img {
        margin-left: 0px;
        widht: 100% !important;
    }
    .owl-bubble .owl-item > div {
        cursor: pointer;
        margin: 0% 0%;
        transition: margin 0.4s ease;
    }
    .owl-bubble .owl-carousel.owl-drag .owl-item {
        height: 370px !important;
    }
    .owl-bubble .owl-nav button.owl-prev {
        left: 0px;
    }
}

footer {
    background: #f5f2f2;
    padding-bottom: 80px;
    padding-top: 80px;
}
footer .col-md-3 img {
    display: flex;
    margin: auto;
}
footer .col-md-3 ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
footer .col-md-3 ul li {
    float: left;
    margin-right: 15px;
}
footer .col-md-3 ul li:last-child {
    margin-right: 0px;
}
footer h4 {
    font-size: 18px;
}
footer ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 25px;
}
footer ul li {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
}
footer ul li a {
    color: #000;
    font-weight: 300;
}
footer ul li.need-help {
    border-top: 1px solid #000;
    padding-top: 10px;
    font-weight: 500;
}
footer ul li.needhelp-link a {
    font-weight: 500;
    color: #145099;
    border-bottom: 1px solid #145099;
    padding-bottom: 8px;
    display: block;
}
@media (max-width: 500px) {
    footer {
        background: #f5f2f2;
        padding-bottom: 50px;
        padding-top: 40px;
    }
    footer ul li {
        margin-bottom: 10px;
    }
    footer .col-6 {
        margin-bottom: 15px;
    }
    footer ul {
        margin-top: 10px;
    }
    footer ul.social-icos img {
        width: 25px;
    }
    footer .col-12 {
        margin-bottom: 30px;
    }
    footer .col-12 img.logo {
        width: 180px;
        margin-bottom: 20px;
    }
}

.recenet-projects .for-heading {
	width:70%;
}
.recenet-projects .project-cards {
    margin-top: 30px;
}
.recenet-projects .project-cards .proj-info {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    padding-top: 300px;
    padding-bottom: 20px;
}
    .recenet-projects .project-cards .single-proj-img-01 {
        background: url('/img/projects/Facade-B-IT-Lab.png');
    }
    .recenet-projects .project-cards .single-proj-img-02 {
        background: url('/img/221_Al_Salam_Jeddah_01.jpg');
    }
    .recenet-projects .project-cards .single-proj-img-03 {
        background: url("/img/SWCC_Jeddah_A.jpg");
    }
    .recenet-projects .project-cards .single-proj-img-04 {
        background: url("/img/projects/208_Exterior_06_Dec17_lowres.jpg");
    }
    .recenet-projects .project-cards .single-proj-img-05 {
        background: url("/img/projects/Business-Gate-03-LR.jpg");
    }

.recenet-projects .project-cards .proj-info h4 {
    margin-bottom: 35px;
    color: #fff;
    font-size: 20px;
}
.recenet-projects .project-cards .proj-info span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}
.recenet-projects .project-cards .proj-info a.button {
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: right;
}
.recenet-projects .project-cards .proj-info a.button:before {
    background: url("../img/right-arrow-white.png");
    left: 20px;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.recenet-projects .owl-carousel .owl-nav button.owl-next {
    right: 20px;
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    background-image: url("../img/next-button.svg");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
}
.recenet-projects .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    background-image: url("../img/prev-button.svg");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
}
.recenet-projects .owl-carousel .owl-nav button.owl-next span,
.recenet-projects .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.recenet-projects .owl-carousel button.owl-dot {
    display: none;
}
@media (max-width: 768px) {
    .recenet-projects .d-flex {
        flex-direction: column;
    }
}

.our-policy {
    margin-top: 60px;
    margin-bottom: 60px;
}
.our-policy .row {
    margin-bottom: 40px;
}
.our-policy .policy-box {
    width: 47% !important;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #1cb5ea;
    padding: 60px !important;
    border-radius: 40px;
}
.our-policy .policy-box h4 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.our-policy .policy-box p {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .our-policy {
        text-align: center;
    }
    .our-policy .policy-box {
        width: 100% !important;
        margin-bottom: 30px;
        padding: 20px !important;
    }
    .our-policy .d-flex img {
        width: 50%;
    }
    .our-policy .d-flex a img {
        width: 50px;
    }
    .policy-box p {
        font-size: 14px;
    }
    .our-policy .d-flex {
        flex-direction: column;
    }
    .our-policy .policy-box h4 {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 22px;
    }
}

.our-alients {
    margin-bottom: 60px;
}
.our-alients .container {
    background: #1894d0;
    padding: 40px;
    border-radius: 40px;
    color: #fff;
}
.our-alients .container .col-md-6 {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .our-alients {
        text-align: center;
    }
    .our-alients .container {
        background: #1894d0;
        padding: 20px;
        border-radius: 0px;
        color: #fff;
    }
    .our-alients .justify-content-between {
        justify-content: center !important;
    }
}

.filterbar {
    margin-top: 30px;
    margin-bottom: 20px;
}
.filterbar .container {
    background: #1894d0;
    border-radius: 8px;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    align-items: center;
}
.filterbar .container a {
    color: #fff;
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(49deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 100%);
    display: inline-block;
    padding: 8px 30px;
    border-radius: 80px;
}
.filterbar .container .bd-highlight:last-child {
    text-align: right;
}
.filterbar .container .bd-highlight:last-child a {
    padding: 5px 10px;
    padding-bottom: 8px;
}
.filterbar .container .bd-highlight:last-child a img {
    margin-left: 0px;
}
.filterbar .container a img {
    margin-left: 10px;
}
@media (max-width: 768px) {
    .filterbar {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .filterbar .container {
        background: #1894d0;
        border-radius: 0px;
        text-align: center;
        padding: 10px 20px;
        color: #fff;
        align-items: center;
    }
    .filterbar span {
        display: none;
    }
    .filterbar .filter-text {
        width: 95%;
        display: block;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }
    .filterbar .container a img {
        margin-left: 0px;
        width: 20px;
    }
    .filterbar .container a {
        padding: 8px 10px;
    }
}

.mobile-faq-link {
    display: none;
    margin-top: 0px;
}
.mobile-faq-link p {
    margin-bottom: 0px;
}
.mobile-faq-link .card {
    border: 1px solid #1894d0;
    border-top: 0px;
    border-radius: 0px 0px 3px 3px;
}
.mobile-faq-link .card ul {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0px;
}
.mobile-faq-link .card ul li {
    margin-bottom: 15px;
}
.mobile-faq-link .card ul li:last-child {
    margin-bottom: 0px;
}
.mobile-faq-link .card ul li a {
    color: #1894d0;
    margin-bottom: 20px;
}
.mobile-faq-link .faq-toggle {
    border: 1px solid #145099;
    display: block;
    border-radius: 3px;
    padding: 10px;
    color: #1894d0;
    font-weight: 600;
}
.mobile-faq-link .faq-toggle:after {
    content: "";
    background: #145099;
    width: 20px;
    margin-top: 2px;
    background: url("../img/menu.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 20px;
    position: absolute;
    right: 25px;
}

@media (max-width: 768px) {
    .mobile-faq-link {
        display: block;
        margin-top: 0px;
    }
}

.top-headertitle {
    margin-top: 20px;
}
.top-headertitle .container {
    border: 1px solid #145099;
    border-radius: 40px;
}
.top-headertitle .container img {
    border-radius: 0px 38px 38px 0px;
}
.top-headertitle .col-md-6 {
    margin: auto;
    padding: 0px;
}
.top-headertitle .col-md-6:first-child {
    padding-left: 50px;
}
.top-headertitle .col-md-6 h1 {
    font-size: 70px;
    color: #145099;
    margin-bottom: 0px;
}
.top-headertitle ul {
    list-style: none;
    padding-left: 0px;
}
.top-headertitle ul li {
    float: left;
    margin-right: 0px;
}
.top-headertitle ul li:after {
    content: "/";
    color: #1cb5ea;
    margin-left: 10px;
    margin-right: 10px;
}
.top-headertitle ul li:last-child:after {
    display: none;
}
.top-headertitle ul li a {
    color: #1cb5ea;
}
@media (max-width: 768px) {
    .top-headertitle {
        margin-top: 20px;
        padding: 15px;
    }
    .top-headertitle .col-md-6 h1 {
        font-size: 40px;
        color: #145099;
        margin-bottom: 0px;
    }
    .top-headertitle .container {
        border: 1px solid #145099;
        border-radius: 20px;
    }
    .top-headertitle .container img {
        border-radius: 0px 0px 18px 18px;
    }
    .top-headertitle .col-md-6:first-child {
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .top-headertitle ul li a {
        color: #1cb5ea;
        font-size: 13px;
    }
    .top-headertitle ul li:after {
        content: "/";
        color: #1cb5ea;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.market-sidebar {
    margin-top: 50px;
    margin-bottom: 50px;
}
.market-sidebar .col-md-2 {
    border-right: 1px solid #1cb5ea;
    padding: 0px;
}
.market-sidebar .col-md-10 {
    padding-left: 40px;
}
@media (max-width: 768px) {
    .market-sidebar {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .market-sidebar .col-md-2 {
        display: none;
    }
    .market-sidebar .col-md-10 {
        padding-left: 30px;
        padding-right: 0px;
    }
}

.market-sidebar .col-md-2 .market-head {
    margin-bottom: 15px;
}
.market-sidebar .col-md-2 .market-head a {
    font-size: 20px;
    color: #fff;
    display: block;
    background: #145099;
    padding: 10px 20px;
    border-radius: 30px 0px 0px 30px;
}

.market-sidebar .col-md-2 .industry-active {
    padding: 5px 20px;
    display: block;
    color: #fff !important;
    background: #1894d0 !important;
    border-radius: 30px 0px 0px 30px;
    padding-top: 20px;
}
.market-sidebar .col-md-2 .industry-active a {
    color: #fff;
    font-size: 18px;
}
.market-sidebar .col-md-2 .industry-active ul {
    list-style: none;
    padding-left: 10px;
    margin-top: 15px;
}
.market-sidebar .col-md-2 .industry-active ul li {
    margin-bottom: 10px;
}
.market-sidebar .col-md-2 .industry-active ul li a {
    font-size: 16px;
    margin-bottom: 10px;
}

.market-sidebar .col-md-2 .industry-active a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../img/industry-right-arrow.png");
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    right: 10px;
    margin-top: 5px;
}

.market-sidebar .col-md-2 .industry-active {
    margin-bottom: 10px;
}
.market-sidebar .col-md-2 .sub-market-head {
    margin-bottom: 10px;
}
.market-sidebar .col-md-2 .sub-market-head a {
    font-size: 17px;
    color: #1894d0;
    display: block;
    background: #fff;
    padding: 5px 20px;
}
.market-sidebar .col-md-2 .sub-market-head a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../img/industry-right-arrow-blue.png");
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    right: 10px;
    margin-top: 5px;
}

.market-sidebar .market-details .col-md-6 .market-box-link {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #a3d4ec;
}
.market-sidebar .market-details .col-md-6 .market-box-link img {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px 10px 0px 0px;
}
.market-sidebar .footer-headlinks {
    padding-left: 25px;
}
.market-sidebar .footer-headlinks h5 {
    margin-bottom: 0px;
    color: #145099;
    margin-bottom: 30px;
    font-size: 20px;
}
.market-sidebar .footer-headlinks a {
    font-size: 16px;
    color: #1cb5ea;
}
.market-sidebar .footer-headlinks a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/right-arrow.png");
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    right: 30px;
    margin-top: 3px;
}

.market-sidebar .market-details .card {
    border: 1px solid #a3d4ec;
    border-radius: 10px;
}
.market-sidebar .market-details .card img.top {
    border-radius: 10px 10px 0px 0px;
    background: #fff;
}
.market-sidebar .market-details .card img.bottom {
    border-radius: 0px 0px 10px 10px;
    background: #fff;
}
.market-sidebar .market-details .card a h5 {
    font-size: 18px;
    color: #145099;
}
.market-sidebar .market-details .card a p {
    font-size: 14px;
    color: #1cb5ea;
}
.market-sidebar .market-details .card a p:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/right-arrow.png");
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    right: 30px;
    margin-top: 3px;
}

.filterbar .dropdown-menu.show {
    background: #fff;
    border: 0px;
    display: inline-grid;
    margin-top: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.filterbar .container .dropdown-menu.show .dropdown-item {
    background: none;
    color: #1894d0;
    padding: 8px 15px;
}
.filterbar .container .dropdown-menu.show .dropdown-item input {
    margin-right: 10px;
}

.chat-add-foot {
    background: #e2dddd;
}
.chat-add-foot .foot-chat {
    padding-top: 30px;
    padding-bottom: 30px;
}
.chat-add-foot .foot-chat .col-2:last-child {
    text-align: right;
}
.chat-add-foot .foot-chat .col-md-8 {
    text-align: center;
}
@media (max-width: 768px) {
    .chat-add-foot .col-2 {
        display: none;
    }
}

.copyright {
    background: #145099;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.copyright p {
    margin-bottom: 0px;
}

.aboutus-section {text-align: center;margin:80px 0;}
.aboutus-section h2 {color:#145099;}
.allvalues-list .theboxed {border:1px solid #ccc;height:100%;padding:20px 10px;border-radius:8px;background: #f5f2f23d;}
.allvalues-list h4 {font-size: 18px;}
.allvalues-list h5 {color:#145099;font-size:50px;position: absolute;bottom:0;opacity:0.3;}
.allvalues-list p {font-size:12px;font-weight:300;}


.inhouse-services {margin-bottom: 50px;}
.inhouse-services img {border-radius:8px 8px 0px 0px;margin-bottom:10px; }
.inhouse-services .col-md-3 {margin-bottom: 20px;height:100%;}
.inhouse-services h2 {text-align: center;margin-bottom:30px;color: #145099;}
.inhouse-services .thehousebox {border-radius:8px;border:1px solid #1cb5ea;height:100%;background:#cccccc36;}
.inhouse-services .thehousebox h5 {padding: 10px;}
@media (max-width: 768px){
	.inhouse-services .thehousebox h5 {padding: 10px;font-size:14px; }
}
















