/********************************************************
    Template Name: Best | Coming soon template
    Created By: bestdesignenvato_12
    Envato Profile: https://themeforest.net/user/bestdesignenvato_12
    Version: 1.0
    Support: arvindkumar.kumar05@gmail.com
*********************************************************/

/*====================================
[ CSS TABLE CONTENT ]
------------------------------------
[1] Google Web Fonts
[2] General
[3] Link style
[4] Transition elements
[5] Typography
[6] Button Style
[7] Global Classes
[8] Banner style
[8.1]  Solid color bg
[8.2]  Parallax image bg
[8.3]  Video bg banner
[8.4]  Background image slider bg
[9] Our skills
[10] Features section
[11] Contact us section
[12] Footer
[13] Back to top
[14] Preloader
[15] Media query


-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
#freewha{
  display: none;
}
/* Google Web Fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);



/* =================================
             General 
==================================*/
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    color: #999;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

html {
    font-family: 'Roboto', sans-seri;
}

html,
body {
    width: 100%;
    height: 100%;
}

/* =================================
              Link style
==================================*/
a {
    color: #ed145b;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #B80729;
    outline: none;
    text-decoration: none;
}


/*===============================
        Transition elements
=================================*/
a,
.navbar a,
.form-control {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

/* =======================================
                     Typography 
======================================== */

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto';
    font-weight: 400;
    color: #202020;
    margin: 0 0 15px;
}

h1 {
    font-size: 40px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}

p img { 
    margin: 0; 
}

p {
    margin: 0 0 30px;
    line-height: 1.5em;
}

hr {
    margin: 0;
}

/* ================================== 
            Button Style
=====================================*/
.btn-warning {
  background-color: #f0ad4e !important;
}

