card-column/*
Theme Name: WP Bootstrap
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Ayush Singh
Author URI: https://wordpress.org/
Description: Simple Bootstrap Wordpress Theme
veersion: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Ayushmann.com
*/

/*
 * Globals
 */


/*
 * Override Bootstrap's default container.
 */


@font-face{
  src: url(bootstrap/fonts/Akrobat-Black.ttf);
  font-family: nos;
 }

 *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: nos;
 }

 body{
  overflow-x: hidden;
 }
/*navbar*/

.navbar{
 height: 150px; 
  background-color: #e4eff5;
  width: 100%;
  font-size: 20px;
  font-family: nos;
}
.navbar-brand img{
  margin-left: 100px;
  line-height: 100px;
}
.navbar-nav{
  padding-left: 180px !important;
}
.navbar-nav .nav-item{
  list-style-type: none;
  /*display: inline-block;*/
  border-right: 1px solid #a7abad;
  line-height: 2px !important;
  -webkit-padding-right: 10px;
  -moz-padding-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #a7abad;
  margin-top: 10px;
}

@media screen and (max-width: 600px){
  .navbar-brand img{
    margin-left: 0;
    height: 70px;
    width: 70px;
  }
  .navbar{
    height: 100px;
  }
  .nav-items ul li {
    border-right: none;
  }
  .nav-items ul li a{
    display: block;
    text-align: right;
  }
 }

/*-----------------------------BANNER SECTION--------------------------------*/

.banner-img{
  /*background-image: url('images/banner.jpg');*/
  margin-top: -20px;
  width: 100%;
  height: 90vh; 
  
}
.box img{
  height: 100px;
  /*background-color: grey;*/
  /*border-right: 2px solid white;*/
  /*line-height: 100px;*/
}
.box a img:hover{
  background-color: white;
}

@media screen and (max-width: 600px){
  .banner-img{
    height: 300px;
  }
}

/*--------------------------boxex section-------------------*/
.box{
  background-color: #d9dada;
  height: 100px;
  padding-top: 30px;
  color: black;
  border-right: 1px solid white;
  font-size: 14px;
  font-family: 'Londrina Shadow', cursive;
}
.box p{
  text-decoration: none;
  color: black;
  font-size: 16px;
}
.box .para1{
  padding-left: 200px;
}
.box .para2{
  text-align: center;
}
.box .para3{
  text-align: center;
}
.box .para4{
  padding-left: 20px;
}
.box:hover{
  
  cursor: pointer;
}

.section{
  width: 100%;
  height: 200px;
  background-color: #f2f2f2;
  text-align: center;
  display: none;
  padding-top: 20px;
}



@media screen and (max-width: 600px){
  .box{
    text-align: center;
    border-bottom: 1px solid white;
  }
  .box .para1{
    padding-left: 0px;
  }

}
/*---------------------About us Section----------------------*/

#about-us{
  height: 758px;
  width: 1919.75px
  background-color: #f6f6f6;
  padding-top: 150px;
  text-align:center;
  font-size: 24px;
}
#about-us h1 p{
  color: #27448d;
}
#jobs{
  background-color: #f6f6f6;
  text-align:center;
}


@media screen and (max-width: 600px){
  #about-us{
    height: 400px;
    padding-top: 40px;
  }
}

/*----------------about us image-------------*/

/*#about-us-image{
  height: 316.74px; 
  width: 100%; 
  background-color: black;
}
@media screen and (max-width: 600px){
  #about-us-img{
    height: 50px;
  }
}*/

/*-------------------Dummy dummy Text-------------------*/

/*#dummy-text{
  height: 750px;
  width: 100%;
  background-color: #e4eff6;

}
/*.cards{
  height: 400px;
  background-color: white;
}

#dummy-text .main-div{
  position: relative;
}
.main-div .inner-div1{
  position: absolute;
  top: 205px;
  left: 320px;
}
.main-div .inner-div2{
  position: absolute;
  top: 110px;
  left: 570px;
}

.main-div .inner-div3{
  position: absolute;
  top: 160px;
  left:825px;
}*/

#dummy-text{
  width: 100%;
  background-color: #e4eff6;

}
.card-row{
      display: flex;
      flex-wrap: wrap;
      width: 40%;
      margin: 0 auto;
      /*border: 1px solid black;*/
      padding: 0 auto;
      padding-left: 10px;
    }
    .card-column {
        /*-ms-flex: 25%; /* IE10 */*/
        flex: 50%;
        max-width: 50%;
        padding: 0 4px;
      }
    .card-column img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
        transition: 0.5s;
      }
      .card-column img:hover{
        transform: translateY(-10px);
      }
      @media screen and (max-width: 600px) {
          

          .card-column {
            -ms-flex: 33%;
            flex: 50%;
            max-width: 50%;
          }
          .card-row{
            width: 100%;
          }
          .card-row{
            padding-left: 5px;
          }
}
      @media screen and (max-width: 1024px) {
          

          .card-column {
            -ms-flex: 50%;
            flex: 50%;
            max-width: 50%;
          }
          .card-row{
            width: 75%;
          }
          .card-row{
            padding-left: 5px;
          }
}


/*-----------------dummy dummy text-----------------*/
.grid-row{
      display: flex;
      flex-wrap: wrap;
      width: 70%;
      /*padding: 0 4px;*/
      padding-top: 20px;
      margin: 0 auto;
      /*border: 1px solid black;*/
    }
    .column{
      flex: 33%;
      max-width: 33%;
      padding: 0 4px;
      /*margin: 0 auto;*/
    }
    .column img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
        transition: 0.5s;
      }
    .column img:hover{
      transform: translateY(-7px);
    }

    @media screen and (max-width: 600px){
      .column{
        flex: 33%;
        max-width: 33%;
      }
      .grid-row{
        width: 100%;
      }

    }


    /*-----------------------About Us page-----------------------*/

