@import url('https://fonts.googleapis.com/css2?family=Montserrat: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,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
  
}

.container-fluid {
    display: unset !important;
    padding: 0 !important;
    margin: 0 !important;
}

.fixed-top {
    position: fixed;
    width: 100%;
    background-color:#141438;
    transition: all .2s ease-in-out;
  
}

.scroll {
    background-color: #141438;
}
section.header .main_head .image .imgflex{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #50aae6;
   
}
section.header .main_head .image .imgflex img {
    width: 40%;
    height: 120%;
    margin-top: -1px;
   
 
    
}
 .logotext{
    font-weight: bold;

}

section.header .main_head {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
   
}

section.header .main_head .image {
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    width: 100%;
    position: relative;

   
    
}

section.header .main_head .image .pages {
    display: flex;
    height: 100%;
    padding: 20px 0;
    position: relative;
   
    
}

section.header .main_head .image .pages .test {
    padding: 0 40px 0 10px;
    margin: 0 10px;
}

section.header span.bi.bi-telephone.blue-color {
    color: #2d43ad;
    font-size: 21px;
    background-color: #ffffff;
    border-radius: 60%;
    width: 41px;
    height: 41px;
    position: absolute;
    left: -36px;
    right: 0;
    top: 27px;
    font-weight: bold;
   
}

section.header .bi-telephone::before {
    content: "\f5c1";
    position: absolute;
    top: 10px;
    left: 12px;
    right: 0;
}

section.header span.bi.bi-envelope.blue-color {
    color: #2d43ad;
    font-size: 20px;
    background-color: #ffffff;
    font-weight: bold;
    border-radius: 60%;
    width: 41px;
    height: 41px;
    position: absolute;
    left: 155px;
    right: 0;
    top: 27px;
}

section.header .bi-envelope::before {
    content: "\f32f";
    position: absolute;
    top: 10px;
    left: 11px;
    right: 0;
}


section.header .main_head .image .pages .test p {
    margin: 0;
    font-size: 16px;
    color: #2d43ad;
    font-weight: bold;
}

section.header .Botton {
    padding: 15px 0 0;
}

section.header .Botton .button_1 a:hover {
    background: white;
    color: #141438;
}

section.header .Botton .button_1 a {
    border: 1px solid #2d43ad;
    text-decoration: none;
    border-radius: 28px;
    font-size: 17px;
    padding: 5px 19px;
    background: #2d43ad;
    color: white;
    font-weight: bold;

}


section.header .Botton .button_2 a:hover {
    background-color: #2d43ad;
    color: white;
   
}

section.header .Botton .button_2 a {
    display: flex;
    flex-direction: row-reverse;
    border: 1px solid #2d43ad;
    border-radius: 24px;
    font-weight: bold;
    padding: 5px 25px;
    text-decoration: none;
    font-size: 16px;
    background: white;
    color: #2d43ad;
    margin-top: -10px;

}


section.header .button_2 i.fas.fa-handshake {
    padding: 5px 3px;
}

section.header .button_2 {
    padding: 30px 0 0;
}

section.nav_header li.nav-item {
    padding: 0 32px;
    font-weight: bold;
}

section.nav_header div#navbarSupportedContent {
    justify-content: space-evenly;
    position: relative;
    margin-top: -10px;
    
   
}

section.nav_header li.nav-item a.nav-link {
    font-weight: bold;
    color: white;
}

section.nav_header a.nav-link:active,
a.nav-link:hover {
    color: #fbfcfa;
}

li.nav-item.dropdown:hover>ul {
    display: block;
}

section.nav_header li.nav-item a.nav-link:hover {
    color: #3950a3c7;
}

section.nav_header {
    width: 100%;
    height: 100%;
    position: relative;
}


section.nav_header .Button_se {
    padding: 10px 0;
}

section.head_point .Button_se a:hover {
    background: white;
    color: #2d43ad;
    border: 1px solid white;
}

section.footer .clean-item {
    display: flex;
}

section.footer .company img {
    width: 60%;
}

.company .text {
    margin-top: -20px;
}

section.footer .heading {
    display: flex;
}

section.footer {
    background:#141438;
    padding: 30px 0;
    border-bottom: 1px solid white;
}

section.footer .all_links {
    padding: 15px 0 0;
}

section.footer .all_links h2 {
    font-size: 17px;
    font-weight: 700;
    color: white;
}

section.footer .link a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    transition: .3s;
    opacity: 0.7;
}

section.footer .address {
    padding: 15px 0 0;
}

