@font-face{
    font-family: "elementskit";
    src: url("../fonts/7280a131e9f73efe49c55d60cf58ebd6.eot");
    src: url("../fonts/7280a131e9f73efe49c55d60cf58ebd6.eot?#iefix")format("embedded-opentype"),
        url("../fonts/7280a131e9f73efe49c55d60cf58ebd6.woff")format("woff"),
        url("../fonts/7280a131e9f73efe49c55d60cf58ebd6.woff2")format("woff2"),
        url("../fonts/7280a131e9f73efe49c55d60cf58ebd6.ttf")format("truetype"),
        url("../fonts/7280a131e9f73efe49c55d60cf58ebd6.svg#elementskit")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
:root, [data-bs-theme=light] {
    --bs-primary: #000;
    --bs-primary-rgb: #000;
    --bs-dropdown-link-active-bg: #35210d;
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

body
{
    margin: 0;
    /*font-family: "Outfit", sans-serif;*/
    font-family: "Roboto Serif", serif;
    font-weight: 300;
    line-height: 1.8;
    color: #000;
    background-color: #f0eee6;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    letter-spacing: 1px;
}
.sub-text, .sub-text p {
    font-family: "Roboto Serif", serif;
    font-size: 18px;
    letter-spacing: 1px;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.video-item.text-center {
    position: relative;
}
a.enq-list.xlrmnjgjod {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.vid-bg.position-relative {
    border-radius: 1000px;
    overflow: hidden;
    width: 350px;
    height: 350px;
    object-fit: cover;
    box-shadow: 0px 12px 11px #e1e1e1;
    margin-bottom: 35px;
    padding: 0;
    border: 19px solid #ffffff00;
    margin: 0 auto 35px;
}
.vid-bg.position-relative img.vid-img {
    height: 100%;
    object-fit: cover;
}
.vid-text {
    width: 80%; margin: 0 auto;
}
div#popup-video .modal-dialog {
    max-width: 75%;
}
div#popup-video .modal-dialog iframe.sazfwmjgwh {
    width: 100%;
    height: 750px;
}
@media(max-width: 1400px){
    div#popup-video .modal-dialog iframe.sazfwmjgwh {
        width: 100%;
        height: 600px;
    }
}
@media(max-width: 1300px){
    div#popup-video .modal-dialog iframe.sazfwmjgwh {
        width: 100%;
        height: 430px;
    }
}
div#popup-video button.close.ewzznjimmb {
    position: absolute;
    right: -11px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    top: -11px;
}
.hc-img img {
    border-radius: 26px;
    box-shadow: 31px 37px 35px #7f7f7f80;
    border: 10px solid #ffffff00;
}
a.wapp-icon-bottom {
    position: fixed;
    bottom: 20px;
    left: 20px;
}
h1, .h1 {
    font-size: 39px;
}
h1 strong, .h1 strong {
    font-weight: 500;
}
h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 200 !important; font-family: "Roboto", sans-serif;
}
h3, .h3
{
    font-size: 1.55rem;
    /* color: #ff2b2b; */
    font-weight: 300 !important;
    margin-bottom: 20px;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 100 !important;
}
h2, .h2
{
    font-size: 27px;
    padding-bottom: 0px;
    letter-spacing: 0px;
}
h1 {
    margin-bottom: 25px;
}
p {
    font-size:15px;
    font-weight: 300;
    line-height: 2rem;
    letter-spacing: 1px;
}
h5 {
    font-weight: 200 !important;
    margin-bottom: 16px;     line-height: 30px;
}
.border-bottom-1 {
    border-bottom: 1px solid;
    display: inline-block;
}
.ee-img-text a {
    text-decoration: underline; color: #564500;
}
/*.color-red h2 {
    color: #35210d;
}*/
.minju-content table td {
    border: 1px solid #000;
    padding: 25px;
    vertical-align: top;
}
.home-page-three-box-new {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.home-page-three-box-new:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.color-red h3 {
    color: #564500;
}
.h-image {
    width: 305px;
    height: 305px;
    border-radius: 1000px;
    overflow: hidden;
    margin: 0px auto 35px auto;
    border: 17px solid #e8e5df;
    box-shadow: 0px 16px 10px #00000014;
    position: relative;
}
.video-img {
    position: relative;
    height: 100%;
    vertical-align: middle;
}
.video-img .h-image {
    width: 100%;
    height: 100%;
    border-radius: 55px;
    margin: 0 0;
    border: 5px solid #cccc;
    box-shadow: inherit;
    position: relative;
    vertical-align: middle;
}
.video-img .h-image video.view-project-tooltip.cursor-none.absolute.left-0.top-0.w-full {
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: fill;
}
/*.descriptiontwo {
    background: #cccccc26;
    padding: 60px 5px 1px 55px;
    border-radius: 30px;
    margin: 25px 0 60px !important;
}*/
.descriptiontwo ul {
    padding: 0;
    list-style: none;
}
/*.descriptiontwo ul li {
    width: 48%;
    display: inline-block;
    padding: 0 70px 0 0;
    vertical-align: top;
    margin-bottom: 20px;
}*/
/*.descriptiontwo ul li:nth-child(odd) {
    border-right: 1px solid #99999966;
    margin-right: 55px;
}*/

.descriptiontwo ul li {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 50px 0;
    text-align: left;
    padding: 35px 40px 35px;
    border-radius: 15px;
    border: 1px solid #99999991;
}
.minju-w-8 {
    width: 95%;
    margin: 0 auto 0px;
}
.headingTwowrapper {
    width: 44%;
    display: inline-block;
    margin: 13px 46px 0 0px;
}
.headingTwowrapper img{
    border-radius: 30px;
}
.mhos-img-border-radius img {
    border-radius: 30px;
    filter: sepia(1);
    width: 100%;
}
.mhos-o-des-img img {
    float: left;
    margin-right: 30px;
    border-radius: 15px;
    max-width: 375px;
}
/*.descriptiontwo ul li:last-child{border: 0 !important}*/
.pop-content {
    text-align: left;
    /*background: #fff;*/
    position: relative;
    margin: 0 0;
    padding: 35px 0px 35px 45px;
    border-radius: 75px;
    /*height: 415px;
    overflow: auto;*/
}
.pop-content h2 {
    color: #fff;
}
.pop-content .b-short-desc.sub-text {
    height: 290px;
    overflow: auto;padding-right: 20px;
}
.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.three-points {
    background: #e2e0da99;
    border-radius: 55px;
    padding: 50px 55px 10px;
    margin-bottom: 65px;
}
.wow,
.animated {
    animation-duration: 2s !important;
}
.btn-primary {
    color: #000000;
    background-color: inherit;
    border-color: #000000;
    letter-spacing: 1px;
}

.certificates-box {
    display: inline-block;
    width: 23%;
    margin: 0 22px;
}

.fade:not(.show) {
    opacity: 0;

}
.modal.show {
    background: #000000c7; display: block;
    
}
.modal-backdrop {
    position: relative; display: none;
}



h2.text-watermark {
    font-size: 6em;
    color: #ccc;
    text-align: center;
    letter-spacing: 25px;
    /*position: absolute;*/
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.owl-dot {
    display: inline-block;
    margin: 0 8px;
}
.owl-dot span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #00359370;
    border-radius: 50px;
}
.owl-dot.active span {    
    background: #003593;
}
.owl-dots {
    text-align: center;
}
.client-carousel img.img-fluid {
    border: 1px solid #6262625c;
    border-radius: 200px;
    padding: 3px;
}
.copyright a {
    color: #fff;
}
.copyright {
    font-size: 14px;
    background: #242424;
    padding: 12px 0;
        color: #fff;
}
.about-us {
    width: 85%;
    margin: 0 auto;
}
.inner-banner-img h1 {
    color: #564500;
    /*text-align: center;*/
    text-transform: capitalize;
    border-bottom: 1px dashed;
    padding-bottom: 20px;
}

.inner-banner-img img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.assets-images img {
    height: auto;
    object-fit: none;
    width: auto;
}
.inner-banner .page-title .breadcrumb {
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 100%;
    position: relative;
}
.inner-banner .page-title .breadcrumb ul li a:after {
    content: '/';
    position: absolute;
    right: -15px;
}
.inner-banner .page-title .breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #000;
    color: #fff;
}
.inner-banner .page-title .breadcrumb ul li {
    display: inline-block;
    color: #fff;
}
.inner-banner .page-title .breadcrumb ul li a {
    color: #fff;
    position: relative;
    margin-right: 20px;
}
.about-image ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-image ul li {
    width: 46%;
    display: inline-block;
    margin: 10px;
}
.about-image ul li img.img-fluid {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
/*.even-odd-column .row:nth-child(even) {
    flex-direction: row-reverse;
}*/
.divideri {
    border-top: 1px solid #ccc;
    margin: 45px auto 23px;
    width: 70%;
}
.people-box-infinte {
    width: 33%;
    display: inline-block;     position: relative; vertical-align: top;
}
.tooltip-b {
  text-align: center;
}

.tooltiptext-b {
  display: none;
  z-index: 2;
}
.insight-wrapper {
    padding: 35px;
}

.tooltip-b.open-box .tooltiptext-b
{
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 36px;
    text-align: center;
    border-radius: 6px;
    background-color: #00000099;
    left: 0;
    z-index: 99999;
    height: 100%;
}

.p-description {
    color: #000000;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f0eee6;
    padding: 30px;
    backdrop-filter: blur(38px);
    border-radius: 13px;
}

button.close-btn-b {
    background: #b60000;
    border: 0;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 4px 14px;
    border-radius: 37px;
    color: #fff;
    border: 0px solid #fff;
}
.popup-content {
    text-align: left;
}
.tooltiptext-s{visibility: hidden; position: relative; opacity: 0; display: none; z-index: 9;}
.s-sub-heading {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
}
.s-description ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.s-description li {
    width: 45%;
    text-align: left;
    display: inline-block;
    padding: 5px 10px 0 0;
    vertical-align: top;
    position: relative;
    margin-bottom: 30px;
}
.s-description li ul li{
    margin-bottom: 10px;
}
.people-image-right {
    text-align: right;
}

.people-content-left {
    padding: 20px 0 0 0;
}
/*.s-description li ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #35210d;
    position: absolute;
    left: -17px;
    top: 18px;
}*/
.border-right-1 {
    border-right: 0px solid #a5a5a5;
    /*height: 100%;*/
}
.s-description li strong
{
    color: #cd0000;
}
.s-description li ul li:last-child {
    width: 45%;
}

.s-description li:last-child {
    width: 91%;
}
.people-box-infinte:hover .tooltiptext-s{visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 2px BLACK;
    opacity: .4; display: inline-block;}
.home-page-box .tooltip-b:hover .tooltiptext-s{visibility: visible;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 2px BLACK;
    opacity: .7; display: inline-block;}
.h-image video.view-project-tooltip.cursor-none.absolute.left-0.top-0.w-full {
    width: 180%;
    height: 100%;
    position: relative;
    left: -82px;
}
.box-infinte:nth-child(3n+1) {
    border-right: 1px solid #ccc;
    padding-right: 45px;
}
.h-text-small p {
    font-size: 15px; text-align: left;
}
.people-box-infinte img.img-fluid {
    border: 17px solid #f0eee6;
    border-radius: 1000px;
    box-shadow: 0px 13px 10px #cccccca6;
}
.people-box-infinte .i-name-pdf {
    text-align: center;
    margin: 40px 0 55px;
}
.people-box-infinte .i-name-pdf .p-name {
    color: #564500;
    font-size: 20px;
}
.people-wrapper {
    text-align: center; margin-top: 35px;
}
.people-image-right img.img-fluid {
    border-radius: 30px;
    border: 6px solid #f0eee6;
}
.insight-wrapper img.img-fluid {
    border-radius: 25px;
    border: 6px solid #f0eee6;
}
.insight-wrapper .p-name a {
    color: #564500;
}
.right-blog {
    background: #ffffee45;
    padding: 18px 13px;
}
.right-blog h3 {
    font-size: 23px;
    margin-bottom: 0;
}
.right-blog a.btn.btn-link.link-black {
    font-size: 15px;
    color: #35210d;
}
.right-blog h5 {
    font-size: 14px;
}
.fixed-recent {
    position: sticky;
    top: 140px;
}
.descriptionone p {
    font-size: 20px;
}
.box-infinte {
    width: 45%;
    display: inline-block;
    text-align: center;
    padding: 0 40px;
    margin: 0 auto;
}
.box-infinte .i-name {
    font-size: 40px;
    color: #35210d;
    font-weight: 100;
    text-transform: uppercase;
    margin: 12px 0;
}
.box-infinte:last-child {
    margin: 50px auto;
    width: 100%;
    border: 0;
    padding: 0 27%;
}
.box-infinte-wrapper {
    text-align: center;
    padding-top: 30px;
}

.exp-content {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 500px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    background: #0d5db1;
    border: 10px solid #fff;
}
.exp-center {
    font-size: 18px;
}
.exp-content span {
    font-size: 100px;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
}

.two-boxs {
    box-shadow: 0 0 28px #ccc;
    padding:40px;
    height: 100%;
    vertical-align: middle;
}
.a-b-top {
    padding-top: 20px;
}
.two-boxs.t-b-1 {
    
}
.aboubt-bg {
    background: url(../img/abou-valu-bg.jpg)  0 bottom no-repeat;
}
.our-presence-wrap .label {
    font-size: 22px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-top: 38px;
    padding: 8px 0;
}
.icon, .icon::before {
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content-box {
    box-shadow: 0 0 40px #ccc; height: 100%;
}
.c-box-content {
    padding: 30px 40px;
    position: relative;
}
.c-box-content .c-icon {
    display: flex;
    position: absolute;
    background: #053567;
    color: #fff;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    top: -63px;
}
.c-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.c-box-content h3 {
    min-height: 80px;
}
@media (max-width: 1400px) {
    .copyright {               
        background-size: cover;
    }
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 3rem;
    }
}

h1.display-1 {
    color: #fff;
}
li.breadcrumb-item a {
    color: #fff;
}
li.breadcrumb-item {
    color: #fff;
}
.w-55{width: 55%;}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
.breadcrumb-bg {
    background: #000;
    padding: 3px 0;
}
img {
    max-width: 100%;
}
.afterbanner-home {
    margin: 0px auto 0;
    width: 100%;
}


div#enquireModal {
    width: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: auto;
    transform: translate(0px, -50%);
    top: 50%;
}
div#enquireModal .modal-content {
    background: #fff;
    backdrop-filter: blur(37px);
    padding: 26px 35px;
    border-radius: 15px !important;
    box-shadow: 0 0 25px #001020;
    height: 500px;
    overflow: auto;
}
div#enquireModal .modal-header {
    padding: 0 0 15px 0; color: #000;
}
div#enquireModal .modal-body {
    padding: 25px 0 0;
}
div#enquireModal .modal-body .form-control {
    background: none;
    color: #333;
    margin: 7px 0;
    padding: 10px 19px;
    border: 1px solid #333;
}
div#enquireModal .modal-body label {
    width: 100%;
}
.gcc-img .img-bg img {
    max-width: 130px;
}
.g-image-offer img.img-fluid {
    max-width: 130px;
}
.gcc-head h2 {
    color: #000;
    border-bottom: 1px dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cer-head{
    height: 100%;
    border-right: 2px dashed #000;
    text-transform: uppercase;
    justify-content: center;
}
div#enquireModal .modal-body .submitProductForm {
    background: #000;
    border: 0;
}
/*** Button Start ***/