.btn-warning:hover {    background-color: #e08504; !important}

.btn {
  background-color: #ed145b;
  border: 0 none;
  border-radius: 40px;
  font-size: 16px;
  height: 50px;
  line-height: 1.5em;
  padding: 12px 20px;
  transition: 0.2s all;
  -webkit-transition:0.2s all;
  -o-transition:0.2s all;
  -moz-transition:0.2s all;
  color: #fff;
}

.btn-lg {
    padding: 12px 38px;
}
.btn:hover{
    background-color: #B80729;
}

.btn.active, 
.btn:active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.focus, 
.btn:focus, 
.btn:hover {
    color: #fff;
}
.btn:focus,
button:focus {
    outline: none;
}
.white-text{
    color: #fff !important;
}

/* ====================================
            Global Classes 
===================================== */
.no-margin {
    margin: 0;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.no-padding {
    padding: 0;
}
.section-padding {
  padding: 70px 0;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-30{
  margin-bottom: 30px;
}
.gray-bg{
  background-color: #f5f5f5;
}
.section-heading {
  text-align: center;
}
.section-heading h2 {
  margin-bottom: 15px;
}
.section-heading p {
  margin-bottom: 10px;
}
.section-heading .divider {
  margin-bottom: 40px;
  margin-top: 15px;
}
.section-heading .divider span {
  background: #bb1f47 none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 65px;
}
.section-heading .divider span.large {
  margin-bottom: 2px;
  margin-top: 2px;
  width: 103px;
}

/* ======================================
               Banner style 
=========================================*/

.logo img {
  width: 145px;
}
.valign-wrapper {
  padding-bottom: 70px;
  padding-top: 70px;
}
.countdown-wrapper {
  margin-bottom: 45px;
  margin-top: 55px;
}
.banner-video-style,
.banner-image-slider-style{
  padding-top: 0px;
}
.banner-video-style .logo,
.banner-image-slider-style .logo{
  margin-top: 70px;
}

/*============== Solid color bg =================== */
.solid-color-bg{
  background-color: #BB1F47;
}
/*================ Parallax image bg =============*/
.parallax-image-bg{
    background-image: url('../img/banner-1.jpg');
    background-size: 100% auto;
}
.bg-fixed {
  background-attachment: fixed;
}

/*=============== Video bg banner ================*/
.video {
  width: 100%;
}
.banner-video-style {
  display: block;
  height: 635px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.banner-video-style .valign-cell {
  background-color: rgba(180, 30, 70, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*================= Background image slider bg ==============*/

.banner-image-slider-style {
  display: block;
  height: 635px;
  overflow: hidden;
  position: relative;
}
.subscribe-wrapper input {
  border: 1px solid #fff;
  border-radius: 40px;
  height: 49px;
  padding: 5px;
  width: 55%;
}
.banner-image-slider-style .valign-cell {
  background-color: rgba(180, 30, 70, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}


/*=================================
              Our skills 
================================*/
.skills .c100 {
  margin-top: 25px;
}
.skills .c100 .bar,
.skills .c100 .fill{
  border-color: #BB1F47;
}
.skills .c100:hover > span{
  color: #BB1F47;
}
.skills .fiels {
  color: #6d6d6d;
  font-weight: bold;
  margin-top: 17px;
  text-align: center;
}



/* ============================================
                   Features section 
============================================= */
.heading-title {
  font-size: 25px;
  font-weight: bold;
}
.features-wrap {
  background: #fafafa none repeat scroll 0 0;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 25px;
  text-align: center;
  transition: 0.3s all;
  -webkit-transition:03s all;
  -o-transition:0.3s all;
  -moz-transition:0.3s all;
}
.features-wrap:hover{
   -webkit-box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
  -moz-box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
  box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
}
 
.features-wrap h4 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.features-wrap p{
    margin: 0px;
}
.features-wrap i {
  border: 1px solid #b21e46;
  color: #b21e46;
  display: block;
  font-size: 27px;
  line-height: 1.5em;
  margin: 0 auto 15px;
  padding: 5px;
  text-align: center;
  width: 55px;
  transition: 0.3s all;
  -webkit-transition:03s all;
  -o-transition:0.3s all;
  -moz-transition:0.3s all;
}
.features-wrap:hover i{
  background-color: #b21e46;
  color: #fff;
}

/*========================================
          Contact us section 
========================================*/
.comingsoon-contact input, .comingsoon-contact textarea {
  border: 1px solid #bcbcbc;
  width: 100%;
  padding: 4px;
}
.comingsoon-contact input{
    height: 42px;
}
.comingsoon-contact textarea{
    height: 110px;
}
.comingsoon-contact button {
  margin-top: 30px;
}
.comingsoon-contact {
  text-align: right;
}
/* ================================== 
                  Footer 
====================================*/
.footer{
  background-color: #bb1f47;
}
.social-link {
  margin-bottom: 45px;
  margin-top: 45px;
  padding: 0;
}
.social-link li {
  display: inline-block;
  list-style: outside none none;
  margin-left: 10px;
  margin-right: 10px;
}
.social-link li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #bb1f47;
  display: inline-block;
  font-size: 17px;
  height: 36px;
  line-height: 2em;
  width: 36px;
}
.footer-logo {
  margin-bottom: 40px;
  margin-top: 40px;
}
.footer-logo > img {
  width: 170px;
}
.copy-text {
  color: #fff;
  display: inline-block;
  line-height: 1.5em;
}
.copy-text a{
  color: #fff;
}
.footer-intro {
  color: #fff;
  margin: 0 auto;
  width: 70%;
}


.secondary-footer {
  background: #a40830 none repeat scroll 0 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.secondary-footer ul {
  margin: 0;
  padding: 0;
}
.secondary-footer li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.secondary-footer li a {
  color: #fff;
}

/*================================================
                   Back to top 
================================================*/
.back-top, .back-top:focus {
  background: #a80c34 none repeat scroll 0 0;
  bottom: 50px;
  color: #fff;
  display: none;
  font-size: 18px;
  height: 35px;
  line-height: 1.5em;
  position: fixed;
  right: 50px;
  width: 35px;
  z-index: 99999;
}
.back-top:hover{
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  background-color: #93001f;
  color: #fff;
}
 

/* ======================================
                Preloader
========================================== */

#preloader {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  display: table;
  height: 100%;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#preloader .preloader_wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.load_cir{
  background-color:rgb(255,255,255);
  display: inline-block;
  width:28px;
  height:28px;
  animation-name:bounce_fountainG;
    -o-animation-name:bounce_fountainG;
    -ms-animation-name:bounce_fountainG;
    -webkit-animation-name:bounce_fountainG;
    -moz-animation-name:bounce_fountainG;
  animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
  transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
  border-radius:19px;
    -o-border-radius:19px;
    -ms-border-radius:19px;
    -webkit-border-radius:19px;
    -moz-border-radius:19px;
}

#preloader_1{
  left:0;
  animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#preloader_2{
  left:29px;
  animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#preloader_3{
  left:58px;
  animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#preloader_4{
  left:88px;
  animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#preloader_5{
  left:117px;
  animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#preloader_6{
  left:146px;
  animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#preloader_7{
  left:175px;
  animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}

#preloader_8{
  left:205px;
  animation-delay:1.64s;
    -o-animation-delay:1.64s;
    -ms-animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
    -moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
  0%{
  transform:scale(1);
    background-color:rgb(138,25,25);
  }

  100%{
  transform:scale(.3);
    background-color:rgb(186,44,186);
  }
}

@-o-keyframes bounce_fountainG{
  0%{
  -o-transform:scale(1);
    background-color:rgb(138,25,25);
  }

  100%{
  -o-transform:scale(.3);
    background-color:rgb(186,44,186);
  }
}

@-ms-keyframes bounce_fountainG{
  0%{
  -ms-transform:scale(1);
    background-color:rgb(138,25,25);
  }

  100%{
  -ms-transform:scale(.3);
    background-color:rgb(186,44,186);
  }
}

@-webkit-keyframes bounce_fountainG{
  0%{
  -webkit-transform:scale(1);
    background-color:rgb(138,25,25);
  }

  100%{
  -webkit-transform:scale(.3);
    background-color:rgb(186,44,186);
  }
}

@-moz-keyframes bounce_fountainG{
  0%{
  -moz-transform:scale(1);
    background-color:rgb(138,25,25);
  }

  100%{
  -moz-transform:scale(.3);
    background-color:rgb(186,44,186);
  }
}
/*====================================
              Media query 
======================================*/
@media (max-width: 1150px){
  .banner-video-style ,
  .banner-image-slider-style{
    
    height: 500px;
    padding-top: 0px !important;
  }
  .valign-wrapper {
  padding-bottom: 53px;
  padding-top: 53px;
}
  .banner-video-style .logo, .banner-image-slider-style .logo {
    margin-top: 50px;
  }
  .logo img {
    width: 65px;
  }
  .comingsoon-wrapper .mb-50 {
    margin-bottom: 10px;
  }
  .comingsoon-wrapper h1.intro-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .comingsoon-wrapper p.sub-intro {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .countdown-wrapper {
    margin-bottom: 45px;
    margin-top: 30px;
  }
  .countdown {
    padding: 0;
  }
  .comingsoon-wrapper .countdown li span {
    font-size: 40px;
    line-height: 1.5em;
  }
  .section-padding{
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 991px){
  .banner-video-style, .banner-image-slider-style {
    height: 520px;
   }
}
@media (max-width: 950px){
  .valign-wrapper {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .banner-video-style, .banner-image-slider-style {
    height: 435px;
  }
  .banner-video-style .logo, 
  .banner-image-slider-style .logo {
    margin-top: 35px;
  }
  .countdown-wrapper {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .comingsoon-wrapper .countdown li {
    min-width: 85px;
    padding: 5px;
  }
  .comingsoon-wrapper .countdown li span {
    font-size: 26px;
  }
  .subscribe-wrapper input {
   
    height: 40px;
  }
  .btn-lg {
    padding: 1px 20px;
  }
  .subscribe-wrapper .btn{
    height: 40px;
  }
  .section-padding{
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px){
  .banner-image-slider-style .background-slider,
  .banner-video-style .video{
    display: none;
  }
  .banner-video-style, .banner-image-slider-style{
    height: auto;
    padding-bottom: 35px;
    background-color: #BB1F47;
  }
  .banner-image-slider-style .valign-cell,
  .banner-video-style .valign-cell{
    position: static;
    background-color: transparent;
  }
}
@media (max-width: 550px){
  .comingsoon-wrapper .logo {
    margin-bottom: 15px;
  }
  .comingsoon-wrapper .countdown li {
    min-width: 60px;
    padding: 2px;
  }
  .comingsoon-wrapper .countdown li span {
    font-size: 25px;
  }
  .countdown li p {
    font-size: 11px;
    line-height: 2.5em;
  }
  .subscribe-wrapper input {
    display: block;
    margin: 0 auto 20px;
    width: 280px;
  }
  .comingsoon-wrapper .countdown li + li {
    margin-left: 10px;
  }
  /****************** footer *********************/
  .social-link li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer-logo {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .footer-logo > img {
    width: 245px;
  }
  .footer-intro {
    width: 100%;
  }
}