@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
html,body{
    font-size:16px; 
    font-family: 'Roboto', sans-serif;
}
a:hover{
    text-decoration:none; 
}
a:focus{
    outline: none;
}
.top_navbar{
    widows:100%; 
    background-color: #363636;
    min-height:40px; 
}
.top_align_menu{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;  
    min-height:40px;
}
.top_add,.top_number{
    font-weight:400; 
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: normal;
    text-align: left;
}
.top_number p{margin:0px; }
.top_number a{
    display: inline-block;
    font-weight:400; 
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: normal;
    text-align: left;
}
.header_nav{
    background-color: #fff;
    border-color: transparent;
    margin:0px; 
    display: flex;
    flex-flow:wrap; 
    align-items: center;
    min-height:90px; 
}
.top_navbar{
    background-color: #363636;
    min-height: 40px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 111;
}
.navbar-default.header_nav .navbar-nav>li.active>a{
    color: rgb(63, 145, 219);
    background-color:transparent;
}
.header_nav{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 40px;
    z-index: 111;
    box-shadow: 0px -3px 8px rgba(0,0,0,0.3);

}
.header_nav .navbar-nav>li>a{
    font-size:1rem;
    font-weight:400;
    line-height:normal;
    color:#000;  
    transition:all 0.5s ease-in-out;   
}
.header_nav .navbar-brand{
    height:auto ;
    padding:0px; 
}
.header_nav li.getfree_quote{
    border-width: 2px;
    border-color: rgb(63, 145, 219);
    border-style: solid;
    /*border-radius: 10px;*/
    position: relative;
    padding-right:16px; 
}
.header_nav li.getfree_quote a{
    font-size: 16px;
    color: rgb(63, 145, 219);
    font-weight: bold;
    text-align: left;
}
.header_nav li.getfree_quote:before{
    content: '';
    position: absolute;
    right: 5px; 
    top:50%;
    margin-top:-10px; 
    width:20px;
    height:20px;
    background-image: url(../images/right_circle.png);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center; 
}

.navbar-default.header_nav .navbar-nav>li>a:focus, .navbar-default.header_nav .navbar-nav>li>a:hover{
    color: rgb(63, 145, 219);
}

.header_nav .nav>li>a{
    padding: 10px 12px;
}

.application-link{float: left;width: 100%;text-align: center;margin-bottom: 40px;text-decoration: none;font-size: 16px;}

@media (min-width: 768px){
  .application-link a.image-popup-vertical-fit{
    padding: 10px 20px;
    background: #3b7cca;
    border:1px solid #3b7cca;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .application-link a.image-popup-vertical-fit:hover{
    background-color:#fff;
    color:#3b7cca;
  }

}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}

.text_para{
  text-align:left;
  font-size:19px;
  line-height:29px;
  margin-top:50px    
}

.top_form{
  margin-top:70px;
  display:block;  
}

.topspace{
  padding-top:72px; 
}

.ui-tabs{
  padding:0px; 
}

.top_form .fields_input{
    min-height: 75px;
}

