.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif !important;
}
body{
    font-family: "Open Sans", sans-serif !important;
}
a.navbar-brand img {
    width: 70%;
}
.primary-color{
    color:#110874 !important
}
.nav-link {
    display: block;
    padding: .5rem 0px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.5px;
    position: relative;
    margin-right: 30px;
}
.nav-link:before {
content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    top: auto;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: .3s cubic-bezier(.785,.135,.15,.86);
}
.navbar-nav li .active:before{
content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    top: auto;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(1);
    transform-origin: 0 0;
    transition: .3s cubic-bezier(.785,.135,.15,.86);
}

.navbar-nav li .active {
    color: #01036d !important;
    position: relative;
}
.nav-link:hover::before {
    width: 100%;
    transform: scaleX(1)
}

.carousel {
    position: relative;
    height: 88vh;
    overflow: hidden;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 8%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 20%;
}
.carousel-caption h2 {
    width: 60%;
    font-size: 40px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 20px;
}
.carousel-caption p {
    font-size: 16px;
    width: 60%;
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
}
/* .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: #787878;
    height: 80px;
    z-index: 9;
} */

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50px;
    cursor: pointer;
}

.carousel-control-next{
    border-top-left-radius: 16px;
}
.carousel-control-prev {
    border-top-right-radius: 16px;
}
.carousel-item{
    z-index: 9;
}
/* .carousel-control-next:hover{
    background: #ff0101;
}
.carousel-control-prev:hover{
    background: #ff0101;
} */
.carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.30);
    /* background-image: linear-gradient(to right, #cd2622, #b00647, #841a5a, #512558, #262344); */
    opacity: 0.4;
}

.header-sec {
    padding: 8px 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    position: sticky;
    top: 0;
}
.carousel-caption a {
    background: #110874;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0 16px 0 16px;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
}
.carousel-caption a:hover{
    background: #CD2622;
}
.pt-8{
    padding-top: 80px;
}
.pb-8{
    padding-bottom: 80px;
}
.section-title h2 {
    font-weight: 500;
    color: #110874;
    font-size: 35px;
    line-height: auto;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 15px;
}

.section-title h2 span{
    font-weight: 700;
    color: #cd2622;
}
.section-title {
    position: relative;
}
.section-title h4 {
    font-size: 14px;
    background: rgb(17 8 116);
    display: inline-block;
    text-align: center;
    padding: 9px 20px;
    border-radius: 50px;
    color: #ffffff;
}
.service-section-con {
    /* background: #eceaff; */
    padding: 20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    /* border: 1px solid rgb(17 8 116 / 22%); */
    box-shadow: 0px 3px 2px 0 rgb(0 0 0 / 20%);
}
.service-overelay {
    background: url(../img/service-bg8.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-size: cover;
}

p {
    line-height: 26px;
    color:rgba(0, 0, 0, 0.85);
    font-size: 15px;
    
}
b{
    font-weight: 600;
}
.about-company img {
    border-radius: 16px;
}
.more-btn{
    background: #110874;
    display: inline-block;
    padding: 10px 15px;
    color: #fff !important;
    border-radius: 0 16px 0 16px;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
}
.our-services {
    position: relative;
    /* overflow: hidden;
    background: url('./../img/service-bg6.jpg');
    background-size: cover;
    background-attachment: fixed; */
}
.innovation-section{
    position: relative;
    overflow: hidden;
    background: url('./../img/innvation-bg.png');
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
}
.our-services .bg-light {
    background: rgb(232 232 232) !important;
}
.innovation-box {
    background: #fff;
    padding: 40px;
}
.innovation-box1 {
    background: #110874;
}

.innovation-box1 h3 {
    color: #fff !important;
}
.innovation-box1 p {
    color: #fff;
}
.innovation-box1 a {
   background: #cd2622;
   color: #fff !important;
}


.innovation-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #110874;
}
.innovation-box p {
    min-height: 150px;
}
.service-new-sec-box a {
    color: #cd2622;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid currentColor;
    text-decoration: none;
    padding: 6px 19px;
    border-radius: 50px;
    display: inline-block;
}
.service-new-sec-box a:hover{
    color: #ffffff;
    background-color: #cd2622;
    border: 1px solid currentColor;
}
.image-rotate img {
    width: 60%;
}
.top-our-capability h3 span {
    color: #cd2622;
    font-weight: 700;
    /* font-size: calc(clamp(1rem, 2vw, 1.5rem) * var(--5h, 1)); */
}
section.services {
    position: relative;
}
.service-con {
    position: absolute;
    bottom: 0;
    background: #ffffff08;
    padding: 10px 20px;
    color: #fff;
}
.slide .service-con p{
    display: none;
}
.slide:hover .service-con p{
    display: block;
}
.service-con .fa {
    font-size: 20px;
    color: #fff;
    transform: rotate(45deg);
}
.slide:hover .service-con .fa {
    transform: rotate(0deg);
}
.slick-slide {
    margin: 0px 8px;
}

