/*==============slider-start=================*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
section.banner-section {
    margin: 0;
    padding: 0;
}
.mob-main-slider { display: none;}
.sliderBox {
    width: 100%;
    position: relative;
}

.sliderBox .numbers {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    width: 150px;
    z-index: 200;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.sliderBox .numbers span {
    margin: auto;
    display: flex;
    align-items: center;
}

.sliderBox .gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: linear-gradient(rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0.1) 35%) 20% 30% no-repeat;
    background-size: 200% 200%;
    z-index: 1;
}

.myBigSlider {
    height: 100%;
    background: #999;
}

.myBigSlider * {
    height: 100%;
	line-height: 0;
}

.myBigSlider img {
    width: 100%;
    object-fit: cover;
}

.slick-slide {
    height: 100%;
}

/*==============slider-end=================*/

h2.welcome {
    margin: 15px 0 35px;
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
}

p.welcome-text {
    float: left;
    width: 100%;
    color: #fff;
}

h2.welcome span {
    font-weight: 600;
    text-transform: uppercase;
}

h2.welcome:after {
    position: absolute;
    width: 70px;
    height: 4px;
    content: "";
    background: #fff;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
}

div#image-gallery h2.welcome {
    color: #2e3192;
}

div#image-gallery h2.welcome:after {
    background: #2e3192;
}

section.section-space.about-profile {
    padding-top: 0;
}

.about-company {
    margin: 0 auto;
    width: 100%;
    padding: 15px;
    max-width: 1295px;
    position: relative;
    margin-top: -160px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 10px 0px rgba(64, 60, 67, .16);
}

.pt-section-sub-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    color: #fff;
}

.pt-section-sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: #fff;
}

a.pt-button-flat {
    color: #fff;
    text-decoration: none;
    position: relative;
    float: left;
    border: 1px solid #ccc;
    padding: 6px 15px 5px 20px;
    margin: 20px 0;
    transition: 0.5s;
}

a.pt-button-flat:hover {
    background: #fff;
    color: #fff;
}

a.pt-button-flat .fa {
    margin: 5px 0 0 10px;
    float: right;
}

.pt-section-main-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #fff;
}

.pt-section-description {
    position: relative;
    margin: 15px 0 0;
    text-align: justify;
    color: #fff;
}

.about-company .pt-section-description,
.about-company .pt-section-main-title,
.about-company .pt-section-sub-title {
    color: #2e3192;
}

.about-company .pt-section-sub-title:before {
    background: #2e3192;
}

.image-box {
    position: relative;
}

.image-box img {
    max-width: 90%;
}

img.about-2-img {
    position: absolute;
    bottom: -80px;
    right: 0;
}

.btn-box {
    float: left;
    margin: 20px 0;
}

a.theme-btn-one {
    color: #fff;
    text-decoration: none;
    position: relative;
    float: left;
    border: 1px solid #fff;
    padding: 5px 15px 5px 20px;
    transition: 0.5s;
}

a.theme-btn-one:hover {
    background: #fff;
    color: #2e3192;
}

a.theme-btn-one .fa {
    margin: 5px;
    float: right;
}

section.discover-product {
    padding: 7rem 0 0rem;
    margin-bottom: 0;
}

p.white-color {
    color: #fff;
}

/*.main-img {
    overflow: hidden;
}*/

.main-img img,
.choose-us img {
    width: 95%;
    transform: scale(1);
    transition: 0.5s;
}

.main-img img:hover {
    transform: scale(1.1);
}

.room-d {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 30px;
}

.room-d h3 {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.room-d h3 a,
.room-d h3 {
    color: #0b2f70;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.room-d p {
    text-align: center;
    color: #0b2f70;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

a.theme-btn-one {
    color: #0b2f70;
    text-decoration: none;
    position: relative;
    float: none;
    border: 1px solid #0b2f70;
    padding: 5px;
    transition: 0.5s;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.choose-box img {
    width: 100%;
}

.choose-us {
    position: relative;
    overflow: hidden;
}

.choose-us:hover img {
    transform: scale(1.1);
}

.choose-content {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    transform: translateY(-50%);
    background: rgb(46 49 146 / 60%);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
}

.choose-content p {
    margin-bottom: 0;
}

.mission-box {
    float: left;
    width: 100%;
    border: 0px solid #f5f5f5;
}

.mission-box ul li {
    float: left;
    width: 20%;
    padding: 20px;
    background: #ffffff;
    text-align: center;
    color: #333;
    min-height: 300px;
    margin: 0px 20px;
}

.mission-box ul li h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    color: #2e3192;
}

.mission-box ul li:nth-child(odd) {
    background: #f5f5f5;
}

section.gallery-container {
    margin: 0;
    padding: 20px 0;
    background: url(../images/gallery-bg.jpg);
    float: left;
    width: 100%;
    background-size: 100%;
    position: relative;
}

section.gallery-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}

div#image-gallery .image {
    width: 25%;
}