.btn.btn-primary:hover {
    background: none !important;
    color: #000 !important;
}

.btn {
    font-weight: 300;
    transition: .5s;
    font-size: 1.2rem;
    border: 0;
    padding: 0;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Button End ***/


/*** Navbar Start ***/
.nav-bar {
    background: #f0eee6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.top-header-wrapper {
    height: 100px;
    margin-bottom: 70px;
}
.navbar {    
    padding: 15px 0px 0;
    display: inline-block;
    width: 100%;
}
.globe-bg{
    background: url(../img/globe-bg.png) center 0 no-repeat;
    background-size: contain;
}

/*.navbar-expand-lg .navbar-collapse {
 
    justify-content: center;
}*/

.navbar .navbar-nav .nav-link {
    padding: 35px 0 35px 85px;
    font-weight: 400;
    font-size: 14px;
    transition: .5s;
    text-transform: uppercase;
    position: relative;
        letter-spacing: 1px;
}
.homepage-content-wrapper {
    text-align: center;
}

a.nav-item:last-child.nav-link:before{display: none}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #35210d; font-weight: 500;
}
a.nav-link.dropdown-toggle.show {
    color: #35210d;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
    transition: .5s;
}
a.nav-link.dropdown-toggle:hover:after {
    transform: rotate(180deg);
    transition: .5s;
}
a.nav-item.nav-link:last-child {
    /*background: #ffffff;*/
    color: #000;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 7px 29px;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 17px;
    margin: 29px 0 0;
}
.nav-item.dropdown.active a.nav-link {
    color: #35210d;
}
a.nav-item.nav-link:last-child:hover {
    border: 1px solid #35210d; color: #35210d;
}
.dropdown-item.active, .dropdown-item:active {
    background: none;
    color: #35210d;
}
.extra-info {
    border-top: 1px solid #ccc;
    padding-top: 35px;
}
.home-gif-image img {
    max-width: 130px;
}
.home-gif-image {
/*    border-radius: 1000px;
    overflow: hidden;
*/  width: 55%;
    padding: 0;
    border: 0px solid #a9a9a9;
    position: relative;
    /*top: -25px;*/
}
.home-gif-image.architecture-page-img {
    width: 80%;
    padding: 0;
    border: 0px solid #a9a9a9;
    display: inline-block;
    margin-right: 0;
}
.architecture-wrapper {
    text-align: right;
}
.w-80 {
    width: 85%;
    margin: 0 auto 30px;
}
.afterbanner-home.architecture-text-right {
    text-align: left;
}

