*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif

    
}
.global {
    margin-left: 40px;
    margin-right: 40px;
}

/*Begin of the Navbar */
                /*Begin of the Navbar */
                .offcanvas-header h1
                {
                    margin: 0px 0px auto 30px;
                    font-size: 20px;
                    color: #7da7cf;

                    letter-spacing: 1px;
                }
                
                
                
                .logo img {
                    position:absolute;
                    height: 50px;
                    mix-blend-mode: multiply;
                    cursor: pointer;
                    transition:.5s;
                    margin: 12px;
                    margin-left: 15px;
                }
                
                .main{
                    position: fixed;
                    width: 100%;
                    transition: 0.5s;
                    height: 70px;
                    background-color: rgb(255, 255, 255);
                    z-index: 100;
                    border-radius: 1px 0px 10px 10px;
                    box-shadow: 0px 0px 18px #c35c5c99;

                }


                .navigation  ul {
                    float: right;
                    margin-right:50px;
                }
                .navigation  li {
                    display: inline-block;
                    margin: 0 4px; 
                    line-height: 70px;
                    padding: 0;
                    letter-spacing: 0px;
                }
                .navigation a {
                    color: #6d8991;
                    font-size: 17px;
                    cursor: pointer;
                    border: 1px solid transparent;
                    border-radius: 3px;
                    text-decoration: none;
                    padding: 3px;
                    
                
                }

                .navigation a:hover{
                    color: #00364b;
                    transition: 0.3s;
                    box-shadow: 0px 0px 6px #6d8991
                }

                .toggle{
                    display: none;

                } 
                .hid{
                    visibility: hidden;
                }
                .list{
                    display: flex;
                    position: absolute;
                    flex-direction: column;
                    border-radius: 3px;
                    align-items: center;
                    background: linear-gradient( 
                        349deg
                         , #7599c3, #9fe2ff);
                    text-shadow: 0px 0px 2px rgb(103 103 107);
                }
                    


                
                


                .list a {
                    color: white;
                    position: relative;
                    right: 15px;
                    font-size: 15px;
                    letter-spacing: 1x;
                    font-size: 16px;
                    padding:0;

                }

                .r {
                    line-height: 40px !important;
                    margin-left: 35px;
                    /* position: relative; */
                    /* display: flex; */
                    /* justify-content: center; */
                    /* align-items: center; */
                }



                .list {
                    display:none;

                }
                ul :hover .list
                {
                    display: flex;
                }

            

                @media (min-width: 992px){
                .container, .container-lg, .container-md, .container-sm {
                    max-width: 1100px!important;
                }

                }
               


                @media (max-width:909px) {

                    .navigation  ul {
                        float: right;
                        margin-right:8px;
                        position: relative;
                    }


                    .list{
                        display: flex;
                        position: relative;
                    }

                  
                .main  li  > ul{
                        list-style: none;
                    }
                    .offcanvas-end {
                        width: 225px;
                        margin: 0;
                    }

                    .offcanvas-body {
                        flex-grow: 1;
                        padding: 0rem 0.2rem;
                        overflow-y: auto;
                    }

                 .main  ul {
                        padding-left: 0.2rem;
                    }

                    .navigation{
                        position: fixed;
                        width: 0px;
                        height: 100%;
                        background : rgba(255, 255, 255, 0.986);
                        transition: 0.5s;
                        overflow: hidden;
                        right: 0;
                    }


                    .logo img {
                        height: 40px;
                        cursor: pointer;
                        transition: .5s;
                        margin: 16px;
                        margin-left: 25px;
                    } 
                        

                    .navigation ul li {
                        position: relative;
                        width: 100%;
                    }
              

                    ul li a
                    {
                        position: relative;
                        display: block;
                        width: 100%;
                        display: flex;
                        text-decoration: none; 
                        color: #666666;
                        list-style: none;
                    }
                    .title {
                        position: relative;
                        padding: 0px 10px;
                        /* height: 70px; */
                        line-height: 40px;
                        /* white-space: nowrap; */
                        /* display: flex; */
                        justify-content: center;
                        font-size: 17px;
                        color: #666666;
                        font-weight: bold;
                    }
                    .toggle{ 
                        float: right;
                        position: relative;
                        display: inline-flex;
                        margin-right: 10px;
                        margin-top: 13px;
                        font-size: 25px;
                        background: linear-gradient( 
                            349deg
                             , #7599c3, #9fe2ff);
                                border: 0;

                    } 
                    
                    .toggle i{
                        width: 40px;
                        cursor: pointer;
                        display: none;
                        color:  rgb(3 169 244 / 97%);;
                        margin-top: 15px;
                        font-size: 39px;
                    }
                    .title h2 {
                        color: white;
                        margin-top: 20px;
                    }
                    


                .navigation.active{
                    width: 230px;
                    z-index: 3;
                    overflow: auto;

                }

                .main.active{
                    width: calc(100% - 230px);

                }
                .toggle i{
                    display: inline-block;
                    color: #02a0e3;
                
                }

                }
                @media (max-width:420px)   {  


       
                    

                    .navigation ul {
                        float: right;
                        margin-right: 0;
                    }
                    .logo img {
                        height: 30px;
                        cursor: auto;
                        transition: .5s;
                        margin-top: 22px;
                        margin-left: 25px;
                    }


                .navigation.active{
                z-index: 3;
                overflow: auto;
                width: 160px;

                }
                .navigation a {
                    font-size: 14px;
                }

                .main.active{
                width: calc(100% - 160px);

                }

                .toggle i {
                    width:17px; 
                    margin-top: 25px;
                    font-size: 25px;
                }
                }
                @media (max-width:313px) {

            
                    

                
                    .navigation ul {
                        float: right;
                        margin-right: 0px;
                    }
                    .logo img {
                        height: 30px;
                        cursor: auto;
                        transition: .5s;
                        margin-top: 22px;
                        margin-left: 25px;
                    }


                .navigation.active{
                z-index: 3;
                overflow: auto;
                width: 160px;

                }
                .navigation a {
                    font-size: 14px;
                }

                .main.active{
                width: calc(100% - 160px);

                }

                .toggle i {
                    width:17px; 
                    margin-top: 25px;
                    font-size: 25px;
                    
                    
                }


                }

                @media (max-width:312px) {
                    .logo img {
                        display: none;
                    }
                }


/* ==========================================End of Navbar*/
/* image*/
.Quality{    
    position: relative;
    overflow: hidden;
    margin: 2px auto;
    display: flex;
    justify-content: center;
        text-align: center;
    position: relative;
    width: 80%;
}

.Quality .this {
    overflow: hidden;
    flex-basis: 90%;
    margin-top: 85px;
    width: 80%;
}


.image-ph
{
    width: 80%;
    margin-top: 80px;
}

/* image*/





/* main*/


.Quality-main{    
    overflow: hidden;
    margin-left: 50px;
    display: flex;
    position: relative;
    width: 80%;
    font-size: 3.5vmin;
    
    line-height: 1.7;
}

.Quality-main span
{
    font-size: 5vmin;
    color: #009fe3;
    line-height: 1.5;   
}
.Quality-main-child {
    overflow: hidden;
    flex-basis: 95%;
    margin-top: 90px;
    width: 90%;
    font-size: 3.2vmin;
}

.Quality-main-two
{
    overflow: hidden;
    margin-left: 50px;
    display: flex;
    position: relative;
    width: 90%;
    font-size: 3.2vmin;
    flex-direction: row;
    
    flex: 1;
}

.Quality-main-two-child
{
    margin-top: 20px;
    overflow: hidden;
    width: 50%;
    display: flex;
    justify-content: space-around;
}

.Quality-main-two-child-img
{
    width: 50%;
}

.Quality-main-two-child p
{

    display: flex;
    align-items: center;
    font-size: 4vmin;
}
.Quality-main-three
{

    font-size: 4.2vmin;
    margin-left: 45px;
    margin-top: 20px;
}
.Quality-main-four
{
    overflow: hidden;
    margin-left: 45px;
    display: flex;
    position: relative;
    width: 70%;
    font-size: 4vmin;
    flex-direction: column;
    margin-top: 10px;
}

.Quality-main-child {

    font-size: 4vmin;
}



        .Quality-main-three dt
        {
            font-size: 4.7vmin;
            color: #009fe3;
            display: flex;
        }
        .Quality-main-three dd
        {
            font-size: 4.2vmin;
        }
        .Quality-main-three dl
        {
            display: flex;
            flex-direction: column;
        }



        @media (max-width:909px) {

  

            .Quality-main-three
                {
                    display: flex;
                    position: relative;
                    font-size: 4.2vmin;
                    margin-left: 25px;
                }
        
            .Quality-main-two
        {
        
            flex-direction: column-reverse;
            margin-left: 25px;
            margin-top: 0px;
            
        }
        .Quality-main{    
            margin-left: 25px;
        
            width: 90%;
          
        }
        
        .Quality-main-two-child
        {
            overflow: hidden;
            width: 90%;
            display: flex;
            justify-content: space-around;
        }
        .Quality-main-two-child-img
        {
            width: 50%;
        }
        .Quality-main-four
        {
           margin-left: 25px;
        }
          
        }/**/
        
/* main*/
                /* begin of footer======================*/

                .bg-light {
                    /* background-color: #03a9f4!important; */
                    color: black!important;

                    background: linear-gradient( 
                        349deg
                        , #7599c3, #9fe2ff);
                }


                .mt-3 {
                margin-top: 1rem !important;
                font-size: 20px;
                flex: 1;
                }


                .mb-4 {
                    font-weight: bold;
                    font-size: 18px;
                    margin-top: 10px;
                    font-weight: 100;
                    margin-bottom: 1.rem!important;
                    padding: 0;
                }
                .p-4 {
                    padding: 0rem!important
                }
                .log{

                    background-color: red;

                }
                .text-uppercase {
                    text-transform:initial!important
                }
                    
                .text-reset {
                    font-size: 18px;
                    text-decoration: none;


                    font-weight: 100;
                }
                .icon ,.icon1 {
                    font-size: 35px;
                    margin: 10px;
                    color: #262774;
                }
                .icon1 {
                    color: rgb(210 35 35);
                }

                @media (max-width:909px) {

                
                    
                }


                .pt-4 {
                    padding-top: 0rem!important;
                }

                .column{
                    position: relative;
                    text-align: center;
                    align-self: center;
                    flex-wrap: wrap;
                    justify-content: center;
                    margin-bottom: 3px;
                    margin-top: 3px;
                    display: flex;
                    align-items: center;
                    
                }
                .parent a , p  , .st{
                    text-decoration: none;
                    color: black;
                }



                /* end of footer======================*/

                .icon61
                {
                    margin-left: 40px;
                }
        
                /* end of footer======================*/

/*main*/