.services .slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: auto;
}

/* .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
} */

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}

.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

button.slick-prev {
    position: absolute;
    right: 58px;
    top: -151px;
    width: 50px;
    height: 50px;
    line-height: 32px;
    background: #CD2622;
    font-size: 20px;
    border: none !important;
    cursor: pointer;
    /* background-image: linear-gradient(to right, #cd2622, #b00647, #841a5a, #512558, #262344); */
    color: #ccc;
    border-radius: 8px;
}
.slick-next {
    position: absolute;
    right: 0px;
    top: -151px;
    width: 50px;
    height: 50px;
    line-height: 32px;
    background: #CD2622;
    font-size: 20px;
    border: none !important;
    cursor: pointer;
    /* background-image: linear-gradient(to right, #cd2622, #b00647, #841a5a, #512558, #262344); */
    color: #ccc;
    border-radius: 8px;
}
.image-rotate {
    position: absolute;
    top: -197px;
    z-index: 9;
    right: -5px;
    width: 50%;
    transform: rotate(0deg);
    transition: transform 0.7s linear;
    animation: rotate 7s infinite linear;
}

@-webkit-keyframes rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
    }
  }


  .image-rotate img {
    width: 300px;
    height: 300px;
}


.our-capability{
    position: relative;
    background: url('../img/service-bg6.jpg');
    background-attachment: fixed;
    background-size: cover;
}


.top-our-capability h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.top-our-capability1 h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.bottom-our-capability h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.service-img {
    position: relative;
}

.service-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
}

.service-con h4 {
    font-size: 18px;
    font-weight: 600;
}

.top-our-capability {
    background: #fff;
    padding: 50px;
}
/* .our_capability {
    position: absolute;
    bottom: 0;
    width: 100%;
} */

.mt3 {
    margin-top: 28px;
}