@media (min-width: 768px){
    .header_nav .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
  .home-slider{
      margin-top:130px;
  }

.home-slider{
    width:100%;
    display:block;
    position: relative;
}
.background-cover, .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    *background-image: url(http://placehold.it/1440x750);
  }
  
.slide {
    height:calc(100vh - 130px) ;
}
.slide--1 {
    background-image: url(../images/banner1.jpg);
}
.slide--2 {
    background-image: url(../images/landing-page-slider-2.jpg);
}
.slide--3 {
    background-image: url(../images/landing-page-slider-3.jpg);
}
  
.white_box {
    background-color: rgba(255,255,255,0.902);
    width: 450px;
    height: 220px;
    position: absolute;
    top: 45%;
    margin-top: -103px;
    left: 5%;
    box-sizing:border-box; 
}

.white_box_edge{
    position: relative;
    width:96%;
    height:96%;
    margin:5px auto;
    border:1px solid #000;
    z-index:0;
}
.white_box_edge::before{
    content: '';
    width:2px;
    height: 80%;
    top:10%;
    background: #ffffff;
    position: absolute;
    left: -2px;
    z-index: 1;
}
.white_box_edge::after{
    content: '';
    width:2px;
    height: 80%;
    top:10%;
    background: #ffffff;
    position: absolute;
    right:-2px;
    z-index: 1;
}
.heading_slider{
    margin: 0px;
    font-size: 45px;
    color: rgb(63, 145, 219);
    font-weight: bold;
    line-height: normal;
    text-align: left;
    display:flex;
    flex-flow: wrap;
    align-items:center;
    height:100%;
    padding:10px; 
}
.slick-prev,.slick-next{ 
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    z-index: 11; 
    right:6%;
    width: 40px;
}
.slick-prev{right:10%;}

.custom-dots{
    position: absolute;
    left: 50%;
    bottom: 2%;
    padding: 0px;
    list-style: none;
}
.custom-dots li{
    display: inline-block;
    margin-left:5px;
}
.custom-dots li:first-child {
    margin-left: 0;
  }

  .custom-dots .dot {
    display: block;
    width: 18px;
    height: 18px;
    text-decoration: none;
    background-color: #000000;
    border: 2px solid #4287ca;
    border-radius: 50%;
    cursor: pointer;
  }
  .custom-dots .dot .string {
    position: absolute;
    left: -99999px;
    line-height: 0;
    opacity: 0;
  }
  .custom-dots .slick-active .dot {
    background-color: #46a5e5;
  }
 .custom-dots .dot:hover,
 .custom-dots .slick-active .dot:hover {
    background-color: #46a5e5;
  }

  .wall-partitions{
    width:100%;
    display: block;
    padding:5rem 0px;
    background-color:#f5f4f4;
    /*text-align: center;*/
  }
  .margintop50px{
      clear:both;
      margin-top:50px; 
  }
  .wall_heading{
        font-size: 26px;
        color: rgb(10, 10, 10);
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        position: relative;
        display: inline;
  }
  .wall_heading:before{
      content: '';
      position: absolute;
      left:0px;
      right:0px; 
      bottom:-8px;
      width:100%;
      height:1px;
      background-color:#4287ca; 
  }
  .wall_heading:after{
      content: '';
      width: 25%;
      height: 6px;
      background-color: #4287ca;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: auto;
      bottom: -10px;
  }
  .paragrp{
      margin-top:50px;
      padding:0px 15rem;  
  }
  .paragrp_1{
    padding:0px 5rem 1rem;  
  }
  .paragrp_1 .mar20btm{
    margin-bottom: 20px;
  }
  .paragrp p,.paragrp_1 p{
    margin:0px; 
    font-size: 18px;
    color: rgb(70, 70, 70);
    line-height: 26px;
    text-align: center;
    
  }

  .Our_experttise{
    width:100%;
    display: block;
    padding:4rem 0px;
    background-color:#ffffff;
    text-align: center;
  }
  
  .our_item1 {
    min-height: 344px;
    box-shadow: 2px 5px 10px #000;
  }
  .img_com{
    width:80px;
    margin:10px auto; 
    display:flex;
    align-items: center;
    flex-flow: wrap; 
    height:135px; 
}
.img_com img{
    width:100%; 
    display:block; 
}

 .heading_our{
    margin:0px;
    font-size: 20px;
    color: rgb(70, 70, 70);
    font-weight: bold;
    line-height: normal;
    text-align: center;
    padding-bottom:15px; 
 }
 .our_decs{
     margin:0px;
    font-size:18px;
    color: rgb(132, 132, 132);
    line-height: 1.2;
    text-align: center;
    padding:8px 16px;
 }

 .partition_types{
    width:100%;
    display: block;
    padding:5rem 0px;
    background-color:#f7f6f6;
 }
 .faq_box{
    width:100%;
    display: block;
    padding:5rem 0px;
    background-color:#f9f8f8;
 }

.gallary_box{
    width:100%;
    display: block;
    padding:5rem 0px;
    background-color:#fff;
}

 .partiton__subheading{
    font-size: 20px;
    color: rgb(10, 10, 10);
    font-weight: bold;
    line-height:normal;
    text-align: left;
    margin: 0px;
    position: relative;
    z-index: 1;
 }


 /* .partiton__subheading::after{
     content: '';
     width:86%;
     height:2px;
     background-color:#4287ca;
     position:absolute;
     right:0px;
     top:50%;  
 } */

 .partiton__subheading:before {
    border-top: 2px solid #46a5e5;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
  }
  .partiton__subheading span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #f7f6f6;
    padding: 0 10px;
  }
  .single:before {
    /* this is just to undo the :before styling from above */
    border-top: none;
  }
  .single:after {
    border-bottom: 1px solid #46a5e5;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 95%;
    z-index: -1;
  }

 .glass_panel{
     background-color:#fff;
     border:1px solid #46a5e5;
     padding: 15px;
     height:280px;
     margin: 3rem 0px 0.5rem 0px; 
 }
 
 .glass_panel img{
     width:50%;
     margin:auto;
     display:block; 
 }
 .glass_panel_1{margin:3rem 0px; }
 .glass_panel_1 img{width:100%;}
 .partiton_structure__subheading{
    position: relative;
    z-index: 1;
    margin:0px; 
  }
  .partiton_structure__subheading:before {
    border-top: 2px solid #46a5e5;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
  }
  .partiton_structure__subheading span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #f7f6f6;
    padding: 0 10px;
  }
  .double:before {
    /* this is just to undo the :before styling from above */
    border-top: none;
  }
  .double:after {
    border-bottom: 1px solid #46a5e5;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 95%;
    z-index: -1;
  }
  /* .anS_text{
        font-size: 18px;
        font-weight:400;
        color: rgb(66, 135, 202);
        line-height: 1.2;
        text-align: center;
        min-height: 100px;
        margin:0px;
        background-color: #f7f6f6; 

  } */
  .grids_five{
      display:grid;
      grid-template-columns:1fr 1fr 1fr 1fr 1fr;
      grid-gap: 3rem 1rem;
      position: relative; 
      padding: 0px 1rem; 
  }
  .margintop0{
    margin-top:0px; 
  }
  .marginbtm0{
    margin-bottom:0px; 
  }

  #accordion-container{
      width:100%; 
      padding-top:40px; 
  }
