
@font-face {
    font-family: 'avenir-lgt';
    src: url('../fonts/Avenir-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-bk';
    src: url('../fonts/Avenir-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-med';
    src: url('../fonts/Avenir-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tnr-font';
    src: url('../fonts/TimesNewRoman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'optima-nova';
    src: url('../fonts/optima-nova-lt-regular-webfont.woff') format('woff'), url('../fonts/optima-nova-lt-regular-webfont.woff2') format('woff2');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'optima-nova';
    font-weight: 700;
}

.checkbox a:focus, .checkbox a:hover {
    color: #000 !important;
}

.is-img-holder {
    max-height: 700px;
}

p {
    text-align: justify;
    color: #333;
    font-size: 17px;
}

a {
    color: #314672;
}

h6.no-title {
    font-size: 18px;
    margin: 20px 0;
    color: #333;
}

::selection {
    background-color: #314672;
}

body {
    font-family: 'optima-nova';
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

a.navbar-brand {
    max-width: 255px;
    height: auto;
}

nav.navbar.custom-nav {
    width: 100%;
    margin: 0;
    display: flex;
    height: auto;
    align-items: center;
}

.custom-nav .navbar-holder {
    margin-left: auto;
}

a.nav-link {
    color: #26366a;
    font-size: 14px;
}

nav.navbar.custom-nav a.nav-link {
    color: #26366a;
    font-size: 15px;
    font-weight: 400;
    padding: 0 20px;
}

header.theme-header {
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
}

.main-slider.owl-carousel {
    min-height: 700px;
}

    .main-slider.owl-carousel .slider-item {
        height: 700px;
        background-size: cover !important;
        background-position: center center !important;
    }

main.main-content {
    margin-top: 0px;
    background: url(../images/pld-main-bg.png) repeat-y center;
    background-size: 100% auto;
}

p.slider-txt {
    position: absolute;
    right: 3%;
    color: #fff;
    bottom: 50%;
    font-size: 28px;
    transform: translate(-98%, -50%);
}

.owl-nav {
    position: absolute;
    top: 49%;
    left: 0;
    width: 100%;
    transform: translateY(-51%);
    display: flex;
    justify-content: space-between;
}

.main-slider-section .owl-carousel .owl-nav button {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    padding: 0 30px !important;
    outline: 0;
}

.dropdown-holder {
    display: none;
    position: absolute;
    padding-top: 35px;
    top: 40px;
}

    a.nav-link.dropdown-hover:hover + .dropdown-holder, .dropdown-holder:hover {
        display: block;
    }

.drop-down-inner {
    background: #fff;
}

    .drop-down-inner a.dropdown-item:not(:last-child) {
        border-bottom: 1px solid #dedede;
    }

a.dropdown-item {
    font-size: 14px;
    padding: 10px 20px;
    min-width: 180px;
    color: #26366a;
    width: 100%;
    display: block;
}

.nav-item.active:after, .nav-item:hover:after {
    opacity: 1;
}

.nav-item:after {
    background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
    border-color: #26366a transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    display: block;
    left: 0;
    margin-left: 0;
    top: -8px;
    width: 0;
    content: "";
    bottom: auto;
    right: 0;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
}

li.nav-item {
    height: 59px;
    display: flex;
    align-items: center;
    position: relative;
}

@media (min-width:1285px) {
    .container {
        max-width: 1270px;
        width: 1270px;
    }


}

@media (min-width: 1200px) {
    .container {
        width: 1130px;
    }

    nav.navbar.custom-nav a.nav-link {
        padding: 0 10px;
    }
}

.section-title {
    width: 100%;
    background: #314672;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 20px;
}

    .section-title h5 {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
        font-family: 'optima-nova';
        color: #fff;
    }

.au-content {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 3px solid #fff;
}

    .au-content p {
        color: #000;
        font-size: 100%;
        letter-spacing: 0;
        margin-bottom: 15px;
    }

    .au-content ul {
        padding-left: 30px;
        list-style: disc;
    }

ul.lgb-items-group {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

li.lbd-item {
    background: #ffffff;
    padding: 15px;
    text-align: center;
    width: 16%;
}

.lbd-img-holder {
    display: flex;
    margin: 5px auto 30px;
    text-align: center;
    justify-content: center;
}

.lbd-txt-holder h4 {
    font-size: 21px;
    color: #314672;
    font-family: 'optima-nova';
}

.lbd-txt-holder p {
    font-size: 17px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
}

.lbd-row {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid #fff;
}

ul.dvs-items-group {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
/*li.dvs-item {
    width: 9.5%;
    background: #fff;
    text-align: center;
    border: 1px solid #666666;
    padding: 12px 10px;
}*/
li.dvs-item {
    width: 100%;
    background: transparent;
    text-align: center;
    border: 0px solid #666666;
    padding: 12px 10px;
    max-width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.dvs-row {
    width: 100%;
    display: block;
    margin-top: 55px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid #fff;
}

.csr-cont-row {
    width: 100%;
    display: block;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid #fff;
}

.dvs-img-holder i {
    font-size: 88px;
    color: #000;
}

.dvs-img-holder {
    display: block;
    text-align: center;
    transform: scale(1);
    transition: .5s;
}

.dvs-txt-holder p {
    margin: 10px 0px 0;
    font-size: 13px;
    text-transform: unset;
    font-style: normal;
    text-align: center;
    color: #314672;
    font-weight: 700;
}

.lgde-holder {
    background: #314672;
    color: #fff;
    padding: 55px 15px 20px;
    text-align: center;
    margin-bottom: 30px;
}

h4.lgde-title {
    font-family: 'optima-nova';
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 24px;
}

.lgde-holder p {
    font-size: 16px;
    font-weight: 300;
    color: #bebebe;
}

.ac-img-holder {
    display: flex;
    justify-content: center;
}

.ac-item {
    width: 48.5%;
    text-align: center;
}

.ac-holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 3px solid #fff;
    margin-bottom: 30px;
}

footer.pld-footer {
    background: #314672;
    color: #fff;
}

.ft-top {
    padding: 35px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
}

    .ft-top p {
        font-size: 16px;
        margin-bottom: 0;
        text-align: center;
        color: #fff;
    }

.ft-bottom-holder {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.lgdc-wrap-txt ul li {
    margin-bottom: 10px;
}

.lgdc-wrap-txt p {
    margin-bottom: 20px;
}

.ft-bottom-holder ul.social {
    display: flex;
    list-style: none;
    margin: 0;
}

    .ft-bottom-holder ul.social a {
        color: #fff;
        margin: 0 0 0 15px;
        font-size: 16px;
    }

a.top-arrow::after {
    position: absolute;
    width: 15px;
    height: 15px;
    content: " ";
    background: transparent;
    transform: rotate(225deg);
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    transform-origin: center;
    top: 5px;
    cursor: pointer;
    right: 0;
}

a.top-arrow {
    position: relative;
    margin-left: 10px;
    display: block;
    width: 30px;
}

@media (max-width:1700px) {
    p.slider-txt {
        right: -17%;
    }
}

.lbd-txt-holder h4 {
    font-size: 21px;
    color: #314672;
    font-family: 'optima-nova';
    text-transform: unset;
    margin-bottom: 10px;
}

button.navbar-toggler.d-lg-none {
    display: none;
}

nav.navbar.custom-nav .nav-item.login-btn a.nav-link {
    border: 1px solid #314672;
    padding: 10px 10px;
    height: 30px;
    display: flex;
    align-items: center;
}

    nav.navbar.custom-nav .nav-item.login-btn a.nav-link i {
        margin-right: 5px;
    }

    nav.navbar.custom-nav .nav-item.login-btn a.nav-link:hover {
        background: #314672;
        color: #fff;
    }
.social-media-column {
    position: fixed;
    z-index: 999999;
    top: 15px;
    right: 10px;
    flex-direction: column-reverse;
}

    .social-media-column a {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #314672;
        border-radius: 100%;
        color: #fff;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition: .5s;
        cursor: pointer;
    }

.social-media-column-list {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .5s;
    transition: .5s;
    transform-origin: top;
    pointer-events: none;
}

.smc-item {
    padding-top: 10px;
}

.social-media-column a:first-child:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

    .social-media-column a:first-child:hover + .social-media-column-list, .social-media-column-list:hover {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        pointer-events: auto;
    }

.cpy-right {
    font-size: 16px;
}

.is-txt-holder {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 250px;
    font-size: 28px;
    font-family: 'optima-nova';
    font-weight: 700;
    color: #000;
}

section.about_us.wwa-sec .section-title {
    background: transparent;
    margin-top: 35px;
}

    section.about_us.wwa-sec .section-title h5 {
        color: #314672;
    }

.wb-img-holder h3 {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-weight: 400;
    font-family: 'optima-nova';
    text-transform: none;
    font-size: 40px;
}

.wb-img-holder {
    position: relative;
}

.wb-txt-holder p {
    font-size: 16px;
    color: #000;
}

.wb-txt-holder {
    margin: 20px 0 40px;
}

.wb-img-holder img {
    transform: scale(1);
    transition: 3s;
}

.wb-img-holder:hover img {
    transform: scale(1.2);
}

.wb-img-holder {
    position: relative;
    overflow: hidden;
}

section.about_us.wwa-sec .au-content {
    border: 0;
}

section.infra-sec .section-title {
    background: transparent;
    padding: 40px 0 20px;
    border-top: 5px solid #fff;
    height: auto;
}

    section.infra-sec .section-title h5 {
        color: #314672;
    }

section.wcp-sec .section-title {
    background: transparent;
    padding: 0px 0 20px;
    height: auto;
}

    section.wcp-sec .section-title h5 {
        color: #112B66;
    }

.infra-row {
    display: flex;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 5px solid #fff;
}

.video-row {
    display: flex;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 5px solid #fff;
}

ul.infra-items-group {
    display: flex;
    justify-content: space-between;
}

li.infra-item {
    width: calc(20% - 15px);
    border: 5px solid #fff;
}

ul.wcp-items-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

li.wcp-item {
    width: calc(33.33% - 20px);
    background: #314672;
    padding: 30px;
    color: #fff;
}

.wcp-top {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 25px;
}

    .wcp-top h5 {
        color: #fff;
        width: calc(100% - 120px);
        font-family: 'optima-nova';
        text-transform: none;
    }

    .wcp-top svg {
        width: 100px;
    }

.wcp-item p {
    font-family: 'optima-nova';
    font-size: 16px;
    color: #fff;
}

.black-txt .is-txt-holder p {
    color: #333;
}

main.main-content.cu-main {
    height: calc(100vh - 158px);
    padding-top: 100px;
    display: flex;
    align-items: center;
}

.grow-banner .is-txt-holder {
    width: 395px;
    color: #fff;
}

.inner-slider-section.grow-banner {
    margin-bottom: 50px;
    max-height: 700px;
}

.gabt-txt-holder {
    margin-top: 0;
    text-align: center;
    font-family: 'optima-nova';
    margin-bottom: 0;
}
.pr-0 {
    display: flex;
    width: 1170px;
    height: 15px;
    background: transparent;
    margin-left: 280px;
    margin-top:-25px;
    border-bottom: 5px solid #fff;
}
.video-overlay, .video-overlay2 {
    position: absolute !important;
    width: 100%;
    height: 80vh !important;
    /*background: RGB(43,42,41,.8);*/
    background: RGB(43,42,41);
    z-index: 3;
    top: 0;
    left: 0;
}

.video-overlay2 {
    background: transparent;
    height: 80%;
}

.animat-page {
    width: 100%;
    height: 80vh;
    background: transparent;
    position: relative;
}

.animat-container {
    width: 100%;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 4;
}

.animat-titel p {
    margin-bottom: 0;
}

.animat-titel {
    margin-right: 40px;
    z-index: 99;
}

.video-continer {
    position: relative;
    display: flex;
    width: 550px;
    height: 350px;
}

    .video-continer:before {
        width: 100%;
        height: calc(100% - 15px);
        content: "";
        position: absolute;
        background: #314672;
        left: -15px;
        bottom: -15px;
        z-index: 2;
    }

iframe {
    position: relative;
    z-index: 2;
}

canvas#animat {
    z-index: 0;
}

.lgd-row {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.gabt-txt-holder h4 {
    margin-bottom: 20px;
    text-transform: none;
    font-family: 'optima-nova';
    color: #232F65;
    font-size: 24px;
    text-align: left;
}

.gabt-txt-inner table {
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

    .gabt-txt-inner table th {
        font-weight: 700;
        color: #000;
        padding: 5px 20px 5px 0px;
        font-size: 18px;
        white-space: nowrap;
    }

    .gabt-txt-inner table td {
        font-weight: 500;
        color: #000;
        padding: 2px 20px 2px 0px;
        font-size: 16px;
    }

section.lgdc-sec {
    margin-top: 20px;
}

.lgdc-txt-holder h6 {
    font-size: 22px;
    font-family: 'optima-nova';
    color: #232F65;
    margin-bottom: 15px;
    line-height: 34px;
    text-transform: none;
    letter-spacing: 0;
}

.lgdc-item {
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

.mb-50 {
    margin-bottom: 50px;
}

.lgdc-txt-holder {
    width: 60%;
    padding-right: 24px;
}

    .lgdc-txt-holder p {
        font-size: 17px;
        margin-bottom: 20px;
        color: #333;
    }

.lgdc-img-holder {
    width: 40%;
    margin-top: 20px;
}

.lgdc-item.lgdc-sec-item .lgdc-img-holder {
    width: 50%;
}

.lgdc-item.lgdc-sec-item .lgdc-txt-holder {
    width: 50%;
}

.lgdc-two-imgs {
    display: flex;
    align-items: center;
}

.lgdc-item.lgdc-sec-item .lgdc-txt-holder {
    padding-right: 0;
    padding-left: 25px;
}

span.vs-dvdr {
    font-weight: 700;
    color: #000;
    padding: 0 20px;
    font-size: 24px;
}

.lgdc-imgs-inner {
    text-align: center;
    font-size: 16px;
    color: #232F65;
    font-weight: 700;
}

    .lgdc-imgs-inner p {
        margin-top: 15px;
        font-size: 14px;
        text-align: center;
    }

.lgdc-item.lgdc-sec-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px solid #fff;
}

.dpc-sec table {
    width: 100%;
}

.dpc-sec .gabt-txt-holder {
    margin-top: 40px;
}

.gabt-txt-inner {
    overflow-x: auto;
    width: 100%;
}

.know-banner .is-txt-holder {
    top: 78%;
    right: 8%;
    transform: translateY(-22%);
    width: 555px;
    color: #fff;
}

ul.shp-items-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 70px;
}

li.shp-item {
    width: 25%;
    padding: 30px;
    border: 2px solid #000;
    border-top: 0;
    border-right: 0;
    position: relative;
    padding-bottom: 70px;
}


    li.shp-item:first-child, li.shp-item:nth-child(5), li.shp-item:nth-child(9) {
        border-left: 0;
    }

    li.shp-item i {
        font-size: 100px;
        color: #314672;
        margin-top: 20px;
        display: block;
        margin-bottom: 25px;
    }

    li.shp-item:nth-child(9), li.shp-item:last-child {
        border-bottom: 0;
    }

.shp-img-holder h5 {
    font-family: 'optima-nova';
    text-transform: none;
    color: #232F65;
    font-size: 16px;
}

.shp-txt-holder p {
    font-family: optima-nova;
    font-size: 18px;
    text-align: center;
    color: #191918;
}

.grd-row label {
    margin: 0 auto;
    text-align: center;
    background: #314672;
    color: #fff;
    padding: 7px 15px;
    margin-bottom: 10px;
    display: table;
}

.grd-mrg {
    margin-top: 30px;
}

.grd-dvdr {
    display: flex;
}

    .grd-dvdr .grd-content {
        width: 65%;
    }

.clr-tbl-holder {
    width: 35%;
    padding: 0 30px;
}

    .clr-tbl-holder td:first-child {
        width: 35%;
    }

    .clr-tbl-holder td {
        font-size: 16px;
        padding: 3px;
        color: #333;
    }

.grd-row {
    margin-bottom: 50px;
}

    .grd-row p {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
    }

.grd-tbl-holder {
    overflow-x: auto;
    width: 100%;
}

    .grd-tbl-holder td {
        color: #333;
        font-size: 14px;
        padding: 2px;
    }

.cod-sec .section-title {
    background: transparent;
    flex-wrap: wrap;
    height: auto;
}

    .cod-sec .section-title h5 {
        color: #314672;
        text-transform: none;
        margin-bottom: 10px;
    }

    .cod-sec .section-title p {
        font-size: 16px;
        text-align: left;
        color: #333;
    }

section.cod-sec .section-title {
    padding-top: 50px;
    border-top: 5px solid #fff;
}

.cod-icon-holder svg {
    width: 100px;
    display: block;
    margin: 0 auto;
}

ul.cod-items-group {
    display: flex;
}

li.cod-item {
    width: 20%;
    padding: 30px 15px;
}

    li.cod-item:not(:last-child) {
        border-right: 3px solid #fff;
    }

.cod-txt-holder {
    margin-top: 40px;
}

    .cod-txt-holder h4 {
        font-family: 'optima-nova';
        margin-bottom: 10px;
        color: #333;
    }

    .cod-txt-holder li {
        padding-left: 25px;
        font-size: 16px;
        color: #333;
        position: relative;
        margin-bottom: 10px;
        line-height: 22px;
    }

        .cod-txt-holder li:before {
            position: absolute;
            content: "";
            left: 0;
            top: 5px;
            background: url(../images/diamond-bullet.png) no-repeat;
            width: 12px;
            height: 12px;
            background-size: contain;
        }

.cod-row {
    margin-bottom: 50px;
}

section.mnf-sec .section-title {
    background: transparent;
    height: auto;
    padding-top: 50px;
    margin-bottom: 30px;
    border-top: 5px solid #fff;
}

    section.mnf-sec .section-title h5 {
        color: #314672;
    }

.grdc-item h6 {
    color: #314672;
    font-family: 'optima-nova';
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 10px;
}

.grdc-item p {
    font-size: 16px;
    color: #333;
}

.grdc-item {
    margin-bottom: 30px;
}

section.mnf-sec {
    padding-bottom: 40px;
}

.infra-txt-holder {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

    .infra-txt-holder p {
        margin-bottom: 10px;
    }


li.dvs-item:hover .dvs-img-holder {
    transform: scale(1.15);
}

li.dvs-item:hover i {
    color: #314672;
}

/*li.dvs-item:hover {
    transform: scale(1.1);
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,.3);
}*/

li.dvs-item {
    /*transform: scale(1);*/
    transition: .6s;
    cursor: pointer;
}

li.lbd-item {
    /* transform: scale(1); */
    transition: .6s;
    cursor: pointer;
}

    li.lbd-item:hover {
        transform: scale(1.1);
        z-index: 1;
        box-shadow: 0 5px 15px rgba(0,0,0,.3);
    }

.shp-modal .modal-body video {
    width: 100%;
}

.shp-modal .modal-header .close {
    margin-top: -22px;
}

.modal-backdrop {
    position: fixed;
}
/*.shp-carousel .owl-item {
    padding: 20px;
}*/
section {
    overflow: hidden;
}

span.vdbtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

    span.vdbtn svg {
        width: 50px;
        cursor: pointer;
    }

body.modal-open {
    overflow: visible;
}

.nav-item.login-btn:after {
    opacity: 0;
}

section.dpc-sec {
    padding-bottom: 50px;
}

.is-txt-holder p {
    font-size: 28px;
    font-family: 'optima-nova';
    font-weight: 700;
    color: #fff;
}

.cu-main .info-box {
    margin: 15px 0;
}

    .cu-main .info-box .inner-box {
        display: flex;
        align-items: baseline;
    }

        .cu-main .info-box .inner-box .icon-box {
            margin-right: 15px;
            color: #314672;
            font-size: 16px;
        }

        .cu-main .info-box .inner-box a {
            font-size: 17px;
            color: #333;
        }

#contfrm .sm-input {
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    border: 1px solid #bebebe;
    padding-left: 8px;
}

#contfrm textarea {
    border: 1px solid #bebebe;
    width: 100%;
    min-height: 120px;
    padding: 8px;
    margin-bottom: 0;
}

    #contfrm .sm-input:focus, #contfrm textarea:focus {
        outline: 0;
        border-color: #314672;
    }

#contfrm .sm-input::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 14px;
}

#contfrm .sm-input:-ms-input-placeholder {
    color: #bebebe;
    font-size: 14px;
}

#contfrm input[type="button"] {
    background: #314672;
    opacity: 1;
    color: #fff;
    text-transform: none;
    font-size: 16px;
}

#contfrm .sm-input::placeholder, #contfrm textarea::placeholder {
    color: #bebebe;
    font-size: 14px;
}

.dv-shapes .owl-carousel .owl-nav button {
    font-size: 43px;
    color: #314672;
    position: absolute;
    margin-bottom: 0;
    top: -50px;
}

.dv-shapes .owl-carousel .owl-nav .owl-prev {
    left: -25px;
}

.dv-shapes .owl-carousel .owl-nav .owl-next {
    right: -25px;
}

.dv-shapes .owl-carousel .owl-stage-outer {
    z-index: 1;
}

.lgde-holder p {
    color: #fff;
    line-height: 29px;
}

.gabt-txt-inner table tr td:first-child {
    white-space: nowrap;
}

.gabt-txt-inner table tr td, .gabt-txt-inner table tr th {
    border: 1px solid #aaa;
    padding: 5px 10px;
}

.pls-banner .is-txt-holder {
    width: 45%;
}

.preloadder {
    display: none !important;
}



.pls-banner .is-img-holder {
    display: flex;
}

@media(min-width:1100px) {
    section#is_section {
        margin-top: 75px;
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    nav .navbar.custom-nav a.nav-link {
        font-size: 14px;
        padding: 0 15px;
    }
    .ac-img-holder.ac-img-bar img {
        max-width: 74%;
    }
}
@media (min-width:768px) and (max-width:1025px){
    .ac-img-holder.ac-img-bar img {
        max-width: 74%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .wcp-top {
        flex-wrap: wrap;
        justify-content: center;
    }

        .wcp-top h5 {
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
        }

    li.wcp-item {
        width: calc(33.33% - 10px);
        padding: 15px;
    }

    .wcp-top svg {
        width: 70px;
    }
}

@media(max-width:1024px) {
    .grd-banner .is-txt-holder p {
        text-shadow: 0 0 8px black;
    }

    header.theme-header {
        position: fixed !important;
    }

    .nav-item.active:after, .nav-item:hover:after {
        opacity: 0;
    }

    a.navbar-brand {
        max-width: 255px;
        height: auto;
        order: 1;
    }

    .custom-nav .navbar-holder {
        margin-left: 15px;
        order: 3;
    }

    .nav-item.login-btn {
        order: 2;
        margin-left: auto;
    }

    .navbar-nav {
        float: none;
        margin: 0;
        display: none;
        position: absolute;
        right: 0;
        max-width: 200px;
        background: #fff;
        top: 100%;
        box-shadow: 0 10px 10px rgba(0,0,0,.5);
        border-top: 2px solid #26366A;
    }

    li.nav-item {
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        padding: 5px 0;
        width: 100%;
    }

        li.nav-item:not(:last-child) {
            border-bottom: 1px solid #ddd;
        }

    button.navbar-toggler.d-lg-none {
        display: block;
        border: 0;
        background: 0;
        margin-right: 7px;
    }

    span.fa.fa-bars {
        color: #314672;
    }

    nav.navbar.custom-nav a.nav-link {
        font-size: 14px;
        white-space: nowrap;
    }

    main.main-content.cu-main {
        height: auto;
        padding-top: 100px;
    }

    div#contfrm {
        margin-bottom: 50px;
    }

    nav.navbar.custom-nav .nav-item.login-btn a.nav-link {
        display: none;
    }
}

@media (max-width:767px) {
    .navbar-nav {
        margin: 0;
        display: none;
    }

    ul.wcp-items-group {
        flex-wrap: wrap;
        padding: 0 15px;
    }

    a.navbar-brand {
        max-width: 155px;
        height: auto;
    }

    .is-txt-holder {
        right: 5%;
        width: 134px;
        font-size: 14px;
        top: 79%;
    }

    .dropdown-holder {
        padding-top: 0;
        top: 0;
        right: 100%;
        box-shadow: -6px 8px 10px rgba(0,0,0,.3);
    }

    .infra-row, ul.infra-items-group {
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0 5px;
    }

    .video-row {
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0 5px 60px;
    }

    li.infra-item {
        width: calc(50% - 15px);
        border: 5px solid #fff;
        margin-bottom: 15px;
    }

    li.wcp-item {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .cpy-right {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ft-bottom-holder {
        padding: 20px 0;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .au-content p {
        padding: 0 0;
    }

    .wb-item {
        padding: 0;
    }

    main.main-content {
        margin-top: 0px;
        /* background: #ecf2f2; */
        background-size: auto;
    }

    nav.navbar.custom-nav .nav-item.login-btn a.nav-link {
        padding: 10px 5px;
        height: 25px;
        font-size: 12px;
        margin-right: 0;
    }

    .gabt-txt-inner table th, .gabt-txt-inner table td {
        white-space: unset;
    }

    .gabt-txt-inner table th {
        font-size: 12px;
        width: 33.33%;
    }

    .gabt-txt-holder, .gabt-txt-holder + div {
        padding: 0;
    }

    .gabt-txt-inner table tr td:first-child {
        white-space: unset;
    }

    .gabt-txt-inner table {
        border-collapse: collapse;
        table-layout: fixed;
    }

        .gabt-txt-inner table td {
            font-size: 12px;
        }

    section.lgdc-sec {
        margin-top: 20px;
        padding: 0 20px;
    }

    .section-title {
        padding: 10px;
        height: auto;
    }

    .lgdc-item:first-child {
        flex-wrap: wrap-reverse;
    }

    .lgdc-item {
        flex-wrap: wrap;
    }

    .lgdc-txt-holder {
        width: 100%;
        padding-right: 0;
    }

    .lgdc-img-holder {
        width: 100%;
        margin-bottom: 20px;
    }

    .lgdc-item.lgdc-sec-item .lgdc-img-holder {
        width: 100%;
    }

    .lgdc-item.lgdc-sec-item .lgdc-txt-holder {
        width: 100%;
        padding-left: 0;
    }

    section.dpc-sec {
        padding: 0 20px;
    }

    .grow-banner .is-txt-holder {
        width: 130px;
    }

    section.gabt_sec {
        padding: 0 20px;
    }

        section.gabt_sec p {
            padding: 0;
        }

    .ft-top p {
        font-size: 15px;
        padding: 0 20px;
    }

    .grd-banner .is-txt-holder {
        right: 6%;
        width: 170px;
        color: #fff;
        text-align: left;
        top: 49%;
    }

    li.cod-item:not(:last-child) {
        border-right: 0px solid #fff;
        border-bottom: 3px solid #fff;
    }

    .cod-sec .section-title h5 {
        font-size: 20px;
    }

    .cod-sec .section-title p {
        font-size: 14px;
    }

    ul.cod-items-group {
        flex-wrap: wrap;
    }

    li.cod-item {
        width: 100%;
        padding: 30px 15px;
    }

    .grd-dvdr {
        flex-wrap: wrap;
    }

    section.about_us, .wwa-sec, .infra-sec, .cod-sec, .mnf-sec {
        padding: 0 20px;
    }

        section.about_us.wwa-sec .section-title {
            margin-top: 15px;
            margin-bottom: 0;
        }

    .grd-row p {
        font-size: 14px;
    }

    .shp-txt-holder p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    li.shp-item i {
        font-size: 60px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    li.shp-item:nth-child(2n + 1) {
        border-left: 0;
    }

    li.shp-item {
        width: 50%;
        padding: 20px 10px 80px;
    }

    .grd-tbl-holder td {
        padding: 2px 16px 2px 0;
        white-space: nowrap;
    }

    .grdc-item p {
        font-size: 14px;
    }

    .grdc-item h6 {
        font-size: 16px;
    }

    .clr-tbl-holder {
        width: 100%;
        padding: 0 0;
    }

    .grd-dvdr .grd-content {
        width: 100%;
    }

    li.lbd-item {
        width: 100%;
        margin-bottom: 20px;
    }

    ul.lgb-items-group, ul.dvs-items-group {
        flex-wrap: wrap;
    }
    section.dv-shapes {
        padding: 0 20px;
    }
    section.ac-sec {
        padding: 0 20px;
    }
    section.online-buying {
        padding: 0 20px;
    }
    section.lgde-sec {
        padding: 0 20px;
    }

    li.dvs-item {
        width: auto;
        padding: 10px 0;
    }

    .dv-shapes .owl-carousel .owl-nav button.owl-prev {
        margin-left: 0px;
        z-index: 2;
    }

    .dv-shapes .owl-carousel .owl-nav button.owl-next {
        margin-right: 0px;
        z-index: 2;
    }

    li.dvs-item:nth-child(2n) {
        border-left: 0;
    }

    .lgde-holder {
        padding: 55px 20px 20px;
    }

    .ac-holder {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .ac-item {
        width: 100%;
    }

    section.abt-diamond {
        padding: 0 20px;
    }

    .lbd-txt-holder p {
        font-size: 14px;
    }

    .section-title h5 {
        font-size: 20px;
    }

    .main-slider.owl-carousel {
        min-height: 100%;
    }

        .main-slider.owl-carousel .slider-item {
            height: 420px;
            position: relative;
        }

    p.slider-txt {
        right: 10%;
        transform: translate(0, 0);
        font-size: 18px;
        width: 50%;
        bottom: 10%;
        text-align: left;
    }

    button#conbtn {
        margin: 20px auto 0;
        display: block;
    }

    main.main-content.cu-main {
        height: auto;
        padding-top: 20px;
    }

    .gabt-txt-holder {
        width: 100%;
        margin-bottom: 20px;
    }

    .is-txt-holder p {
        font-size: 14px;
    }

    .pls-banner .is-txt-holder {
        width: 63%;
        top: 54%;
        right: 2%;
    }

    .inner-slider-section {
        margin-bottom: 30px !important;
        margin-top: 56px;
    }

    .grow-banner .is-txt-holder {
        width: 130px;
        top: 50%;
    }
}

@media(max-width:475px) {
    .pls-banner .is-img-holder {
        max-height: 175px;
    }
    .pls-banner .is-txt-holder p {
        font-size: 13px;
    }

}


@media (max-width: 1336px) {
    .index-container {
        width: 1110px;
    }
}

@media (max-width: 1280px) {
    .index-container {
        width: 1050px;
    }
}

@media (max-width: 768px) {
    .index-container {
        width: 100%;
    }
}


select {
    background-image: none !important;
    appearance: auto;
    height: auto !important;
}

.modal .modal-backdrop.in {
    display: block !important;
}

.modal-backdrop.in {
    display: none !important;
}

.modal-dialog {
    z-index : 1050;
}