section.footer .address h2 {
    font-size: 17px;
    color: white;
    font-weight: 700;
}

.mail {
    display: flex;
}

.mail p {
    font-size: 16px;
    padding: 0 10px 0 5px;
    color: whitesmoke;
    transition: .3s;
    opacity: 0.7;
}

.location h3 {
    font-size: 17px;
    font-weight: 700;
    color: white;
}

.location p {
    font-size: 16px;
    font-weight: 400;
    color: whitesmoke;
    transition: .3s;
    opacity: 0.7;
}

.garenty .butt {
    padding: 26px 6px;
}

.garenty .butt a {
    border-radius: 24px;
    font-size: 16px;
    border: 1px solid white;
    color: #254397;
    padding: 7px 15px;
    text-decoration: none;
    background: white;
    font-weight: 600;
}

.garenty .butt a:hover {
    background: #2f6246;
    color: white;
    border: 1px solid #2f6246;
}

.company .text p {
    font-size: 16px;
    color: white;
}

.company .icon i.fa.fa {
    color: white;
    font-size: 18px;
    padding: 0 3px;
}

section.footer-top {
    background: #141438;
    padding: 20px 0;
}

section.footer-top .main_headin {
    display: flex;
    justify-content: space-between;
}

section.footer-top .text {
    display: flex;
}

section.footer-top .dirater {
    display: flex;
}

section.footer-top .text p {
    margin: 0;
    padding: 0 5px;
    color: white;
    opacity: 0.8;
}

section.footer-top .row {
    margin: 0;
}

section.footer-top .text a {
    text-decoration: none;
    color: black;
    opacity: 0.8;
}

section.footer-top .dirater p {
    margin: 0;
    padding: 0 10px;
    color: white;
    opacity: 0.8;
}

section.footer-top .dirater a {
    text-decoration: none;
    color: white;
    opacity: 0.8;
}

section.abuts {
   
    padding: 20px 0;
}

section.abuts .main_text {
    display: flex;
    background: #f5f8f7;
}

section.abuts .text_page {
    padding: 30px;
}

section.abuts .main_text .text_page h2 {
    font-size: 25px;
    font-weight: 700;
}

section.abuts .main_text .text_page p {
    font-size: 14px;
    width: 93%;
    padding: 10px 0;
}

section.abuts .image_page {
    padding: 40px 0 0;
}

section.abuts .main_text .image_page img {
    width: 100%;
    height: 100%;
    max-height: 405px;
}

section.vision .mission {
    display: flex;
    padding: 30px 0;
}

section.vision .mission .vi_text {
    display: flex;

}

section.vision .mission .vi_text .image img {
    width: 100%;
    transition: .5s;
    transform: scale(1);
}

section.vision .mission .vi_text .image img:hover {
    transform: scale(1.1);
}

section.vision .mission .vi_text .text {
    text-align: center;
}

section.vision .mission .vi_text .text h2 {
    font-size: 20px;
    font-weight: 700;
}

section.vision .mission .vision_page {
    padding: 30px;
    box-shadow: 0 0 5px #01297014;
    text-align: center;
    transition: .3s;
    height: 100%;
    border-radius: 5px;
    margin: 0px 24px;
    height: 95%;
}

section.vision .mission .misson_page {
    padding: 30px;
    box-shadow: 0 0 5px #01297014;
    text-align: center;
    transition: .3s;
    height: 100%;
    border-radius: 5px;
    margin: 0px 24px;
    height: 95%;
}

section.vision {
    padding: 30px 0;
}

section.vision .mission .vision_page:hover {
    box-shadow: 0 0 30px #01297014;
}

section.vision .mission .misson_page:hover {
    box-shadow: 0 0 30px #01297014;
}

section.vision .mission .vi_text .text p {
    font-size: 14px;
    margin: 0;
    width: 300px;
    padding: 0 12px;
}


section.vision .col-md-12 {
    display: flex;
    justify-content: space-around;
}

section.vision .loges {
    display: flex;
    padding: 25px 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

section.vision .loges .image img {
    width: 35px;
    line-height: 0;
    margin-right: 40px;
    color: #4154f1;
}

section.office .main_text {
    display: flex;
}

section.office h2 {
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
}

section.office .main_text .text_page p {
    font-size: 14px;
    padding: 110px 4px;
}

section.office .main_text .image_page img {
    width: 100%;
}

section.office .main_text .col-md-6 {
    width: 48%;
    margin: 0 10px;
}

section.people {
    padding: 30px 0;
}

section.people .pointing {
    display: flex;
}

section.people .pointing .image img {
    width: 100%;
}

section.people .pointing .icon_text {
    display: flex;
}

section.people .pointing .icon_text .message {
    display: flex;
    padding: 24px 20px;
    box-shadow: 0 0 30px #01297014;
    transition: .3s;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
}


section.people .pointing .col-md-6 {
    width: 44%;
    margin: 6px 24px 24px;
}

section.people .pointing .icon_text .message p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 0 0;
}

