/*
Theme Name: cloister
Text Domain: cloister

Author: cloister
Author URI: https://cloister.com
Theme URI: https://cloister.com
*/
body {
    margin: 0px;
    font-family: 'Barlow', sans-serif !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}
li.nav-item {
    padding-left:20px;
}

header {
    padding: 10px 0;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    background: #fff;
    transition: all .3s ease;
    z-index: 9999;
    border-top: 3px solid #17436f;
}

.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
    width: 8%;
}

.banner-section .carousel-caption {
    left: 0;
    right: 0;
}

.banner-txt a {
    padding: 15px 50px;
    background: #134470;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: .6s all;
    font-weight: 700;
}

.banner-txt a:hover {
    background: #008bd0;
    color: #fff;
}

.banner-txt {
    background: #fff;
    padding: 30px;
    text-align: left;
}

.header-scroll {
    position: fixed;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background: #fff;
    height: 70px;
}

header.header-scroll img.img-fluid.logo-image {
    height: 50px;
    transition: .7s all;
}

header.header-scroll a.nav-link {
    padding: 0px 15px !important;

}

/* Logo Section */

main.logo-section {
    padding: 10px 0px;
}

main.logo-section i.fa.fa-search {
    color: #3f6b9d;
    font-size: 13px;
}

main.logo-section .input-group.add-on {
    background: #ededed;
    border: 0;
    border-radius: 6px;
}

main.logo-section input#srch-term {
    background: transparent;
    border: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.hdr-1-rght-inr1 {
    margin-right: 15px;
}

.hdr-1-rght-inr i {
    font-size: 14px;
    margin-right: 6px;
}

.hdr-1-rght-inr p {
    margin-bottom: 10px;
}

/* Menu Section */

main.menu-section header.sticky-top {
    background: #003c80;
}

main.menu-section nav {
    padding: 0;
}

main.menu-section a {

    font-size: 12px;
    color: #fff;
    text-transform: uppercase;

}


.toggle-button {
    display: none;
}

/* Close Menu Section */



/* Banner Section */

.banner-section h5 {
    text-align: left;
    color: #134470;
    text-transform: uppercase;
    line-height: 45px;
    font-weight:600;
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: 0;
}

/* Close Banner Section */



header.header-scroll .hdr-1-rght-inr {
    display: none;
}

.hdr-1-rght-inr {
    display: flex;
    justify-content: end;
}