.footer {
    background: #11369c url('../img/map-bg-1.png');
    color: #fff;
    background-position: center;
}
.footer ul {
    padding-left: 15px;
}
.footer ul li {
    margin-bottom: 10px;
    color: #fff;
}
.footer ul  li a {
    color: #fff;
}
.footer h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.copyrights_privacy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.copyrights_privacy li {
    display: inline-block;
    margin-left: 20px;
}
.copyright {
    padding: 15px 0;
    color: #fff;
    background: #1d3f9d;
}
.copyright a {
    color:#fff;
}
.copyrights_privacy {
    text-align: right;
}
.clients li {
    display: inline-block;
}
.clients img {
    width: 140px;
}
.border-top-left{
    border-top-left-radius: 16px;
}
.border-top-right{
    border-top-right-radius: 16px;
}
.border-bottom-left{
    border-bottom-left-radius: 16px;
}
.border-bottom-right{
    border-bottom-right-radius: 16px;
}
.border-right {
    border-right: 1px solid #b1b2b3 !important;
}
.border-bottom {
    border-bottom: 1px solid #b1b2b3 !important;
}
.page-title-inner {
    background: #f1f1f2;
    padding: 8% 0;
    background-position: center;
    background-size: cover;
}
.page-title-inner h1 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}
.company-products img {
    height: 130px;
}
.border-radius {
    border-radius: 8px;
}
.bg-light{
    background: rgba(17, 8, 116, 0.10) !important;
}
.years-box h4 {
    font-size: 50px;
    font-weight: bold;
    color: rgb(17, 8, 116);
}
.company-years {
    position: relative;
}
.years-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 21px;
    border-top-left-radius: 16px;
}
.years-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 21px;
    border-top-left-radius: 16px;
}
body {
    color:#000000;
    overflow-x: hidden;
}
.directors-img h2 {
    font-size: 19px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 0;
}
.inner-page-content b {
    font-weight: 600;
    color: #004085;
}
.about-section-managment {
    background: url(../img/about-new-banner.jpg);
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
}
.managment-box {
    margin-top: 50px;

}
.directors-img{
    position: relative;
}
.pt4{
    padding-top:40px ;
}
.directors-img-hover {
    background: #fff;
    position: absolute;
    bottom: 15px;
    width: 91%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px;
}
.our-projects-box {
    position: relative;
    overflow: hidden;
}

.our-projects-box h4 {
    position: absolute;
    bottom: 0;
    background: #fff;
    margin: 0;
    padding: 10px 15px;
    left: 0;
    font-weight: 600;
    font-size: 17px;
}
.footer-section p {
    color: #fff;
}
.copyright p {
    color: #fff;
}

.our-projects-box:hover img{
    transform: scale(1.05);
    transition: transform .5s cubic-bezier(.29,.21,0,.97);
}

.innovation-box a {
    color: #cd2622;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid currentColor;
    text-decoration: none;
    padding: 6px 19px;
    border-radius: 50px;
    display: inline-block;
    text-align: right;
}

/* .patners-sec {
    background: #fff;
    padding: 50px 20px;
    position: absolute;
    right: 0;
    width: 70%;
    text-align: center;
} */
.awards-sec {  
    width: 80%;
    margin: 0 auto;
}
.contact-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Open Sans", sans-serif !important;
}
.contact-box li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;
}