section.people h2 {
    text-align: center;
    font-size: 25px;
    padding-bottom: 20px;
}

section.people .pointing .icon_text .message:HOVER .images {
    background-color: #2457ba;
    color: #e5dfdf;
}


section.people .pointing .icon_text .messages:hover .images {
    background-color: #2457ba;
    color: white;
}

section.people .pointing .icon_text .message .images {
    line-height: 0;
    background: rgba(198, 4, 4, .01);
    padding: 15px;
    border: 1px solid rgb(37 73 206);
    margin-right: 10px;
    border-radius: 100%;
    transition: .3s;
    color: #2457ba;
    width: 20%;
}

section.people .pointing .icon_text .messages {
    display: flex;
    padding: 24px 20px;
    box-shadow: 0 0 30px #01297014;
    transition: .3s;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
}



section.people .pointing .icon_text .messages p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

section.people .pointing .icon_text .messages .images {
    line-height: 0;
    background: rgba(198, 4, 4, .01);
    padding: 15px;
    border: 1px solid rgb(37 73 206);
    margin-right: 10px;
    font-size: 30px;
    border-radius: 100%;
    transition: .3s;
    color: #2457ba;
    width: 20%;
}

.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    right: 15px; /* Change 'left' to 'right' */
    z-index: 100;
    border: 1px solid yellow;
  }
  

.my-float {
    margin-top: 10px;
}    
section.head_point .imges img {
    width: 100%;
    height:500px;
    margin-top: 170px;
}

