*, *:before, *:after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    position: relative;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
}
img{
    max-width: 100%;
}
a, i {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
}
.tricky-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #14141c;
}
h6, .h6 {
    font-size: 1rem !important;font-weight: 400;
}
.button{
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 20px 28px 17px;
    border-radius: 2px;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    color: #fff;
    background: #d94d3a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
}
.button:hover{
    background: #a73205;
}
.container {
    max-width: 1250px;
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
}
.slider-wrapper{
    position: relative;
}
.swiper-slide .item{
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    height: 100vh;
    min-height: 590px;
    overflow: hidden;
    text-align: center;    
}
.swiper-slide .item img{
    width: 100%;
    height: 100%;
    text-align: center;
   
}
.swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #d94d3a;
}
.swiper-button-next, .swiper-button-prev{
    color: #d94d3a;
}
header{
    /*position: absolute;*/
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
}
.inner-page-header{
    position: static;
    border-bottom: 1px solid #eee;
}
.top-panel{
    display: flex;
    padding: 0 50px;
    position: relative;
    background-color: #16161b;
}
.top-panel-info{
    padding: 5px 40px 5px 0;
    position: relative;
}
.top-panel-info:after{
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -10px;
    background-color: rgba(255,255,255,.4);
    right: 20px;
    width: 1px;
    height: 20px;
}
.top-panel-info a {
    display: block;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Quicksand', sans-serif;
}
.top-panel-info a:hover{
    text-decoration: underline;
}
.header-content{
    padding: 5px 50px;
    display: flex;
    align-items: center;
}
.logo{
    display: inline-flex;
}
.logo img{
    /*max-width: 100px;
    max-height: 100px;*/
    height: 180px;
}
.logo a{
    line-height: 0;
}
.menu-icon{
    display: none;
}
#site-nav{
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
#site-nav li{
    margin: 0 0 0 20px;
}
#site-nav li a{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    position: relative;
    padding: 10px;
    border-radius: 3px;
    transition: background-color .3s;
}
#site-nav li a:hover, #site-nav li.active a{
    color: #fff;
    background: #d94d3a;
}
#site-nav li.active a{
    cursor: default;
}
.img_holder{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #333;
    z-index: 1;
}
.title-holder{
    position: absolute;
    top: 50%;
    margin-top: -235px;
    width: 480px;
    height: 470px;
    right: 0;
    z-index: 4;
    background-color: rgba(14,14,14,.9);
    padding: 40px;
}
.title-holder .inner{
    display: table;
    width: 100%;
    height: 100%;
}
.title-holder .inner .in{
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.title-holder .inner .in > *{
    overflow: hidden;
    display: block;
    position: relative;
}
.title-holder p{
    display: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 16px;
}
.title-holder h3 {
    padding: 0;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 34px;
    color: #fff;
}
.title-holder .desc {
    color: #aaa;
    margin: 0;
    padding: 0;
}

.about-section {
    /*padding: 150px 0;*/
    padding: 80px 0;
}
.about-inner{
    display: flex;
    /*margin-bottom: 60px;*/
}
.about-left-part {
    /*width: 500px;*/
    min-width: 400px;
    padding-top: 40px;
}
.about-right-part {
    width: 100%;
    display: flex;
    justify-content: right;
    margin-left: 50px;
}
.about-left-part h3.title {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
    color: #041230;
    font-weight: 300;
    padding: 0 0 14px;
    position: relative;
    margin: 0 0 32px;
}
.about-left-part h3.title:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #d94d3a;
}
.about-right-part .r-inner {
    width: 500px;
    position: relative;
    padding-bottom: 80px;
}
.layer-border{
    width: 500px;
    height: 560px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border: 10px solid #d94d3a;
}
.img-holder-layer{
    position: absolute;
    top: 90px;
    left: 54px;
    z-index: 2;
    width: 500px;
    height: auto;
    line-height: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.dots-layer{
    background: url('../img/dots-pattern.jpg') repeat;
    position: absolute;
    top: 42px;
    left: 120px;
    z-index: 1;
    width: 500px;
    height: 560px;
}
.our-products{
    display: flex;
    padding-bottom: 150px;
}
.product-left-part{
    width: 600px;
    min-width: 600px;
    padding: 143px 100px 150px;
}
.left-part-sticky{
    position: sticky;
    overflow: visible;
    top: 150px;
}
.text-bold{
    font-weight: 700;
}

.about-wrapper{
width: 100%;
display: flex;
gap: 30px;
margin-bottom: 80px;
}

.about-left-content, .about-right-content{
    width: 50%;
}

.about-left-content{
display: flex;
flex-direction: column;
gap: 30px;
}

.full-width{
    width: 100%;
}

.full-height{
    height: 100%;
}

 .social-icons {
            display: flex;
            gap: 10px;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .social-icons li {
            display: inline-block;
        }
        .social-icons a {
            text-decoration: none;
              color: white;
            font-size: 24px;
            transition: color 0.3s ease;
        }
        .social-icons a:hover {
             color: #007bff;
        }

          .goog-te-combo {
            font-size: 16px;
            padding: 5px;
            border-radius: 5px;
            border: 1px solid #ccc;
            background-color: #f9f9f9;
            cursor: pointer;
        }
        #google_translate_element{
            height: 34px;
            overflow: hidden;
        }

      .select-language-wrapper{
        display: flex;
        align-items: center;
        margin-right: 30px;
      }

.header-side-wrapper{
    width: 100%;
    display: flex;
    align-items: center;
}

.social-icons{
    display: flex;
    gap: 12px;
}

.product-left-part h3.title {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
    color: #041230;
    font-weight: 300;
    padding: 0 0 14px;
    position: relative;
    margin: 0 0 32px;
}
.product-left-part h3.title:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #d94d3a;
}
.product-left-part .button{
    margin-top: 15px;
}
.product-right-part{
    width: 100%;
    padding: 30px;
    background-color: #111724;
}
.right-part-sticky{
    position: sticky;
    overflow: visible;
    top: 150px;
}
.product-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-list li{
    position: relative;
}
.product-item{
    display: flex;
    margin: 0 0 30px;
}
.product-item-img{
    width: 55%;
    height: 488px;
    min-width: 55%;
    position: relative;
}
.product-item-img img{
    width: 100%;
    height: 100%;
    max-width: 680px;
}
.product-name h3 {
    text-align: center;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 20px 0 15px;
}
.product-item-info{
    width: 45%;
    background-color: #181e2b;
    border: 1px solid rgba(255,255,255,.03);
    border-left-width: 1px;
    border-left-width: 0;
    padding: 62px 70px 31px;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
.product-item-info h3{
    padding: 0;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 36px;
}
.product-item-info h3 a{
    color: #eee;
    text-decoration: none;
}
.product-item-info .desc{
    color: #999;
    font-size: 14px;
    display: block;
    max-height: 190px;
    overflow: hidden;
    margin-bottom: 30px;
}
.product-item-info p{
    padding: 24px 0 0;
    border-top: 1px solid rgba(255,255,255,.2);
    position: relative;
    margin: auto 0 0;
}
.product-item-info p:after{
    top: -1px;
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    height: 1px;
    background-color: rgba(255,255,255,.3);
    -webkit-transition: all .5s cubic-bezier(.04,.63,0,.965);
    -moz-transition: all .5s cubic-bezier(.04,.63,0,.965);
    transition: all .5s cubic-bezier(.04,.63,0,.965);
}
.product-item-info p:hover:after{
    right: 0;
}
.product-item-info p a{
    display: block;
    text-decoration: none;
    max-width: -moz-max-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 29px;
    color: #eee;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
    font-family: 'Rubik', sans-serif;
}
.product-item-info p a svg{
    width: 14px;
    height: 14px;
    right: 5px;
    top: 50%;
    position: absolute;
    margin-top: -7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.product-item-info p a:hover svg{
    right: 0;
}

.mr-10{
    margin-right: 10px;
}

/*--------------mission------------*/
.mission-wrapper{
    width: 100%;
    display: flex;
    /*margin-bottom: 50px;*/
}

.mission-sub-wrapper{
    width: 50%;
}
.mission-sub-full{
    width: 100%;
}

footer{
    padding: 85px 0 0;
    /*background: #081225;*/
    /*background: #2450a3;*/
    background: #1a3870;
}
.footer-content-area{
    list-style: none;
    display: flex;
    margin: 0 0 0 -80px;
}
.footer-content-area > li{
    width: 33.3333%;
    padding-left: 80px;
    margin-bottom: 50px;
}
.footer-content-area > .clsbigsize{
    width: 33.3333%;
    padding-left: 50px;
    
}
.footer-content-area p{
    margin: 0;
    padding: 0;
    line-height: 1.7;
    letter-spacing: 0;
    /*color: #a8a8a8;*/
    color: #eee;
    font-weight: 300;
}
.footer-content-area p a{
    /*color: #a8a8a8;*/
     color: #eee;
    text-decoration: none;
}
.footer-content-area p a:hover{
    text-decoration: underline;
}
.footer-content-title{
    position: relative;
    font-weight: 300;
    display: block;
    font-size: 20px;
    color: #eee;
    margin-bottom: 24px;
    line-height: 1.5;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0;
}
.footer-content-title:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 100%;
    left: 0;
    margin-top: 3px;
    background: #d94d3a;
}
.footer-menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*display: flex;*/
    flex-flow: wrap;
}
.footer-menu li{
    /*width: 50%;*/
    margin: 0;
    padding: 0 10px 0 0;
}
.footer-menu li a{
    display: block;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 2;
    /*color: #ccc;*/
     color: #eee;

    font-weight: 500;
}
.footer-menu li a:hover{
    /*color: #eee;*/
     color: #eee;

}
.footer-copyright{
    position: relative;
   /* padding: 60px 0 56px 80px;*/
    padding: 30px 0 26px 80px;
    /*color: #a8a8a8;*/
     color: #eee;
}
.footer-copyright:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #151e30;
}
.copyright { top:-30px; position:relative; margin-right:20px; }
.tothetop{
    position: fixed;
    width: 51px;
    height: 51px;
    bottom: 30px;
    right: 30px;
    z-index: 25;
    overflow: hidden;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #eee;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.tothetop .top{
    display: block;
    width: 29px;
    height: 29px;
    background: #d94d3a;
    position: absolute;
    left: 11px;
    top: 0;
    border-radius: 2px;
}
.tothetop .top:after{
    content: "";
    width: 0;
    position: absolute;
    display: block;
    border: 5px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #fff;
    left: 10px;
    bottom: 12px;
}
.tothetop .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    color: #999;
    letter-spacing: 0;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Rubik', sans-serif;
}