.contact-box .fa {
    position: absolute;
    left: 0;
    top: 3px;
    color: #110874;
}
.contact-form {
    background: #11369c;
    padding: 30px;
    border-radius: 8px;
    color: #fff;
}
.btn-primary{
    background: rgb(18 4 172);
    border-color: currentColor !important;
}
.events-sec h3 {
    font-weight: 600;
}
.sidemenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidemenu a {
    background-color: rgb(17 8 116 / 10%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #02010117;
    border-radius: 6px;
    padding: 16px 20px 16px 20px;
    display: block;
    text-decoration: none;
    color: #000;
}
.sidemenu li.menu-active a {
    background-color: rgb(17 8 116 / 100%);
    color:#ffffff;
}

.sidemenu li {
    margin-bottom: 10px;
}
.btn-link {
    font-weight: 400;
    color: #110874;
    background-color: transparent;
    font-weight: 600;
}
.faq-sec ul li {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
}
.company-products {
    background: #e7e6f1;
    padding: 10px;
    border-radius: 8px;
}
.company-products a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
.backgroun-sections {
    background: #11369c;
    padding: 30px;
    margin: 32px 0;
    border-radius: 10px;
    color: #fff;
}

.backgroun-sections h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.service-new-sec-box {
    padding: 35px;
    position: relative;
    margin-bottom: 26px;
}
.service-new-sec-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #110874;
    min-height: 60px;
}
.service-new-sec-box p {
    min-height: 110px;
}
.section-color {
    background: #110874 !important;
    color: #fff;
}
.section-color p{
    color:#fff;
}
.section-title h3 {
    color: #110874;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 23px;
}
.box-white {
    background: #fff;
    padding: 50px;
    margin-bottom: 50px;
}
.blue-box {
    background: #110874;
    padding: 50px;
    margin-bottom: 50px;
}
.vision-mission-sec{
    background: url(../img/vision-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.vision-mission-sec h3 {
    font-weight: 700;
    font-size: 25px;
}
.service-page-title {
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-page-title h1 {
    font-weight: 700;
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
}
.service-page-title p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.service-page-title a {
    background: rgb(17 8 116);
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 50px;
    color: #ffffff;
    min-width: 150px;
    margin-top: 5px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 0 1.25rem;
}
.card {
    border: none;
    padding: 0;
}
.btn-link {
    padding-left: 0px !important;
}

.building-products-box {
    background: #e1deff;
    padding: 50px;

}
.building-products-box a {
    color: #cd2622;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid currentColor;
    text-decoration: none;
    padding: 6px 19px;
    border-radius: 50px;
    display: inline-block;
    text-align: right;
    background: #fff;
}
.building-products-box h3 {
    min-height: 59px;
    font-size: 25px;
    font-weight: 600;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.right-side-sticky img {
    width: 30px;
}

.right-side-sticky ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-side-sticky li {
    margin-bottom: 0px;
    background: #fff;
    width: 50px;
    text-align: center;
    padding: 10px 10px;

}
.right-side-sticky li:first-child{
    border-top-left-radius: 10px;
    border-bottom: 1px solid #ccc;
}
.right-side-sticky li:last-child{
    border-bottom-left-radius: 10px;
    border-top: 1px solid #ccc;
}

.right-side-sticky {
    position: fixed;
    right: 0;
    top: calc(100% - 68%);
    z-index: 9;
}
/* .right-side-sticky li:hover {
    background: #f5f1f1;
}
.right-side-sticky li:hover {
    background: rgb(255 204 203);
} */
button.close {
    padding: 0;
    background-color: #cd2622;
    border: 0;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    right: -11px;
    top: -15px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url(../img/menu.svg) !important;
}
button.navbar-toggler {
    position: absolute;
    right: 0;
    top: 11px;
}

.sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 30px;
    border-top: 1px solid #ccc;
    top: auto;
    z-index: 999;
}
.menu-title h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 38px;
    position: relative;
    padding-top: 21px;
}
.menu-title span {
    font-weight: 700;
    color: #cd2622;
}
li.nav-item .sub-menu {
    display: none;
}
 li.nav-item:hover .sub-menu {
    display: block;
}
.menu-right a {
    display: block;
    background: #110874;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}
.deck-specations table {
    width: 100%;
}

.deck-specations td {
    padding: 10px 10px;
    border: 1px solid #ccc;
}

.deck-specations th {
    padding: 10px 10px;
    border: 1px solid #ccc;
}
.deck-specations img {
    width: 450px;
}
.back-btn {
    position: relative;
    top: 29px;
}

.back-btn a {
    color: #110874;
    text-decoration: underline;
    font-weight: 500;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: calc(100% - 300px);
        margin: 1.75rem auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
    .carousel {
        position: relative;
        height: auto;
        overflow: hidden;
    }
    .our-projects-sec .pr-0 {
        padding-right: 15px !important;
    }
    .our-projects-box {
        margin-bottom: 15px;
    }
    .menu-title {
    display: none;
}

.menu-right {
    display: none;
}
  }

  @media only screen and (min-width: 320px) and (max-width: 999px) {
    .top-our-capability {
        margin-bottom: 26px;
    }
  }

  @media only screen and (min-width: 700px) and (max-width: 1000px) {
    .carousel {
        position: relative;
        height: auto !important;
        overflow: hidden;
    }
    .carousel-caption p{
        display: none;
    }
    .carousel-caption h2 {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 20px;
}

  }
  