@media screen and (min-width: 320px) and (max-width: 776px) {
    section.header .main_head .image .imgflex{
        display: flex;
        justify-content: flex-start;
        color: #50aae6;
        padding-left: 35px;
      
       
    }
    section.header .main_head .image .imgflex img{
        width: 70px;
        height: 90px;
     margin-left: -30px;
       margin-top: 1px;
     
   
     }
     section.nav_header div#navbarSupportedContent {
        justify-content: space-evenly;
        position: relative;
        margin-top: unset;
    
    }
     section.header .Botton{
         margin-top: -50px;
     }
     section.header span.bi.bi-telephone.blue-color{
         display: grid;
         position: relative;
      
      margin-left: 70px;
      margin-bottom: 100px;

     }
     section.header span.bi.bi-envelope.blue-color {
         display: block;
         margin-left: 70px;
       
     }
 
     section.header .main_head .image .pages img {
         width: 100%;
         height: 69%;
         
        
     }
 
     section.header .main_head {
         display: flex;
         position: relative;
         justify-content: center;
         align-items: center;
         
     }
 
     section.header .main_head .image .pages .test {
        
         display: none;
     }
 
     section.header .main_head .image {
         display: unset;
       
         
     }
 
     section.header .main_head .image .pages {
         padding: 10px 0;
       
       
     }
 
     section.header span.bi.bi-telephone.blue-color {
         width: 34px;
         height: 34px;
         position: absolute;
         left: 185px;
         right: 0;
         top: -37px;
         bottom: 0;
     }
 
     section.header .bi-telephone::before {
         top: 8px;
         left: 9px;
         right: 0;
         font-size: 18px;
     }
 
     section.header span.bi.bi-envelope.blue-color {
         width: 36px;
         height: 36px;
         position: absolute;
         left: 246px;
         right: 0;
         top: -37px;
         bottom: 0;
     }
 
     section.header .bi-envelope::before {
         top: 8px;
         left: 9px;
         right: 0;
     }
 
     section.header .Botton {
         padding: 0px 0 0 52px;
         display: flex;
         text-align: center;
         margin-top: -15px;
      
     }
 
     section.header .Botton .button_1 {
         padding: 1px 8px;
     }
 
     section.header .Botton .button_1 a {
         font-size: 13px;
         padding: 4px 12px;
     }
 
     section.header .button_2 {
         padding: 0px 0 0 0px;
     }
 
     section.header .Botton .button_2 a {
         padding: 2px 8px;
         text-decoration: none;
         color: #2d43ad;
         font-size: 14px;
         margin-top: unset;
     }
     section.header .navbar-toggler {
        background-color: #e5dfdf !important;
        border: 1px solid #f3f3f3 !important;
        border-radius: 1.25rem !important;
    }

    section.header .navbar-toggler:focus {
        box-shadow: 0 0 0 -0.75rem !important;
    }
     button.navbar-toggler {
         position: absolute;
         top: -35px;
         left: 5px;
         font-size: 14px;
         height: 41px;
     }
 
     section.head_point .image_serch {
         position: relative;
 
     }
 
    
     section.head_point .imges img {
        width: 100%;
        height:250px;
        margin-top: 150px;
    }
 
     section.head_point .form {
         position: absolute;
         top: 128px;
         text-align: center;
         display: flex;
         justify-content: center;
         right: 6px;
         left: 0;
     }
 
     section.head_point .d-flex {
         padding: 0px 4px;
         height: auto;
     }
 
     section.head_point input.form-control {
         padding: 0px 0px 0 14px;
         height: 34px;
     }
 
     section.head_point i.fa.fa-search {
         right: 18px;
         top: 12px;
         font-size: 12px;
     }
 
     section.head_point input.form-control::placeholder {
         left: 14px;
         opacity: 0.7;
         top: 6px;
         font-size: 15px;
     }
 
     section.head_point .Button_se {
         padding: 5px 0;
     }
 
     section.head_point .Button_se a {
         font-size: 10px;
         padding: 6px 12px;
     }

    section.header span.fa.fa-navicon.blue-color::before {
        font-size: 24px;
        color: rgb(37, 37, 141);
    }

    section.header .navbar-toggler {
        background-color: #e5dfdf !important;
        border: 1px solid #f3f3f3 !important;
        border-radius: 1.25rem !important;
    }

    section.header .navbar-toggler:focus {
        box-shadow: 0 0 0 -0.75rem !important;
    }



    section.footer .heading {
        display: unset;
        text-align: center;
    }

    .mail {
        display: unset;
    }

    .mail p {
        margin: 0;
    }

    section.footer-top .main_headin {
        display: unset;
        text-align: center;
    }

    section.footer-top .text {
        display: unset;
    }

    section.abuts .main_text {
        display: unset;
    }

    section.abuts .text_page {
        padding: 15px 0;
        text-align: center;
    }

    section.abuts .main_text .text_page h2 {
        font-size: 20px;
    }

    section.abuts .main_text .text_page p {
        font-size: 14px;
        width: 100%;
        padding: 10px 0 0;
        margin: 0;
    }

    section.abuts .image_page {
        padding: 0px 0 0;
    }

    section.vision .mission .vision_page {
        padding: 10px;
        box-shadow: 0 0 5px #01297014;
        text-align: center;
        transition: .3s;
        height: 100%;
        border-radius: 5px;
        margin: 20px 10px;
    }

    section.vision .mission .misson_page {
        padding: 10px;
        box-shadow: 0 0 5px #01297014;
        text-align: center;
        transition: .3s;
        height: 100%;
        border-radius: 5px;
        margin: 20px 10px;
    }

    section.vision .mission {
        display: unset;
        padding: 0;
    }

    section.abuts {
       
        padding: 0;
    }

    section.vision {
        padding: 0;
    }

    section.vision .mission .vi_text {
        display: unset;
    }

    section.vision .mission .vi_text .text p {
        font-size: 14px;
        margin: 0;
        width: 100%;
        padding: 0 0px;
    }

    section.vision .col-md-12 {
        display: unset;
        justify-content: space-around;
    }

    section.vision .loges {
        margin: 15px 0;
    }

    section.office .main_text {
        display: unset;
    }

    section.office .main_text .text_page p {
        text-align: center;
        font-size: 14px;
        padding: 10px 0px;
    }

    section.office .main_text .col-md-6 {
        width: 100%;
        margin: 0;
    }

    section.office h2 {
        padding: 10px 0;
    }

    section.people .pointing {
        display: unset;
    }

    section.people .pointing .col-md-6 {
        width: 100%;
        margin: 10px 0;
    }

    section.people .pointing .icon_text {
        display: unset;
    }

    section.people .pointing .icon_text .message .images {
        width: 25%;
        height: 61px;
        padding: 18px;

    }

    section.people .pointing .icon_text .messages .images {
        width: 25%;
    }

    section.footer-top .dirater {
        justify-content: center;
    }

    section.nav_header li.nav-item a.nav-link {
        font-size: 13px;
        color: white;
    }

    section.nav_header li.nav-item {
        padding: 0 10px 0 20px;
    }

    .company .text {
        padding: 5px 0 0;
    }

}