@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&display=swap');
body{
    padding: 0%;
    margin: 0%;
    font-family: 'Poppins', sans-serif;
}
.section_1{
    background: #125ad3;
}
.section_1 .container-fluid .row .col{
    justify-content: end;
}
.section_1 .container-fluid .row a{
    text-decoration: none;
    color: #ffff;
    font-size: 12px;
    font-weight: 500;
}
.section_1 .container-fluid .row a .img-fluid{
    margin-right: 10px;
}
.section_1 .container-fluid .row .section1_row{
    text-align: end;
    padding-top: 5px;
    padding-bottom: 5px;
}
.second_navbar{
    background: white!important;
}
.container .navbar-nav li{
    margin-right: 12px;
}
.sec_2 ul li{
    color: #676767;
    font-size: 15px;
    font-family: 'Poppins';
}
/* .second_navbar .navbar-brand:hover .img-fluid{
    animation: rubberBand;
    animation-duration: 3s;
    animation-delay: 0.1s;
} */
.second_navbar .container{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.second_navbar .navbar-collapse{
    justify-content: flex-end;
    margin-top: -2.2rem;
}
.second_navbar .navbar-nav .nav-link{
    color: #1e292e;
    font-size: 13px;
    font-weight: 500;
}
.second_navbar .navbar-nav .nav-item{
    margin-left: 13px;
}
.second_navbar .navbar-nav .nav-item:hover{
    background: #171a1c;
    color: white;
    border-radius: 0.25rem;
    outline: none;
    /* margin-right: 10px; */
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: white;
}
.second_navbar .navbar-nav .nav-link:focus{
    color: white;
    font-size: 13px;
    font-weight: 500;
    background: #171a1c;
    border-radius: 0.25rem;
}
.second_navbar .navbar-collapse .btn-dark{
    font-size: 11px;
    padding: 9px 17px;
    margin-left: 3px;
}
.second_navbar .navbar-collapse .btn-dark:focus{
    box-shadow: 0 0 0 0.25rem #171a1c;
}
.modal .modal-dialog .modal-content .modal-title{
    font-size: 18px;
}
.modal .modal-dialog .modal-content .modl-col{
    margin-bottom: 1rem;
}
.modal .modal-dialog .modal-content .row{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.modal .modal-dialog .modal-content .row .form-control{
    padding: 3px;
}
.modal .modal-dialog .modal-content .row .form-label{
    font-size: 13px;
    font-weight: 500;
}
.modal .modal-dialog .modal-content .modal-header{
    background: #125ad3;
    color: white;
}
.modal .modal-dialog .modal-content .modal-header .btn-close:focus{
    box-shadow: none;
}
.modal .modal-dialog .modal-content .row .form-control:focus{
    box-shadow: none;
    border: 1px solid #125ad3;
}
.modal .modal-dialog .modal-content .row .btn-primary{
    padding: 4px 16px;
    background: #125ad3;
    border: #125ad3;
    font-size: 13px;
    font-weight: 500;
}
/* .modal .modal-dialog .modal-content .row .btn-primary:hover{

} */
.modal .modal-dialog .modal-content .row .btn-primary:focus{
    background: #125ad3;
    box-shadow: none;
    border: #125ad3;
}
.modal .modal-dialog .modal-content .row .btn-secondary{
    padding: 3px 16px;
    background: transparent;
    color: #000;
    border: 1px solid #125ad3;
    font-size: 13px;
    font-weight: 500;
}
.modal .modal-dialog .modal-content .row .btn-secondary:focus{
    box-shadow: none;
    border: 1px solid #125ad3;
}
.modal .modal-dialog .modal-content .row .btn-secondary:hover{
    background: #125ad3;
    color: white;
}
.owl-one .owl-stage-outer .owl-stage .owl-item{
    background-image: url("../img/slider.jpg");
    background-size: 100% 100%;
    height: 500px;
    background-repeat: no-repeat;
}
.owl-one .container .row h6{
    font-size: 13px;
}
.owl-one .container .row h1{
    font-size: 44px;
    font-weight: bold;

}
.owl-theme .owl-dots .owl-dot span{
    background: transparent!important;
    border: 2px solid white; 
    color: white;
    width: 13px!important;
    height: 13px!important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: white!important;
    border-style: solid;
    color: white;
    width: 35px!important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -3rem!important;
}
.owl-carousel .owl-stage-outer{
    z-index: -1;
}
.owl-carousel .container .row{
    margin-top: 10rem;
    color: white;
    text-align: center;
    justify-content: center;
}
.owl-carousel .container .row .btn-primary{
    padding: 5px 25px;
    font-size: 11px;
    background: #125ad3;
    border-color: #125ad3;
}
.owl-carousel .container .row .btn-outline-primary{
    color: white;
    background: transparent;
    border: 1px solid white;
    font-size: 11px;
    padding: 5px 25px;
}
.owl-carousel .container .row .btn-outline-primary:focus{
    color: black;
    border: 1px solid #125ad3;
    background: #125ad3;
    box-shadow: none;
}
.section_3{
    margin-top: 7rem;
}
.section_3 .row .side_1 h6{
    color: #125ad3;
    font-size: 13px;
}
.section_3 .row .side_1 h1{
    font-size: 36px;
    font-weight: bold;
    color: #171a1c;
}
.section_3 .row .side_1 .p_1{
    color: #125AD3;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}
.section_3 .row .side_1 .p_2{
    font-size: 14px;
    color: #676767;

}
.section_3 .row .side_1 ul{
    list-style-type: none;
    margin-left: -2.09rem;
    margin-top: 2rem;
}
.section_3 .row .side_1 .fa-check{
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: white;
    background: #125ad3;
    border-radius: 13px;
    padding-left: 5px;
    padding-top: 4px;
    margin-right: 1rem;
}
.section_3 .row .side_1 ul li{
    margin-top: 10px;
    display: table;
    cursor: pointer;
}
.section_3 .row .side_1 ul li span{
    display: table-cell;
    color: #676767;
    font-size: 14px;
}
.section_3 .row .side_2 .one_img{
    text-align: end;
}
.section_3 .row .side_2 .two_img .one{
    margin-top: -8rem;
    height: 315px;
}
.section_3 .row .side_2 .two_img .two{
    margin-left: 6rem;
    margin-top: 3rem;
}
.section_4{
    margin-top: 6rem;
}
.section_4 .row{
    justify-content: center;
    padding-bottom: 2rem;
}
.section_4 .our_4{
    text-align: center;
}
.section_4 .our_4 h6{
    font-size: 13px;
    color: #125ad3;
}
.section_4 .our_4 h2{
    font-size: 36px;
    font-weight: bold;
    color: #171a1c;
}
.section_4 .owl-card .servc_1{
    width: 100px;
    float: right;
    margin-right: 2rem;
    margin-top: -3rem;
}
.section_4 .owl-card .servc3{
    margin-top: -3.4rem;
}
.section_4 .owl-card .card .btn-outline-primary{
    padding: 3px 20px;
}
.section_4 .owl-card .card .card-title{
    font-size: 24px;
    font-weight: bold;
    color: #171a1c;
}
.section_4 .owl-card .card .card-text{
    font-size: 14px;
    color: #676767;
}
.section_4 .owl-card .card .btn-outline-primary{
    color: #125ad3;
    border-color: #125ad3;
    font-size: 11px;
}
.section_4 .owl-card .card .btn-outline-primary:hover{
    color: white;
    background: #125ad3;
}
.section_4 .owl-card .card .btn-outline-primary:focus{
    box-shadow: none;
}
.section_5 .container-fluid{
    background: #125ad3;
    padding-top: 5rem;
    text-align: center;
    margin-top: 5rem;
}
.section_5 .sec5_text h6{
    font-size: 13px;
    color: white;
}
.section_5 .sec5_text h2{
    font-size: 36px;
    font-weight: bold;
    color: white;
}
.section_5 .parent {
    padding: 40px 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr) 2fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.section_5 .div1{ 
    grid-area: 1 / 1 / 2 / 2; 
    height: 224px;
    overflow: hidden;
}
.overfl{
    display: block;
    overflow: hidden;
}
.overfl img{
    transition: .3s;
}
.overfl img:hover{
    transform: scale(1.1);
}

.section_5 .div2{ 
    grid-area: 1 / 2 / 2 / 3; 
    height: 224px;
    overflow: hidden;
}
.section_5 .div3{ 
    grid-area: 2 / 1 / 3 / 2; 
    height: 224px;
    overflow: hidden;
}
.section_5 .div1 img{
    object-fit: cover;
}
.section_5 .div2 img{
    object-fit: cover;
}
.section_5 .div3 img{
    object-fit: cover;
}
.section_5 .div4 img{
    object-fit: cover;
}
.section_5 .div5 img{
    object-fit: cover;
}
.section_5 .div4{ 
    grid-area: 2 / 2 / 3 / 3; 
    height: 224px;
    overflow: hidden;
}
.section_5 .div5{ 
    grid-area: 1 / 3 / 3 / 4; 
    height: 460px;
    overflow: hidden;
}

.section_6 .container{
    text-align: center;
    margin-top: 5rem;
}
.section_6 .container .row{
    justify-content: center;
}
.section_6 .container .row h6{
    color: #125ad3;
    font-size: 13px;
}
.section_6 .container .row h2{
    color: #171a1c;
    font-size: 36px;
    font-weight: bold;
}
.section_6 .owl-three .owl-item{
    text-align: -webkit-center;
}
.section_6 .owl-three .owl-item .row{
    justify-content: center;
    margin-bottom: 4rem;
    margin-top: 3rem;
}
.section_6 .owl-carousel .owl-item img{
    width: 7%!important;
}
.section_6  .owl-three .row p{
    color: #171a1c;
    font-size: 18px;
    margin-top: 1rem;
    font-weight: 500;
}
.section_6 .owl-three .row h6{
    color: #125ad3;
    font-size: 16px;

}
.section_6 .owl-three .row .h6-ceo{
    color: #171a1c;
    font-size: 16px;
}
.owl-three .owl-dots .owl-dot.active span {
    background: #125ad3!important;
    border-style: solid;
    color: #125ad3;
    width: 35px!important;
}
.owl-three .owl-dots .owl-dot span {
    background: #c9c9c9!important;
    border-style: solid;
    color: #c9c9c9;
    width: 17px!important;
    height: 6px!important;
}
.section_7 .container-fluid{
    background-color: #171a1c;
}
.section_7 .footr .footr_1{
    list-style: none;
}
.section_7 .footr .footr_1 p{
    color: #ffffff;
    font-size: 14px;
}
.section_7 .footr .footr_1 .fa-facebook{
    background: #125ad3;
    color: white;
    width: 22px;
    height: 23px;
    border-radius: 1.2px;
    padding-left: 6px;
    padding-top: 3px;
}
.section_7 .footr .footr_1 .fa-twitter{
    background: #125ad3;
    color: white;
    width: 22px;
    height: 23px;
    border-radius: 1.2px;
    padding-left: 6px;
    padding-top: 3px;
}
.section_7 .footr .footr_1 .fa-linkedin{
    background: #125ad3;
    color: white;
    width: 22px;
    height: 23px;
    border-radius: 1.2px;
    padding-left: 6px;
    padding-top: 3px;
}
.section_7 .footr .footr_1 .fa-google-plus{
    background: #125ad3;
    color: white;
    width: 26px;
    height: 23px;
    border-radius: 1.2px;
    padding-left: 3px;
    padding-top: 3px;
}
.section_7 .footr .row{
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section_7 .footr .footr_1 li{
    margin-bottom: 1rem;
}
.section_7 .footr .footr_1 p:hover{
    color: #125ad3;
}
.section_7 .footr .footr_2 h5{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.section_7 .footr .footr_2 ul{
    list-style: none;
}
.section_7 .footr .footr_2 ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.section_7 .footr .footr_2 ul h5{
    margin-bottom: 1rem;
}
.section_7 .footr .footr_2 ul li {
    margin-top: 0.5rem;
}
.section_7 .footr .footr_2 ul li a:hover{
    color: #125ad3;
}
.section_7 .footr .footr_3 h5{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.section_7 .footr .footr_3 ul{
    list-style: none;
}
.section_7 .footr .footr_3 ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}
.section_7 .footr .footr_3 ul li a:hover{
    color: #125ad3;
}
.section_7 .footr .footr_3 ul h5{
    margin-bottom: 1rem;
}
.section_7 .footr .footr_3 ul li {
    margin-top: 0.5rem;
}
.section_7 .footr .footr_4 h5{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.section_7 .footr .footr_4 ul .f4_li{
    list-style: none;
    color: #ffffff;
    margin-left: -31px;
}
.section_7 .footr .footr_4 ul .f4_li a{
    display: table;
    text-decoration: none;
    color: #ffff;
}
.section_7 .footr .footr_4 ul a:hover{
    color: #125ad3;
}
.section_7 .footr_4 ul .f4_li a .img-fluid{
    margin-right: 18px;
}
.section_7 .footr_4 ul .f4_li a span{
    display: table-cell;
}
.section_7 .footr_4 ul .f4_li2{
    list-style: none;
    margin-left: -30px;
    display: table;
}
.section_7 .footr_4 ul .f4_li2 a{
    text-decoration: none;
    color: #ffff;
}
.section_7 .footr_4 ul .f4_li2 a .img-fluid{
    margin-right: 10px;
}
.section_7 .footr_4 ul .f4_li2 a span{
    display: table-cell;
}
.section_7 .footr_4 ul .f4_li3{
    list-style: none;
    display: table;
    margin-left: -27px;
}
.section_7 .footr_4 ul .f4_li3 a{
    text-decoration: none;
    color: #ffff;

}
.section_7 .footr_4 ul .f4_li3 a .img-fluid{
    margin-right: 10px;
}
.section_7 .footr_4 ul .f4_li3 a span{
    display: table-cell;
}
.section_7 .footr_4 ul .f4_li4{
    list-style-type:none;
    display: table;
    margin-left: -27px;
}
.section_7 .footr_4 ul .f4_li4 a{
    text-decoration: none;
    color: #ffff;
}
.section_7 .footr_4 ul .f4_li4 a .img-fluid{
    margin-right: 10px;
}
.section_7 .footr_4 ul .f4_li4 a span{
    display: table-cell;
}
.section_7 .footr_4 ul li{
    margin-top: 0.5rem;
    font-size: 14px;
    font-weight: 500;
}
.section_7 .footr_4 ul h5{
    margin-bottom: 1rem;
}
.section_7 .container .last_row{
    justify-content: center;
    color: #ffff;
    font-size: 14px;
    font-weight: 500;
}
.section_7 .container .last_row h6{
    text-align: center;
}
.section_8 .container{
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.section_8 .container .row{
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;
}
.section_8 .container .row h4{
    font-size: 36px;
    font-weight: bold;
}
.owl-four .owl-item img{
    width: auto!important;
}
.owl-four, .owl-carousel.owl-loaded{
    text-align: -webkit-center!important;
}
.card .card-body{
    height: 250px;
    overflow: hidden;
}
.bg_slider{
    background-image: url("../img/slider.jpg");
    background-position: cover;
    height: 200px;
}
.bg_slider .row{
    padding-top: 5rem;
    justify-content: center;
}
.bg_slider .row .clm{
    text-align: -webkit-center;
}
.bg_slider .row .item1 a{
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-family: 'Poppins';
    font-weight: 500;

}
.bg_slider .row ul{
    list-style: none;
    display: inline-flex;
}

.bg_slider .row .item2{
    font-size: 14px;
    margin-top: 6px;
    font-family: 'Poppins';
    color: whitesmoke;
}
.sec_2{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.sec_2 .row{
    justify-content: center;
}
.sec_2 .row h5{
    font-size: 24px;
    font-weight: bold;
    color: #171a1c;
    padding-bottom: 2rem;
}
.sec_2 p{
    color: #676767;
    font-size: 15px;
    font-family: 'Poppins';
}
.sec_2 .row .last-col{
    padding-top: 2rem;
}
.sec_2 .container .row .img_inner{
    width: 100%;
    object-fit: cover;
    height: 200px;
    border-radius: 10px;
}

.team-card{
    border:8px double rgba(0,0,0,.125);
    overflow:hidden;
    margin-top:2rem;
    transition: .3s;
}
.team-card:hover{
    border-color: #125AD3;
}
.section_10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.section_10 .container h6 {
    color: #125ad3;
    font-size: 13px;
}
.section_10 .container h2 {
    color: #171a1c;
    font-size: 36px;
    font-weight: bold;
}
.team-img img{
    object-fit: cover;
    height: 156px;
    width: 156px !important;
    border-radius: 50%;
    padding: 1rem;
}
.team-info{
    padding:1rem;
    height: 90px;
}
.team-info h1{
    font-size:16px;
    text-transform: capitalize;
}
.team-info p{
    font-weight: 500;
    font-size: 14px;
    color: #125AD3;
    margin-bottom: 0px;
    line-height: 17px;
}
/* media-queries */

@media (max-width: 1199.98px) {
    .section_4 .owl-card .servc_1{
        width: 80px;
    }
    .section_4 .owl-card .card .card-text{
        font-size: 13px;
    }
    .section_4 .owl-card .card .card-title{
        font-size: 20px;
    }
    .section_5 .container-fluid{
        padding-top: 2rem;
    }
}
@media (max-width: 991.98px) {
    .navbar-light .navbar-toggler{
        float: right;
    }
    .second_navbar .navbar-nav .nav-item:hover{
        padding: 0px 20px;
    }
    .second_navbar .navbar-nav .nav-item{
        margin-bottom: 10px;
    }
    .second_navbar .navbar-nav{
        align-items: center;
    }
    .navbar-toggler:focus{
        box-shadow: 0 0 0 0.08rem;
    }
    .owl-one .container .row h1{
        font-size: 40px;
    }
    .section_3 .row .side_1 h1{
        font-size: 25px;
    }
    .section_3 .row .side_1 .p_1{
        font-size: 12px;
    }
    .section_3 .row .side_1 .p_2{
        font-size: 12px;
    }
    .section_3 .row .side_1 ul li span{
        font-size: 12px;
    }
    .section_3 .row .side_2 .one_img img{
        height: 440px;
    }
    .section_3 .row .side_2 .two_img .one{
        height: 239px;
        margin-top: -8rem;
    }
    .section_3 .two_img{
        display: inline-flex;
    }
    .section_3 .row .side_2 .two_img .two{
        margin-left: 2rem;
        margin-top: 1rem;
    }
    .section_4 .our_4 h2{
        font-size: 33px;
    }
    .section_4 .owl-card .servc_1{
        width: 70px;
        margin-top: -2rem;
    }
    .section_4 .owl-card .servc3{
        margin-top: -2.4rem;
    }
    .section_4 .owl-card .card .card-title{
        font-size: 14px;
    }
    .section_4 .owl-card .card .card-text{
        font-size: 13px;
    }
    .section_5 .container-fluid{
        padding-top: 5rem;
    }
    .section_5 .div4 img{
        height: auto;
    }
    .section_5 .div3{
        margin-top: -3rem;
    }
    .section_5 .div4{
        margin-top: -3rem;
    }
    .section_5 .div5 img{
        height: 357px;
    }
    .section_7 .footr .row .col-6{
        padding-top: 2rem;
        margin-bottom: 2rem;
    }
}
@media (max-width: 767.98px) {
    .section_5 .parent{
        display: block;
    }
    .owl-one .owl-stage-outer .owl-stage .owl-item{
        height: 380px;
    }
    .owl-carousel .container .row{
        margin-top: 7rem;
    }
    .owl-one .container .row h6{
        font-size: 12px;
    }
    .owl-one .container .row h1{
        font-size: 36px;
    }
    .section_3 .row .side_1 h1{
        font-size: 30px;
    }
    .section_3 .row .side_1 .p_1{
        font-size: 13px;
    }
    .section_3 .row .side_1 .p_2{
        font-size: 13px;
    }
    .section_3 .row .side_1 ul li span{
        font-size: 13px;
    }
    .section_3 .row .side_2 .one_img img{
        height: 370px;
    }
    .section_3 .row .side_2 .two_img .one{
        height: 250px;
    }
    .section_4 .our_4 h2{
        font-size: 30px;
    }
    .section_4 .col_ii{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .section_4 .owl-card .servc_1{
        width: 80px;
    }
    .section_4 .owl-card .card .card-title{
        font-size: 19px;
    }
    .section_4 .owl-card .card .card-text{
        font-size: 14px;
    }
    .section_5 .div1 img{
        height: 200px;
    }
    .section_5 .div2 img{
        height: 200px;
    }
    .section_5 .div3 img{
        height: 200px;
    }
    .section_5 .div4 img{
        height: 200px;
    }
    .section_5 .div5 img{
        height: 264px;
    }
    .section_5 .div4{
        margin-top: -1rem;
    }
    .section_5 .div3{
        margin-top: -1rem;
    }
    .section_5 .div5 img{
        height: 420px;
    }
   
    .section_6 .container .row h2{
        font-size: 34px;
    }
    .section_6 .owl-three .row p{
        font-size: 13px;
    }
}
@media (max-width: 575.98px) {
    .owl-one .owl-stage-outer .owl-stage .owl-item{
        height: 300px;
    }
    .section_6 .owl-three .row p{
        font-size: 12px;
    }
    .owl-carousel .container .row{
        margin-top: 6rem;
    }
    .owl-one .container .row h1{
        font-size: 22px;
    }
    .owl-carousel .container .row .btn-primary{
        padding: 4px 20px;
    }
    .owl-carousel .container .row .btn-outline-primary{
        padding: 4px 20px;
    }
    .section_3 .row .side_1 h1{
        font-size: 27px;
    }
    .section_3 .row .side_1 .p_1{
        font-size: 12px;
    }
    .section_3 .row .side_1 .p_2{
        font-size: 12px;
    }
    .section_3 .row .side_1 ul li span{
        font-size: 12px;
    }
    .section_3 .row .side_1 ul{
        margin-top: 2rem;
    }
    .section_3 .row .side_1 .fa-check{
        width: 20px;
        height: 20px;
        color: white;
        background: #125ad3;
        border-radius: 13px;
        padding-left: 4px;
        padding-top: 4px;
        font-size: 12px;
        margin-right: 1rem;
    }
    .section_3 .row .side_2 .one_img img{
        height: 300px;
    }
    .section_4 .our_4 h2{
        font-size: 20px;
    }
}
@media (max-width: 425px) {
    .owl-one .owl-stage-outer .owl-stage .owl-item{
        height: 340px;
    }
    .owl-one .container .row{
        margin-top: 6rem;
    }
    .section_5 .sec5_text h2{
        font-size: 30px;
    }
    .section_5 .div5{
        height: auto;
    }
    
    .section_5 .div1{
        margin-bottom: 2rem;
    }
    .section_5 .div2{
        margin-bottom: 2rem;
    }
    .section_5 .div4{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .section_5 .div4 img{
        height: 270px;
    }
    .section_5 .div3{
        margin-top: 0rem;
    }
    .section_5 .div5 img{
       height: 272px;
    }
    .section_5 .div1 img{
        height: auto;
    }
    .section_5 .div2 img{
        height: auto;
    }
    .section_5 .div3 img{
        height: auto;
    }
}
@media (max-width: 375px) {
    
    .section_1 .container-fluid .row .section1_row{
        display: inline-flex;
    }
    /* .owl-one .container .row h6{
        font-size: 12px;
    }
    .owl-one .container .row h1{
        font-size: 17px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots{
        margin-top: -15rem!important;
    } */
    .owl-one .container .row{
        margin-top: 4rem;
    }
    .owl-one .owl-stage-outer .owl-stage .owl-item{
        height: 280px;
    }
    .section_3 .two_img{
        display: block;
    }
    .section_6 .container .row h6{
        font-size: 11px;
    }
    .section_6 .container .row h2{
        font-size: 21px;
    }
    .section_6 .owl-three .row p{
        font-size: 11px;
    }
    .section_6 .owl-three .row h6{
        font-size: 14px;
    }
    .section_6 .owl-three .row .h6-ceo{
        font-size: 14px;
    }
    .section_7 .footr .footr_1 p{
        font-size: 12px;
    }
    .section_7 .footr .footr_2 ul li a{
        font-size: 12px;
    }
    .section_7 .footr .footr_3 ul li a{
        font-size: 12px;
    }
    .section_7 .footr_4 ul .f4_li2 a span{
        font-size: 12px;
    }
    .section_7 .footr_4 ul .f4_li3 a span{
        font-size: 12px;
    }
    .section_7 .footr_4 ul .f4_li4 a span{
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .section_1 .container-fluid .row .section1_row{
        display: inline-block;
    }
    .section_1 .container-fluid .row a{
        display: table-header-group;
    }
    .section_1 .container-fluid .row .section1_row{
        text-align: start;
    }
}