/*//////////////////////////////Banner//////////////////*/

 .banner-img{
  /*background-image: url('images/banner.jpg');*/
  width: 100%;
  height: 78vh; 
  
}



/*-----------------------another navigation---------------------------*/

#navigation-box{
  background-color: #19418c;
}
.nav-box{
  height: 150px;
  width: 80%;
  margin: 0 auto;
  /*background-color: #19418c;*/
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  text-align: center;
}

 .icons{
  color: white;
  font-size: 50px !important;
}
.boxx-1 p{
  font-size: 20px;
  color: white;
}
.box-1{
  color: white;
}


/*---------------------------about us content----------------*/

#about-us{
  height: 700px;
}
.ab-us-content{
  /*padding-top: 50px;*/
  text-align: left;
  width: 80%;
  margin: 0 auto;
  text-align: justify;
}
.people-img{
  float: right;
  width: 40%;
  height: 300px;
  margin-right: 100px;
  padding-top: 50px;
}

@media screen and (max-width: 600px){
  .banner-img{
    height: 300px;
  }
  .icons{
    font-size: 20px !important;
  }
  .box-1 p{
    font-size: 12px !important;
  }
  .box1{
    margin-top: 10px !important;
  }
  .nav-box{
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: column !important;
    justify-content: space-around;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-left: 2px;
    height: 670px;
    font-size: 10px;
  }

  #about-us{
    height: 1400px;
  }
}

/*---------------------Brands & Business page--------------*/

/*-----------------------------Brands and Business----------------------------*/


#brands{
  margin-top: -20px;
}
.content-1{
  background-color: #61c2d0;
  height: 647.5px;
}
.content h3{
  text-align: left;
  font-weight: bold;
}
.content{
  text-align: justify;
  width: 70%;
  padding-top: 130px;
  font-size: 20px;
}
.content .btn-1{
  background: none;
  border: none;
  float: right;
  color: #19418c;
  font-size: 20px;
}
.content-2{
  background-color: #f7a840;
  height: 760px;
}
.content-2-res{
  display: none;
}
.content-3{
  background-color: #d6b469;
  height: 760px;
}

@media screen and (max-width: 600px){
  .content-1{
    padding-left: 40px;
    height: 750px;
  }
  .content-2{
    padding-right: 40px;
    display: none;
  }
  .content-2-res{
    display: block;
    background-color: #f7a840;
    padding-left: 40px; 
    height: 650px;
  }
  .content-3{
    padding-left: 40px; 
  }
  .content{
    width: 90%;
  }
  .p-img{
    width: 380px !important;
    /*padding-top: 10px;*/
  }
  .content-3{
    padding-bottom: 20px;
  }
  #footer{
    margin-top: 0px !important;
  }

}

@media screen and (max-width: 667px){
  .p-img{
    width: 375px !important;
  }
  }

@media screen and (max-width: 740px){

  .p-img{
    width: 360px !important;
  }

  }

@media screen and (max-width: 736px){
  .p-img{
    width: 415px !important;
  }
}

/*------------------------Gallery page----------------------*/

/*<!------------------------gallery-----------------*/

 body
{
      /*background: yellow;*/
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;

    }
    .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;
      background: #fff;
    }

.main-div{
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
  margin-top: -20px;
}

#section-1{
  background-color: #19418c;
  height: 400px;
}
#section-2{
  background-color:  #d0d3d4 ;
  height: 400px;
}
.sec-2{
  width: 60%;
  margin: 0 auto;
  padding-top: 100px;
  padding: 0 auto;
}
.sec-2 p{
  text-align: center;
  text-align: justify;
}

@media screen and (max-width: 600px){
  #section-2{
    height: 800px;
    margin-bottom: 10px !important;
  }
}

/*-------------------------CSR Page--------------------*/

/*-----------------------CSR ACTIVITIES--------------------*/

#CSR{
  background-color: #19418c;
  margin-top: -20px;
}
#CSR h1{
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.csr-img1{
  width: 400px; 
  height: 250px; 
  border: 1px solid yellow;
}
.heading{
  color: white;
  padding-top: 10px;
}
.para{
  color: white;
}
.head-2{
  display: none;
}
.para-2{
  display: none;
}
.btn{
  border: 1px solid white;
  background: none;
  width: 400px;
  margin-bottom: 20px;
  color: white;
}
.btn:hover{
  color: white;
}

@media screen and (max-width: 600px){
  .csr-img1{
    width: 350px;
    margin-left: 12px;
  }
  .heading{
    padding-left: 10px;
  }
  .para{
    padding-left: 5px;
    text-align: center;
  }
  .head-2{
  display: block;
}
    .para-2{
  display: block;
}
  .head-3{
    display: none;
  }
  .para-3{
    display: none;
  }
  .btn{
    width: 300px;
  }
}

/*-----------------footer-----------------*/

    #footer{
  background-color: #d9dada;
  font-size: 20px;
  padding-top: 10px;
}
.copyright{
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.footer-box{
  text-align: left;

}
.footer-box ul li{
  list-style-type: none;
  line-height: 30px;
}
.footer-box p{
  padding-top: 10px;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 600px){
  #footer{
    margin-top: 20px !important;
  }
}

#wpcf7-f621-p622-o1 td {
  border: 1px solid black;
}
#wpcf7-f621-p622-o1 table{
text-align: center;
    width: 100%;
}