/* blog area start */

.service-section {
    width: 100%;
    clear: both;
    padding: 7rem 0 5rem 0rem;
    border-bottom: 1px solid #0b2f70;
}

.section-title {
    text-transform: capitalize;
    font-weight: 900;
    font-size: clamp(2.4375rem, 2.25rem + 0.75vw, 3rem);
    background-size: 100%;
    background-repeat: repeat;
    color: #fff;
}

.section-desc {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.5rem;
}

.sec_title_after_bar {
    width: 50px;
    margin: auto;
    height: 3px;
    background: #fff;
    margin-bottom: 40px;
    clear: both;
}

.news-card {
    border: 0px solid aqua;
    margin-bottom: 30px;
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 0rem;
    flex: 1;
    min-width: 290px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0) linear-gradient( to bottom, rgba(16, 36, 105, 0) 50%, rgba(13, 39, 77, 0.64) 80%);
        z-index: 0;
    }
}

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
}

.news-card__text-wrapper {
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    padding-top: 190px;
    color: white;
    transition: background-color 1.5s ease;
    width: 100%;
}

.news-card__title {
    transition: color 1s ease;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.85rem;
}

.news-card__post-date {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
    color: #ccc;
}

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease;
}

.news-card__excerpt {
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

a.btn-boxed-outline {
    color: #fff;
}

.news-card__read-more {
    background: black;
    color: #bbb;
    display: block;
    padding: 0.4rem 0.6rem;
    border-radius: 0.3rem;
    margin-top: 1rem;
    border: 1px solid #444;
    font-size: 0.8rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    width: 7rem;
    margin-left: auto;
    position: relative;
    z-index: 5;
    i {
        position: relative;
        left: 0.2rem;
        color: #888;
        transition: left 0.5s ease, color 0.6s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    &:hover {
        i {
            left: 0.5rem;
            color: yellow;
        }
    }
}

@media (min-width: 900px) {
    .news-card {
        &:hover {
            .news-card__details-wrapper {
                max-height: 20rem;
                opacity: 1;
                -webkit-animation-name: fadeInLeft;
                animation-name: fadeInLeft;
                -webkit-animation-duration: 0.4s;
                animation-duration: 0.4s;
            }
            .news-card__text-wrapper {
                background-color: rgba(13, 39, 77, 0.62);
            }
            .news-card__image {
                transform: scale(1.2);
                z-index: -1;
            }
        }
    }
}

.col-md-12.col-sm-12.col-xs-12.second-row {
    display: none;
}

/* blog area end */

/* testimonial area start */

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}

/*-----Testimonial-------*/

/*----------get in touch start ----------------*/

.contact-page-sec {
    padding: 4rem 0rem;
}
.contact-page-sec2 {
    padding: 7rem 0rem;
    background: rgb(11 47 112 / 70%);
}
.contact-page-sec-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-address .first-office {
    margin-bottom: 2rem;
}
.contact-address h2 {
    position: relative;
    padding-left: 34px;
    font-family: var(--roboto-flex-font);
    font-weight: 500;
    font-size: clamp(1.3375rem, 1.15rem + 0.75vw, 1.75rem);
    color: #161618;
    margin-bottom: 0rem;
}
.contact-address h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d2a98e;
}

.contact-address span {
    background-color: rgba(0, 79, 148, 0.85);
    display: inline-block;
    height: 3px;
    margin-bottom: 12px;
    margin-top: 5px;
    width: 50px;
}

.contact-address p {
    font-size: 1.15rem;
    color: #717372;
    font-family: var(--roboto-flex-font);
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 34px;
}