.hd-mn-1 h2 {
    color: #134470;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

section.clstr-hm-4 {
    padding: 90px 0;
}

.hd-mn-1 {
    margin-bottom: 30px;
}

a.nav-link {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}

.des-1 p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.des-1 ul li {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

section.clstr-hm-1 {
    background-image: url(img/hm-1-bg.jpg);
    background-size: 100%;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
}

.clst-hm-1 h1 {
    margin-bottom: 20px;
    color: #134470;
    font-size: 60px;
    text-transform: uppercase;
}

.clst-hm-1 {
    padding-left: 30px;
}

.hm-btns-1 a img {
    margin-right: 10px;
}

.hm-btns-1 a {
    padding: 12px 50px;
    background: #134470;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: .6s all;
    font-weight: 600;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    min-height: 55px;
    display: flex;
    width: fit-content;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.hm-btns-1 a:hover {
    background:  #4c4b4b;
}
.hm-btns-1 a:nth-child(2) {
    margin-left: 20px;
    background: #008bd0;
}
.hm-btns-1 a:nth-child(2):hover {
    background:  #4c4b4b;
}
.hm-btns-1 {
    margin-top: 30px;
    display: flex;
}

.clstr-hm-2 {
    background-image: url(img/bg-3.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.clstr2-1 {
    background: #fff;
    text-align: center;
    height: 100%;
    padding: 30px;
    border-radius: 50%;
}

.clstr2-1 {
    background: #fff;
    text-align: center;
    height: 100%;
    padding: 30px;
    border-radius: 50%;
}

.clstr2-1 h3 {
    font-size: 18px;
    color: #2d2d2d;
    padding: 0 20px;
    margin-top: 10px;
}

.clstr2-1 {
    background: #fff;
    height: 100%;
    padding: 30px;
    border-radius: 50%;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    height: 300px;
    width: 300px;
}

.clstr2-1 img {
    margin: auto;
}





section.clstr-hm-3 {
    background-image: url(img/bg-2.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

section.clstr-hm-3 h2 {
    color: #fff;
}

.clstr3-1 {
    padding: 50px;
    background-color: #134470;
    color: #fff;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;
}

.clstr3-1:hover {
    background-color: #008bd0;
}
.clstr3-1 p {
    font-size: 16px;
    line-height: 28px;
}
.clstr3-1 h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ctg-invtn a {
    text-decoration: none;
}


.prdct-mn-bx {
    position: relative;
}

.clstr4-cntnt {
    position: absolute;
    bottom: 0;
    padding: 20px;

}
.clstr4-cntnt h3 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.prdct-mn-bx:nth-child(2) .clstr4-cntnt h3{
    color: #000;
} 
.clstr4-img {
    height: 100%;
}
.prdct-mn-bx:nth-child(2):hover .clstr4-cntnt h3 {
    color: #f0684e;
}
.prdct-mn-bx:hover h3 {
    color: #f0684e;
}
.clstr4-img  {
    transition: .5s all;
    overflow: hidden;
}
.clstr4-img:hover img {
    transition: .5s all;
    scale: 1.2;
}
.clstr4-img img {
    object-fit: cover;
    transition: .5s all;
    height: 100%;
}
.prdct-mn-bx:nth-child(3) .clstr4-cntnt {
    right: 20px;
} 
section.clstr-hm-5 {
    background-image: url(img/zion-bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    padding: 150px 0;
}

.clstr5-cntct h3 {
    color: #134470;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.clstr5-cntct p {
    width: 72%;
}
.clstr5-cntct {
    background: #fff;
    padding: 50px;
}

.clstr5-cntct a {
    padding: 12px 50px;
    background: #134470;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: .6s all;
}
.clstr5-cntct a {
    margin-top: 20px;
}
.clstr5-cntct a:hover {
    background: #008bd0;
}

.des-3 p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}


 



footer {
    background: #171717;
    padding: 65px 0;
}

.ftr-sc ul {
    padding: 0;
}

.ftr-sc li {
    color: #bbbbbb;
    list-style: none;
}

.ftr-sc a {
    color: #bbbbbb;
    text-decoration: none;
    line-height: 30px;
}

.ftr-sc a:hover {
    color: #e6644d;
}

.ftr-rght li {
    margin-bottom: 20px;
}

.ftr-sc.ftr-scl ul {
    display: flex;
}

.ftr-sc.ftr-scl i {
    padding: 10px;
    font-size: 20px;
}

.ftr-sc h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}







.copy {
    padding: 20px 0;
}

.copy h6 {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    margin: 0;
}

.copy h6 a {
    text-decoration: none;
    color: #000;
}

.cpy-rght {
    display: flex;
    justify-content: end;
}

.inr-pg-sc-1 {
    padding: 80px 0;
    background: #ffffff;
}
.hd-sc1 h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 60px;
    color: #134470;
    text-align: center;
}
.pr-bx-1 {
    font-family: 'Barlow', sans-serif;
}
.pr-bx-1 h4 {
    font-size: 20px;
    color: #0f3d68;
    font-weight: 500;
    margin-top: 10px;
}
.pr-bx-1 h3 {
    font-size: 23px;
    color: #1f1f1f;
    font-weight: 600;
    margin-top: 0;
}
.pr-bx-1 a {
    text-decoration: none;
    color: #686868;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 2px solid #134470;
}
.pr-bx-1 a:hover {
    text-decoration: none;
    color: #134470;
}
.prdt-list{
    margin-top: 10px;
}
.pr-bx-1-mn{
    margin-bottom: 30px;
    transition: .5s all;
}
.pr-bx-1  {
    overflow: hidden;

}
.pr-bx-1 img {
    scale: 1;
    width: 100%;
    transition: .5s all;
}
.pr-bx-1:hover img {
    transition: .6s all;
    scale: 1.2;
}
.pr-bx-1 a:nth-child(1) {
    transition: .5s all;
    display: block;
    overflow: hidden;
    border-bottom:none;
}
.prdt-des-1 {
    margin-top: 30px;
}
.prdt-nm-top{
    margin-bottom: 30px;
}
.prdt-nm-top h5 {
    font-size: 20px;
    color: #0f3d68;
    font-weight: 600;
    margin-top: 10px;
}
.prdt-nm-top h3 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
}
.prdct-asmb-drwg h3 {
    width: fit-content;
    font-weight: 500;
    font-size: 28px;
    padding: 0 20px 10px;
    color: #3b3b3b;
    text-transform: capitalize;
    line-height: 40px;
    position: relative;
    background: #fff;
    padding-right: 8px;
    z-index: 9;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.prdct-asmb-drwg .prdct-asmb-drwg-hdg hr {
    margin-top: -34px;
    z-index: 0;
    position: relative;
}
.asmble-img{
    margin-top: 30px;
}
.asmble-img img {
    width: 100%;
}
.prdct-asmb-drwg {
    margin-top: 60px;
}
ul.dropdown-menu  {
    padding: 0;
    border-radius: 0;
}
.copy h6 a:hover {
    color: #f0684e;
}


a.list-group-item {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
}


 .clstr-pr-right img {
    border: 1px solid #ccc;
    width: 100%;
}


/* Media Screens */

@media (max-width: 576.9px) {
    .prdct-asmb-drwg {
        margin-top: 30px;
    }
    .prdt-nm-top h3 {
        font-size: 25px;
    }
    .prdt-nm-top h5 {
        font-size: 18px;
    }
    .hd-sc1 h2 {
        font-size: 30px;
    }
    .inr-pg-sc-1 {
        padding: 40px 0;
    }
    li.nav-item {
        padding-left: 0px;
    }
    .header-scroll {
        height: 60px;
    }
    main.hdr-bg {
        background: #fff;
    }
    .clstr4-img img {
        width: 100%;
    }
    .banner-section h5 {
        line-height: 22px;
        font-size: 17px;
        margin-bottom: 10px;
    }
    header.header-scroll a.nav-link {
        padding: 0px 0px !important;
    }
    .banner-txt {
        padding-top: 10px !important;
        padding: 20px;
    }
    a.list-group-item {
        border: 0;
        padding: 0;
        padding-left: 10px;
    }
    ul.dropdown-menu {
        width: 100%;
        border: 0;
    }
    .banner-txt a {
        padding: 5px 15px;
        font-size: 13px;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0rem;
    }
    a.nav-link {
        font-weight: 500;
        line-height: 30px;
    }
    nav.navbar {
        padding: 0;
    }
    .clstr3-img img {
        width: 100%;
    }




    .toggle-button {
        display: block;
    }
    .ftr-sc img {
        width: 70px;
    }
    img.img-fluid.logo-image {
        width: 125px;
        float: left;
    }
    .clstr3-1 p {
        font-size: 15px;
        line-height: 25px;
    }
    button.navbar-toggler.toggle-button {
        float: right;
        margin-top:0px;
    }

    .hm-btns-1 {
        display: block;
    }
    .hdr-1-rght-inr {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .clst-hm-1 {
        padding-left: 0px;
    }
    .clst-hm-1 h1 {
        margin-bottom: 10px;
        font-size: 30px;
        margin-top: 20px;
        text-align: center;
    }
    section.clstr-hm-1 {
        padding: 50px 0;
    }

    .hd-mn-1 h2 {
        font-size: 25px;
    }
    .clstr3-1 {
        padding: 20px;
    }

    .clstr3-1 h3 {
        margin-bottom: 10px;
        padding: 0 20px;
    }
 
    .clstr5-cntct a {
        margin-top: 5px;
        padding: 12px 20px;
    }
    .clstr5-cntct h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .prdct-mn-bx:nth-child(3) .clstr4-cntnt {
        right: auto;
    }
    .clstr5-cntct {
        padding: 20px;
    }
    .clstr4-cntnt h3 {
        font-size: 15px;
    }
    .clstr5-cntct p {
        width: 100%;
    }
    section.clstr-hm-5 {
        padding: 50px 0;
    }
    section.clstr-hm-4 {
        padding: 50px 0;
    }
    section.clstr-hm-3 {
        padding: 50px 0;
    }
    .des-3 p {
        font-size: 15px;
        line-height: 23px;
    }
    .clstr2-1 {
        padding: 10px;
        height: 150px;
        width: 150px;
        margin: auto;
        margin-bottom: 20px;
    }
    .hdr-1-rght-inr p {
        margin-bottom: 4px;
    }
    .copy {
        padding: 10px 0;
    }
    .clstr2-1 img {
        margin: auto;
        width: 50px;
    }
    .clstr-hm-2 {
        padding: 50px 0;
    }
    .hm-btns-1 a img {
        margin-right: 8px;
        width: 14px;
    }
    .clstr2-1 h3 {
        font-size: 12px;
        padding: 0 10px;
        margin-top: 10px;
    }
    .hm-btns-1 a:nth-child(2) {
        margin-left: 0px;
        background: #f0684e;
        margin-top: 20px !important;
        margin: auto;
    }
    .hm-btns-1 a {
        margin: auto;
        font-size: 13px;
        padding: 4px 20px;
        min-width: 100px;
        min-height: 40px;
    }
    .des-1 p {
        font-size: 15px;
        line-height: 23px;
        text-align: center;
    }
    .ftr-sc {
        margin-top: 20px;
    }

    .ftr-sc h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    footer {
        padding: 20px 0;
    }
    .copy h6 {
        text-align: center;
        line-height: 20px;
    }
    .cpy-rght {
        justify-content: center;
    }
    header.header-scroll img.img-fluid.logo-image {
        height: auto;
    }
    .ftr-sc a {
        line-height: 26px;
        font-size: 14px;
    }
    .ftr-sc li {
        line-height: 26px;
        font-size: 14px;
    }

    .info-icon {
        width: 10% !important;
    }
    .info-icon-right h6 {
        font-size: 17px;
        line-height: 1.5 !important;
    }
    .cntct-content h2 {
        font-size: 25px !important;
        padding-bottom: 20px !important;
    }
    .contact-form {
        margin-top: 20px;
    }


}
 
@media (min-width: 577px)  and (max-width: 768px) {
    .toggle-button {
        display: block;
    }
    main.hdr-bg {
        background: #fff;
    }
    .banner-txt a {
        padding: 10px 20px;
        font-size: 12px;
    }
    footer {
        padding: 35px 0;
    }
    .ftr-sc li {
        font-size: 13px;
        line-height: 25px;
    }
    .ftr-sc li a {
        font-size: 13px;
    }
    .copy h6 {
        font-size: 12px;
    }
    .copy {
        padding: 10px 0;
    }
    .clstr5-cntct p {
        width: 95%;
    }
    section.clstr-hm-4 {
        padding: 30px 0;
    }
    section.clstr-hm-3 {
        padding: 50px 0;
    }
    nav.navbar {
        padding: 0;
    }
    .hdr-1-rght-inr {
        margin-top: 10px;
    }
    .banner-section h5 {
        line-height: 28px;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .des-1 p {
        font-size: 16px;
        line-height: 23px;
    }
    header.header-scroll img.img-fluid.logo-image {
        height: auto;
    }
    img.img-fluid.logo-image {
        width: 125px;
        float: left;
    }
    .banner-txt {
        padding: 20px;
    }
    button.navbar-toggler.toggle-button {
        float: right;
        margin-top:0px;
    }
    .hdr-1-rght-inr {
        justify-content: center;
    }
    .clst-hm-1 h1 {
        margin-bottom: 0px;
        font-size: 40px;
        margin-top: 20px;
    }
    .clst-hm-1 {
        padding-left: 0px;
    }
    .clstr2-1 {
        padding: 20px;
        height: 230px;
        width: 230px;
        margin-bottom: 20px;
    }
    .clstr2-1 img {
        margin: auto;
        width: 60px;
    }
    .clstr2-1 h3 {
        font-size: 16px;
        padding: 0 10px;
        margin-top: 10px;
    }
    .clstr-hm-2 {
        padding: 50px 0;
    }
    section.clstr-hm-1 {
        padding: 50px 0;
    }
    .hd-mn-1 h2 {
        font-size: 40px;
    }
    .clstr4-cntnt h3 {
        font-size: 14px;
    }

    .clstr4-cntnt {
        padding: 10px;
    }
    .clstr5-cntct h3 {
        font-size:20px;
        margin-bottom: 10px;
    }
    .clstr5-cntct {
        padding: 20px;
    }
    .clstr5-cntct a {
        margin-top: 0px;
    }
    section.clstr-hm-5 {
        background-image: url(img/bg-1.jpg);
        background-size: cover;
        background-position: center;
        padding: 50px 0;
    }
    .des-3 p {
        font-size: 16px;
        line-height: 23px;
    }

}

@media (min-width: 768px) and (max-width: 991.9px) {
    .container {
        max-width: 90% !important;
    }
    .clstr5-cntct h3 {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .clstr5-cntct p {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .clstr5-cntct a {
        padding: 10px 30px;
    }
    section.clstr-hm-5 {
        padding: 50px 0;
    } 
    .clst-hm-1 h1 {
        margin-bottom: 10px;
        font-size: 40px;
    }
    .hm-btns-1 a {
        padding: 5px 20px;
        min-width: 100px;
    }

    .hm-btns-1 a img {
        margin-right: 6px;
    }
    .banner-txt {
        padding: 20px;
    }
    .clstr3-1 {
        padding: 10px;
    }
    .clstr5-cntct {
        padding: 20px;
    }
    .clstr3-1 p {
        font-size: 15px;
        line-height: 20px;
        margin: 0;
    }
    .clstr3-1 h3 {
        margin-bottom: 10px;
    }

    .banner-txt a {
        padding: 7px 20px;
    }
    .clstr4-cntnt h3 {
        font-size: 20px;
    }
    a.nav-link {
        font-size: 12px;
    }
    .clstr2-1 {
        margin: auto;
        margin-bottom: 20px;
    }
    .hdr-1-rght-inr p {
        margin-bottom: 4px;
        font-size: 12px;
    }
    .banner-section h5 {
        line-height: 34px;
        font-size: 24px;
    }
    .clst-hm-1 {
        padding-left: 10px;
    }
    li.nav-item {
        padding-left: 10px;
    }
    header.header-scroll a.nav-link {
        padding: 0px 5px !important;
    }
    .des-1 p {
        font-size: 15px;
        line-height: 22px;
    }
    section.clstr-hm-1 {
        padding: 50px 0;
    }
    .ftr-rght li {
        font-size: 14px;
    }
    .ftr-sc a {
        font-size: 14px;
    }
    .clstr3-img img {
        height: 100%;
        object-fit: cover;
    }
    
    .clstr3-img {
        height: 100%;
    }
    section.clstr-hm-3 {
        padding: 60px 0;
    }
    section.clstr-hm-4 {
        padding: 50px 0;
    }
    .clstr-hm-2 {
        padding: 50px 0;
    }






}

@media (min-width: 992px) and (max-width: 1200.9px) {
    .toggle-button {
        display: none;
    }
    .clst-hm-1 h1 {
        font-size: 45px;
    }
    .clstr2-1 {
        height: 200px;
        width: 200px;
    }
    .clstr2-1 img {
        width: 70px;
    }
    .clstr2-1 h3 {
        font-size: 17px;
        margin-top: 10px;
    }
    .clstr3-1 p {
        font-size: 14px;
        line-height: 21px;
    }

    .clstr3-1 h3 {
        margin-bottom: 10px;
    }
    .clstr3-1 {
        padding: 20px;
    }

    .banner-section h5 {
        line-height: 38px;
        font-size: 25px;
    }
    .banner-txt {
        padding: 20px;
    }
    .banner-txt a {
        padding: 12px 30px;
    }
    header.header-scroll img.img-fluid.logo-image {
        height: 30px;
        transition: .7s all;
    }
    li.nav-item {
        padding-left: 10px;
    }
    .container {
        max-width: 90% !important;
    }
    .clstr5-cntct h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .clstr5-cntct p {
        width: 100%;
    }
    section.clstr-hm-5 {
        padding: 50px 0;
    }


}

@media (min-width: 1201px) and (max-width: 1400px) {
    .clstr5-cntct h3 {
        font-size: 45px;
    }

    section.clstr-hm-5 {
        padding: 100px 0;
    }

    .clstr2-1 {
        height: 250px;
        width: 250px;
        margin: auto;
    }

    .clstr2-1 img {
        width: 100px;
    }

    .clstr2-1 h3 {
        font-size: 17px;
        padding: 0 10px;
    }

    .banner-txt {
        padding: 30px;
    }

    .banner-section h5 {
        line-height: 37px;
        font-size: 27px;
    }
    .clstr3-1 {
        padding: 20px;
    }
    .clst-hm-1 h1 {
        font-size: 50px;
    }
    .des-1 p {
        font-size: 17px;
        line-height: 27px;
    }
    .clstr5-cntct {
        padding: 25px;
    }
    .clstr5-cntct p {
        width: 90%;
    }







}



/* Close Media Screens */






.contact-form input, textarea {
    border-radius: 0;
    border-color: #a5a5a5;
    padding: 10px 20px;
}
.contact-form input::placeholder, textarea::placeholder {
    color: #000;

}
.contact-form  button  {
    background: #000;
    border: 0;
    padding: 10px 40px;
}
.contact-form form {
 
}
.info-icon img {
    width: auto;
}
.info-box {
    display: flex;
}
.info-icon {
    width: 7%;
}
.info-icon-right {
    width: 93%;
}
.info-icon-right h5 {
    font-size: 22px;
}
.info-icon-right h6 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: #000;
}

.cntct-content h2 {
    font-size: 30px;
    color: #000;
    padding-bottom: 30px;
    margin: 0;
    font-weight: 600;
}
.clst-hm-1 h5 {
    color: #4198aa;
    font-size: 20px;
    padding-bottom: 10px;
}
.clstr-hm-4 .hm-btns-1 {
    justify-content: center;
}
.brdr-2 {
    border: 1px solid #ccc;
}

/*------------

.banner-section .carousel-control-next, .banner-section .carousel-control-prev{display: none;}*/

/*---30-10-23----*/
/* new style 30-10-2023 style */
.inr-mn-hd  {
   margin-bottom: 50px;
}

.inr-mn-hd h1 {
    color: #134470;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}
.inr-2{
    margin-bottom: 50px;
}
.clst-inr-1 h2 {
    color: #134470;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.inr-2:nth-child(odd) .clstr-inr-1{
    order: 1;
}

.inr-2:nth-child(even)  .clst-inr-1{
    padding-left: 30px;
}
.inr-2:nth-last-child(1) {
    margin-bottom: 0px;
}

@media (min-width:200px) and (max-width:767.9px){
    .inr-2:nth-child(even) .clst-inr-1 {
        padding-left: 0px;
    }
    .inr-2:nth-child(odd) .clstr-inr-1{
        order: 0;
    }
    .clstr-inr-2 {
        margin-top: 20px !important;
    }
    .inr-mn-hd h1 {
        font-size: 30px;
    }
    .clst-inr-1 h2 {
        font-size: 25px;
        text-align: center;
    }
    li.nav-item.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}

@media (min-width:768px) and (max-width:991.9px){
    .inr-2:nth-child(even) .clst-inr-1 {
        padding-left: 13px;
    }
}


li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
    min-width: 12rem;
}

ul.dropdown-menu {
    padding-top: 18px;
    background-color: transparent;
    border: 0;
}

ul.dropdown-menu a {
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
}
ul.dropdown-menu a:hover {
    background-color: #f1f1f1;
}









.why-upvc-1 {
    background: #132434;
}
.wht-txt h1 {
    text-align: left;
    color: #fff;
}
 
.why-upvc-1 .des-1 p {
    color: #fff;
}
.why-upvc-3 h2 {
    text-transform: uppercase;
    color: #a7d9e2;
    font-size: 30px;
    margin-bottom: 20px;
}

.why-upvc-3 {
    margin-top: 50px;
}

.icn-sc-rght h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}

.icn-sc-1 {
    margin-top: 20px;
}
.why-sc-2 {
    background: #a7d9e2;
    padding: 30px 0;
}
.why-sc-2 h5 {
    text-align: center;
    font-size: 20px;
    color: #132434;
}
.why-sc-2 h5 span {
    font-size: 25px;
}


.testimonials{
    background-image: url(img/quote/quote-bg-img.jpg);
    padding: 200px 0;
    background-size: cover;
}

.testi-1 {
    background-color: #134470c9;
    padding: 50px;
}
.testi-1 p {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}

.testimonials button.carousel-control-prev {
    width: 5%;
    display: none;
}
.testimonials button.carousel-control-next {
    width: 5%;
    display: none;
}
.testimonials .des-5 span {
    font-weight: 600;
    font-size: 30px;
    color: #a5ccef;
}



 
@media   (max-width:767.9px){
    .why-upvc-1 p {
        text-align: left;
    }
    .inr-mn-hd {
        margin-bottom: 20px;
    }
    .why-upvc-3 h2 {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
    }
    .icn-sc-rght h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .testi-1 p {
        font-size: 18px;
        line-height: 30px;
    }
    .icn-sc-1 {
        margin-top: 20px;
        text-align: center;
    }
    .testimonials .des-5 span {
        font-size: 24px;
    }
    .testi-1 p {
        text-align: center;
    }
    .testi-1 {
        padding: 30px;
    }

.testimonials {
    padding: 50px 0;
}




}




@media (min-width:768px) and (max-width:991.9px){
    .icn-sc-rght h3 {
        font-size: 13px;
        line-height: 22px;
    }
}
@media (min-width:992px) and (max-width:1199.9px){
    .icn-sc-rght h3 {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (min-width:1200px) and (max-width:1400px){
    .icn-sc-rght h3 {
        font-size: 17px;
        line-height: 25px;
    }
}


.wpcf7 label{ margin-bottom: 5px;}

.wpcf7 .wpcf7-textarea{ height:100px;}

.wpcf7 .wpcf7-submit {
    background: #000;
    border: 0; color:#fff;
    padding: 10px 40px;
}
.wpcf7-text{  border: 1px solid #dcd7ca;}

.wpcf7 .wpcf7-text input:focus {
  background-color: none; border: 0;
}