
* {
    font-family: arial !important;
    padding: 0;
    margin: 0;
}
  :root {
    --blue: #1e90ff;
    --white: #ffffff;
    --red: #ff0000;
    --royalblue: #0000ff;
    --orange: #ffa500;
    --skyblue: #87ceeb;
    --lightblue: #e3f5fc;
    --black: #000000;
    --navyblue: #1f5acf;
}
     @media screen and (max-width: 640px) {
            
            body{
                width:100%;
                height:100%;
                padding: 1rem;
                   
            }
            }
            
            @media screen and (min-width: 1040px) {
    .wrapper {
               grid-template-columns: repeat(3, 1fr);
/*               margin-bottom: -300px;*/
                
               
    }
}


   @media screen and (min-width: 640px){
       .wrapper{
        
             grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
          
    grid-template-rows: repeat(6, minmax(240px, 1fr));
     
/*        margin-bottom: -700px;*/
        
       } 
   }
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

:root {
     --transition_all_0.75s:all 0.75s !important;
    blue: #1e90ff;
    white: #ffffff;
    red: #ff0000;
    royalblue: #0000ff;
    orange: #ffa500;
    skyblue: #87ceeb;
    lightblue: #e3f5fc;
    black: #000000;
   navyblue: #1f5acf;
}


.wrapper {
    vertical-align: middle;
    display: grid;
    justify-content: center;
    grid-auto-rows: 300px;
    grid-gap: 64px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 380px));
    grid-template-columns: repeat(3, 320px);
    grid-template-rows: repeat(3, 320px);
    height: 100%;
/*    margin-bottom: -300px;*/
/*    margin-bottom: -300px;*/
}
.wrapper {
    min-height: 78%;
    margin-bottom: -30%;
}


@media screen and (min-width: 768px) {
    .wrapper {
      grid-gap: 16px;
      
           grid-template-columns: repeat(2, 320px);
    grid-template-rows: repeat(3, 320px);
    }
}

@media screen and (min-width: 1024px) {
  .wrapper {
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      grid-template-rows: repeat(3,320px);
    
  }
}

.card2 {
      border: 2px solid blue;
    background: linear-gradient(to top, blue 50%, var(lightblue 50%));
    background-size: 100% 200%;
    transition: var(--transition_all_0.75s);
    font-size: 20px;
    border-radius: 10px;
    overflow-y: scroll;
    justify-content: center;
    animation-name: reverse;
    animation-duration: 1s;
}

.card3 {

    border: 2px solid blue;
    background: linear-gradient(to top, blue 50%, var(lightblue 50%));
    background-size: 100% 200%;
      transition: var(--transition_all_0.75s);
    font-size: 20px;
    border-radius: 10px;
    overflow-y: scroll;
    justify-content: center;
    animation-name: reverse;
    animation-duration: 1s;
}

.card2:hover {
    color: white;
    border-radius: 10px;
}

.card3:hover {
    color: white;
    border-radius: 10px;
}

h1 {

    text-align: center;
    position: sticky;
    visibility: visible;
    padding-top: 100px;
}

.card3 h1 {
    text-align: center;
    position: sticky;
    visibility: visible;
    /*margin-top: 20px;*/
    padding-top: 100px;
}

.content2 {
    margin-top: 550px;
}

.content3 {
    margin-top: 550px;
}

.header3 {
    position: sticky;
    top: 0;
    word-wrap: break-word;
    /* padding: -80px 0px; */
    z-index: 1;
    height: 70px;
  color: var(--blue);
}

.header2 {
    word-wrap: break-word;
    position: sticky;
    top: 0;
    /* padding: -80px 0px; */
    z-index: 1;
    height: 70px;
   color: var(--blue);
}

.card2:hover .header2 {
    background: var(--color12);
    color: white;
    border: 1px solid var(navyblue);

}

.card3:hover .header3 {
    background: var(--color12);
    color: white;
    border: 1px solid blue;

}

/* .card2:hover{
            background-color: white;
        } */


/* .card2:active h1{
            animation-fill-mode: forwards;
            animation-play-state: running;
        } */



.card2:hover .content2 {
    display: block;
    word-wrap: break-word;
    transform: translate(0px, -100px);
    content: justify;
    margin-top: 100px;
       transition: all .9s ease-out !important;
    color: black;
    text-align: justify;
    margin-left: 16px;
    margin-right: 16px;

}

.card3:hover .content3 {
    display: block;
    word-wrap: break-word;
    transform: translate(0px, -100px);
    content: justify;
    margin-top: 100px;
    transition: all .9s ease-out !important;
    color: black;
    text-align: justify;
    margin-left: 16px;
    margin-right: 16px;
}
.new_center_navbar {
    width: calc(100% - 20px);
    
    border: 1px solid color12;
    border-radius: 10px;
    padding: 5px 5px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    height: 90%;
   
  
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}






  
    html,body{
        overflow-x: hidden;
        
        height:100%;
    }
   
    #btn_toogle {
        
         
              transition: 0.75s ease-in-out !important;
    -webkit-transition: 0.75s ease-in-out !important;
}
 