.address__adpin {
    left: -7px;
    margin-top: 8px;
    position: relative;
    padding-left: 34px;
}

.address__adpin img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}

.address__adpin a {
    color: #004f94;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.27px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-family: var(--roboto-flex-font);
}

.contact-page-map {
    height: 500px;
    text-align: center;
    width: 100%;
}

.contact-page-map iframe {
    background-color: #ede3ff;
    height: 100%;
    margin: 0px auto;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.conact-us-wrap-one .headingtext {
    position: relative;
    /*padding-left: 34px;*/
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0rem;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
}

/*.conact-us-wrap-one .headingtext::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
}*/

.conact-us-wrap-one .sub-heading {
    margin-top: 15px;
    font-size: 18px;
    /*margin-left: 34px;*/
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.contact-form-wrap {
    background: rgb(255 255 255 / 30%);
    padding: 25px;
    border-radius: 10px;
}
.contact-input {
    margin: 0 -10px;
}

.contact-input .contact-inner {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 50%;
}

.contact-inner {
    margin: 0 0 20px;
}

.contact-inner input,
.contact-inner textarea {
    width: 100%;
    color: #000;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    border: none;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0.25rem;
    padding: 3px 20px;
    height: 45px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.contact-inner textarea {
    height: 90px;
    padding: 10px 20px;
}

.ht-btn {
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0px;
    border: 1px solid #ffffff;
    padding: 0 36px;
    text-align: center;
    color: #ffffff;
    background: transparent;
    padding: 5px 15px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.ht-btn:hover {
    font-size: 1rem;
    font-weight: 500;
    border-style: solid;
    border-radius: 0px;
    border-color: #ffffff;
    padding: 0 36px;
    text-align: center;
    color: #000000;
    background: #ffffff;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    padding: 5px 15px;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

.ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    transition: 0.5s;
    height: 45px;
    width: 100%;
}

.m-b30 {
    margin-bottom: 30px;
}

.sx-icon-bx-5 {
    display: flex;
}

.sx-icon-bx-5 .sx-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #FAFAFA;
    text-align: center;
}

.sx-icon-bx-5 .sx-media i {
    font-size: 30px;
    color: var(--secondary);
}

.sx-icon-bx-5 .sx-icon-bx-info .sx-icon-bx-title-info {
    display: block;
    color: #161618;
    font-family: var(--roboto-flex-font);
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
}

.sx-icon-bx-5 .sx-icon-bx-info .sx-icon-bx-title {
    font-family: var(--roboto-flex-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #696969;
    display: block;
}

/*----------get in touch end ----------------*/

/* --------------- new section add ---------*/



section.product_catcsi {
    margin-top: 0;
    margin-bottom: 0;
	background: url(../images/Buildlux-Pattern.jpg);
}
.custom_bg_container {
    padding-top: 120px;
    padding-bottom: 50px;
	background: rgb(255 255 255 / 90%);
}
.product_catcsi-left .text-box:before {
    content: "";
    width: 1px;
    height: 120px;
    background: #0c3276;
    position: absolute;
    top: -130px;
    left: 50%
}

.product_catcsi-left .text-box {
    left: 17px;
    top: 0;
    position: absolute;
}

.product_catcsi-left .text-box:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 90px;
    background: #f0ebe9;
    right: -10px;
    top: 34%;
}

.product_catcsi-left .text-box {
    width: 266px;
    height: 296px;
    border: 10px solid #0b2f70;
}

.product_catcsi-left .text-box h2 {
    margin: 0;
    position: absolute;
    font-weight: 600;
    color: #0b2f70;
    text-transform: uppercase;
    font-size: 40px;
    top: 34%;
    left: 25px;
    z-index: 2;
    letter-spacing: 12px;
    font-family: 'Poppins', sans-serif;
}

.product_catcsi-left .text-box h2 span {
    font-weight: 800;
    letter-spacing: 12px;
}

.product_catcsi-main .product_catcsi-right p,
.product_catcsi-right p {
    margin: 0;
    font-size: 15px;
    color: #0b2f70;
    font-weight: 400;
    padding-left: 20px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
}

.seo_text h2,
.seo_text p {
    color: #555;
    text-align: left
}

.proimgbox_catcsi .first {
    position: relative;
    float: right;
    margin-top: 63px;
    transition: .3s ease-in-out
}

.br .br-main ul li span,
.branches_csi .branch p a:hover,
.proimgbox_catcsi .first:hover .number h2,
.proimgbox_catcsi .second:hover .number h2,
.proimgbox_catcsi .third:hover .number h2 {
    color: #0c3276
}

.proimgbox_catcsi .first .number,
.proimgbox_catcsi .fourth .number,
.proimgbox_catcsi .second .number,
.proimgbox_catcsi .third .number {
    position: absolute;
    left: 15px;
    top: -70px
}

.proimgbox_catcsi .first .number h2,
.proimgbox_catcsi .fourth .number h2,
.proimgbox_catcsi .second .number h2,
.proimgbox_catcsi .third .number h2 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 118px;
    color: #0b2f70;
    transition: .3s ease-in-out
}

.proimgbox_catcsi .first .logo-text {
    position: absolute;
    right: 20px;
    top: -30px
}

.proimgbox_catcsi .first .logo-text h4,
.proimgbox_catcsi .fourth .logo-text h4,
.proimgbox_catcsi .second .logo-text h4,
.proimgbox_catcsi .third .logo-text h4 {
    margin: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: #ffffff;
    transition: .3s ease-in-out
}

.proimgbox_catcsi .first .img-text {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    position: relative
}

.proimgbox_catcsi .first .img-text h3,
.proimgbox_catcsi .fourth .img-text h3,
.proimgbox_catcsi .second .img-text h3,
.proimgbox_catcsi .third .img-text h3 {
    margin: 0;
    color: #0b2f70;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
}
.proimgbox_catcsi .first .img-text h3 {
    min-height: 65px;
}

.proimgbox_catcsi .first .img-text p,
.proimgbox_catcsi .fourth .img-text p,
.proimgbox_catcsi .second .img-text p,
.proimgbox_catcsi .third .img-text p {
    margin: 0;
    font-size: 14px;
    color: #0b2f70;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.proimgbox_catcsi .first .img-text a,
.proimgbox_catcsi .fourth .img-text a,
.proimgbox_catcsi .second .img-text a,
.proimgbox_catcsi .third .img-text a {
    background: transparent;
    width: 160px;
    border: 1px solid #0b2f70;
    display: block;
    text-align: center;
    padding: 5px 15px;
    color: #0b2f70;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.proimgbox_catcsi .fourth,
.proimgbox_catcsi .second {
    position: relative;
    margin-right: 17px;
    top: -198px;
}

.proimgbox_catcsi .second .logo-text {
    position: absolute;
    right: 16px;
    top: -39px;
}

.proimgbox_catcsi .fourth .img-text,
.proimgbox_catcsi .second .img-text,
.proimgbox_catcsi .third .img-text {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: -30px;
}

.proimgbox_catcsi .third {
    position: relative;
    margin-left: 17px;
    margin-top: 117px;
}

.proimgbox_catcsi .fourth .logo-text,
.proimgbox_catcsi .third .logo-text {
    position: absolute;
    right: 20px;
    top: -45px;
}

.product_catcsi .prod_catcsi_top {
    float: left;
    width: 100%;
}

.product_catcsi .product_catcsi-main {
    padding: 0;
    float: left;
    width: 100%;
    padding-top: 300px;
}

.product_catcsi-main .proimgbox_catcsi {
    float: right;
    width: 50%;
    margin-bottom: 30px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border: 10px solid #0b2f70;
        background: #fff;
}

.proimgbox_catcsi .first .img-text {
    margin-top: 10px;
    top: 0;
}

.product_catcsi-main .proimgbox_catcsi:nth-child(2n+2) {
    position: relative;
    top: 0;
    margin-top: 0;
}

.product_catcsi-main .proimgbox_catcsi:nth-child(odd) {
    position: relative;
    top: -275px;
    margin-top: 0;
}

/* --------------- new section add end  ---------*/

@media only screen and (max-width: 767px) {
	
    .main-banner.desktop-slider {
        display: none;
    }
    .main-banner.mob-slider {
        display: block;
    }
    .promo-grid {
        position: relative;
        top: 0;
        left: 0;
        transform: initial;
        width: 100%;
        background: rgb(23 49 106);
        border: none;
    }
    .pt-section-main-title {
        margin-top: 0;
        font-size: 22px;
    }
    .choose-content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
        background: rgba(255, 255, 255, 0.8);
        padding: 0;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .mission-box ul li {
        width: 100%;
        padding: 15px;
    }
    div#image-gallery .image {
        width: 33.33%;
    }
    .rte--block {
        text-transform: capitalize;
        letter-spacing: 2px;
        font-size: 14px;
    }
    .rte {
        font-size: 30px;
    }
    .rte-view {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .sec-title {
        margin-top: 110px;
    }
    section.discover-product {
        margin: 0;
    }
    h2.welcome {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .room-d h3 a,
    .room-d h3 {
        font-size: 20px;
    }
    section.gray.section-space {
        padding: 20px 0;
    }
    .info_blog {
        margin-bottom: 40px;
    }
    .info_blog .title-blog a {
        font-size: 18px;
    }
}

.hp-support-bottom {
    padding: 7rem 0;
    border-top: solid 1px #ddd;
    margin: 0px 0px !important;
    background: #f4f9ff;
}

.hp-header-support {
    margin-bottom: 50px;
}

.hp-header-support p,
.title-header {
    font-size: 16px;
    font-weight: 300;
    color: #0b2f70;
    font-family: 'Poppins', sans-serif;
}

.support-box {
    border: solid 1px #c9ddf7;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    color: #0b2f70;
    padding: 30px 20px;
    line-height: 1.5;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	    transition: 0.5s;
}

.support-box h4 {
    font-size: 20px;
    font-weight: 500;
}

.support-box p {
    height: 175px;
    margin-bottom: 0px;
	color: #0b2f70;
}

.support-box:hover {
    background: #0c3276;
    color: #fff;
    text-decoration: none;
}
.support-box:hover p {
    color: #fff;
}

.support-box .icon {
    width: 60px;
    height: 60px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.icon {
    background: url(../images/sprites.webp) no-repeat;
    display: inline-block;
    vertical-align: middle;
	    filter: invert(1);
		transition: 0.5s;
}

.icon-app {
    background-position: -1px -387px;
}

.support-box:hover .icon-app {
    background-position: -1px -447px;
	filter: initial;
}

.icon-map {
    background-position: -61px -387px;
}

.support-box:hover .icon-map {
    background-position: -61px -447px;
	filter: initial;
}

.icon-faqs {
    background-position: -121px -387px;
}

.support-box:hover .icon-faqs {
    background-position: -121px -447px;
	filter: initial;
}

.icon-cus {
    background-position: -181px -387px;
}

.support-box:hover .icon-cus {
    background-position: -181px -447px;
	filter: initial;
}

.support-box .icon-headphone {
    background-position: -109px -49px;
}

.support-box:hover .icon-headphone {
    background-position: -50px -49px;
	filter: initial;
}

.icon-envelope {
    background-position: -178px -46px;
    width: 50px;
    height: 50px;
}

.support-box:hover .icon-envelope {
    background-position: -239px -46px;
	filter: initial;
}

.hp-title-bold,
.title-bold {
    color: #0b2f70;
    font-size: 48px;
    font-weight: 200;
    margin: 0 0 10px;
    font-family: 'Oswald', sans-serif;
}

.company-video-sec {
    padding: 7rem 0rem;
    background: #ffffff;
}

/*.company-video-sec h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin-bottom: 4rem;
    color: #0b2f70;
    margin-top: 0rem;
}*/


section.clients_projects {
    background: #051a43;
    padding: 30px 15px;
}
p.clients_number_heading {
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 25px;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
}

.clients_number p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
/* testimonial slider section */

.black-color {
    color: #0b2f70 !important;
}

.testimonial-slider-section {
    display: flex;
    align-items: center;
    padding: 7rem 0rem;
}

.testimonial-slider {
    display: flex;
    align-items: center;
}

.testimonial-slider .client_testimonials {
    max-width: 60%;
    padding-right: 55px;
}

.testimonial-slider .testimonial-slider-nav {
    max-width: 40%;
}

.testimonial-slider .client_testimonials,
.testimonial-slider .testimonial-slider-nav {
    width: 100%;
    float: left;
}

.testimonial-slider .slick-vertical .slick-slide:active,
.testimonial-slider .slick-vertical .slick-slide:focus {
    border: 0;
    outline: 0;
}

.client_testimonials .testimonial-details svg {
    margin-bottom: 20px;
}

.client_testimonials .testimonial-details p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    color: #0b2f70;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
}

.client_testimonials .client-name-rating {
    display: block;
    margin-top: 30px;
	}	
.client_testimonials .client-name-rating > p {    float: left;    font-size: 20px;    font-weight: 600;    color: #0b2f70;    width: calc(100% - 100px);    display: block;    position: relative;    overflow: auto;}	.client_testimonials .client-name-rating .client-details-container {    float: left;    padding: 0;	margin-right: 2px;}
.client_testimonials .client-name-rating .client-img {    display: block;    line-height: 0;    padding-right: 10px;    float: left;    width: 100px;}

.client_testimonials .client-name-rating .client-img img {
    display: block;
    width: 75px;
    border-radius: 50%;
}

.client_testimonials .client-details-container {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.client_testimonials .client-details-container p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    text-transform: capitalize;
    color: #0b2f70;
    padding-bottom: 10px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.testimonial-slider-nav .client-nav {
    padding: 15px 15px;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 75%;
    transition: 2s;
    border-radius: 20px;
    cursor: pointer;
}

.testimonial-slider-nav .slick-slide.slick-current .client-nav {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(87 99 117 / 6%);
    border-radius: 0.45rem;
    transition: 2s;
}

.testimonial-slider-nav .client-nav-img {
    display: table-cell;
    line-height: 0;
}

.testimonial-slider-nav .client-nav-img img {
    display: block;
    width: 70px;
    border-radius: 50%;
    border: 4px solid #0c3276;
}

.testimonial-slider-nav .client-nav-details {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.testimonial-slider-nav .client-nav-details p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #0b2f70;
    padding-bottom: 7px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.testimonial-slider-nav .client-nav-details span {    font-style: normal;    font-weight: 600;    font-size: 14px;    text-transform: capitalize;    color: #0b2f70;    opacity: 1;}

.testimonial-slider-nav.slick-vertical .slick-slide {
    border: none;
}

.testimonial-slider-nav .slick-dots,
.testimonial-slider-nav .slick-dots li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.testimonial-slider-nav .slick-dots {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.testimonial-slider-nav .slick-dots li {
    padding: 5px;
    border-radius: 50%;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: 1s;
}

.testimonial-slider-nav .slick-dots li:last-child {
    margin-bottom: 0;
}

.testimonial-slider-nav .slick-dots li.slick-active {
    border: 1px solid #0b2f70;
    transition: 1s;
}

.testimonial-slider-nav .slick-dots button {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #0b2f70;
    text-indent: -9999px;
    outline: none;
}

.testimonial-slider-nav .slick-dots li.slick-active button {
    background-color: #0b2f70;
}

@media screen and (min-width: 992px) {
		.product_catcsi .product_catcsi-main {
			padding-top: 40px;
		}
.product_catcsi-main .proimgbox_catcsi:nth-child(odd) {
    top: 0;
}
.product_catcsi-main .proimgbox_catcsi {
    float: left;
    width: 24%;
    padding: 10px;
    margin: 0.5%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.proimgbox_catcsi .first {
    margin-top: 0;
    text-align: center;
}
.proimgbox_catcsi .first img {
    width: 100%;
}
.proimgbox_catcsi .first .img-text p {
    min-height: 90px;
}
.proimgbox_catcsi .first .img-text a {
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
	transition: 0.5s;
	height: 35px;
    line-height: 24px;
}
.proimgbox_catcsi .first .img-text a:hover, a.theme-btn-one:hover {
    color: #fff;
	background: #0b2f70;
	text-decoration: none;
}





.product_catcsi .prod_catcsi_top {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.product_catcsi-left .text-box {
    left: 0;
    top: 0;
    position: relative;
}

	
}


@media screen and (max-width: 991px) {
    .testimonial-slider {
        display: block;
    }
    .testimonial-slider .client_testimonials,
    .testimonial-slider .testimonial-slider-nav {
        max-width: 100%;
        float: none;
    }
    .testimonial-slider .client_testimonials {
        padding-right: 0;
    }
    .testimonial-slider .testimonial-slider-nav {
        height: auto;
        white-space: nowrap;
        margin-top: 50px;
    }
    .testimonial-slider-nav .client-nav {
        width: 90%;
        padding: 10px;
    }
    .testimonial-slider-nav .slick-dots {
        position: absolute;
        top: auto;
        right: 50%;
        transform: rotate(270deg);
    }
	
	p.clients_number_heading {
    font-size: 38px;
}
}

@media screen and (max-width: 767px) {
	.desk-main-slider { display: none;}.mob-main-slider { display: block;}
	
	.sliderBox {
    height: auto;
}
.custom_bg_container {
    padding-top: 50px;
}

	
	/*.product_catcsi {
    padding-top: 50px;
}*/
.product_catcsi-left .text-box:before {
    height: 60px;
    top: -60px;
}
.product_catcsi-left .text-box {
    position: relative;
	width: 100%;
    height: 220px;
    left: 0;
	margin-bottom: 30px;
}
.product_catcsi-right p {
    padding-left: 0;
    text-align: justify;
}
.product_catcsi .product_catcsi-main {
    padding-top: 0;
}
.product_catcsi-main .proimgbox_catcsi:nth-child(odd) {
    top: 0;
}
.product_catcsi .prod_catcsi_top {
    margin-bottom: 50px;
}
.product_catcsi-main .proimgbox_catcsi { width: 100%; padding: 15px}
.proimgbox_catcsi .first {
    margin-top: 30px;
}

	.product_catcsi-main .proimgbox_catcsi img {
    width: 100%;
}
.proimgbox_catcsi .first .number, .proimgbox_catcsi .fourth .number, .proimgbox_catcsi .second .number, .proimgbox_catcsi .third .number {top: -38px;}
.proimgbox_catcsi .first .number h2, .proimgbox_catcsi .fourth .number h2, .proimgbox_catcsi .second .number h2, .proimgbox_catcsi .third .number h2 {
    font-size: 60px;
}
.company-video-sec h2 {
    font-size: 18px;
	line-height: 28px;
}
.company-video-sec iframe {
    width: 100%;
    height: 130%;
}
.hp-header-support {
    margin-bottom: 10px;
    margin-top: 50px;
}
.hp-title-bold, .title-bold {
    font-size: 32px;
}
.main-img img, .choose-us img {
    width: 100%;
}
.room-d {
    padding: 10px 0px;
}
.hp-support-bottom {
    padding: 0 0 7rem 0;
}
.support-box p {
    height: auto;
}
	.service-section {
    padding: 7rem 15px;
}
    .testimonial-slider-nav .client-nav-img img {
        width: 50px;
    }
    .testimonial-slider-nav .client-nav-details p {
        font-size: 15px;
        padding-bottom: 0;
    }
    .testimonial-slider-nav .client-nav-details span {
        font-size: 15px;
    }
	
	.slide { padding: 15px;}
	.slide img {
    width: 97px;
    height: 75px;
}
.conact-us-wrap-one .headingtext {
    padding-left: 20px;
    font-size: 32px;
}
.conact-us-wrap-one .sub-heading {
    margin: 20px 0 20px 20px;
}
.testimonial-slider-nav .slick-dots button { display: none; }
.testimonial-slider-nav .client-nav {
        width: 100%;
    }
.testimonial-slider-nav .slick-dots li {
    background: #8d8d8d;
	border: 1px solid #8d8d8d;
}
.testimonial-slider-nav .slick-dots li.slick-active { border: 1px solid #0c3276; background: #0c3276;}


.container.service-section .news-card {
    min-width: auto;
}

p.clients_number_heading {
    font-size: 28px;
}



}

@media screen and (max-width: 420px) {
	.contact-input .contact-inner {
    width: 100%;
}

    .testimonial-slider-nav .client-nav-img {
        vertical-align: middle;
    }
    .testimonial-slider-nav .client-nav-img img {
        width: 40px;
    }
    .testimonial-slider-nav .client-nav-details p {
        font-size: 14px;
    }
    .testimonial-slider-nav .client-nav-details span {
        font-size: 14px;
    }
	p.clients_number_heading {
    font-size: 22px;
}
}

@media screen and (max-width: 360px) {
    .testimonial-slider-nav .client-nav-img {
        vertical-align: middle;
    }
    .testimonial-slider-nav .client-nav-img img {
        width: 35px;
    }
}

/* end */