.panel-title>a.active-header{
    color:#4287ca;
}
.active-header:before{
    color:#4287ca;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a{
    color: rgb(107, 107, 107);
}
  .accordion-header{
        font-size: 20px;
        font-weight:400;
        color: rgb(107, 107, 107);
        line-height: normal;
        text-align: left;
       margin:0px; 
       display:block; 
  }
  .panel-default{
      border:1px solid #b7b7b7;
  }
  .panel-default>.panel-heading{
      color:initial;
      border-color: initial;
      background-color:#f9f8f8;  
  }
  .panel-group .panel{
      border-radius: 0px;
      box-shadow:none;
      -webkit-box-shadow:none;
      border-bottom:1px solid #b7b7b7;
  }
  .panel-group .panel+.panel{
      margin-top:0px; 
  }
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.panel-body{
    font-size: 18px;
    font-weight:400;
    color: rgb(85, 85, 85);
    line-height: 1.364;
    text-align: left;
}

.gallary_container{
    /* display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:5px 5px;   */
    *border:1px solid red;
}

#gallary{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.imgs-grid .imgs-grid-image{
    height: 140px;
    overflow: hidden;
}

/*.imgs-grid.imgs-grid-5 .imgs-grid-image {
    *width: 33.333333333333336%;
    width: calc((100%/4) - 3px);
}*/
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(1),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(2),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(3) {
    *width: 33.333333333333336%;
/*    width: calc((100%/3) - 3px);*/
}

.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(4),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(5) {
    *width: 50%;
/*    width: calc((100%/2) - 2px);
    margin-top:3px;*/
}

.imgs-grid .imgs-grid-image {
    *border:1px solid blue;
    position: relative;
    display: inline-block;
    padding: 1px;
    box-sizing: border-box;
    text-align: center;
    
/*    float: left;
    height: 165px;
    display: block;*/
}


.imgs-grid .imgs-grid-image .image-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.imgs-grid .imgs-grid-image .image-wrap img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    max-width:100%;
    transition: .5s ease;
}

