/*
 Theme Name:   Bigpage-Divi-Child
 Description:  Divi Child Theme
 Author:       Bigpage
 Author URI:   http://bigpage.in/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/


#whatsapp-chat-widget { display: none;}
.welcome__ { position: fixed !important; top: 0; left: 0; right: 0; bottom: 0; z-index: 999; width: 100%; height: 100%; background: rgb(0, 0, 0, 0.9); display: none; }
.v_middlebox { width: 100%; height: 100%; display: table;}
.v_middlebox .v_middle { display: table-cell; vertical-align: middle; }
.centerbox__ { width: 100%; height: 100%; text-align: center; display: table;}

.imglogobox__ { width: 300px; height: 300px; margin: 0 auto 30px auto; display: block; border: 0 solid #ccc; overflow: hidden; } 
.imglogobox__ img { animation: zoom-in-zoom-out 2s ease-out; animation-iteration-count: 1; animation-fill-mode: forwards; }
.main_heading__ { font-size: 24px; line-height: 34px; color: #fff; text-align: center; font-weight: 600; padding: 0; margin: 0 0 10px 0; }
.centerbox__ p { font-size: 18px; color: #fff; text-align: center; margin: 0 0 30px 0;}
.btn_box__ { margin: 0 auto; display: table;}
.btn_box__ a { font-size: 18px; color: #fff; text-align: center; padding: 12px 40px; margin: 0; background: #ffba00; border: 0; border-radius: 50px; display: inline-block; text-decoration: none; }
.btn_box__ a:hover { background: #fff; color: #ffba00; }
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
      opacity: 1;
    }
    50% {
      /* transform: scale(1.5, 1.5); */
      opacity: 1;
    }
    100% {
      transform: scale(1.15, 1.15);
      opacity: 1.0;
    }
  }







