/*responsive css*/

@media only screen and (min-width: 992px) {
    .banner_text {
        top: 70px;
        left: 30px;
    }
    .right_content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media only screen and (max-width: 768px) {
    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .slider-content {
        left: 0%;
    }
    #home .owl-nav > button {
        top: 50%;
    }
    .about_text p,
    .about_text li {
        font-size: 15px;
    }
    /*
    p,
    li {
        font-size: 12px !important;
    }
*/
    h1 {
        font-size: 20px !important;
        line-height: 35px !important;
    }
    h2 {
        font-size: 20px !important;
    }
    h3 {
        font-size: 18px !important;
    }
    div.line {
        margin: 0 auto;
        width: 72px;
        height: 3px;
    }
    .right_block {
        height: initial;
    }
    .banner_image {
        position: initial;
    }
    .banner_text {
        left: 40px;
        top: 97px;
    }
    .list_milestone img {
        padding: 20px;
        width: 90px;
    }
    body {
        overflow: initial;
    }
    .product_slider .owl-dots {
        position: static;
    }
    .contact_til {
        margin-bottom: 20px;
    }
    .logo_block {
        position: absolute;
    }
    .form_contact {
        padding: 50px 0px;
    }
    .banner_text_home {
        width: initial;
    }
    .footer {
        text-align: center;
    }
    .contact_section .right_block {
        padding: 70px 50px;
    }
    .story_content {
        margin-top: 0px;
    }
    .product_slider {
        padding-left: 0px;
    }
    .product_slider .owl-dots {
        margin-top: 50px;
    }
    .product-list {
        height: auto;
        margin-bottom: 30px;
        padding-left: 40px;
    }
    ol.industries-list {
        padding-left: 10px;
    }
    .indus-card {
        float: left;
        width: 50%;
        height: 150px;
    }
    .person-detail {
        width: max-content;
    }
    form#contact-form {
        margin-top: 30px;
    }
    .product-list ul li a {
        font-size: 15px;
    }
    .content_text {
        padding: 0%;
    }
    .address-map img {
        height: auto;
    }
    #contact div.line {
        margin-bottom: 30px;
    }
    .indus-card {
        margin-bottom: 0px;
        height: 165px;
        padding: 0;
    }
    h4.contact-title.pb-10 {
        font-size: 20px;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 580px) {
    body {
        font-size: 12px;
    }
    .banner_text {
        position: static;
        padding: 50px 30px;
    }
    .logo_block {
        position: static;
    }
    .side_nav li a {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        display: block;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        font-size: 10px;
        padding: 10px 14px;
        border-bottom: 1px solid #ece7e7;
        -webkit-box-shadow: 0px 1px 2px #d2d2d2;
        box-shadow: 0px 1px 2px #d2d2d2;
    }
    .bars {
        display: block;
        border-bottom: 0px;
        padding: 5px;
        -webkit-box-shadow: 0px 1px 5px #d6cece;
        box-shadow: 0px 1px 5px #d6cece;
    }
    .sidebar {
        width: 100%;
        top: 57px;
        height: auto;
        transform: translateX(-1500px);
        -webkit-transform: translateX(-1500px);
        -moz-transform: translateX(-1500px);
        -o-transform: translateX(-1500px);
        -webkit-transition: all 1s;
        transition: all 1s;
        z-index: 999999999999999999;
    }
    .list_milestone li {
        width: 100%;
    }
    .open_nav {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -webkit-transition: all 1s;
        transition: all 1s;
        z-index: 9999999999;
    }
    .logo_block {
        width: 140px;
        float: right;
        padding: 10px 20px;
    }
    .sidebar {
        padding: 20px;
        border: none;
        border-bottom: 2px solid #000;
    }
    .sidebar li {
        list-style-type: none;
    }
    .right_block {
        padding: 10px 20px !important;
    }
    .test_vert {
        display: none;
    }
    .testi_block {
        position: static;
        width: 100%;
        margin: 20px 0px;
    }
    .testi_in_close {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -webkit-transition: all .7s;
        transition: all .7s;
    }
    .testi .owl-carousel .owl-wrapper,
    .testi .owl-carousel .owl-item {
        width: 100%;
    }
    .testi .owl-nav {
        position: initial;
    }
    .testi_image img {
        width: 100px !important;
        border-radius: 50%;
        margin: 7px auto;
    }
    .pd-top {
        padding-top: 60px;
    }
    .slider-content .text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .about-content {
        padding: 50px 20px;
    }
    .single-about-add-info {
        float: left;
        width: 50%;
    }
    .our-team h1::after {
        left: 35%;
    }
    .slider-content {
        top: 70%;
    }
    .navbar-brand img {
        width: 160px;
        margin: 0 auto;
    }
    #home .banner_text {
        padding: 90px 30px;
    }
    .banner_text {
        padding: 0px 0px 20px;
    }
    #contact .right_block {
        padding: 40px 15px !important;
    }
    .slider-content {
        width: 80%;
    }
    .person-detail {
        width: 80%;
    }
    #product {
        padding-top: 80px;
    }
    /*
    .person-detail p a br {
        display: none;
    }
*/
    .prod-box h1 {
        padding-bottom: 0px;
    }
    .navbar-brand {
        padding: 8px 10px;
        margin: 0 auto;
        float: none;
        display: block;
    }
    .navbar-collapse {
        margin-top: 40px;
    }
    .contact-title {
        font-size: 25px;
    }
    .navbar-toggle {
        margin-top: 18px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #164798;
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #8ac241;
        background-color: transparent;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #8cc73e;
    }
    .navbar-default .navbar-toggle {
        border-color: #114796;
        position: absolute;
        right: 0;
    }
}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 992px) {}
@media (min-width: 1200px) {
    .right_block {
        /* padding: 55px 46px 100px; */
    }
    #track .right_block {
        padding: 18px 30px 100px;
    }
    #product .banner_text {
        top: 24px;
    }
    #product .product_slider .owl-dots {
        margin-top: 25px;
    }
    #product .right_block {
        padding: 34px 46px 100px;
    }
    #contact h1.banner_big_text {
        font-size: 35px;
        margin-top: 0px;
    }
    #contact .banner_text {
        top: 0px;
    }
    #about .banner_text,
    #track .banner_text {
        top: 25px;
    }
    #about .right_block {
        /* padding: 12px 46px 100px; */
    }
    #product .product_slider .owl-dots {
        margin-top: 80px;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .contact_section .right_block {
        padding: 115px 100px;
    }
    .form_contact {
        padding: 0px 0px 50px;
    }
    .contact_til {
        padding: 12px;
        margin-bottom: 15px;
    }
    .contact_til h5 {
        padding-top: 11px;
    }
    div.line {
        margin: 15px 0px;
    }
    .prod-box {
        min-height: 400px;
    }
    .prod-box h1 {
        font-size: 30px;
        text-align: center;
        padding-bottom: 0px;
    }
}
#product .product_slider .owl-dots {
    margin-top: 20px;
}

}
@media only screen and (min-width: 1366px) {
    .banner_text_home .banner_big_text {
        margin-top: 0px;
    }
    .right_block {
        padding: 18px 46px 100px;
    }
    .contact_section .right_block {
        padding: 13px 100px;
    }
    .product_slider {
        padding-top: 20px;
    }
    .product_slider .owl-dots {
        margin-top: 10px;
    }
    .banner_text {
        top: 25px;
    }
    #home .banner_text {
        top: 90px;
    }
    .form_contact {
        padding: 35px 0px 50px;
    }
    .contact_til {
        padding: 10px 15px;
    }
    .contact_til h5 {
        padding-top: 10px;
    }
    #product .product_slider .owl-dots {
        margin-top: 15px;
    }
    #product .right_block {
        padding: 18px 46px 100px;
    }
    #contact h1.banner_big_text {
        font-size: 50px;
        margin-top: 0px;
    }
    #contact .banner_text {
        top: 10px;
    }
}
@media only screen and (min-width: 1400px) {
    h1.banner_big_text {
        line-height: 75px;
        text-transform: uppercase;
        font-weight: 700;
        color: #104695;
        /* letter-spacing: 0px; */
        font-size: 65px;
    }
    .banner_text_home {
        width: 920px;
    }
    p,
    li {
        font-size: 16px;
    }
    .custom-footer p,
    li {
        font-size: 14px;
    }
    .banner_text {
        top: 213px;
        left: 160px;
    }
    .banner-text-contct {
        top: 66px;
        left: 25px;
    }
    .logo_block {
        left: 160px;
    }
    .side_nav li a {
        font-size: 16px;
        padding: 25px 23px 40px;
    }
    a.closebtn.close_menu {
        /*font-size: 40px;*/
    }
    .bars {
        /*padding: 25px;*/
        padding: 11px 20px;
    }
    .bars i {
        /*font-size: 26px;*/
    }
    .right_block {
        padding: 100px 100px;
    }
    .milestone_right {
        /*padding:70px 100px;*/
    }
    .banner_image img {
        width: 900px;
    }
    .banner_image {
        top: 10%;
    }
    .product_slider {
        /*width:1000px;*/
    }
    .media_slider {
        padding: 0px 50px 50px 0px;
    }
    .product_slider .owl-dots {
        bottom: -100px;
    }
    strong.footer_title {
        font-size: initial;
    }
    .footer p {
        font-size: 13px;
    }
    .banner_text_home .banner_big_text {
        margin-top: 40px;
    }
    .right_block {
        padding: 80px 90px 100px;
    }
    .contact_section .right_block {
        padding: 95px 100px;
    }
    .product_slider .owl-dots {
        margin-top: 100px;
    }
    .content_text p {
        font-size: 22px;
    }
    .banner_text {
        top: 70px;
        left: 0;
    }
    .form_contact {
        padding: 40px 0px 50px;
    }
    .contact_til {
        padding: 14px 15px;
    }
    .contact_til h5 {
        padding-top: 18px;
    }
    .product_slider {
        padding-top: 0px;
    }
    #track .banner_text {
        top: 45px;
    }
    #track .right_block {
        padding: 38px 30px 100px;
    }
    #product .product_slider .owl-dots {
        margin-top: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1370px) and (min-height: 640px) and (max-height: 767px) {
    .side_nav li a {
        padding: 17px 14px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 320px) {
    .person-detail p a br {
        display: none;
    }
    .person-detail p {
        display: flex;
    }
}