.imgs-grid .imgs-grid-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #f0f0f0;
}
/* .middle {
    width:100%;
    height:100%;
    background-color:rgba(0, 0,0,0.30);
    position: absolute;
    top:0;    

} */

.middle img{
    width:50%;
    margin:auto; 
}

.middle{
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: .5s ease;
  }
.imgs-grid .imgs-grid-image .image-wrap:hover img{
    opacity:0.8;
} 
.imgs-grid-image:hover .middle{
    opacity: 1;
}
/* 
.uploadimgs:before{
    content:''; 
    width:40px;
    height:180px;  
    background-image:url(../images/uploadimg.png);
    background-repeat:no-repeat;  
    background-size: 100%;
    position: absolute;
    transform: rotate(-90deg);
   
  }
  .uploadimgs{
    font-size:18px;
    font-weight:400; 
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height:normal;
    text-align: center;

       position: fixed;
       right:0px;
       top:50%;

  background: none;

  transform-origin: 0 0;
  transform: rotate(90deg);
  }
   */

.uploads_imgs{
    *width: 100%;
    height: 280px;
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top:-90px;
}
.uploadimgs{
    background-image: url(../images/cta.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 180px;
    background-size: 100%;
    position: absolute;
    right: 0px; 
}

.upload_box{
    width:100%;
    min-height:305px;
    *height:100%; 
    background-image:url(../images/bg_img.png);
    background-repeat:no-repeat;
    background-size:cover;    
    background-attachment:fixed;  
}

.upload_grid{
    display: flex;
    align-items:center;
    justify-content: center;
    flex-flow:wrap;
    min-height:305px;
    flex-direction: column;
}
.heading_text{
        font-size: 24px;;
        color: rgb(255, 255, 255);
        font-weight: bold;
        line-height:36px;
        text-align: center;
        margin:0px; 
}
.upload_btns{
    margin-top:40px;
    display:block; 
        border-width: 1px;
        border-color: rgb(255, 255, 255);
        border-style: solid;
        /*border-radius: 36px;*/
        background-color: rgb(66, 135, 202);
        text-decoration: none;
    padding:10px 30px;
    font-weight:400; 
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    transition:all 0.5s ease-in-out; 
}
.upload_btns:hover{
    color:rgb(66, 135, 202);
    background-color: #fff;
    text-decoration: none;
}
.upload_btns:focus{
  outline: none;
  color:initial;
  text-decoration:none;  
}

.contact_box{
    width:100%;
    background-color:#fff;
    padding:5rem 0px;
    display:block;    
}


.fields_input{
    min-height:105px; 
}

.fields_input label{
        font-size: 18px;
        font-weight:400; 
        color: rgb(70, 70, 70);
        line-height: 1.2;
        text-align: left;  
        display:block;    
}
.fields_input label span{color:rgb(66, 135, 202);}
.fields_input input{
    font-size: 18px;
    font-weight:400; 
    color: rgb(70, 70, 70);
    text-align: left; 
    width:100%;      
        border-width: 1px;
        border-color: rgb(132, 120, 121);
        border-style: solid;
      /*  border-radius: 40px;*/
        height: 45px;
        padding:0px 15px;
}
:focus{
    outline: none;
}
.fields_input textarea{
    font-size: 18px;
    font-weight:400; 
    color: rgb(70, 70, 70);
    text-align: left; 
    width:100%;      
        border-width: 1px;
        border-color: rgb(132, 120, 121);
        border-style: solid;
       /* border-radius: 40px;*/
        height: 135px;
        resize: none;
        padding:10px 20px;
}

/*.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
} 

.upload-btn-wrapper .btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}*/

.upload-btn-wrapper{
  margin-top:15px; 
}
.upload-btn-wrapper input {
    width: 100%;
    border: 0px;
/*     border-bottom: 1px solid #000; */
    color: #000;
    background-color: transparent;
    padding: 5px 0px;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
    overflow: hidden;
    border-bottom: none !important;
}

.upload-btn-wrapper input[type=file]:before {
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: normal;
    content: 'Choose File';
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #4287ca;
    padding: 0px 10px;
    text-align: center;
    background-color: #4287ca;
    font-weight: 500;
    color: #fff;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{
  outline:none; 
}

.btns-form{
    margin-top:30px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    background-color:#4287ca;
    padding:15px 25px; 
    border:1px solid #4287ca;
    /*border-radius: 40px;*/
    transition:all 0.5s ease-in-out; 
}
.btns-form:hover{
    color:#4287ca;
    background-color:#fff; 
}
.footers{
    width:100%;
    display:block;
    background-color:#000000;
    padding:1.5rem 0px; 
}
.copy_rights{
    margin:0px;
    text-align:center;
        font-size: 16px;
        font-weight:400;
        color: rgb(255, 255, 255);
        line-height: 1.2;
       
}
.padleft0{padding-left:0px; }
.padright0{padding-right:0px; }



@media (max-width:767px){
  .slide--1 {
    background-image: url(../images/slider-1.jpg);
}
.slide--2 {
    background-image: url(../images/slider-2.jpg);
}
.slide--3 {
    background-image: url(../images/slider-3.jpg);
}

    .paragrp{
        padding:0px 0.5rem; 
    }
    .paragrp_1{
        padding:0px 0.5rem;
    }
    .top_add,.top_number{
        text-align:center;
        margin-top:5px;
    }
    .top_align_menu{
        min-height: 55px;
        justify-content: center;
        flex-direction:column;
    }
    .header_nav{
        top:55px;
        display:block; 
    }
    .white_box{
        left:2%;
    bottom:12%;
    top:initial; 
    width: 96%;
    height: auto;
    }

    .heading_text,.heading_slider{
      font-size:20px; 
    }
    .upload_btns{
      font-size:18px; 
    }
    .slick-prev{
        right:16%;
    }
    .our_item1{margin-bottom:2.5rem; }
    .glass_panel img{
        width:110px; 
    }
    .glass_panel{
        height:360px;
    }
    .grids_five{
        display: block;
    }
    .slick-prev, .slick-next{width:30px; }
    /* .header_nav .container{
        margin: 0px 10px;
        width: 100%;
    } */
    .uploads_imgs{display:none; }
    .header_nav .navbar-header{
        margin-top:20px;
    }
    .wall-partitions{
      text-align: center;
    }
    .wall_heading{
      font-size: 18px;
      text-align: center;
    }
    .ui-tabs .ui-tabs-nav{
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px;
      padding: 0px;
      float: none;
      border-radius: 0;
    }
    #tabs .ui-helper-clearfix:before, 
    #tabs .ui-helper-clearfix:after{
      content:none; 
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active{
      float: none;
      margin: 0px;
      width: 100%;
    }


#gallary{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.imgs-grid .imgs-grid-image{
    height: 95px;
    overflow: hidden;
}

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .wall-partitions{
    text-align: center;
  }
  .header_nav .navbar-nav>li>a{
    font-size:0.75rem;
    padding: 8px 8px; 
    margin:2px; 
  }
  .header_nav li.getfree_quote a{
    font-size:0.75rem; 
  }
  .white_box{
    width: 90%;
    height:auto; 
    margin:0px auto;
    margin-top:inherit;
    top:initial;
    left:0px;
    right:0px;
    bottom:10%;     
  }
  .heading_slider{
    font-size:26px;
    text-align:center; 
    justify-content: center; 
  }
  .a-left .slick-prev{
    right:12%;
  }
  .right .slick-prev,  .right .slick-next{
    right:4%;
  }
  .our_item1{
    min-height:280px;
    margin-bottom:50px;  
  }
  .heading_text{
    font-size:18px; 
  }
    .glass_panel{
        height: 166px;
    }
    
    #gallary{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 5px;
    }

  .imgs-grid .imgs-grid-image{
      height: 110px;
      overflow: hidden;
  }

}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
    .glass_panel{
        height: 215px;
    }
    .our_item1 {
      min-height: 380px;
    }
    .paragrp{
        padding: 0px 3rem;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        padding-bottom:8px;
    }
        #gallary{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 5px;
    }

  .imgs-grid .imgs-grid-image{
      height: 110px;
      overflow: hidden;
  }
}
