@charset "utf-8";
/* CSS Document */
a:focus, a:hover{
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

iframe{
    width: 100% !important;
}

section{
    position: relative;
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

a:focus {
    outline: none;
}

.p50b{
    padding-bottom: 50px;
}

.p50t{
    padding-top: 50px;
}

.p100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.p100t{
    padding-top: 100px;
}

.p100b{
    padding-bottom: 100px;
}

.p70{
    padding-top: 70px;
    padding-bottom: 70px;
}

button{
    background-color: unset;
}

@media(max-width:768px){
    .p100{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .p70{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .p100t{
        padding-top: 50px;
    }

    .p100b{
        padding-bottom: 50px;
    }

}

img{
    max-width: 100%;
}

section{
    display: block;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.link-btn, .specifications button, .specifications button a {
    text-align: center;
    font-weight: bold;
    display: inline-block;
    transition: .4s all ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
    will-change: background;
}

.btn-medium, .specifications button a{
    line-height: 2em;
    font-size: 13px;
}

h2, .blog-area .sec-title h2, .project-area .sec-title h2{
    font-size: 48px;
    line-height: 54px;
    font-weight: 900;
    text-transform: capitalize;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.blog-area .sec-title h2, .project-area .sec-title h2{
    padding-left: 25px;
}

body:not(.common-home) .page-title h2{
    padding-bottom: 0;
    font-weight: 400;
    font-size: 37px;
}

body:not(.common-home) .company-name{
    margin-top: 50px;
}

h3{
    font-size: 30px;
}

svg{
    overflow: hidden;
}

.link-box{
    padding-top: 50px;
}

.specifications button a{
    padding: 10px 36px;
    width: 100%;
}

.link-box a{
    border: 1px solid #000;
    padding: 7px 36px 5px;
}

/*Header*/
.header-fix-detail{
    position: fixed;
    z-index: 100;
    background-color: #fff; 
/*    margin-top: 90px;*/  
}

.header-fix-detail .menu_2{
    padding: 18px 0 0;
}

.header-info{
    padding-top: 30px;
    padding-bottom: 20px;
}

.header-info .info{
    text-align: right;
}

header li{
    display: inline-block;
}

header li span{
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    display: block;
    line-height: 1;
}

header li a{
    font-weight: 800;
    text-align: left;
    display: block;
}

header li div{
    display: inline-block;
}

header li .icon{
    padding-right: 20px;
}

header li.address{
    padding-left: 50px;
}

.main-menu{
    padding-top: 20px;
    padding-bottom: 10px;
}

.nav-bar{
    float: left;
    display: inline-block;
}

.min-search{
    float: right;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*End Header*/

/*Slide*/
/*End Slide*/

/*About Us*/

/*End About Us*/

/*Specialization*/
.product-box, .news-box{
    margin-bottom: 50px;
}

.product-box .button-content a, .news-box .button-content a{
    position: absolute;
    margin: 0;
    opacity: 0;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.41, 1.29);
    transform: translateY(50px);
    letter-spacing: 1px;
    padding: 13px 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-box .button-content a{
    top: calc(50% - 50px);
    left: calc(50% - 80px);
}

.news-box .button-content a{
    top: calc(40% - 50px);
    left: calc(50% - 80px);
}

.product-box:hover .button-content a, .news-box:hover .button-content a{
    opacity: 1;
    transform: translateY(0px);
}

.product-box .button-content a i, .news-box .button-content a i{
    padding-left: 10px;
}

.product-box figcaption, .news-box figcaption{
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}

/*End Specialization*/

/*Project*/
.project-area .info{
    display: inline-block;
    transition: .5s;
}

.project-area .icon{
    display: inline-block;
    float: right;
}

.project-block{
    padding-left: 30px;
    padding-right: 30px;
}

.project-detail{
    border: 1px solid #ddd;
    transition: .3s;
}

.project-detail:hover {
    box-shadow: 0 3px 30px rgb(110 122 182 / 10%);
}

.project-area figure{
    margin-bottom: 50px;
}

.project-area figcaption{
    padding: 30px 30px 20px;
}

.project-area .info span{
    display: block;
}

.project-area .name{
    font-size: 28px;
    transition: .5s;
    font-weight: 700;
}

.project-detail:hover .info{
    margin-left: 30px;
}
/*End Project*/

/*Solution*/
.solution-details{
    background: #003287 0% 0% no-repeat padding-box;
}

.solution-details .info{
    padding: 50px 100px;
}


/*Blog*/
.blog-area .caption-box{
    padding: 30px 40px;
    border-bottom: 3px solid #265fb4;
    background-color: #f6f9fc;
}

.blog-area h3{
    font-weight: 700;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
}
/*End Blog*/

/*Contact Us*/
.contact-us-area{
    background-color: #f7f7f7;
}

.contact-us-area h2{
    padding-bottom: 10px;
}

.contact-us-area .link-box{
    padding: 25px;
    text-align: right;
}

.contact-us-area .link-box a{
    border: none;
}

/*End Contact Us*/

.company-name{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #f7f7f7;
}


/*Footer*/
.footer-top i{
    padding-right: 20px;
}

.footer-top p{
    padding-bottom: 10px;
}

.logo-footer{
    padding-bottom: 15px;
    display: block;
}

.footer-top h2{
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}

.footer-top li{
    padding-bottom: 10px;
}

.menu-footer li:nth-child(even){
    padding-bottom: 0;
}

.menu-footer li:nth-child(2n+1){
    clear: both;
}

.footer-bottom{
    background-color: #020c1b;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}

.footer-bottom li{
    display: inline-block;
}


.footer-bottom p{
    padding: 0;
    margin: 0;
}

.footer-bottom .social-links li{
    padding-left: 10px;
}
/*End Footer*/

/*Title And Bread Crumb*/
.page-title{
    background-image: url(images/title-bg.jpg);
    font-size: 37px;
    padding: 50px 0;
    margin-top: 5px;
}

.bread-crumb{
    text-align: right;
}

.bread-crumb a{
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.bread-crumb a:first-child:before{
    content: '';
}

.bread-crumb a:before{
    content: '/';
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
}

.bread-crumb a:hover{
    text-decoration: underline;
}
/*End Title And Bread Crumb*/

/*Col Right*/
#column-right{
    padding-top: 70px;
}

.sort, .limit, .results {
    display: inline-block;
}

.limit{
    padding-right: 50px;
}

.border{
    border: 2px solid #e2e2e2;
    padding: 15px 30px;
    margin-bottom: 50px;
}

.border h3{
    font-size: 25px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.border h3:before{
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #265fb4;
}

.border h3:after{
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 10px;
    background-color: #fff;
}

.item-pro-column .product-box{
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}

.item-pro-column:last-child .product-box{
    border-bottom: unset;
}

.item-pro-column .product-detail img{
    padding: 0;
}

.item-pro-column .product-detail figcaption{
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}

.md-categories-pro .box-box ul{
    padding-top: 10px;
}

.md-categories-pro .box-box li{
    padding-bottom: 10px;
}

.product-filter select{
    border: 1px solid #000;
}
/*End Col Right*/

/*Product Details*/
.main-product-details .info-product span.name{
    font-weight: 700;
}

.main-product-details .info-product h3{
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.main-product-details .info-product .specifications ul{
    margin-bottom: 20px;
}

.main-product-details .info-product .specifications li{
    padding: 10px 20px;
}

.main-product-details .info-product .specifications li:nth-child(odd){
    background-color: #f4f4f4;
}

.contents.desc{
    margin-top: 50px;
}

.main-product-details #column-right{
    padding-top: 50px;
}
/*End Product Details*/

/*News*/
.news-box .caption-box{
    margin-top: 20px;
}

.news-detail figure.image img{
    width: 100%;
}

.news-box{
    padding-top: 15px;
    padding-bottom: 25px;
}

.news-box h3{
    font-size: 23px;
    font-weight: 700;
    line-height: 35px;
}


.news-info{
    margin-bottom: 30px;
    float: left;
}

#content {
    text-align: justify;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content p, .contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents p{
    padding: 0;
    margin: 0;
}

#content section p, .contents section p{
    padding-bottom: 15px;
}

#content section p:last-child, .contents section p:last-child{
    padding-bottom: 0;
}

#content section:first-child, .contents section:first-child{
    margin-top: 0;
}

#content section, .contents section {
    margin-top: 40px;
    float: left;
}

#content h1, .news-heading h1, .contents h1{
    font-size: 29px;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 15px;
}

#content h2, .news-heading h2, .contents h2{
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 15px;
}

#content h3, .contents h3{
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 15px;
}

#content h4, .contents h4{
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 15px;
}

body.news-category-2 #content, body.news-category-20 #content{
    box-shadow: none;
    padding: 0;
}

