body{
    margin: 0px;
}
h1{
    
    font-size: 15px !important;
    line-height: 30px !important;
}
h3{
    font-size: 12px !important;
    line-height: 30px !important;  
}
.top{
    z-index: 1;
    position: fixed;
    background-color: white;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 74px;
    box-shadow: 0 0 3px rgb(60 72 88 / 35%);
}
.logo{
    margin-left: 70px;
}
.logo img{
    position: absolute;
    max-height: 102px;
    background: #fff;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
}
.navigation{
    padding: 20px 0px;
    float: right;
    margin-right: 70px
}
.stroke ul{
    padding: 0px;
   margin: 0px;
   
  
  }
  nav ul li {
    display: inline-block;
    padding: 7px 0px 7px 24px;
  }
  nav ul li a {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 14px;
    
    padding: 5px 0px;
   
    letter-spacing: 2px;
    
    margin: 0 10px;
  }
  nav ul li a,
  nav ul li a:after,
  nav ul li a:before {
    transition: all .5s;
  }
  nav ul li a:hover {
    color: #EE3524;
    text-decoration: none;
  }
  nav.stroke ul li a {
    position: relative;
  }
  nav.stroke ul li a:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
  background-color:  #EE3524;
    height: 1px;
  }
  nav.stroke ul li a:hover:after {
    width: 100%;
  }


  .blk1 {
    padding: 35px 0px;
    margin: auto;
    text-align: center;
}
.blk1 p{
   
 font-size: 17px;
    font-weight: 500;
}
.message{
  position: fixed;
  background-color:#a88843;
  height: 60px;
    width: 60px;
    right: 0px;
    bottom: 18px;
    margin: 0px 30px;
    border-radius: 40px;
}
.message i{
  color: #fff;
  padding: 18px;
  font-size: 25px;
}

/*bottom*/
  .endbottom{
    background: #111;
    padding:20px 65px ;
    color: #fff;
    font-size: 14px;
  }
  
  .icon-text{
    display: inline-block;
      margin: 0px 15px;
  }
  .icon-text a{
    color: #a88843;
    text-decoration: none;
  }
  .icon-text a:hover{
    color: #fff;
    text-decoration: none;
  }
  
  .bottomheading1, .bottomheading2, .bottomheading3{
    margin: 0px 0px 20px 0px;
  }
  .bottomheading1 i{
    position: relative;
    top: -22px;
  }
  .bottomheading2 i{
    position: relative;
    top: -9px;
  }
  .bottomheading3 i{
    position: relative;
    top: -20px;
  }


  /*banner*/
  .banner{
    background-color: #f8f9fa;
    padding: 130px 73px 0px 73px;
    height: 234px;
  }
  .header h4{
    font-size: 28px !important;
    line-height: 1.5;
    font-weight: 600;
  }
 
  .box{
  
    position: relative;
    top: -18px;
  }
  .box ul{
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    padding: 3px 13px;
    margin-left: 73px;
    width: 21%;
    height: 45px;
    box-shadow: 0 0 3px rgb(60 72 88 / 25%);
  }
  .box ul li{
      display: block;
      padding: 7px;
  }
  .box ul li a{
      color: #111;
  }
  .box ul li a:hover{
    text-decoration: none;
    color: #a88843   
}
.box ul li i{
    font-size: 10px;
    padding: 0px 0px 0px 2px;
}

  .box ul li p{
   
    color: #a88843   
}



.visionlogo{
    max-height: 102px;
    background: #fff;
    border-radius: 50px;
    margin: 0px 50px;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
}

.logoborder{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
   }
.pillar{
  box-shadow: 0 0 3px rgb(60 72 88 / 15%);
  margin: 35px auto;
}
.pillarlogo{
  border-radius: 74px;
  height: 150px;
  width: 150px;
}
.pillar-box{
  padding: 20px 30px;
  margin: auto;
}

.pillar p{
    position: relative;
    top: -51px;
    font-size: 19px;
    font-weight: 700;
    left: -1px;
}
.pillar-text{
  font-size: 14px !important;
}






/*media*/


.checkbtn{
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 30px;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 19px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width:768px){

  .checkbtn{
      display: block;
    
    }
    nav ul{
      width: max-content;
      position: absolute;
      right: 0px;
      top: 71px;
        z-index: 1;
        background-color: #000;
       display: none;
        text-align: center;
       
    }
    nav ul li a{
      color: #fff ;
    }
    nav ul li{
        display: block;
        padding: 7px 50px;
        margin: 0px;
        line-height: 20px;
    }
    .logo {
      margin-left: 20px;
  }
  .logo img {
    max-height: 74px;
  }
  .banner {
    padding: 90px 20px 0px 20px;
    height: 150px;
}
.box ul {
  padding: 0px 3px;
  margin-left: 20px;
  width: 75%;
  height: 34px;
}
.box ul li {
  font-size: 12px;
}
.box ul li i {
  font-size: 8px;
}
.header h4 {
  font-size: 15px !important;
}

h1 {
  font-size: 12px !important;
  line-height: 20px !important;
}
.blk1{
  padding: 20px;
}
.visionlogo {
  margin: 0px;
}
.blk1 p {
  font-size: 11px;
  text-align: center;
}
.pillar-text {
  font-size: 14px !important;
  width: unset !important;
  line-height: 20px !important;
}
.pillar p {
  top: -31px;
  font-size: 11px;
  left: 1px;
}

.pillarlogo {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
/*bottom*/
.endbottom {
  padding: 10px 30px;
  font-size: 12px;
}
    }  



    /*copy-right*/
    .copy-right {
      text-align: center;
      overflow: hidden;
      padding: 10px 0px;
      border-top: 1px solid #ebebeb3b;
      background: #111;
  }
  .copy-right {
    text-align: center;
    overflow: hidden;
    padding: 10px 0px;
    border-top: 1px solid #ebebeb3b;
    background: #111;
}
.copy-text {
  color: #b2b2b2;
  font-weight: 300 !important;
  font-size: 11px;
  text-align: center;
  margin-bottom: 0px !important;
}
.copy-right a:hover {
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}