.architecture-wrapper .img-bg {
    padding: 0 25px;
}
/*.border-left-1{
    border-left: 1px solid #a9a9a9;
}*/
a.nav-item.nav-link:last-child span:hover {
    color: #000; 
}



@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;        
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 10px;
    margin-right: 0;
    font-size: inherit;
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 15rem;
    padding: .8rem;
    margin: 0;
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #f0eee6;
    background-clip: padding-box;
    border: 1px solid #878787;
    border-radius: 20px;
    top: 102px !important;
    left: 46px;
}
.dropdown-menu[data-bs-popper] {
    top: 102px !important;
    left: 46px;
    margin-top: var(--bs-dropdown-spacer);
}
.dropdown-item {
    padding: .5rem 1rem;
}
.t-p-link {
    color: #fff;
    padding-bottom: 6px;
    background: #6e4523a3;
    margin-bottom: 5px;
    border-radius: 100px;
}
.dropdown .dropdown-menu a:hover {
        background: none;
    color: #35210d;
}

.dropdown-menu.sub-menu-items {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;        
    }
    
a.dropdown-item.sub-menu:hover .dropdown-menu.sub-menu-items {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
.nav-item.dropdown:last-child .dropdown-menu {
    left: inherit;
    right: 0;
}
.brown-text {
    color: #35210d; font-weight: 300 !important;
}
.brown-text p{
    color: #35210d;
    font-size: 18px;
}
h2.h-head {
    font-weight: 400 !important;
    color: #35210d;
}

span.sub-menu-items {
    display: none;
}
.font-size-15rem p{font-size: 1.55rem;}
.font-2-home p{font-size: 20px;}
.sub-menu {
    position: relative;
}
.sub-menu:hover span.sub-menu-items {
    display: block;
}
.sub-menu:hover span.sub-menu-items {
    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #35210d;
    padding: 30px;
    width: 135%;
    left: 97%;
    top: 0;
}

.sub-menu:hover span.sub-menu-items a.dropdown-item-s {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 11px;
}
.sub-dropdown {
    padding: .5rem 0 .5rem 2.5rem;
}
a.sub-dropdown-item {
    display: block;
    position: relative;
}
a.sub-dropdown-item:before {
    content: "-";
    padding-left: 10px;
    position: absolute;
    left: -28px;
}
a.sub-dropdown-item:after {
    content: '';
    height: 5px;
    width: 1px;
    background: #656565;
    position: absolute;
    left: -17px;
    top: 5px;
}
a.sub-dropdown-item.active {
    color: #35210d;
}
.extra-ww.minju-h .descriptiontwo h3 {
    font-weight: 400 !important;
}

#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}
.nav-bar img {
    max-width: 170px;
    transition: .5s;
    position: relative;
    top: -8px;
}
.navbar-light .navbar-brand img {
    position: relative;
    top: 5px;
}
img.menu-logo {
    top: 0;
    max-width: 50px;
}
.navbar-brand {
    width: 400px;
}
.navbar-collapse {
    justify-content: end;
}
.emailid-top {
    justify-content: end;
    display: flex;
    position: relative;
    top: 0;
    background: #35210d;
    padding: 0;
}
.emailid-top img {
    max-width: 25px;
}
.emailid-top a {
    color: #fff;
}
.emailid-top a:last-child {
    background: #202020;
    padding: 0 25px;
    position: relative;

}
.emailid-top a:last-child:before {
    content: '';
    left: -10px;
    top: 0;
    position: absolute;
    background: #0d5eb1;
    width: 13px;
    height: 100%;
    transform: skew(-15deg, 0deg);
}
.align-items-top-p {
    align-self: baseline;
}
.build-image .exp-content {
    height: 250px;
    width: 250px;
    background: #0c5db1;
    right: 0;
    bottom: 31px;
    top: inherit;
    left: -3px;
    transform: translate(-42px, 60px);
    border: 14px solid #FFF;
    color: #fff;
}
.build-image .exp-content span {
    font-size: 100px;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
}
.build-img img.img-fluid {
    height: 460px;
    object-fit: cover;
}
.build-content .two-boxs.t-b-1 {
    padding: 75px 50px;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    
    .a-img-home.fixed-img img {
        position: fixed;
        top: 80px;
        width: 34%;
    }
}
@media (min-width: 1400px) {
    .nav-bar .container {
        max-width: 1320px;
    }
    .a-img-home.fixed-img img {
        position: fixed;
        top: 80px;
        width: 512px;
    }
}

/*** Navbar End ***/


/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(212, 167, 98, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}
.bor-light {
    border-right: 1px solid #cccccc33;
}
p.text-white.text-uppercase.fw-bold.mb-0 {
    font-weight: 400 !important;
    letter-spacing: 0;
    font-size: 16px;
}

.statics-title p {
    font-weight: 400 !important;
    letter-spacing: 0;
    font-size: 16px; text-transform: uppercase;
}

.container-fluid.py-5.bg-project {
    /*background: #e8f0ff url(../img/worker-img.png) 108% 0px no-repeat;*/
    background-size: contain;
}
.certificates p {
    text-align: center;
}
.project-carousel-2 .pro-con p {
    text-align: left;
}
.bg-project1 {
    background: #f1f1f1d1 url(../img/worker-img2.png) -30px 210px no-repeat;
    background-size: contain;
}
.project-item {
    text-align: left;
    background: none !important;
}
.event .event-img:hover .event-overlay {
    opacity: 1;
}
.bg-dark-blue {
    background: #0d5eb0;
}
.element-bg-top {
    position: absolute;
    top: 0;
    left: 0;
}
.element-bg-btm {
    position: absolute;
    bottom: 0;
    right: 0;
}
.text-left{text-align: left !important;}

.bg-35{
    background: url(../img/35year-bg.jpg) 0 -45px no-repeat;
    /*background-size: contain;*/
    padding-bottom: 155px;
}
.services-list ul {
    list-style: none;
    padding: 0;
}
.services-list ul li {
    display: inline-block;
    width: 19%;
}

.services-list ul li img {
    max-width: 100%;
}
/*** Events End ***/
div#popupModal .modal-dialog {
    max-width: max-content;
    padding: 0;
}
div#popupModal .modal-content {
    border: 0;
    padding: 0;
    background: none;
    box-shadow: 0 0 25px #000;
}
div#popupModal .modal-header {
    display: inline-block;
    position: absolute;
    top: -15px;
    right: -20px;
    border: 0;
    background: #fff;
    border-radius: 200px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px 7px 0 0;
    z-index: 99;
}
div#popupModal .modal-body {
    padding: 0;
}
div#popupModal img {
    max-width: 100%;
}
div#popupModal .modal-dialog {
    max-width: 65%;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    left: 50%;
}
.small-nav .emailid-top {
    display: none;
    transition: .5s;
}