.news-description, .contents, #content{
    text-align: justify;
    box-shadow: 0 0 21px rgb(0 0 0 / 21%);
    padding: 40px;
    float: left;
}

.news-category-22 #content{
    padding: 0;
    box-shadow: unset;
}

.news-description figure, .contents figure{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.news-description figure img, .contents figure img{
    display: inline-block;
    padding-bottom: 20px;
}

.news-description figcaption, .contents figcaption{
    margin-top: -10px;
    font-style: italic;
}

.contents .des-short{
    padding-bottom: 30px;
}

.news-description table{
    width: 100%;
    text-align: center;
}

.news-description td{
    border: 1px solid #000;
    padding: 5px 10px;
}

.news-description p{
    padding-bottom: 15px;
    margin: 0;
}

.news-description ul li, .contents ul li{
    padding-bottom: 15px;
}

.news-heading h1{
    margin-top: 0;
    margin-bottom: -5px;
}
/*End News*/

.info-backlink{
    border-top: 2px solid #f4f4f4;
    float: left;
    width: 100%;
    padding-top: 10px;
    margin-top: 40px;
}

.info-backlink ul li{
    list-style-type: disc;
    padding-bottom: 10px;
}

.info-backlink ul{
    margin-left: 50px;
    margin-top: 10px;
}

.contact-content div{
    margin-bottom: 20px;
}

.write-comment input, .write-comment textarea{
    border: 1px solid;
    margin-bottom: 30px;
    width: 90%;
}

.write-comment button{
    border: 1px solid #000;
    padding: 7px 36px 5px;
    margin-bottom: 30px;
}

@media (min-width: 1400px){
    .container {
        width: 1370px;
    }
}

@media(min-width: 1365px){
    .about-us-area .content-box{
        padding-right: 50px;
        margin-top: 80px;
    }

    .about-us-area .image-details{
        padding-left: 100px;
    }
}

@media (min-width: 1200px){
    .container {
        width: 1270px;
    }

    .header-info {
        border-bottom: solid 1px rgba(93, 85, 85, 0.23);
    }
}

@media (max-width: 1200px){
    .container {
        width: 90%;
    }

    .solution-details .info {
        padding: 30px 10px;
    }

    h2, .blog-area .sec-title h2, .project-area .sec-title h2{
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
    }

    .news-block{
        margin-bottom: 40px;
    }

    .about-us-area img{
        margin-top: 50px;
    } 

}

@media (min-width: 992px){
    .contact-us-area .link-box{
        padding: 25px 100px;
    }

    footer .info-footer{
        padding-right: 60px;
    }

    footer .menu-footer{
        padding-right: 40px;
        padding-left: 40px;
    }

    .copyright-text {
        display: inline-block;
        float: left;
    }

    .footer-bottom .social-links{
        display: inline-block;
        float: right;
    }
}

@media (min-width: 768px){
    .main-product-details .info-product{
        padding-left: 0;
    }

    .content-mid{
        padding-right: 30px;
    }

    .slide-img-detail{
        padding-right: 0;
    }
}

@media (max-width: 768px){
    .social-links{
        margin-bottom: 20px;
    }

    .news-description, .contents, #content{
        box-shadow: unset;
        padding: 0;
        width: 100%;
    }

    .info-backlink ul{
        margin-left: 10px;
    }

    .main-product-details .info-product{
        margin-top: 50px;
    }

     .main-product-details .info-product button{
        margin-bottom: 30px;
     }
}

#content-product ul{
    margin-top: 20px;
    margin-left: 50px;
}

#content-product ul li{
    list-style-type: disc;
}

#content-product h3{
    margin-top: 40px;
    color: #118aa9 !important;
}

#content-product section h3{
    margin-top: 0;
}

#content-product h4{
    margin-top: 20px;
}

#content-product section ul li{
    margin-bottom: 20px;
}