.left-nav .menu-btn {
  left: 0;
}

.right-nav .menu-btn {
  right: 0;
}

.left-nav #left-btn:checked ~ .menu-btn {
  left: 270px;
}

.right-nav #right-btn:checked ~ .menu-btn {
  right: 270px;
}



    
body {
  font-family: "Lato", sans-serif;
  background: #fff;
  padding: 0;
  margin: 0;
 
  overflow: hidden; /* Hide scrollbars */

}
.rsidenav {
  height: 80%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 100px;
  
  right: 0;
  background-color: #4c83c3;
  overflow-x: hidden;
  transition: 0.75s !important;
  padding-top: 60px;
}

.sidenav {
  height: 80%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 100px;
  left: 0;
  background-color: #4c83c3;
  overflow-x: hidden;
  transition: 0.75s !important;
  padding-top: 60px;
}


#main {
  transition:all 0.75s!important;
  
  padding: 1px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
    .rsidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .rsidenav a {font-size: 18px;}
}
   



 .dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}
.nav, .left-nav .dropdown-btn li a {
    color: blue;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  width: 100%;
  display: block;  
}

    .nav {
        width: 270px;
    }

    .nav .menu-btn {
        position: absolute;
        top: 4rem;
        background: blue;
        transform: rotateY(45deg);
        color: #fff;
        height: 45px;
        width: 68px;
        z-index: 9999;
        border: 1px solid #333;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition:var(--transition_all_0.75s);
    }

    .left-nav .menu-btn {
        left: 0;
    }

    .right-nav .menu-btn {
        right: 0;
    }

    .left-nav #left-btn:checked ~ .menu-btn {
        left: 270px;
    }

    .right-nav #right-btn:checked ~ .menu-btn {
        right: 270px;
    }

    .wrapper .menu-btn i {
        position: absolute;
        font-size: 23px;
 transition: var(--transition_all_0.75s);
    }

    .nav .menu-btn i.fa-times {
        opacity: 0;
    }

    .nav #left-btn:checked ~ .menu-btn i.fa-times,
    .nav #right-btn:checked ~ .menu-btn i.fa-times {
        opacity: 1;
        transform: rotate(-180deg);
    }

    .nav #left-btn:checked ~ .menu-btn i.fa-bars,
    .nav #right-btn:checked ~ .menu-btn i.fa-bars {
        opacity: 0;
        transform: rotate(180deg);
    }

    .nav .sidebar {
        position: fixed;
        min-height: 500px;
        background: rgb(40, 117, 168);
        height: 100%;
        width: 270px;
        overflow: hidden;
        transition: var(--transition_all_0.75s);
        z-index: 2;
    }

    .left-nav #leftSidebar {
        left: -270px;
    }

    .right-nav #rightSidebar {
        right: -270px;
    }

    .left-nav #left-btn:checked ~ #leftSidebar {
        left: 0;
    }

    @media screen and (min-width: 768px) {
        .left-nav #left-btn:checked ~ #leftSidebar {
            position: relative;
        }
    }

    .right-nav #right-btn:checked ~ #rightSidebar {
        right: 0;
    }

    @media screen and (min-width: 768px) {
        .right-nav #right-btn:checked ~ #rightSidebar {
            position: relative;
        }
    }

    .nav #leftSidebar .list-items,
    .nav #rightSidebar .list-items {
        position: relative;
        background: white;
        width: 100%;
        height: 100%;
        list-style: none;
    }

    .nav .sidebar .list-items li {
        padding-left: 40px;
        line-height: 50px;
        border-top: 1px solid blue;
        transition: all 0.3s ease;
        background: linear-gradient(to right, blue 50% , white 50%) right;
        background-size: 200%;
        transition: .5s ease-out;
    }

    .nav .sidebar .list-items li:hover {
        background-position: left;
    }

    .nav .sidebar .list-items a:hover {
        color: white;
    }

    .nav .sidebar .list-items li:first-child {
        border-top: 1px solid blue;
    }

    .nav .sidebar .list-items li a {
        color: blue;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        height: 100%;
        width: 100%;
        display: block;
    }

    .nav .sidebar .list-items li a i {
        margin-right: 20px;
    }

    .nav .sidebar .list-items .icons {
        width: 100%;
        height: 40px;
        text-align: center;
        position: absolute;
        bottom: 100px;
        line-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav .sidebar .list-items .icons a {
        height: 100%;
        width: 40px;
        display: block;
        margin: 0 5px;
        font-size: 18px;
        color: blue;
        background: rgb(40, 117, 168);
        border-radius: 5px;
        border: 1px solid #383838;
        transition: var(--transition_all_0.75s);
    }

    .nav .list-items fa-home {
        background-color: rgb(40, 117, 168);
    }
    .left-nav, .dropdown-btn {
       
         color: var(--blue);
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        height: 100%;
        width: 100%;
        display: block;
    }

 
    ul.filter_main_nav_bar li span.title_filter {
    color: var(--color21);
    display: inline-flex;
    width: 100%;
    position: relative;
    padding: 8px 20px;
    z-index: 0;
    align-items: center;
    font-size: var(--fontSize1);
}

    
    .vh_main_menu {
    box-shadow: 5px 0px 12px #0000009c;
    overflow: visible !important;
    /* position: fixed; */
    position: relative !important;
    float: left;
    z-index: 99 !important;
    background: var(--color21) !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.vh_main_menu ul.filter_main_nav_bar li {
    padding-left: 0;
    background: var(--color33);
    margin: 7px;
    border: 2px solid var(--color12);
    border-radius: 7px;
    overflow: hidden;
}

.vh_main_menu ul.filter_main_nav_bar li {
    padding-left: 0;
    background: var(--color33);
    margin: 7px;
    border: 2px solid var(--color12);
    border-radius: 7px;
    overflow: hidden;
}

.vh_main_menu ul.filter_main_nav_bar li {
    padding-left: 0;
    background: var(--color33);
    margin: 7px;
    border: 2px solid var(--color12);
    border-radius: 7px;
    overflow: hidden;
}

.our_clients_list li:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--color12);
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.vh_main_menu_landing {
    height: 81vh !important;
    position: absolute !important;
    top: 80px !important;
}
.vh_main_menu {
    box-shadow: 5px 0px 12px #0000009c;
    overflow: visible !important;
    /* position: fixed; */
transition: var(--transition_all_0.75s);
    float: left;
    z-index: 99 !important;
    background: var(--color21) !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.filter_navbar_section {
    display: block;
    overflow: hidden;
    width: 0;
    height: 93vh;
    background: var(--color33);
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 99999999;
     transition: var(--transition_all_0.75s);
}
ul.filter_main_nav_bar li span.caret:before, #btn_toogle, #btn_toogle span, ul.filter_sub_nav_bar, ul.filter_main_nav_bar li:before,.card2,.header2,content2,.card2:hover h1,.card2:hover.content2,.card2:hover .content2,.card2:hover.header2,h1, .filter_navbar_section {
   transition: all 0.75s!important;
}

.vh_main_menu {
    box-shadow: 5px 0px 12px #0000009c;
    overflow: visible !important;
    /* position: fixed; */

    float: left;
    z-index: 99 !important;
    background: var(--color21) !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.title2 {
    margin-right: 3px;
    background: var(--color12);
    padding: 7px;
    border-top-left-radius: 5px;
}
.clients_box_wr{
    
    box-shadow: 5px 0px 12px #0000009c;
    overflow: visible !important;
    
    background: var(--color21) !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; 
    float: right;
    right: 0;
    box-shadow: 5px 0px 12px #0000009c !important;
   
    height: 81% !important;
    top: 80px !important;
    /* top: -4.5vh; */
    /* top: calc(16% - 7vh); */
    /* position: relative; */
 position: absolute;
  
    width: 0%;
    background: var(--color21);
       transition: all 0.75s!important;
    
}
.our_clients_list {
   list-style: none;
    padding: 0;
    height: 94%;
    overflow: hidden;
    overflow-y: auto;
    border-bottom: 1px solid var(--color12);
    border-radius: 4px;
    position: relative;
}
.our_clients_list li {
    display: flex;
    height: 55px;
    border: 1px solid var(--color12);
    margin: 8px 0;
    padding: 7px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    top: 0;
    background-color: var(--color21);
}

.our_clients_img {
    width: 17% !important;
    margin-right: 3%;
    border: 1px solid var(--color3);
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* padding: 5px; */
}





.our_clients_details {
    width: 80%;
}
.clients_quotes {
    overflow-y: auto;
    height: 63%;
    position: relative;
    color: var(--color2);
    font-style: italic;
    font-size: var(--fontSize2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
        border-bottom-left-radius: 5px;
}
.our_clients_list li:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--color12);
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



	.our_clients_list li:hover:after {width: 100%;}

	.our_clients_list li:hover .our_clients_img {
	    border-color: transparent;
	}

	.our_clients_list li:hover .client_name h3 {
	    color: var(--color21);
	}

	.our_clients_list li:hover .clients_quotes {
	    color: var(--color3);
	}
        
        .card2:hover h1 {
             
    transition: all 0.9s ease;
    transform: translate(0px, -100px);
    position: sticky;
    top: 0;
    font-size: 32px;
    text-align: center;
    bottom: 50px;
    color: var(--white);
}
    .card3:hover h1 {
    transition: all 0.9s ease;
    transform: translate(0px, -100px);
    position: sticky;
    top: 0;
    font-size: 32px;
    text-align: center;
    bottom: 50px;
    color: var(--white);
}


  .card3:hover::after  h1 {
    transition: all 0.9s ease;
  
}