.page-title-holder{
    padding: 50px 0;
    position: relative;
    margin-bottom: 50px;
}
.page-title-holder:before {
    left: 0;
    position: absolute;
    content: "";
    bottom: 13px;
    height: 6px;
    width: 150px;
    background-color: #eee;
    border-radius: 10px;
}
.page-title-holder:after {
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
    height: 6px;
    width: 70px;
    background-color: #eee;
}
.page-title-holder h3 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 48px;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 1;
    position: relative;
    left: -1px;
}
.breadcrumbs {
    position: relative;
    padding-top: 13px;
    padding-bottom: 2px;
}
.breadcrumbs a {
    font-weight: 600;
}
.breadcrumbs a, .breadcrumbs span.bread-current {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.5;
}
.breadcrumbs a:hover {
    color: #d24e1a;
}
.breadcrumbs ul{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
.breadcrumbs .separator span {
    width: 33px;
    height: 24px;
    display: block;
    position: relative;
}
.breadcrumbs .separator span:before {
    width: 9px;
    height: 2px;
    display: block;
    content: "";
    position: absolute;
    background-color: #ddd;
    left: 13px;
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.breadcrumbs .separator span::after {
    width: 9px;
    height: 2px;
    display: block;
    content: "";
    position: absolute;
    background-color: #ddd;
    left: 13px;
    top: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page-content-wrapper{
    padding: 0 0 100px;
}
.contact-blocks{
    display: flex;
    justify-content: space-between;
}
.contact-form{
    width: 40%;
}
.contact-info{
    width: 60%;
    margin-left: 20px;
}
.black-box{
    /*background-color: #0d0e13;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #111422;
}
.black-box-content{
    padding: 30px;
}
.black-box a{
    text-decoration: none;
    /*color: #45a2df;*/
    color: #041230;

}
.black-box a:hover{
    /*color: #fff;*/
    color: #041230;
    text-decoration: underline;
}
.black-box p{
    /*color: #ffffff;*/
    color: #041230;
    font-size: 16px;
    line-height: 28px;
}
.black-box h3{
    position: relative;
    margin: 0;
    padding: 20px 30px;
    background: #111422;
    color: #fff;
    font-size: /*30px;*/22px;
}
.black-box h3 .icon_wrapper{
    width: 80px;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    overflow: hidden;
}
.black-box h3 .icon{
    width: 60px;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    color: #fff;
    background-color: #d94d3a;
    z-index: 5;
}
.black-box h3 .icon svg{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    fill: #ffffff;
}
.contact-fields{
    margin: 0;
    padding: 30px;
    list-style: none;
}
.contact-fields li{
    margin-bottom: 20px;
}
.contact-fields li:last-child{
    margin-bottom: 0;
}
.contact-fields input[type="email"], .contact-fields input[type="text"], .contact-fields textarea {
    width: 100%;
    display: block;
    border-radius: 3px;
    background-color: rgba(255,255,255,.05);
    border: 1px solid #222;
    color: #eee;
    outline: none;
    min-width: 220px;
    letter-spacing: .5px;
    line-height: 1.6;
    height: 44px;
    font-size: 13px;
    font-family: Raleway,Arial,Helvetica,sans-serif;
    padding: 10px;
    transition: all .3s ease;
}
.contact-fields input[type="email"]:focus, .contact-fields input[type="text"]:focus, .contact-fields textarea:focus {
    border-color: #444;
}
.contact-fields textarea {
    min-height: 200px;
}
.contact-info.black-box h3{
    font-size: 22px;
}
.about-img{
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
}
.about-img img{
	max-width: 150px;
	max-height: 150px;
}
.about-us p{
    padding: 0;
    line-height: 1.8;
    margin: 0 0 20px;
    color: #666;
    font-size: 18px;
}
.about-us h3 {
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 50px 0 15px;
}
.about-us .col-lg-3.col-md-12 {
	text-align: center;
	margin-bottom: 20px;
}
.tick-mark-list{
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
}
.tick-mark-list:after{
    clear: both;
    content: " ";
    display: table;
}
.tick-mark-list li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.tick-mark-list .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-left: 25px;
    min-height: 18px;
}

.tick-mark-list .item svg {
    position: absolute;
    width: 18px;
    height: 18px;
    fill: #d94d3a;
    top: 7px;
    left: 0;
}

.tick-mark-list .item p {
    margin: 0;
    padding: 0;
    /*font-size: 16px;*/
    position: relative;
    top: 2px;
}
.confide-product-list{
    list-style: none;
    padding: 0;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
}
.confide-product-list li{
    position: relative;
}
.confide-product-list .product-img{
    position: relative;
    text-align: center;
	width: 370px;
	height: 370px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 10px solid #d94d3a;
}
.confide-product-list .product-img img{
	max-width: 370px;
	max-height: 360px;
}
.product-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prod-details-img{
    width: 370px;
}
.prod-details-info{
    width: calc(100% - 370px);
    padding-left: 40px;
}
.prod-details-info p{
    padding: 0;
    line-height: 1.8;
    color: #666;
    font-size: 16px;
}
/************** RESPONSIVE **************/
@media screen and (max-width: 768px) {
    .container{
        padding: 0 20px;
    }
    .top-panel {
        padding: 0 20px;
        flex-flow: wrap;
        background: #16161b;
    }
    header{
        z-index: 5;
    }
    .header-content{
        padding: 10px 13px 10px 20px;
        flex-flow: wrap;
        justify-content: space-between;

    }
    #header-menu-mobile{
        max-height: 90px;
        transition: max-height .5s ease;
    }
    #header-menu-mobile.menu-opened{
        max-height: 580px;
        transition: max-height .8s ease;
    }
    .logo img {
        /*max-width: 50px;*/
        max-height: 70px;
    }
    #site-nav{
        opacity: 0;
        width: 100%;
        margin-top: 15px;
        visibility: hidden;
        transition: all .8s ease;
        display: block;
    }
    #site-nav li{
        margin: 0;
        padding: 8px 0;
    }
    #site-nav li a{
        font-size: 16px;
    }
    #header-menu-mobile.menu-opened #site-nav{
        visibility: visible;
        opacity: 1;
        display: block;
    }
    .menu-icon{
        width: 32px;
        height: 32px;
        display: inline-block;
        font-size: 0;
        background: url('../img/menu-icon.svg') no-repeat center center / 32px 32px;
    }
    .swiper-slide .item{
        height: 70vh;
    }
    .title-holder{
        width: auto;
        padding: 10px 20px;
        top: auto;
        right: 0;
        left: unset;
        bottom: 60px;
        margin-top: auto;
        text-align: center;
        height: 60px;
    }
    .title-holder .inner{
        display: block;
    }
    .title-holder .in{
        display: block;
    }
    .title-holder p{
        display: none !important;
    }
    .title-holder h3{
        margin: 0;
        font-size: 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 40px;
    }
    .title-holder .desc{
        display: none !important;
    }
    .about-section{
        padding: 75px 0 25px;
    }
    .about-inner{
        flex-flow: wrap;
    }
    .about-left-part{
        padding-top: 0;
        width: 100%;
        min-width: 100%;
        margin-bottom: 50px;
    }
    .about-left-part h3.title{
        font-size: 36px;
    }
    .about-right-part{
        margin-left: 0;
    }
    .about-right-part .r-inner{
        width: 280px;
        min-height: 250px;
        padding-bottom: 0;
        margin: auto;
    }
    .layer-border{
        width: 220px;
        height: 246px;
    }
    .img-holder-layer{
        width: 220px;
        top: 10px;
        left: 35px;
    }



    .dots-layer{
        width: 220px;
        height: 246px;
        top: 10px;
        left: 60px;
    }
    .our-products{
        flex-flow: wrap;
        padding-bottom: 50px;
    }
    .product-left-part{
        width: auto;
        min-width: auto;
        padding: 50px;
    }
    .product-left-part h3.title{
        font-size: 36px;
    }
    .product-item{
        flex-flow: wrap;
    }
    .product-item-img{
        width: 100%;
        height: auto;
        min-width: 100%;
    }
    .product-item-info{
        width: 100%;
        min-width: 100%;
        padding: 24px 20px 21px;
        border: 0;
    }
    footer{
        padding: 40px 0 0;
    }
    .footer-content-area{
        flex-flow: wrap;
        margin: 0;
        padding: 0;
    }
    .footer-content-area > li{
        width: auto;
        margin-bottom: 45px;
        padding-left: 20px;
    }
    .footer-copyright{
        padding: 20px 0 20px 20px;
    }
    .tothetop{
        right: 10px;
        bottom: 10px;
    }
    .page-content-wrapper{
        padding: 0 0 50px;
    }
    .contact-blocks{
        flex-flow: wrap;
        justify-content: normal;
    }
    .contact-form{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-info{
        width: 100%;
        margin-left: 0;
    }
    .tick-mark-list li{
        float: none;
        width: 100%;
    }
    .tick-mark-list .item{
        float: none;
    }
    .confide-product-list{
        grid-template-columns: repeat(auto-fill, minmax(222px, 1fr));
    }
    .product-details{
        flex-flow: wrap;
    }
    .prod-details-img{
        width: 100%;
        text-align: center;
    }
    .prod-details-info{
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (min-width: 769px) {
    #site-nav{
        display: inline-flex !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .tick-mark-list li{
        float: none;
        width: 100%;
    }
    .tick-mark-list .item{
        float: none;
    }
    .confide-product-list{
        grid-template-columns: repeat(auto-fill, minmax(226px, 1fr));
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .container{
        padding: 0 20px;
    }
    .top-panel {
        padding: 0 20px;
    }
    .header-content{
         padding: 5px 20px 5px 20px;
        
    }
    .title-holder{
        width: 430px;
        height: 350px;
        margin-top: -125px;
    }
    .about-section{
        padding: 75px 30px 25px;
    }
    .about-inner{
        flex-flow: wrap;
    }
    .about-left-part{
        padding-top: 0;
        width: 100%;
        min-width: 100%;
        margin-bottom: 50px;
    }
    .about-left-part h3.title{
        font-size: 36px;
    }
    .about-right-part{
        margin-left: 0;
    }
    .about-right-part .r-inner{
        width: 280px;
        min-height: 250px;
        padding-bottom: 0;
        margin: auto;
    }
    .layer-border{
        width: 220px;
        height: 246px;
    }
    .img-holder-layer{
        width: 220px;
        top: 10px;
        left: 35px;
    }
    .dots-layer{
        width: 220px;
        height: 246px;
        top: 10px;
        left: 60px;
    }
    .our-products{
        flex-flow: wrap;
        padding-bottom: 50px;
    }
    .product-left-part{
        width: auto;
        min-width: auto;
        padding: 50px;
    }
    .product-left-part h3.title{
        font-size: 36px;
    }
    .product-item{
        flex-flow: wrap;
    }
    .product-item-img{
        height: 340px;
    }
    .product-item-info{
        padding: 34px 30px 31px;
    }
    .product-item-info h3{
        font-size: 24px;
    }
    .product-item-info .desc{
        max-height: 95px;
        overflow: hidden;
    }
    footer{
        padding: 40px 0 0;
    }
    .footer-content-area{
        flex-flow: wrap;
        margin: 0;
        padding: 0;
    }
    .footer-content-area > li{
        width: 100%;
        padding-left: 20px;
    }
    .footer-copyright{
        padding: 20px 0 20px 20px;
    }
    .tothetop{
        right: 10px;
        bottom: 10px;
    }
}

@media screen and (min-width: 1024px) {
    #site-nav{
        padding-left: 50px;
    }
    #site-nav li a{
        padding: 10px 12px;
    }
}


@media screen and (max-width: 1024px) {
    .mission-wrapper{
        flex-direction: column;
    }

    .mission-sub-wrapper {
    width: 80%;
}
}

@media screen and (min-width: 1024px) and (max-width: 1249px) {
    .confide-product-list{
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .title-holder{
        width: 430px;
        height: 350px;
        margin-top: -125px;
    }
    .about-right-part .r-inner{
        width: 400px;
        min-height: 448px;
        padding-bottom: 0;
        margin: auto;
    }
    .layer-border{
        width: 400px;
        height: 448px;
    }
    .img-holder-layer{
        width: 400px;
        top: 10px;
        left: 35px;
    }
     .silde-image-position{
        top: 60px !important; 
    }
    .dots-layer{
        width: 400px;
        height: 448px;
        top: 10px;
        left: 60px;
    }
    .product-left-part{
        width: 500px;
        min-width: 500px;
        padding: 83px 40px 90px;
    }
    .product-item-img {
        height: 340px;
    }
    .product-item-info{
        padding: 34px 30px 31px;
    }
    .product-item-info h3{
        font-size: 24px;
    }
    .product-item-info .desc{
        max-height: 95px;
        overflow: hidden;
    }
    .footer-copyright{
        padding: 60px 0 60px 40px;
    }
}
.clsqualitylist h3
{
    margin: 0px 0 15px !important;
}



.clssettop{ margin-top:20px; }
.clsprodcontainer h2{
    font-weight: bold;
    font-size: 30px;

 }
 .innerpagebannerbg {height: 606px;  /*background-color: #650038; */background-color: #181e2b;  color: #ffffff;  position: relative; overflow: hidden;}
.innerpagebannimg {position: absolute; right: 0; top: 0; width: 750px; height: 100%; overflow: hidden; background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 303px 0px 0px 303px;}
.innerbannercont {max-width: 850px; /*padding:15px 15px 0px 70px;*/padding:15px 15px 0px 0px; position: relative; z-index: 1;}
.innerbantext {font-size: 25px; font-family: var(--ft-semibold); margin-bottom: 15px; line-height: 1.5;}
.innerbannercont h1 {/*font-size: 80px;*/font-size: 70px; font-family: var(--ft-extrabold); color: var(--ftwhite); margin-bottom: 35px; line-height: 1; margin-top: 0px;}
.innerbannercont h1 span {font-family: var(--ft-regular);}
.innerbannercont h4 {/*font-size: 39px;*/font-size: 34px; font-family: var(--ft-semibold); color: var(--ftgloden); /*margin-bottom: 25px;*/margin-bottom: 5px; line-height: 1.2;}
.innerpagebannerbg .conbannerflex {display: flex;  align-items: center; height: 100%;}
.clssettopspace{ margin-top:100px; }
.errms {color: #FF0000; font-size: 14px;}
.gcmsgsent {text-align: center; margin: 10px; padding: 10px; border: 2px solid #4abc00; color: #4abc00;}
.gcerrms {text-align: center; margin: 10px; padding: 10px; border: 2px solid #ff0000; color: #ff0000;}
.clstitlebox{  color:#fff; padding: 5px 10px 5px 0;     display: block;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Quicksand', sans-serif;
font-weight: bold;}
.clstitlebox{  color:#fff; padding: 5px 10px 5px 0;     display: block;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Quicksand', sans-serif;
font-weight: bold;}
.clstitlebox:after{ content:none; color:#fff; }

/*new css add*/
.icon_width
{
    width: 584px;
}
.mission-sub-full 
.setspacetop { padding-top:0px !important; }
.clsbottomtext{
    background-color: #181e2b;
    color: white;
    padding: 10px;
    margin-top:15px;
    display: block;
    margin-bottom: 20px;

}
.clsulpart ul li{
    font-weight: 400;
    padding: 0;
    color: #666;
    font-size: 18px;
}
.sticky {
 position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.sticky div.logo img {
    height: 139px;    
}
.hidediv{ display:none; }
.clsaddresstitle b{ font-weight:bold; }
.clsaddresstitle div.footer-content-title:after{ background:none; }
.imgwidth{ width:150px; }

.header-side-wrapper, .responsive-header-wrapper, .header-left, .header-right{ display: flex;}
.product-item-img img{/*object-fit: cover;*/}
.product-item-info{padding: 50px;}

.header-content{justify-content: space-between;}
@media only screen and (min-width:1750px) and (max-width:1825px)
{   
    .conbannerflex.productbanner{  margin-left: 0; max-width: 90%;}    

}
@media only screen and (min-width:1400px) and (max-width:1749px)
{   
    .conbannerflex.productbanner{  margin-left: 0; max-width: 50%;}    

}
@media screen and (max-width: 1500px) {
    .top-panel{ display: flex;}
    .header-side-wrapper{justify-content: center;}
    .responsive-header-wrapper{display: flex;justify-content: center;  align-items: center; }
    .top-panel-info {padding: 5px 30px 5px 0;}
    .top-panel-info a{font-size: 12px;}
    #site-nav li a {padding: 10px 12px;font-size: 12px;}
    .img-holder-layer{width: 100%;}
    .dots-layer{left: 0;height: 370px;}

}
@media only screen and (min-width:1300px) and (max-width:1399px)
{   
    .logo img, .sticky div.logo img { height: 90px;}
    .header-content{justify-content: space-between;}
    .layer-border{left: -13px; height: 397px;}
    .product-item-info {padding: 30px;}
    .select-language-wrapper{margin-right: 18px;}
    .top-panel { display: block ; }
    .inner-page-header  .top-panel {display: flex;align-items: center;}
    .inner-page-header .top-panel-info {padding: 5px 16px 5px 0;}
    .inner-page-header .top-panel-info:after{right: 7px;}
    .inner-page-header .select-language-wrapper{margin-right: 13px;}
    .conbannerflex.productbanner{  margin-left: 0; max-width: 40%;}
    .productbanner br{display: none;}

}
@media screen and (max-width: 1299px) {
    .logo img, .sticky div.logo img {height: 90px;}
    .header-content{justify-content: space-between;}
    .top-panel { display: block ;}
    .product-item-info { padding: 30px;}
    .inner-page-header  .top-panel {display: flex;align-items: center;}
    .inner-page-header .top-panel-info {padding: 5px 16px 5px 0;}
    .inner-page-header .top-panel-info:after{right: 7px;}
    .inner-page-header .select-language-wrapper{margin-right: 13px;}
    .inner-page-header .social-icons a {font-size: 16px;}
    .inner-page-header .top-panel{padding-top: 10px;padding-bottom: 10px;}
    .clsbigsize .footer-content-title{display: none;}
    .footer-content-area > .clsbigsize{padding-left: 20px;}

    .conbannerflex.productbanner{margin-left: 0; max-width: 40%;}
    .productbanner br{display: none;}
    .productbannerimg{width: 620px;}
    .confide-product-list .product-img{width: 100%;}

    


}

@media screen and (max-width: 1024px) {
.header-side-wrapper{display: flex; flex-direction: row;}
.header-left, .header-right{  display: flex;}
#site-nav li a { padding: 10px 5px;font-size: 12px; }
.logo img {height: 90px;}
.dots-layer{height: 90%;}
.img-holder-layer { position: relative;}
.about-right-part .r-inner { width: 50%;}
.layer-border{height: 100%;left: -25px;}
.about-section{margin-bottom: 50px;}
.footer-content-area > .clsbigsize{padding-left: 20px;}
.clsbigsize .footer-content-title{display: none;}
.footer-copyright:after{top: -25px;}

 .top-panel-info {padding: 5px 17px 5px 0;}
 .top-panel-info:after{right: 8px;}


}

@media screen and (max-width: 991px) {
  #site-nav li {margin: 0 0 0 9px;}
 .product-item-info {padding: 30px !important;}
 .logo img{height: 50px;}
 .about-left-content, .about-right-content {width: 100%;}
 .page-content-wrapper {padding: 0px;}
 .header-side-wrapper{padding-bottom: 10px;}
 .social-icons{justify-content: center;}
 .whychooseus, .clssettopspace{margin-bottom: 60px;}
 .weservice .col-sm-6{margin-bottom: 30px;}
 /*.productbannerimg{width: 400px;}*/
  .top-panel{justify-content: center;}
  .innerpagebannimg { opacity:0.5; }



}

@media screen and (max-width: 768px) {
    .top-panel{padding: 0 10px;justify-content: center;}
    .top-panel-info a{font-size: 10px;}
    #site-nav li a{font-size: 11px !important;}
    .logo img { height: 90px; }
    .mission-sub-wrapper {width: 100%;}
    .header-side-wrapper{flex-direction: column;display: none;}
    .icon_width { width: 100%;}
    .clssettopspace { margin-top: 45px;}
    .about-right-content{padding-top: 20px;}
    .innerpagebannerbg {height: 430px;position: relative;}
    /*.productbannerimg{width: 280px;}*/
    
    .about-wrapper{display: block;}
    .innerbantext { font-size: 18px;}
    .innerbannercont h1{font-size: 50px;}
    .conbannerflex.productbanner { margin-left: 0;max-width: 100%;}


    
    

}

@media screen and (max-width: 575px) {
    .footer-copyright:after{top: -32px;}
    .footer-copyright { padding: 8px;}
    .copyright {top: -9px;}
    .product-left-part{padding: 30px;}
    .about-us p{font-size: 16px; line-height: 25px;}

}

@media screen and (max-width: 479px) {
    .social-icons a{font-size: 14px;}
    .clstitlebox{font-size: 12px;}
    .header-right{display: none;}
    .responsive-header-wrapper{padding-bottom: 12px;}
    .about-right-part .r-inner{min-height: 200px;}
    .img-holder-layer{top: 25px;}
    #site-nav li { margin: 0 0 0 0px;}
    .copyright{margin-right: 0;}
    .product-item-info h3{font-size: 29px;}
    .innerbantext { font-size: 20px;}
    .innerbannercont{padding: 0px;}

}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.text-center{ text-align:center !important; }