/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*-- Custome Css --*/
.site-content{background:#141A20}
h1, h2, h3, h4, h5, h6, .entry-content :where(h1,h2,h3,h4,h5,h6){color:#fff}
.mwrapper.e-con{position:absolute;top:0;left:0;overflow:hidden/*position:relative;*/}
.center-text{padding-top:420px/*31%*/}
.center-text .e-con-inner{position:relative;z-index:100;overflow:hidden}
.center-text h1{font-size:33px}
.center-text h1 span{display:block;font-size:25px}
.cform{margin-top:-15px}
.cform .fldname{position:absolute;font-size:0}
.cform input[type="email"]{border:1px solid #fff;color:#000;font-size:16px;padding:22px 15px !important;width:86%;border-radius:50px;margin-left:7% }
/*.cform input[type="submit"]{position:absolute;top:0;right:20px;font-size:0;border-radius: 0 50px 50px 0;width:40px;height:46px;background: url(images/submit-arrow.png) no-repeat center center;}*/
.cform input[type="submit"]{font:16px "Celias", Roboto, Arial;border-radius:50px;padding:10px 30px;margin:-10px auto 0;display:block;}
.wpcf7 .wpcf7-not-valid-tip{text-align:center;margin-top:15px }
.wpcf7 form.invalid .wpcf7-response-output{background-color:#f8f8f8;text-align:center;margin-top:-50px;border-radius:5px}

/*-- World Map --*/
.world-map{list-style:none;position:relative;}
.world-map li{position:absolute;top:0;left:0}
.world-map li.bubble1{left:45%;top:100px}
.world-map li.bubble2{left:35%;top:430px}
.world-map li.bubble3{left:57%;top:420px}
.world-map li.bubble4{left:23%;top:250px}
.world-map li.bubble5{left:92%;top:130px}
.world-map li.bubble6{left:27%;top:40px}
.world-map li.bubble7{left:80%;top:250px}
.world-map li.bubble8{left:67%;top:210px}
.world-map .hoverbox{position:absolute;top:70px;visibility:hidden;opacity:0;left:-100px;background:#fff;box-shadow:0 0 20px rgb(0,0,0,0.25);width:280px;border-radius:15px;padding:10px;z-index:100;-webkit-transition:all 0.5 ease-in;transition:all 0.5 ease-in}
.world-map .hoverbox span{display:block;color:#000;font:15px "Celias", Roboto, Arial;text-align:center;margin-top:10px}
.world-map li:hover .hoverbox,.world-map li.bubble1 .hoverbox{visibility:visible;opacity:1}


.inner-circle img,.outer-circle img{position:absolute;top:0;left:0;right:0;margin:0 auto;max-width:100%;height:auto;animation: spin-outer 25s linear infinite;transition:all 25s linear;z-index:1}
.outer-circle img{top:20px;animation: spin-inner 25s linear infinite;transition:all 15s linear}
@keyframes spin-outer {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-inner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

#toggle-audio{/*position: fixed;right:0;top:70px;*/background:#ed1c24;border-radius:50px;}
.elementor-widget.go-down{position: absolute;top:30%;left:0;right:0;z-index:100}

/*-- Responsive css --*/
@media (max-width:1360px){
   /*body{border: 1px solid lightblue;}*/
  .center-text{padding-top:32%}
}
@media (max-width:1200px){
   /*body{border: 1px solid #0f0;}*/
  .elementor .site-logo img{max-width:20%}
  .center-text{padding-top:31%}
  .center-text h1{font-size:28px}
}
@media (max-width:1024px){
   /*body{border: 1px solid #f00;}*/
}
@media (max-width:991px){
   /*body{border: 1px solid #00f;}*/
  .elementor .site-logo img{margin-bottom:-10px}
  .center-text h1{font-size:24px}.center-text h1 span{font-size:19px}
  #toggle-audio{padding:10px 25px}
}
@media (max-width:767px){
   /*body{border: 1px solid #ff0;}*/
  /*.hd-h1{position:relative;margin-top:450px}*/.site-logo{margin-bottom:65% !important}
  .outer-circle img{top:0;}
}
@media (max-width:575px){
  /*body{border: 1px solid #0ff;}
  .site-logo{margin-bottom:65% !important}*/
}