.header-style-my #navbar > ul > li.active > a,.header-style-3 #navbar > ul > li.active > a{
    color: #fdc900;
    background-color: unset;
}
.header-style-my #navbar > ul > li.active > a:before{
    content: "";
    background-color: #fdc900;
    width: 12px;
    height: 3px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.header-style-3 #navbar > ul > li.active > a:before{
    content: "";
    background-color: #fdc900;
    width: 12px;
    height: 3px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.site-footer .upper-footer p{
    text-align: justify;
}
.cta_span{
    color: #fdc900;
    font-weight: 700;
}
.cta_p{
    color : #fff;
    font-weight: 700;
}
.capability_img{
    width: 400px;
    height: 400px;
}
.topbar_a{
    color: #fdc900;
    font-weight: 600;
    font-size: 13px;
}
.topbar_a:hover, .topbar_a:focus{
    color: #fdc900;
}
.contact_a{
    color: #2a2863;
}
.contact_a:hover{
    color: #2a2863;
}
.contact_title{
    margin-bottom: 20px;
}
.productsection{
    padding-bottom: 100px;
}
.gallery_img{
    height: 250px;
    width: 100%;
}
.about_p{
    text-align : justify;
}
.product_detailimg{
    width: 100%;
    height: 526px;
}
.product-padding {
    padding: 50px 0;
}
.pt-0{
    padding-top : 0 !important;
}
.about_img{
    height: 450px;
    width: 100%;
}
.abt_quote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 14px !important;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}
.abt_quote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #fdc900;
    margin-top: 12px;
    margin-bottom: 12px;
}
.abt_quote p {
    color: #2a2863;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 17px !important;
}
.mfp-close-btn-in .mfp-close {
    cursor: pointer !important;
}
.emailicon{
    font-size: 16px !important;
}
.hitechabt{
    width: 450px;
    height: 510px;
}
.toprightdiv{
    text-align: right;
}
.contact_h4{
    font-family: inherit;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    width: 80%;
    padding-bottom: 5px;
    padding-top: 5px;
}
.contact_icon{
    background-color: #fdc900;
    width: 35px;
    height: 35px;
    line-height: 2;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
}
.contact_p{
    font-size: 15px;
    line-height: 1.4em;
    color: #051829;
    margin: 0;
}
.sub-h4{
    margin-top: 5px;
}
.product_ul{
    list-style: none;
}
.product_ul li{
    position: relative;
    padding-left: 25px;
    line-height: 1.78em;
}
.product_ul li i{
    font-size: 20px;
    color: #fdc900;
    position: absolute;
    left: 0;
    top: 3px;
}
.products-grids .img-holder .galleryimg {
    height: 520px;
}
@media only screen and (max-width:540px) {
    .toprightdiv{
        text-align: center;
    }
    .hitechabt {
        width: 400px;
        height: auto;
    }
    .topbar-style-2{
        padding: 7px 0 12px;
    }
    .capability_img{
        height: auto;
    }
    .header-style-my #navbar > ul > li.active > a:before{
        width: 0;
        height: 0;
    }
    .header-style-3 #navbar > ul > li.active > a:before{
        width: 0;
        height: 0;
    }
    .order_row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .order_col_2{
        padding-top: 40px;
    }
    .order_col_1{
        order: -1;
        flex: 1 0 100%;
    }
    .rowfooter{
        display : none;
    }
    .contact-pg-section .contact-form .submit-btn button{
        width: 40%;
    }
    .site-footer .service-links-widget{
        padding-left: 0;
    }
}
@media only screen and (max-width:586px) and (min-width:320px){
    .offer-pic:after {
        width: 95%;
        height: 400px;
        left: 24px;
        top: -17px;
    }
    .services-grids .details p {
        font-size: 14px;
    }
    .services-grids .inner {
        min-height: 310px;
    }
    .services-grids .grid:hover .details{
        padding: 20px 20px;
    }
    .services-grids .details {
        padding: 90px 30px;
    }
    .products-grids .img-holder .galleryimg{
        height: 450px;
    }
}
@media only screen and (max-width:667px) and (min-width:375px){
    .offer-pic:after {
        width: 96%;
        height: 480px;
        left: 24px;
        top: -16px;
    }
}
@media only screen and (max-width:736px) and (min-width:414px) {
    .offer-pic:after {
        width: 96%;
        height: 482px;
        left: 24px;
    }
    .services-grids .details p{
        font-size: 14px;
    }
    .services-grids .inner {
        min-height: 250px !important;
    }
    .services-grids .details {
        padding: 65px 30px !important;
    }
    .services-grids .grid:hover .details{
        padding: 25px 25px !important;
    }
    .products-grids .img-holder .galleryimg{
        height: 500px;
    }
}
@media only screen and (max-width:770px) and (min-width:766px) and (orientation:portrait){
    .products-grids .img-holder .galleryimg{
        height: 320px;  
    }
    .header-style-my #navbar > ul > li.active > a:before{
        width: 0;
        height: 0;
    }
    .services-grid-view .grid {
        width: 100%;
    }
    .header-style-3 #navbar > ul > li.active > a:before{
        width: 0;
        height: 0;
    }
    .offer-pic img{
        width: 95%;
    }
    .offer-pic:after {
        width: 560px;
        height: 505px;
        left: 150px;
    }
    .order_row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .order_col_2{
        padding-top: 40px;
    }
    .order_col_1{
        order: -1;
        flex: 1 0 100%;
    }
    .capability_img {
        height: 600px;
        width : 720px;
    }
    .rowfooter{
        display : none;
    }
}