/*** service start ***/
.service .service-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: var(--bs-primary);
    border-radius: 8px;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
    transition: 1s;
}

.service-item:hover .service-content-icon i {
    color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
    color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}
/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/
.gcc-wrapper .row:last-child .col-lg-12.wow.text-center.animated {
    display: none;
}
.col-lg-12.wow.text-center.animated {
    margin-top: 15px;
}
.box-infinte-wrapper .row:last-child .col-lg-12.wow.text-center.animated {
    display: none;
}
.font-size-15rem {
    font-size: 1.55rem;
}
.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  
}

@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}


@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/fact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.3)
}

.blog-item .blog-content {
    position: relative;
    transform: translateY(-50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item .blog-content a.btn h5 {
    transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team-item {
    width: 100%;
    height: 100%;
    position: relative;
}
.team-item:after {
    content: '';
    border-right: 1px dashed #ccc;
    position: absolute;
    right: -10px;
    width: 1px;
    height: 100px;
    top: 40px;
}
.team-item .team-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.team-item .team-icon .share-link {
    opacity: 0;
    transition: 0.9s;
}

.team-item:hover .share-link {
    opacity: 1;
}

.team-item .team-content {
    transition: 0.9s;
}

.team-item:hover .team-content {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.team-item .team-content h4,
.team-item .team-content p {
    transition: 0.5s;
}

.team-item:hover .team-content h4 {
    color: var(--bs-dark) !important;
}

.team-item:hover .team-content p {
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    border: 1px solid var(--bs-primary);
    padding: 20px 20px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer-i-p {
    padding: 15px 0 20px; font-size: 14px;
}
.footer-item.text-left p {
    font-size: 14px;
}
.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) !important;
}
.footer {
    border-top: 1px solid #24242421;
    padding: 25px 0 20px;
    margin-top: 50px;
}
.footer-icon a {
    border: 1px solid #000;
    width: 30px;
    display: inline-block;
    height: 30px;
    color: #000;
    border-radius: 200px;
    padding: 2px 0 0 0;
    margin: 0 6px;
    text-align: center;
}
.img-bg {
    /*background: #000;
    border-radius: 1000px;*/
    /*padding: 50px;*/
}
.gcc-img .img-bg {
    padding: 15px;
}
.contatc-info {
    border-right: 1px solid #ccc;
    padding-right: 40px;
}
.contatc-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.footer-item {
    text-align: left;
    padding-left: 25px;
    padding-top: 10px;
}

.contatc-info ul li:last-child {
    display: inline-block;
    border-right: 0px solid #000;
    padding-right: 0;
    margin-right: 0px;
}
.divider {
    margin: 15px 0 17px 0;
}
.divider span {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 30%;
}
.f-info-links {
    display: inline-block;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #ccc;
}
.f-info-links a {
    color: #000 !important;
    line-height: 18px;
    display: inline-block;
    width: auto;
    margin: 0 50px 8px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.footer-item img {
    max-width: 83%;
    
}
.footer .footer-item img {
    position: relative;
}
.contatc-info ul li {
    display: inline-block;
    width: auto;
    padding-bottom: 9px;
    padding-top: 9px;
        margin: 0 10px;
}
.contatc-info ul li a:hover {
    color: #35210d;
}

.portfolio-menu{
            text-align:center;
}
.portfolio-menu ul li{
    display:inline-block;
    margin:0;
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}

.portfolio-item .item{
    /*width:303px;*/
    float:left;
    margin-bottom:10px;
    border-right: 1px solid #ccc;
    text-align: center;
}

.f-info-links a:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.text-blue {
    color: #003593;
}
/*** Footer End ***/


/* Slider css start  */
.slider {
  width: 100vw;
  height: 100vh;
  display: flex;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.slider::before, .slider::after {
    content: "";
    left: 0vw;
    top: 0vh;
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-size: cover;
    will-change: opacity;
    z-index: -1;
    box-shadow: 0 0 0 50vmax rgb(76 76 76 / 55%) inset;
}
h5.mb-3.text-blue {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.slider::before {
  background-image: var(--img-prev);
}
.slider::after {
  transition: opacity 0.7s;
  opacity: 0;
  background-image: var(--img-next);
}
.slider--bg-next::after {
  opacity: 1;
}
.slider__content {
    margin: auto;
    width: 89vw;
    height: 63.5vw;
    max-height: 80vh;
    will-change: transform;
    transform-style: preserve-3d;
    pointer-events: none;
    transform: translateZ(var(--z-distance));
}
.slider__images {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  box-shadow: 0 0 5em #000;
}
.slider__images-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
  transition-timing-function: ease-in;
  visibility: hidden;
}
.slider__images-item img {
  display: block;
  position: relative;
  left: -1em;
  top: -1em;
  width: calc(100% + 1em * 2);
  height: calc(100% + 1em * 2);
  object-fit: cover;
  will-change: transform;
}
.slider__images-item--active {
  z-index: 20;
  visibility: visible;
}
.slider__images-item--subactive {
  z-index: 15;
  visibility: visible;
}
.slider__images-item--next {
  transform: translateX(100%);
}
.slider__images-item--prev {
  transform: translateX(-100%);
}
.slider__images-item--transit {
  transition: transform 0.7s, opacity 0.7s;
}
.slider__text {
  position: relative;
  height: 100%;
}
.slider__text-item {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.slider__text-item > * {
  overflow: hidden;
  position: absolute;
}
.slider__text-item h3,
.slider__text-item p {
  transition: transform 0.35s ease-out;
  line-height: 1.5;
  overflow: hidden;
}
.slider__text-item h3 {
  background-color: rgba(255, 255, 255, 0.5);
}
.slider__text-item p {
  padding: 1em;
  color: #000;
  text-align: right;
  background-color: rgb(255 255 255 / 52%);
}
.hero-slider {
    overflow: hidden;
    margin-top: 92px;
}
.slider__text-item h3::before,
.slider__text-item p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.35s ease-out 0.28s;
}
.slider__text-item h3::before {
  background-color: #000;
}
.slider__text-item p::before {
  background-color: #fff;
}
.slider__text-item h3 {
  margin: 0;
  font-size: 3.5em;
  padding: 0 0.3em;
  position: relative;
  font-weight: 700;
  transform: translateX(-100%);
}
.slider__text-item p {
  margin: 0;
  transform: translateX(100%);
  font-size: 19px;
}
.slider__text-item-head {
    top: 1.5em;
    transform: translateZ(-2em);
}
.slider__text-item-info {
    bottom: 50px;
    right: 67px;
    max-width: 75%;
    min-width: min-content;
    transform: translateZ(2em);
}
.slider__text-item--active h3,
.slider__text-item--active p {
  transform: translateX(0);
}
.slider__text-item--active h3::before {
  transform: translateX(102%);
}
.slider__text-item--active p::before {
  transform: translateX(-102%);
}
.slider__text-item--backwards h3::before,
.slider__text-item--backwards p::before {
  transition: transform 0.35s ease-in;
}
.slider__text-item--backwards h3,
.slider__text-item--backwards p {
  transition: transform 0.35s ease-in 0.35s;
}
.slider__nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider__nav-arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider__nav-arrow {
  height: 100vh;
  width: 50vw;
  text-indent: -9999px;
  white-space: nowrap;
}
.slider__nav-arrow--left {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='3 1 1 2 3 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
  cursor: var(--arrow) 40 40, auto;
}
.slider__nav-arrow--right {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='1 1 3 2 1 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
  cursor: var(--arrow) 40 40, auto;
}
.slider__nav-dots {
  margin-top: 92vh;
  display: inline-flex;
  position: relative;
  padding: 1em;
  pointer-events: none;
}
.slider__nav-dots::before {
  content: "";
  position: absolute;
  left: calc(1em + 1em + 2px);
  top: calc(1em + 2px);
  width: calc(1em - 2px * 2);
  height: calc(1em / 2 - 2px * 2);
  background-color: rgba(255, 255, 255, 0.9);
  transition: transform 0.7s ease-out;
  transform: translateX(calc((1em + 1em * 2) * (var(--from-left) - 1)));
}
.slider__nav-dot {
  margin: 0 1em;
  width: 1em;
  height: 0.5em;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: crosshair;
  pointer-events: all;
  display: inline-block;
}
.slider__nav-dot:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.slider__nav-dot:active {
  border-color: rgba(255, 255, 255, 0.5);
}

.project-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  caption-side: top;
}

.project-table .table-heading {
    font-size: 1.5em;
    margin: .5em 0 0;
    text-align: left;
    background: #0d5eb1;
    color: #fff;
    position: relative;
    padding: 6px 10px;
}
/*.project-table table caption:before {
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    left: -30px;
    bottom: -27px;
    background: #fff;
    transform: rotate(45deg);
}*/

.project-table table tr {
  background-color: #ffffff2e;
  border: 1px solid #333333;
  padding: .35em;
}

.project-table table th,
.project-table table td {
  padding: .625em;
  text-align: left;
}
.project-table table td {
    font-size: 13px;
}

.project-table table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.project-table table td[data-label="Sector"]:first-child {
    border-right: 1px solid #ccc;
    background: #0d5eb1;
    color: #fff;
    padding: 20px; font-size: 16px;
}
.project-table table thead tr {
    background: #afafaf;
    color: #000000;
}

.project-table table tr.bg-light1{background-color: #f8f8f8;}
.project-table table tr.bg-light2{background-color: #e8e8e8;}
.project-table table tr.bg-light3 {background-color: #f8f8f8;}
.project-table table tr.bg-light2 td[data-label="Sector"]:first-child {
    background: #002e5d;
}
.achivement-box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px; display: inline-block;     overflow: hidden;
}
.achivement-box .i-name-pdf {
    text-align: center;
    position: relative;
    background: #0d5eb1;
    width: 100%;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.v-pdf a {
    display: inline-block;
    background: #0d5eb1;
    color: #fff;
    padding: 3px 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 10px;
    letter-spacing: 3px;
}
.reward-tagline {
    font-size: 14px;
    position: absolute;
    bottom: 100px;
    background: #ffffffe3;
    width: 75%;
    left: 0;
    padding: 35px;
    right: 0;
    margin: 0 auto;
}
.achivement-box img.img-fluid {
    transition: .5s ease;
}
.achivement-box:hover img.img-fluid {
    transform: scale(1.2);
    transition: .5s ease;
}
.download-brochure a.nav-item.nav-link {
    width: auto;
    display: inline-block;
}
.team-w {
    margin-top: 20px;
}
.team-w h2 {
    font-size: 14px;
    font-weight: 400 !important;
    background: #0c5eb0;
    color: #fff;
    padding: 10px 18px;
    width: 190px;
    text-align: left;
}
.team-w p {
    color: #666;
    text-align: left;
    width: 190px;
    padding-left: 18px;
}
.other-location h5.mb-3.text-blue {
    background: #0d5eb1;
    color: #fff;
    padding: 9px 15px;
    border-radius: 12px;
    border-right: 5px solid #373737;
}
.other-location ul {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #999;
    padding-bottom: 22px;
    margin-bottom: 34px;
}
.other-location ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 10px;
    margin: 6px 3px;
        font-size: 12px;
}
.contact-de .info .email {
    width: 49%;
    border-right: 1px solid #ccc;     display: inline-block;
}
.contact-de .info .phone {
    width: 49%;     display: inline-block; padding-left: 44px;
}
.con-form {
    
    border-left: 5px solid #0d5eb1;
}
form#careerForm {
    text-align: left;
}
form#careerForm label {
    margin-bottom: 11px;
    font-size: 17px;
}
form#careerForm .form-control {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 15px;
}
form#careerForm input[type="file"] {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}
.other-location ul li i {
    color: #59a8f9;
    margin-right: 5px;
}
h2.bg-light-team {
        border-bottom: 1px solid;
    padding-bottom: 15px;
    border-top: 1px solid;
    padding-top: 15px;
    color: #000;
}
.con-form {
    background: #a7a7a726;
    border-radius: 15px;
    padding: 40px 50px;
    margin: 0 40px 0 0;
}
.con-de-address .google-map.text-left {
    width: 100%;
    text-align: right;
}
.team-w img {
    margin-bottom: 22px;
    width: 190px;
    object-fit: cover;
    height: 200px;
    border: 1px solid #ccc;
}
.solid-bg-1 .google-map {
    position: relative;
    overflow: hidden;
}
.solid-bg-1 .google-map:before {
    position: absolute;
    width: 300px;
    height: 200px;
    background: #0d5eb1;
        right: -255px;
    bottom: -150px;
    content: '';
    transform: rotate(45deg);
}

.solid-bg-2 .google-map {
    position: relative;
    overflow: hidden;
}
.footer-item {
    text-align: left;
}
.footer-icon.d-inline-block {
    padding-top: 12px;
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #ccc;
}
.location-map small {
    display: block;
    font-size: 21px;
    color: #333;
}
.location-map .label {
    font-size: 31px;
    color: #0d5eb1;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 35px;
}
.location-list ol {padding: 0}
.location-list li {
    display: inline-block;
    border-bottom: 1px solid #0d5eb194;
    padding: 12px 0px;
    margin: 0 35px 20px 0;
}
.location-list li span {
    border: 1px solid #0d5eb1;
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-right: 25px;
    background: #0d5eb1;
    color: #fff;
    position: relative;
    top: -21px;
    left: 0;
}
.location-list li span:after {
    content: '';
    border-top: 2px solid #0d5eb1;
    width: 19px;
    height: 22px;
    right: 3px;
    bottom: -18px;
    position: absolute;
    transform: rotate(60deg);
}
.location-list li span:before {
    content: '';
    border-top: 2px solid #0d5eb1;
    width: 12px;
    height: 1px;
    position: absolute;
    bottom: -11px;
    right: -12px;
}
.our-presence-wrap p {
    text-align: justify;
}
.our-presence-wrap h2 small {
    font-size: 20px;
}
.location-list.project-table table caption {
    text-align: left;
    padding: 9px 0 8px 40px;
    font-size: 18px;
    background: darkslategray;
}
.location-list.project-table table td {
    font-size: 14px;
    border: 1px solid #0d5eb1;
    text-align: left;
    padding: 10px 20px;
}
.location-list.project-table table td:first-child {
    width: 40%;
    font-size: 16px;
    font-weight: 700;
    background: #0d5eb1;
    color: #fff;
    border-bottom: 1px solid #fff;
}
table.w-70.m-auto {
    width: 70%;
}
.location-list.project-table table td span {
    border: 1px solid #0d5eb1;
    background: #0d5eb1;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    padding: 0 13px;
}

.gallery .tab {
  overflow: hidden; text-align: center;
}

/* Style the buttons inside the tab */
.gallery .tab button {
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 14px 25px;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 73px;
    margin: 0 15px 25px;
}

/* Change background color of buttons on hover */
.gallery .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.gallery .tab button.active {
    background-color: #0d5eaf;
    color: #fff;
}
.masonry-list {
    column-count: 4;
    /* columns: 300px; */
}
.services {
    margin-bottom: 15px;
}

/* Style the tab content */
.gallery .tabcontent {
  display: none;  
  border-top: none;
}
.masonry-list .services {
    position: relative;
}
.masonry-list .services .i-name {
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, black, transparent);
    padding: 15px 25px;
    width: 100%;
}
.c-other-heading strong {
    background: #0d5eb1;
    color: #fff;
    display: inline-block;
    padding: 10px 28px;
    margin-right: 10px;
    width: 300px;
}

/* Style the close button */
.gallery .topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.gallery .topright:hover {color: red;}

.mob-dis-block{display: none}
.mob-dis-none{display: block;}
small, .small {
    font-size: .875em;
    display: inline-block;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
}
.architecture-list ul {
    padding: 0;
    list-style: none;
}
.architecture-list ul li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 20px 10px;
}
.img-bg-a img {
    max-width: 100px;
    margin: 20px 0;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px;
}
.a-list {
    background: #f0eee636;
    height: 100%;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 32px;
    padding: 33px 35px;
}

.architecture-list li:hover .a-list {
    background: #ccc !important;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    justify-content: end;
}
.contatc-info a, .sub-dropdown a {
    color: #000;
}
a{color: #000; text-decoration: none;}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}



.assets-c-page h3 {
    color: #564500;
    font-size: 27px;
    
        margin-bottom: .5rem;
}

.minju-ii img {
    float: left;
    margin-right: 20px;
    max-width: 120px;
    margin-bottom: 75px;
}
.w-80-mm img {
    max-width: 450px;
    margin-right: 35px;
    border-radius: 12px;
}

.assets-other-heading h2 {
    color: #000;
    border-bottom: 1px dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 27px;
}
.assets-c-page-sub-text h2 {
    font-family: "Roboto Serif", serif;
    font-size: 1.55rem;
    letter-spacing: 1px;
    font-weight: 300 !important;
}
.assets-other-description h2 {
    font-family: "Roboto Serif", serif;
    font-size: 1.55rem;
    letter-spacing: 1px;
    font-weight: 300 !important;
    border: 0;
    margin: 0 0 12px 0;
    padding: 0;
}
.extra-ww h2 {
    font-family: "Roboto Serif", serif;
    margin-bottom: 20px;
    font-weight: 300 !important;
}
.extra-images-wrapper {
    width: 32%;
    display: inline-block;
    text-align: left;
    margin: 10px 0 30px;
    vertical-align: top;
}

.extra-images-wrapper.single-image {
    width: 100%;
}
.ee-img img {
    border: 2px solid #f0eee6;
    border-radius: 25px;
    box-shadow: 0px 13px 10px #cccccca6;
}
.ee-img {
    margin-bottom: 30px;
    width: 95%;
    text-align: left;
    display: inline-block;
}
.ee-img-text {
    color: #564500;
    font-size: 20px;
    width: 95%;
    display: inline-block;
    padding: 0 4px;
}
.extra-images-wrapper:first-child .ee-img {
    border: 1px solid #571500ba;
    border-radius: 23px;
    padding: 6px;
}
.extra-images-wrapper:first-child .ee-img-text a {
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 500;
}
.minju-page-h-m h2{
    margin-top: 10px;
}
.minju-page-h-m ul {
    margin-top: 30px !important;
}
.des-two ul {
    padding: 0;
    list-style: none;
        margin-top: 15px;
}
.des-two ul li {
    width: 43%;
    display: inline-block;
    margin-right: 4%;
    vertical-align: top;
    /* border-bottom: 1px solid #ccc; */
    /* min-height: 175px; */
    /* margin-bottom: 20px; */
}
.assets-other-heading {
    margin-top: 35px;
    margin-bottom: 35px;
}
.extra-ww.minju-h h2 {
    font-family: "Roboto Serif", serif;
    margin-bottom: 20px;
    font-weight: 300 !important;
    font-size: 1.55rem;
}
.minju-h-d-n .descriptiontwo ul li {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
    position: relative;
}
.minju-h-d-n .descriptiontwo ul li:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #564500;
    border-radius: 14px;
}
.minju-h-d-n .descriptiontwo ul li h3 {
    font-size: 20px;
}
.minju-h-d-n .descriptiontwo li p {
    display: none;
}
li.open-box p {
    display: block !important;
    transition: .5s;
}
.descriptiontwo ul li {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 50px 0;
    text-align: left;
    padding: 20px 0px 5px;
    border-radius: 15px;
    border: 0px solid #99999991;
}
@media screen and (max-width: 1030px) {
    .navbar .navbar-nav .nav-link {
        padding: 35px 0 35px 45px;
    }
    .minju-ii img {
        float: left;
        margin-right: 20px;
        max-width: 120px;
        margin-bottom: 150px;
    }
    
}
@media screen and (max-width: 1023px) {
    
    .mob-dis-block{display: block}
    .mob-dis-none{display: none;}
    .mob-hamburger {
        position: fixed;
        top: 55px;
        right: 35px;
        transition: .5s;
    }
    .card-header.active a.btn {
        color: #35210d;
    }
    .des-two ul li {
        width: 100%;
    }
    .minju-ii img {
        margin-bottom: 45px;
    }
    
    .ee-img {
        width: 88%;
    }
    .ee-img-text {
        width: 88%; padding: 0 0px;
    }
    .nav-bar.fixed-nav .mob-hamburger
    {
        top: 35px;
        transition: .5s;
    }
    .mob-hamburger span.fa.fa-bars.text-primary {
        font-size: 19px;
    }
    .nav-bar.fixed-nav img {
        max-width: 200px;
        transition: .5s;
        position: relative;
    }
    .three-points
    {
        background: #e2e0da99;
        border-radius: 55px;
        padding: 35px 20px 0px;
        margin-bottom: 65px;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        justify-content: normal;
    }
    .nav-bar-top {
        height: 100%;
        position: fixed;
        background: #f0eee6;
        width: 100%;
        top: 96px;
        left: 0;
    }
    .navbar .navbar-nav .nav-link {
        padding: 20px 0 20px 45px;
    }
    .mobile-navigation{display: none}
    .mobile-navigation.show {
        display: block;
        position: fixed;
        width: 93%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #f0eee6d1;
        height: 87%;
        backdrop-filter: blur(12px);
    }
    .mobile-navigation .card {
        background: none;
        border-radius: 0;
        border: 0;
    }
    .mobile-navigation .card .card-header {
        border-radius: 0;
        border: 0;
        margin-bottom: 5px;
    }
    .mobile-navigation .card-body .dropdown-menu {
        position: relative;
        display: block;
        min-width: auto;
        padding: 0;
        border: 0;
        background: none;
        top: 0 !important;
        left: 0;
    }
    .hb-cross{display: none}
    .mob-hamburger.hide .fa-bars {
        display: none;
    }
    span.hb-cross.show {
        display: block;
    }
    .pop-content {
        padding: 35px 0px 35px 0px;
    }
    .contatc-info {
        border-right: 0px solid #ccc;
        padding-right: 0;
        text-align: center;
    }
    .contatc-info ul {
        text-align: center;
    }
    .footer-item {
        text-align: center;
        padding: 13px 0;
    }
    .copyright .text-left {
        text-align: center !important;
    }
    .copyright .col-md-5.mb-3.mb-md-0.text-md-end {
        text-align: center;
    }
    .dropdown-item.active, .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: #35210d;
    }
    .home-gif-image img {
        max-width: 200px;
    }
    .architecture-wrapper {
        text-align: center;
    }
    .row>* {
        margin-top: 0;
    }
    .col-lg-12.m-auto.mb-5
    {
        margin-bottom: 0 !important;
    }
    .w-80 {
        width: 85%;
        margin: 20px auto 40px;
    }
    .architecture-wrapper .img-bg {
        padding: 0 25px;
        margin-bottom: 30px;
    }
    
    .people-box-infinte {
        width: 47%;
    }
    .people-image-right {
        text-align: left;
    }
    .gcc-img .img-bg {
        padding: 15px;
        text-align: center;
    }
    .gcc-img .img-bg img {
        max-width: 200px;
    }
    .insight-wrapper {
        padding: 10px;
    }
    div#popup-video .modal-dialog {
        max-width: 95%;
        top: 2%;
    }
    .portfolio-item .item {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        border-right: 0px solid #ccc;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
    .mobile-navigation .card .card-header a.btn {
        width: 100%;
        text-align: left;
    }
    .copyright {
        background-size: cover;
        padding-bottom: 92px;
    }
    .footer {
        margin-top: 0;
    }
    .three-points {
        padding: 80px 20px 0px;
    }
    .tooltip-b.open-box .tooltiptext-b {
        text-align: left;
    }
    /*.descriptiontwo {*/
    /*    background: #cccccc26;*/
    /*    padding: 43px;*/
    /*    border-radius: 30px;*/
    /*    margin: 25px 0 60px !important;*/
    /*}*/
        .descriptiontwo ul li {
        width: 100%;
        display: inline-block;
        padding: 30px 25px 12px;
        vertical-align: top;
        margin: 0 0px 25px;
    }

}
@media screen and (max-width: 767px) {
  .project-table table {
    border: 0;
  } 
  .minju-ii img {
        float: left;
        max-width: 120px;
        margin: 0 511px 17px 20px;
    }
    .minju-ii li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.vid-bg.position-relative {
    width: 325px;
    height: 325px;
}
  .h-image {
        width: 285px;
        height: 285px;
    }
    .w-80-mm img {
    max-width: 100%;
    margin-right: 0;
    border-radius: 12px;
    margin-bottom: 25px;
}
    .assets-c-page h3 {
        font-size: 24px;
    }
    .three-points {
        padding: 40px 20px 0px;
    }
    .descriptiontwo ul li {
        width: 100%;
        display: inline-block;
        padding: 25px;
        vertical-align: top;
        margin-bottom: 20px;
    }
    .headingTwowrapper {
        width: 100%;
        display: inline-block;
        margin: 0 0px 20px 0px;
    }
    .mhos-o-des-img img {
        float: left;
        margin-right: 30px;
        border-radius: 15px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    /*.descriptiontwo {*/
    /*    background: #cccccc26;*/
    /*    padding: 34px;*/
    /*    border-radius: 30px;*/
    /*    margin: 25px 0 60px !important;*/
    /*}*/
    .three-points .home-page-box {
        margin-bottom: 20px;
    }

  .project-table table caption {
    font-size: 1.3em;
  }
  .p-description {
            max-width: 90%;
        height: 75%;
        overflow: auto;
        padding-top: 70px;
    }
   /*p{text-align: justify;}*/
  .project-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .nav-bar img {
        max-width: 264px;
        transition: .5s;
        position: relative;
        top: 3px;
        left: 14px;
    }
        .people-box-infinte {
        width: 100%;
    }
    
    .home-gif-image img {
        max-width: 150px;
    }
  button.close-btn-b {
        background: #b60000;
        border: 0;
        position: absolute;
        top: 6px;
        right: 6px;
  }
  .mt-5.gcc-head {
        margin: 0 !important;
    }
    .gcc-img .img-bg img {
        max-width: 150px;
    }
  .project-table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
   }
   .gcc-img .img-bg {
        padding: 0;
        text-align: center;
    }
  
  .project-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .project-table table td::before {    
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .project-table table td:last-child {
    border-bottom: 0;
  }
  .extra-images-wrapper {
        width: 100%;
    }
    .ee-img {
        margin-bottom: 30px;
        width: 100%;
    }
    .ee-img-text {
        width: 100%;
        padding: 0 3px;
    }
    .des-two ul li {
        width: 100%;
    }
}


@media only screen and (max-width: 650px) {
  .slider::before,
  .slider::after {
    display: none;
  }

  .slider__content {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
  }

  .slider__text-item-info {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .slider__text-item-info p {
    padding: 1em 0.8em;
  }

  .slider__text-item-head {
    top: 5vh;
    left: 10vw;
    transform: translateZ(0);
  }
  .slider__text-item-head h3 {
    font-size: 2.5em;
  }

  .slider__nav-dots {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .slider__nav-arrow {
    width: 10vw;
    position: relative;
    cursor: auto;
  }
  .slider__nav-arrow:active {
    filter: brightness(0.5);
  }
  .slider__nav-arrow::before {
    content: "";
    background-image: var(--arrow);
    background-size: cover;
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slider__nav-arrow--left {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7) 0,
      transparent 100%
    );
  }
  .slider__nav-arrow--left:active {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9) 0,
      transparent 100%
    );
  }
  .slider__nav-arrow--right {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.7) 0,
      transparent 100%
    );
  }
  .slider__nav-arrow--right:active {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.9) 0,
      transparent 100%
    );
  }
}
/* Slider css End  */
@media screen and (max-width: 400px) {
    .h-image {
        width: 216px;
        height: 218px;
    }
}



