.bgg{
    background-image: url("/imgs/bgg.jpg");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel .carousel-item{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;

}

.carousel-indicators li{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.carousel-indicators .active{
    background-color: rgba(0, 0, 0, 1) !important;
}

.paper{
    margin: 0 5%;
}

.tabs-parent{
    display: flex;
    width: 100%;
    margin-top: 25px;
}

.tabs-parent .tab-item{
    width: 100%;
    padding: 40px 1px;
    color: #757575;
    background: #F2F2F2;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}

.tabs-parent .tab-item:nth-child(1){
    margin-right: 15px;
}

.tabs-parent .tab-item:nth-child(2){
    margin-left: 15px;
}

/* .products-parent , .pp-parent{
    background: #fff;
} */

.pro-item{
    text-align: center;
    display: inline-block;
    margin: 2px 5px; 
    color: #000;
    text-decoration: none;
}

.pro-item img{
    width: 150px;
    height: 150px;
}

.pro-item p{
    width: 150px;
    color: #000;
    background: #fff;
    padding: 10px 5px;
    text-decoration: none;
}

.products-parent{
    text-align: center;
    padding-top: 20px;
}

.tabs-parent .tab-item-active{
    background: #fff;
    color: #333;
}

.paper-section{
    margin-top: 20px;
}

.paper-parent {
    display: flex;
}

.paper-item{
    display: none;
}

.paper-item.paper-active{
    display: block;
}

.paper-titles-parent {
    background: #0072BC;
    color: #fff;
    padding: 40px;
    padding-right: 0;
}

.paper-titles-parent ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.paper-titles-parent li a {
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
}

.p-title-active{
    font-weight: bold;
}

.pro-title{
    background: rgb(224, 224, 224);
    background: -moz-linear-gradient(-45deg, rgba(224, 224, 224, 1) 0%, rgba(91, 91, 91, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(224, 224, 224, 1) 0%, rgba(91, 91, 91, 1) 100%);
    background: linear-gradient(135deg, rgba(224, 224, 224, 1) 0%, rgba(91, 91, 91, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#5b5b5b', GradientType=1);
    color: #000;
    font-size: 25px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.paper-titles-parent li a p {
    border-bottom: #fff 1px solid;
    margin: 0;
    padding-bottom: 13px;
    padding-right: 40px;
    white-space: nowrap;
}

.paper-titles-parent a .ico {
    font-size: 50px;
    margin-right: 20px;
}

.paper-des-parent {
    background: #f0f0f0;
    flex-grow: 1;
}

.paper-des-parent .paper-des-head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paper-des-parent .paper-des-head p {
    font-weight: bold;
    font-size: 25px;
}

.paper-des-parent .paper-des-head .ico {
    font-size: 100px;
    margin: 0 15px;
}

.paper-des-parent .paper-des-body {
    font-weight: bold;
    text-align: center;
    padding: 2%;

}

.paper-section .paper-top-side {
    height: 20px;
    background: #0072BC;
    width: 330px;
    border-radius: 50px 50px 0px 0px;
}

.paper-section .paper-bottom-side {
    height: 20px;
    background: #0072BC;
    width: 330px;
    border-radius: 0px 0px 50px 50px;
}

.m-title{
    color: #0072BC;
    text-align: center;
    padding:25px 0;   
}

.cat-card {
    width: 220px;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    margin: 5px;
}

.cat-card p {
    position: absolute;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    bottom: 0;
    right: 0;
    margin:0;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
    display: block;
    font-weight: bold;
    color: #000;
    background: rgb(224, 224, 224);
    background: -moz-linear-gradient(-45deg, rgba(224, 224, 224, 1) 0%, rgba(91, 91, 91, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(224, 224, 224, 1) 0%, rgba(91, 91, 91, 1) 100%);
    background: linear-gradient(135deg, rgba(224, 224, 224, 1) 0%, rgba(91, 91, 91, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#5b5b5b', GradientType=1);
}

.cat-card:hover p{
    padding: 20px 5px;
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8%;
    margin: auto;
    height: 40px;
    background: #fff !important;
    border-radius: 150px;
    width: 40px;
    text-align: center;
    font-size: 30px !important;
    align-items: center;
    box-shadow: #00000052 0 0 8px;
}

.owl-next{
    right: -8%;
    left: unset;
}

.owl-next span,
.owl-prev span {
    display: none;
}

.owl-next::after,
.owl-prev::after {
    content: '<';
    font-size: 50px;
    color: #0072BC;
    position: absolute;
    right: 0;
    left: -4px;
    top: -21px;
    bottom: 0;
    font-family: monospace;
}

.owl-next::after{
    content: '>';
    left: 0;
    right: -4px;
}

.owl-carousel.owl-drag .owl-item{
    padding: 18px;
}

.new-pro-section{
    width: 80%;
    margin: auto;
}

.new-pro-section h3 {
    text-align: center;
    padding: 40px 0;
}

.pro-card {
    width: 200px;
    margin: auto;
    box-shadow: #00000026 3px 3px 5px
}

.pro-card .card-name {
    padding: 15px 0;
    color: #fff;
    text-align: center;
    background: #0072BC;
}

.pro-card .card-img-parent {
    text-align: center;
    width: 100%;
    background: #fff
}

.pro-card .card-img {
    background-size: contain;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
}

.req::after{
    content: '*';
    font-size: 14px;
    color: #f00;
}

form.con-form{
    width: 100%;
}

form.con-form label{
    display: block;
    padding-top: 25px;
}

.input1{
    width: 100%;
    resize: vertical;
    box-shadow: #0000006b 0 0 5px;
    border: none;
    padding: 5px 15px
}

.btn1{
    background: #0072BC;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;

}


.about-center {
    text-align: center;
}

.con-sc-parent{
    padding-left: 10%;
    color: #0072BC;
}

.blue-bg {
    padding: 50px 9%;
    color: #fff;
    font-size: 30px;
    background-size: cover;
    background-position: center;
    background-image: url('/imgs/blue.jpg');
    background-repeat: no-repeat;
}

footer {
    color: #fff;
    /* padding: 20px 50px; */
    background: rgb(96, 110, 119);
    background: -moz-linear-gradient(45deg, #4f5f69 0%, #4f5f69 50%, rgba(78, 100, 114, 1) 50%, rgba(78, 100, 114, 1) 100%);
    background: -webkit-linear-gradient(45deg, #4f5f69 0%, #4f5f69 50%, rgba(78, 100, 114, 1) 50%, rgba(78, 100, 114, 1) 100%);
    background: linear-gradient(45deg, #4f5f69 0%, #4f5f69 50%, rgba(78, 100, 114, 1) 50%, rgba(78, 100, 114, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606e77', endColorstr='#4e6472', GradientType=1);
}

.footer{
    padding: 20px 50px !important;
    margin: 0 !important;
}

footer .footer-img img {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 40px;
}

footer .footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .footer-links ul a {
    color: #c5c5c5;
    font-weight: bold;
    padding: 3px 0;
    display: inline-block;
}

footer .footer-links h4 {
    padding-bottom: 20px;
    color: #fff;
}

.footer-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-info span {
    width: 25px;
    height: 25px;
    align-items: center;
    display: flex;
}

.footer-info p{
    margin:0;

}


footer .sc-parent .sc-fb{
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100px;
    background: #fff;
    padding-top: 10px;
    text-decoration: none;
    color: #4f5f69;
    margin: 0 10px;
}

.foot-copy{
    text-align: center;
    color: #fff;
    background: #4A5257;
    padding: 25px 0;
}