html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.8571428571;
  font-size: 15px;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #333;
}
p {
  margin-top: 0;
  margin-bottom: 8px;
}
iframe {
  border: none;
}
a, b, div, ul, li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}
input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active, select:focus, select:hover {
  -moz-outline: none;
  outline: none;
  border: 1px solid #075ac9;
  box-shadow: none;
  border-color: #075ac9;
}
img:not([draggable]), embed, object, video {
 max-width: 100%;
 height: auto;
}
a {
  text-decoration: none;
  outline: 0;
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}
img {
  border: none;
  max-width: 100%;
}
button:focus {
  -moz-outline: none;
  outline: none;
  border: 1px solid #075ac9;
  box-shadow: none;
  border-color: #075ac9;
}
.section {
  padding: 70px 0;
}
.section-top {
  padding: 70px 0 0;
}
.section-bottom {
  padding: 0 0 70px 0;
}
.btn.focus, .btn:focus {
  border: 1px solid #dadada;
}
.form-control:focus, .btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  border-color: #dadada;
  outline: 0;
  box-shadow: none;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
a:focus {
  outline: 0px solid;
}
.fix {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  color: #075ac9;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
  color: #12315a;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}

::-moz-selection {
 background: #2b2b2b;
 text-shadow: none;
 color: #fff;
}

::selection {
 background: #2b2b2b;
 text-shadow: none;
 color: #fff;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
/*------------------------ content end -----------------------*/


/*------------------------ element start ---------------------*/


/*=================================================
    element inheritance
    ==============================================================*/
    .header {
  background-color: rgba(255, 255, 255, 0.56);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.top-bar {
  color: #3a3a3a;
  width: 100%;
  padding: 0px 0;
  border-bottom: 1px solid rgba(226, 226, 226, 0.71);
}
.top-bar ul {
  padding: 7px 0;
}
.top-bar-wrap li, .socialul li {
  display: inline-block;
  padding-left: 15px;
}
.top-bar-wrap i {
  font-size: 13px;
  color: #000;
  padding-right: 5px;
}
.socialul a {
  color: #515151;
  font-size: 14px;
}
.socialul a:hover {
  color: #005100;
}
.top-bar-wrap a, .socialul li {
  font-size: 13px;
  color: #2b2b2b;
}
.top-bar-wrap a i {
  font-size: 13px;
  color: #005100;
  font-weight: 600;
}
.contactbtn {
background-color: #c70957;
  padding: 6px 21px;
  color: #fff;
  line-height: 1.6;
  font-size: 16px;
  border-radius: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.contactbtn:hover {
color: #fff;
    background-color: #3c1e82;
}
.contactbtn i {
  font-size: 13px;
  margin-left: 6px;
}
.navbar-brand img {
    width: 350px;
}
.navbar-dark .navbar-brand {
  color: #fff;
  border-radius: 0 0px 20px 20px;
}
.navbar {
  width: 100%;
  z-index: 9;
background-color: #000!important;
  padding: 0;
  position: absolute;
  border-bottom: 1px solid #ffffff3b;
}
.navbar-brand {
  padding: 0;
  padding: 10px;
}
.navbar-brand img {
}
.navbar-dark .navbar-nav .nav-link {
  display: block;
  padding: 4px 1rem;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #bd9753;
}
.uk-slideshow .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner-cap {
  position: absolute;
  top: 30%;
  left: 15%;
  right: auto;
  text-align: left;
  width: 40%;
  color: #fff;
}
.banner-cap h1 {
font-size: 38px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.6;
}
.bgcolor {
  background-color: #3c1e82;
  padding: 70px 0;
}
.heading {
  margin-bottom: 30px;
}
.white-color .heading-subtitle, .white-color .heading-content, .white-color h2 {
  color: #fff!important;
}
.box-con {
  font-size: 21px;
  padding: 25px;
  font-weight: 600;
}
.box-con h4 {
  font-size: 21px;
  font-weight: 500;
  text-align: left;
}
.box-con p {
  font-size: 15px;
  color: #9b9b9b;
  font-weight: normal;
}
.box-img {
  position: relative;
  overflow: hidden;
  top:0px;
  transition: all 0.3s ease;
}
.box-img img {
  transform: scale(1);
 -webkit-transition: all .6s linear;
 -moz-transition: all .6s linear;
 -ms-transition: all .6s linear;
 -o-transition: all .6s linear;
 transition: all .6s linear;
}
.box-img:hover img {
  transform: scale(1.1);
  transform-style: preserve-3d;
}
.box-img:before {
  position: absolute; 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.heading h2 {
font-weight: 400;
    text-transform: none;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    font-size: 32px;
    color: #2b2b2b;
}
.heading-subtitle {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #1fb662;
  display: inline-block;
  margin-bottom: 13px;
}
.heading-content {
  font-size: 15px;
  font-style: normal;
  color: #9b9b9b;
}
.heading2 h2 {
    color: #161616;
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
    position: relative;
    margin-bottom: 0!important;
}
.heading2 p {
  color: #6d6d6d;
  width: 70%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 25px;
}
.formtext .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  height: 50px;
}
.formtext textarea.form-control {
  height: auto;
}

.listul li {
position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    font-size: 16px;

}



.listul li:before {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #198ccc;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 3px;
    left: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

.whatwrap{
  background-color: #f6f9fe;
}
.stepbox {
  position: relative;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
  text-align: center;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.stepbox:hover {

      -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

.iconbox {
    color: #fff;
    /* border: 1px solid #ffffff2b; */
    padding: 25px;
    text-align: center;
    background-color: #2b1167;
    border-radius: 10px;
}

.iconbox h4 {
  color: #fff;
  padding: 14px 0;
  font-size: 16px;
}
.iconcon p {
  color: #9b9b9b;
}
.iconimg img {
  width: 60px;
}
.stepbox i {
  font-size: 32px;
}
.stepbox a i {
  font-size: 15px;
}
.stepbox h4 {
  font-size: 22px;
  font-weight: 600;
  color: #c80957;
  margin-bottom: 10px;
}
.stepcon p {
  font-size: 15px;
  line-height: 1.5;
  color: #9b9b9b;
  margin-bottom: 15px;
}
.stepimg {
  overflow: hidden;

  margin: 0 auto;
  margin-bottom: 20px;
}
.bg-img:before {
position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    display: block;
    background-color: rgba(30, 30, 30, 0.53);
    /* z-index: 9; */
    width: 100%;
}
.bg-img {
      background-image: url(../images/bg.jpg);
    background-size: cover;
    color: #fff;
    position: relative;
    background-position: center;
    padding: 100px 0;
}
.btn {
padding: 10px 30px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.btn-prime {
  color: #fff;
  background-color: #c80957;
}
.btn-prime:hover, .btn-prime:focus {
  color: #fff;
  background-color: #3c1e82;
  border: none;
}
.btn-white {
  background-color: #fff;
  color: #143a70;
  border: 2px solid #fff;
  padding: 5px 13px;
  font-size: 15px;
}
.btn-white i {
  font-size: 12px;
}
.btn-white:active, .btn-white:focus, .btn-white:hover {
  background-color: #1ead51;
  color: #fff;
  border-color: #1ead51;
}
.btn-second {
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
}
.btn-second:hover, .btn-second:focus {
  color: #06ad36;
    background-color: transparent;
    border: 1px solid #fff;
}
.bg-color {
  background-color: #f5f5f5;
}
.clientwrap {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}
.owl-nav {
  position: absolute;
  width: 100%;
  top: 35%;
  font-size: 15px;
}
 .owl-theme .owl-nav [class*=owl-] {
 font-size: 15px;
 background-color: #a10f0f;
 padding: 8px;
 color: #fff;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
 background: #18362d;
 color: #FFF;
 text-decoration: none;
}
.owl-prev {
  position: absolute;
  left: -10px;
}
.owl-next {
  position: absolute;
  right: -10px;
}
.formtext {
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  padding: 40px;

  z-index: 999;
  position: relative;
  background-color: #fff;
}
.formtext .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  height: 50px;
}
.formtext textarea.form-control {
  height: auto;
}
footer {
  color: #2b2b2b;
  padding: 70px 0 0;
}
footer h4 {
  position: relative;
  font-weight: 600;
  /* color: #ffffff; */
      font-size: 17px;
  line-height: 1.2em;
  margin-bottom: 24px;
  padding-bottom: 14px;
}
footer h4:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 50px;
  background-color: #00ab31;
}
footer .socialul li {
  border: 1px solid #a5a5a5;
  margin: 0 5px;
  width: 45px;
  padding: 5px 14px;
  height: 45px;
}
footer .socialul li a {
  font-size: 19px;
  color: #bbbbbb;
 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
.footermenu li {
  margin-bottom: 5px;
}
footer p {
  font-size: 15px;
}
.footermenu a {
  color:#2b2b2b;
 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
  font-size: 15px;
}
.footermenu li {
  font-size: 15px;
}
.footermenu a:hover, .footermenu a:focus {
  color: #00ab31;
  text-decoration: none;
}
.borderb {
  padding-bottom: 30px;
}
.copy {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.copy a, .copy p {
  font-size: 14px;
  color: #787878;
  margin-bottom: 0;
}
.fixbtn {
  position: fixed;
  bottom: 0;
  right: 25px;
  width: auto;
  padding: 7px 20px;
  background-color: #ff1d4d;
  font-size: 16px;
  border-radius: 5px 5px 0 0px;
  color: #fff;
  font-weight: bold
}
.fixbtn:hover, .fixbtn:focus {
  color: #fff;
}

 .fixed-header {
     position: fixed !important;
     display: block;
     color: 000;
     z-index: 9999;
     left: 0;
     right: 0;
     background: #ffffff;
     transition: padding .3s;
     box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
     top: 0px;
}
 .fixed-header .navbar-brand>img{
      width: 300px;
    margin: 10px 0;
}
.mobileview {
  display: none;
}
.counter{
height: 200px;
    background-color: #532cb1;
    border-radius: 70px;
    width: 200px;
    padding: 22% 0;
    color: #fff;
    margin: 0 auto;
}
.counter h4{
    font-size: 30px;
    color: #fff;
}
.counter p{
  font-size: 16px;
}
.conwrap span{
display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background-color: #c80957;
    color: #fff;
    border-radius: 4px;
    float: left;
}
.conwrap li
{
      overflow: hidden;
    margin-bottom: 15px;
}
.conwrap div{
  margin-left: 16px;
    height: 50px;

    float: left;
    width: 75%;
}
.testimonial {
  padding: 0px 0 0;
  margin: 30px 30px 30px;
  /* border: 1px solid #ea816b; */
      position: relative;
  text-align: center;
}
.testimonial .pic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #36d56e;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  color: #919191;
  text-align: center;
  margin: 0;
  position: relative;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 34px;
}
.testimonial .description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  color: #f0f0f0;
  position: absolute;
  top: -11px;
  left: -2px;
  z-index: -1;
}
.testimonial .title {
  display: inline-table;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.testimonial .post {
  font-size: 15px;
  color: #671a36;
}
.clientsec {
  background-color: #f1f1f1;
}
.about-img {
  background-image: url(../images/abb.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
.about-sec {
    background-color: #f3f3f3;
}
.about-padding {
padding: 50px;
}
.about-sec {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.blogsec {
  background-color: #f7f7f7;
}
.display-no {
  position: fixed;
  bottom: 0;
  right: 50px;
  z-index: 999;
}
.display-no a {
  display: block;
  background-color: #e7015e;
  padding: 7px 15px;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.contactform {
width: 350px;
    position: absolute;
    top: 125px;
    right: 15%;
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
}
.contactform h2 {
font-size: 23px;
    margin-bottom: 15px;
}
.capbox {
  background-color: #e9e9e9;
  text-align: center;
  padding: 1px;
  margin-bottom: 1rem;
}
.capbox-inner {
  color: #ffffff;
  background-color: #a7a7a7;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#CaptchaDiv, #CaptchaDiv2 {
  font-style: italic;
  color: #000000;
  background-color: #FFFFFF;
  padding: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  letter-spacing: 3px;
  user-select: none;
}
#CaptchaInput, #CaptchaInput2 {
  width: auto;
  padding: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: #000;
}
.capbox-inner p {
  margin: 10px 0;
  margin-top: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.location{
    font-size: 12px;
    color: #959090;
    text-align: justify;
}

.innerbanner {
    background: #303c42 url(../images/innerbanner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    position: relative;
    /* padding: 100px; */
    height: 300px;
    background-size: cover;
}

 @media(max-width:991px ) and (min-width:768px) {
 .navbar-brand img {
 width: 200px;
}
 .navbar-dark .navbar-nav .nav-link {
 padding: 4px 10px;
 font-size: 14px;
}
 .sbox h4 {
 font-size: 12px;
}
 .contactbtn {
 padding: 8px!important;
}
 .navbar-dark .navbar-toggler {
 background-color: #e7015e;
 padding: 3px 7px;
}
 .navbar-collapse {
 background-color: #404040;
 margin-bottom: 25px;
}
 .banner-cap h1 {
 font-size: 37px;
}
.contactform {
    position: relative;
    top: 0;
    width: 100%;
    right: 0;
}
}
@media(max-width:1199px ) and (min-width:992px) {
 .navbar-dark .navbar-nav .nav-link {
 padding: 4px 10px;
 font-size: 14px;
}
 .navbar-brand img {
width: 165px;
}
 .banner-cap h1 {
 font-size: 40px;
}
}
@media(max-width:767px ) {
 .display-no {
 display: none;
}
 .heading-content {
 margin-bottom: 25px;
}
 .about-padding {
 padding: 50px;
}
 .navbar {
 z-index: 999;
 padding: 0 15px;
 border-bottom: none;
}
.navbar-dark .navbar-nav .nav-link {
 padding: 3px 1rem;
}
.navbar-collapse {
 background-color: #404040;
 margin-bottom: 25px;
}
.top-bar ul {
 padding: 0px 0;
}
.section {
 padding: 30px 0;
}
.section-bottom {
 padding: 0 0 30px 0;
}
.section-top {
 padding: 30px 0 0 0;
}
.container-fluid {
 width: 100%;
}
.banner-cap {
 width: 80%;
 top: auto;
 bottom: 12%;
}
.stepbox {
 margin-bottom: 25px;
 min-height: auto;
}
.mt {
 margin-top: 0;
}
.bg-img {
 text-align: center;
}
.bg-img .text-right {
 text-align: center!important;
}
.bg-img h2 {
 font-size: 25px;
 margin-bottom: 20px;
}
.top-bar-wrap li, .socialul li {
 padding-left: 6px;
}
.myaccordion .btn, .card-body p, .card-body li {
 text-align: left;
 font-size: 14px;
}
.whyus li {
 width: 100%;
 height: auto;
 padding-left: 70px;
}
.mobtop, .top-bar {
 display: none;
}
.navbar-dark .navbar-toggler {
 background-color: #e7015e;
 padding: 3px 7px;
}
.banner-cap h3 {
 display: none;
}
.banner-cap h1 {
 font-size: 23px;
}
.banner-cap p {
 font-size: 14px;
 display: none;
}
.navbar-brand img {
 width: 150px;
 height: auto;
}
.banner-cap .btn {
 display: none;
}
.call {
 position: fixed;
 bottom: 0;
 z-index: 999;
 left: 0;
 right: 0;
}
.call a {
 display: block;
}
.call li {
 float: left;
 text-align: center;
 width: 50%;
 font-size: 19px;
 background: #fff;
 padding: 2px 10px;
}
.call1 a {
    color: #c70957;
}
.book {
background: #c70957 !important;
    width: 40%;
    color: #fff!important;
}
.book a {
color: #fff;
}
.fix-call {
 display:none;
}
.mobileview {
 display: block;
    border-top: 1px solid #c70957;
}
.footerlogo {
 width: 100px;
}
footer {
 padding: 30px 0 0;
}
.follow_us {
 margin-top: 15px!important;
}
footer h4 {
 margin-top: 25px;
}
.copy {
 margin-bottom: 30px;
}
.copy .text-left, .copy .text-right {
 text-align: center!important;
}
.image-con {
 display: none;
}
.mt-box {
 margin-top: 25px;
}
.box-wrap {
 margin-top: 25px;
}
.aboutinner h2 {
 font-size: 35px;
}
.iconbox {
 margin-bottom: 25px;
}
.bgcolor {
 padding: 70px 0 100px;
}
.contactform {
 position: relative;
 top: 0;
 width: 100%;
 right: 0;
}
}
@media (min-width: 768px) {
 ul.navbar-nav li.dropdown:hover > .dropdown-menu {
 display: block;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 transition: all 0.3s ease;
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
 .fadeInDown {
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
}
}
